From owner-cvs-all@FreeBSD.ORG Mon Jun 13 19:03:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 901C316A41C; Mon, 13 Jun 2005 19:03:30 +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 57FAA43D4C; Mon, 13 Jun 2005 19:03:30 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 457E81CE13; Mon, 13 Jun 2005 12:03:30 -0700 (PDT) Date: Mon, 13 Jun 2005 12:03:30 -0700 From: Murray Stokely To: Hiroki Sato Message-ID: <20050613190330.GB12924@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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050614.022601.07580245.hrs@allbsd.org> 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: bmah@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, simon@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 19:03:30 -0000 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 . - Murray