texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo ChangeLog doc/texinfo.tex


From: Karl Berry
Subject: texinfo ChangeLog doc/texinfo.tex
Date: Fri, 30 Mar 2012 18:10:40 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       12/03/30 18:10:40

Modified files:
        .              : ChangeLog 
        doc            : texinfo.tex 

Log message:
        handle @lbracechar @rbracechar @abbr @image in section titles, indexing

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1338&r2=1.1339
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.tex?cvsroot=texinfo&r1=1.362&r2=1.363

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1338
retrieving revision 1.1339
diff -u -b -r1.1338 -r1.1339
--- ChangeLog   11 Mar 2012 22:04:34 -0000      1.1338
+++ ChangeLog   30 Mar 2012 18:10:39 -0000      1.1339
@@ -1,3 +1,10 @@
+2012-03-30  Karl Berry  <address@hidden>
+
+       * doc/texinfo.txi (\indexnofonts): sort keys for @lbracechar
+       and @rbracechar.
+       (\commondummies): handle \lbracechar, \rbracechar, \abbr, \image.
+       All found by Patrice, tests 5, 6, 22, 24, 26.
+
 2012-03-11  Samuel Bronson  <address@hidden>  (tiny change)
 
        * doc/texinfo.tex (\getfilename): \edef the argument first

Index: doc/texinfo.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -b -r1.362 -r1.363
--- doc/texinfo.tex     11 Mar 2012 22:04:34 -0000      1.362
+++ doc/texinfo.tex     30 Mar 2012 18:10:39 -0000      1.363
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2012-03-11.15}
+\def\texinfoversion{2012-03-30.11}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -4451,6 +4451,7 @@
   \definedummyword\guillemetright
   \definedummyword\guilsinglleft
   \definedummyword\guilsinglright
+  \definedummyword\lbracechar
   \definedummyword\leq
   \definedummyword\minus
   \definedummyword\ogonek
@@ -4463,6 +4464,7 @@
   \definedummyword\quoteleft
   \definedummyword\quoteright
   \definedummyword\quotesinglbase
+  \definedummyword\rbracechar
   \definedummyword\result
   \definedummyword\textdegree
   %
@@ -4514,6 +4516,7 @@
   \definedummyword\t
   %
   % Commands that take arguments.
+  \definedummyword\abbr
   \definedummyword\acronym
   \definedummyword\anchor
   \definedummyword\cite
@@ -4525,6 +4528,7 @@
   \definedummyword\emph
   \definedummyword\env
   \definedummyword\file
+  \definedummyword\image
   \definedummyword\indicateurl
   \definedummyword\kbd
   \definedummyword\key
@@ -4572,7 +4576,10 @@
   % content at all.  So for index sorting, we map @{ and @} to strings
   % starting with |, since that ASCII character is between ASCII { and }.
   \def\{{|a}%
+  \def\lbracechar{|a}%
+  %
   \def\}{|b}%
+  \def\rbracechar{|b}%
   %
   % Non-English letters.
   \def\AA{AA}%



reply via email to

[Prev in Thread] Current Thread [Next in Thread]