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: Sat, 08 May 2010 23:31:52 +0000

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

Modified files:
        .              : ChangeLog 
        doc            : texinfo.tex 

Log message:
        make parts in toc bold, from jrasata

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1044&r2=1.1045
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.tex?cvsroot=texinfo&r1=1.318&r2=1.319

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1044
retrieving revision 1.1045
diff -u -b -r1.1044 -r1.1045
--- ChangeLog   6 May 2010 13:29:58 -0000       1.1044
+++ ChangeLog   8 May 2010 23:31:52 -0000       1.1045
@@ -1,3 +1,8 @@
+2010-05-08  Karl Berry  <address@hidden>
+
+       * doc/texinfo.tex (\shortpartentry): make bold, suggestion
+       from Jeanne R.
+
 2010-05-04  Jim Meyering  <address@hidden>
 
        * util/gendocs.sh: make its "-s FILE" option more useful;

Index: doc/texinfo.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -b -r1.318 -r1.319
--- doc/texinfo.tex     23 Apr 2010 13:56:25 -0000      1.318
+++ doc/texinfo.tex     8 May 2010 23:31:52 -0000       1.319
@@ -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-04-23.06}
+\def\texinfoversion{2010-05-08.16}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -5875,7 +5875,7 @@
 \def\shortpartentry#1#2#3#4{%
   \penalty-300
   \vskip.5\baselineskip plus.15\baselineskip minus.1\baselineskip
-  \shortchapentry{#1}{\numeralbox}{}{}%
+  \shortchapentry{{\bf #1}}{\numeralbox}{}{}%
 }
 
 % Chapters, in the main contents.




reply via email to

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