Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.1830); Tue, 14 Feb 2006 15:12:30 +0100 Received: by mail.proteosys.com (8.12.10/8.12.2) with ESMTP id k1EECHoE001954 for ; Tue, 14 Feb 2006 15:12:20 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.12.10/8.12.10) with ESMTP id k1EEBUvj006847; Tue, 14 Feb 2006 15:11:30 +0100 (MET) Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id k1DHvrmN005535; Tue, 14 Feb 2006 15:09:31 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 14.3) with spool id 1287298 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 14 Feb 2006 15:09:31 +0100 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id k1EE9VN6000958 for ; Tue, 14 Feb 2006 15:09:31 +0100 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by relay2.uni-heidelberg.de (8.12.10/8.12.10) with ESMTP id k1EEBJvj006782 for ; Tue, 14 Feb 2006 15:11:19 +0100 (MET) Received: from [84.175.181.26] (helo=rigel.site) by mrelayeu.kundenserver.de (node=mrelayeu9) with ESMTP (Nemesis), id 0ML2xA-1F90rp0KHM-0000at; Tue, 14 Feb 2006 15:09:21 +0100 Received: from localhost (localhost [127.0.0.1]) by rigel.site (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k1EE8UT5024031 for ; Tue, 14 Feb 2006 15:08:30 +0100 References: <7497A399-1C97-403E-B84D-1DD2F91D7D5B@guerilla.net.au> <20060213.150643.42787322.wl@gnu.org> X-Mailer: Mew version 4.2.54 on Emacs 22.0.50.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2dc398bc694a1e60948148ba0a42c0da Message-ID: <20060214.150830.10146824.wl@gnu.org> Date: Tue, 14 Feb 2006 15:08:30 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Werner LEMBERG Subject: Re: LaTeX (2005/12/01) Release Beta Test To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <20060213.150643.42787322.wl@gnu.org> Precedence: list X-ProteoSys-SPAM-Score: 0 () X-Scanned-By: MIMEDefang at proteosys.com Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 14 Feb 2006 14:12:30.0468 (UTC) FILETIME=[B1244440:01C63170] Status: R X-Status: X-Keywords: X-UID: 4908 > OK, here a bug and buglet report, and a bundling request. Another set of buglets. ---------------------------------------------------------------------- A superfluous closing bracket. --- clsguide.tex 2006-01-07 14:25:03.000000000 +0100 +++ clsguide.tex.new 2006-02-14 14:46:06.956857448 +0100 @@ -133,7 +133,7 @@ The documented source code (from the files used to produce the kernel format via |latex.ltx|) is now available as -\emph{The \LaTeXe\ Sources}. ] +\emph{The \LaTeXe\ Sources}. This very large document also includes an index of \LaTeX{} commands. It can be typeset from the \LaTeX{} file |source2e.tex| in the |base| directory, using the source files and ---------------------------------------------------------------------- The file and directory permissions in the latex2e.zip bundle are strange. I suggest `644' for all files and `755' for all directories. ---------------------------------------------------------------------- Some incorrect \changes dates. --- inputenc.dtx 2006-01-07 14:25:01.000000000 +0100 +++ inputenc.dtx.new 2006-02-14 14:55:04.243177512 +0100 @@ -1855,11 +1855,11 @@ % \changes{v1.0d}{2004/02/05}{Reordered code} % \changes{v1.0g}{2004/05/22}{Changed \cs{textellipsis} to \cs{dots} % for consistency.} -% \changes{v1.0g}{1997/12/17}{Changed \cs{textdagger} to \cs{dag} +% \changes{v1.0g}{2004/05/22}{Changed \cs{textdagger} to \cs{dag} % for consistency.} -% \changes{v1.0g}{1997/12/17}{Changed \cs{textparagraph} to \cs{P} +% \changes{v1.0g}{2004/05/22}{Changed \cs{textparagraph} to \cs{P} % for consistency.} -% \changes{v1.0g}{1997/12/17}{Changed \cs{textsection} to \cs{S} +% \changes{v1.0g}{2004/05/22}{Changed \cs{textsection} to \cs{S} % for consistency.} % \changes{v1.0g}{2004/05/22}{Changed \cs{textcopyright} to \cs{copyright} % for consistency.} ---------------------------------------------------------------------- Another file which has changes in it without increasing the version number is `ltdefns.dtx'. old LaTeX: 2004/02/20 v1.3g new beta version: 2004/09/18 v1.3g Werner