From owner-cvs-src@FreeBSD.ORG Tue Jun 14 02:17:21 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F16916A41C; Tue, 14 Jun 2005 02:17:21 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: from mail.freebsdmall.com (ns1.freebsdmall.com [69.50.233.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0248F43D48; Tue, 14 Jun 2005 02:17:21 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id AEF941CE13; Mon, 13 Jun 2005 19:17:20 -0700 (PDT) Date: Mon, 13 Jun 2005 19:17:20 -0700 From: Murray Stokely To: "Bruce A. Mah" Message-ID: <20050614021720.GB21692@freebsdmall.com> References: <20050612.204114.95014473.hrs@allbsd.org> <20050612121219.GM821@zaphod.nitro.dk> <1118591894.49696.12.camel@tomcat.kitchenlab.org> <20050614.022601.07580245.hrs@allbsd.org> <20050613190330.GB12924@freebsdmall.com> <1118692905.3919.51.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1118692905.3919.51.camel@localhost> User-Agent: Mutt/1.4.2.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Cc: cvs-src@freebsd.org, Hiroki Sato , src-committers@freebsd.org, simon@freebsd.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 02:17:21 -0000 On Mon, Jun 13, 2005 at 01:01:45PM -0700, Bruce A. Mah wrote: > If memory serves me right, Murray Stokely wrote: > > On Tue, Jun 14, 2005 at 02:26:01AM +0900, Hiroki Sato wrote: > > > I fixed the right margin just now. However, the footnote issue seems > > > more complicated as far as I checked. Generating footnotes from > > > is directly processed in (element ulink) by using (make page-footnote), > > > so it may need to define a "footnote-mode" and rewrite this part to > > > use it... > > > > Is it OK to just put the ulink inline in parenthesis rather than > > generating a broken footnote for it? If so, just use > role="inline">. > > Hmmm...I didn't know you could do that. But I'm going to guess that the > destination of the link is going to overflow the limited space in the > table column allotted for the name of the advisory...???... Ahh. Turns out this was a local patch, so you can't just use 'role=inline' by default. I have a lot of code related to ulinks and footnotes for print output available here : http://www.FreeBSD.org/~murray/wrsfootnote.dsl Not sure if this will help do what you want. - Murray