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: Sun, 23 May 2010 00:31:05 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/05/23 00:31:05

Modified files:
        .              : ChangeLog 
        doc            : texinfo.tex 

Log message:
        optionally ignore ` chars in index sort terms

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1048&r2=1.1049
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.tex?cvsroot=texinfo&r1=1.322&r2=1.323

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1048
retrieving revision 1.1049
diff -u -b -r1.1048 -r1.1049
--- ChangeLog   18 May 2010 00:15:59 -0000      1.1048
+++ ChangeLog   23 May 2010 00:31:04 -0000      1.1049
@@ -1,3 +1,11 @@
+2010-05-22  Karl Berry  <address@hidden>
+
+       * doc/texinfo.tex (\indexlquoteignore): new macro.
+       (\indexnofonts): call it if @set txiindexlquoteignore.
+       This is for Free Software, Free Society, 2nd ed.
+       Perhaps it should be a general feature,
+       or settable on a per-entry basis.
+
 2010-05-17  Karl Berry  <address@hidden>
 
        * doc/texinfo.tex (\marksupsetuplqsamp, \marksupsetuprqsamp):

Index: doc/texinfo.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -b -r1.322 -r1.323
--- doc/texinfo.tex     18 May 2010 00:15:59 -0000      1.322
+++ doc/texinfo.tex     23 May 2010 00:31:05 -0000      1.323
@@ -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{2010-05-17.17}
+\def\texinfoversion{2010-05-22.17}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -4435,6 +4435,9 @@
   \def\result{=>}%
   \def\textdegree{o}%
   %
+  \expandafter\ifx\csname SETtxiindexlquoteignore\endcsname\relax
+  \else \indexlquoteignore \fi
+  %
   % We need to get rid of all macros, leaving only the arguments (if present).
   % Of course this is not nearly correct, but it is the best we can do for now.
   % makeinfo does not expand macros in the argument to @deffn, which ends up
@@ -4448,6 +4451,11 @@
   \macrolist
 }
 
+% Undocumented (for FSFS 2nd ed.): @set txiindexlquoteignore makes us
+% ignore left quotes in the sort term.
+{\catcode`\`=\active
+ \gdef\indexlquoteignore{\let`=\empty}}
+
 \let\indexbackslash=0  %overridden during \printindex.
 \let\SETmarginindex=\relax % put index entries in margin (undocumented)?
 



reply via email to

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