texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Tue Feb 14 10:22:01 EST 2006)


From: Karl Berry
Subject: texinfo update (Tue Feb 14 10:22:01 EST 2006)
Date: Tue, 14 Feb 2006 10:22:22 -0500

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- doc/texinfo.txi     18 Jan 2006 14:44:43 -0000      1.154
+++ doc/texinfo.txi     14 Feb 2006 15:03:40 -0000      1.155
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.154 2006/01/18 14:44:43 karl Exp $
address@hidden $Id: texinfo.txi,v 1.155 2006/02/14 15:03:40 karl Exp $
 @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
 @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
 
@@ -1185,7 +1185,7 @@
 
 @item
 Write a command such as @code{@@address@hidden@}} wherever you wish but usually
-within a sentence. (@code{@@address@hidden@}} creates dots @dots{})@refill
+within a sentence. (@code{@@address@hidden@}} creates an ellipsis 
@dots{})@refill
 
 @item
 Write a command such as @code{@@address@hidden@address@hidden wherever you
@@ -10530,7 +10530,7 @@
 Here is an ellipsis: @dots{}
 Here are three periods in a row: ...
 
-In printed output, the three periods in a row are closer together than
+In printed output, the three periods in a row are much closer together than
 the dots in the ellipsis.
 @end iftex
 
@@ -18591,7 +18591,7 @@
 (@url{http://www.gnu.org/software/rcs}) version control systems, which
 expand it into a string such as:
 @example
-$Id: texinfo.txi,v 1.154 2006/01/18 14:44:43 karl Exp $
+$Id: texinfo.txi,v 1.155 2006/02/14 15:03:40 karl Exp $
 @end example
 (This is useful in all sources that use version control, not just manuals.)
 You may wish to include the @samp{$Id:} comment in the @code{@@copying}
@@ -18657,7 +18657,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.154 2006/01/18 14:44:43 karl Exp $
address@hidden $Id: texinfo.txi,v 1.155 2006/02/14 15:03:40 karl Exp $
 @comment %**start of header
 @setfilename sample.info
 @include version.texi
Index: info/.gdbinit
===================================================================
RCS file: /sources/texinfo/texinfo/info/.gdbinit,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- info/.gdbinit       21 Apr 2004 12:57:46 -0000      1.6
+++ info/.gdbinit       14 Feb 2006 15:03:10 -0000      1.7
@@ -7,4 +7,5 @@
 set env TERM xterm
 
 #set args --restore $ttests/setscreen.drib
-set args somedoc
+#set args somedoc
+set args --restore /tmp/q ./foobar
Index: makeinfo/.gdbinit
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/.gdbinit,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- makeinfo/.gdbinit   29 Jan 2006 14:36:44 -0000      1.32
+++ makeinfo/.gdbinit   14 Feb 2006 15:03:10 -0000      1.33
@@ -139,10 +139,6 @@
 
 #set args --html tests/html-docdesc.txi
 
-#set args -o - --enable-encoding -I tests --no-headers tests/accentenc.txi
-
-#set args -o /dev/null --no-split --enable-encoding -I ../doc --no-headers 
texinfo.txi
-
 # permissions output in each split html/info file as a comment, also in xml.
 #set args --force -I ../doc info-stnd.texi
 
@@ -173,76 +169,78 @@
 # infinite error
 set args -o - tests/itemize-extra.txi
 
-# local variables with split files
-set args --no-warn --enable-encoding --split-size=150000 $ttests/xe.tex
-
-# local variables with encoding info
-set args -o - --enable-encoding $ttests/doclatin1.tex
-
 # --xml?
-set args -o /dev/null --xml $ttests/doclatin1.tex
+#set args -o /dev/null --xml $ttests/doclatin1.tex
 
 # seg fault printindex twice
-set args -o - $ttests/index22.tex
+#set args -o - $ttests/index22.tex
 
 # seg fault
-set args -o /dev/null $ttests/lilypond-internals.nexi
+#set args -o /dev/null $ttests/lilypond-internals.nexi
 
 # no <html>
-set args -o $ttests/tbook.html --html --no-split $ttests/tbook.tex
+#set args -o $ttests/tbook.html --html --no-split $ttests/tbook.tex
 
 # long css seg fault
-set args -o - --html --no-split --css-include=$ttests/test.css 
$ttests/tbook.tex
+#set args -o - --html --no-split --css-include=$ttests/test.css 
$ttests/tbook.tex
 
 # spurious <p> in info output
-set args -o - $ttests/defmacp.tex
+#set args -o - $ttests/defmacp.tex
 
-set args -o /dev/null -I ../doc ../doc/info-stnd.texi
-set args -o /dev/null $ttests/env.tex
+#set args -o /dev/null -I ../doc ../doc/info-stnd.texi
+#set args -o /dev/null $ttests/env.tex
 
 # css class wrong for lowered sections.
-set args --force -o /tmp/h --html --no-split $ttests/loweraise.tex
+#set args --force -o /tmp/h --html --no-split $ttests/loweraise.tex
 
 # deffnx fails when after conditional.
-set args -o - tests/defxcond.txi
+#set args -o - tests/defxcond.txi
 
 # xml doesn't handle aliases.
-set args --xml -o - $ttests/alias.tex
+#set args --xml -o - $ttests/alias.tex
 
 # warn if @strong{Note:}.
-set args -o - $ttests/markup.tex
+#set args -o - $ttests/markup.tex
 
 # @xml produces <para>.
-set args --xml -o - $ttests/xmlpara.tex
+#set args --xml -o - $ttests/xmlpara.tex
 
 # @example/@verbatim mixup.
-set args --html -o - $ttests/exverb.tex
+#set args --html -o - $ttests/exverb.tex
 
 # no macro expansion in @item of @table.
-set args -E - -o /dev/null $ttests/macitem.tex
+#set args -E - -o /dev/null $ttests/macitem.tex
 
 # akim seg fault
-set args  --commands-in-node-names $ttests/assignments.texi
+#set args  --commands-in-node-names $ttests/assignments.texi
 
 # no error with --html
-set args -o /dev/null $ttests/htmlsec.tex
-
-# no info trailer on main file
-set args -I /u/karl/gnu/src/groff/doc --enable-encoding groff.texinfo
+#set args -o /dev/null $ttests/htmlsec.tex
 
 # stray null bytes
-set args -I /u/karl/gnu/src/groff/doc -o /dev/null -E groff.out groff.texinfo
+#set args -I /u/karl/gnu/src/groff/doc -o /dev/null -E groff.out groff.texinfo
 
 # Unknown command `&quot;urgen'.
-set args --html --force -o /tmp/i.out --no-split $ttests/idxaccent.tex
+#set args --html --force -o /tmp/i.out --no-split $ttests/idxaccent.tex
 #set args --force -o /tmp/i.out --no-split $ttests/idxangle.tex
 
 # extra blank line
-set args -E - $ttests/mac-idx2.tex -o /dev/null
+#set args -E - $ttests/mac-idx2.tex -o /dev/null
 
 # old-style anchor names
-set args --html --force -o - --no-split $ttests/nodestar.tex
+#set args --html --force -o - --no-split $ttests/nodestar.tex
 
 # lang.c:806: cm_accent_generic_no_headers: Assertion `end > 0' failed.
-# so do nothing when end == 0, we're ignoring anywya.
-set args --no-headers accents-in-menu.texi
+# so do nothing when end == 0, we're ignoring anyway.
+#set args --no-headers accents-in-menu.texi
+
+# local variables with encoding info
+set args -o - --enable-encoding $ttests/docenc1.tex
+set args -o - --enable-encoding -I tests --no-headers tests/accentenc.txi
+set args -o /dev/null --no-split --enable-encoding -I ../doc --no-headers 
texinfo.txi
+
+# local variables with split files
+set args --no-warn --enable-encoding --split-size=150000 $ttests/xe.tex
+
+# no info trailer on main file
+set args -I /usr/local/gnu/src/groff-1.19/doc --enable-encoding groff.texinfo
P doc/texinfo.txi
P info/.gdbinit
P makeinfo/.gdbinit


reply via email to

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