texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog doc/texinfo.txi


From: karl
Subject: texinfo ChangeLog doc/texinfo.txi
Date: Mon, 14 Jan 2013 19:45:36 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     13/01/14 19:45:35

Modified files:
        .              : ChangeLog 
        doc            : texinfo.txi 

Log message:
        (Defining New Texinfo Commands): @ in node names

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1515&r2=1.1516
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.523&r2=1.524

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1515
retrieving revision 1.1516
diff -u -b -r1.1515 -r1.1516
--- ChangeLog   14 Jan 2013 17:08:55 -0000      1.1515
+++ ChangeLog   14 Jan 2013 19:45:35 -0000      1.1516
@@ -1,6 +1,8 @@
 2013-01-14  Karl Berry  <address@hidden>
 
-       * doc/texinfo.txi (Conditionally Visible Text): node names with @.
+       * doc/texinfo.txi (Conditionally Visible Text, Defining New
+       Texinfo Commands): node names with @.
+       Fix more xrefs for new names.
 
 2013-01-13  Karl Berry  <address@hidden>
 

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.523
retrieving revision 1.524
diff -u -b -r1.523 -r1.524
--- doc/texinfo.txi     14 Jan 2013 17:24:00 -0000      1.523
+++ doc/texinfo.txi     14 Jan 2013 19:45:35 -0000      1.524
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.523 2013/01/14 17:24:00 karl Exp $
address@hidden $Id: texinfo.txi,v 1.524 2013/01/14 19:45:35 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.
 
@@ -549,8 +549,8 @@
 * Defining Macros::             Defining and undefining new commands.
 * Invoking Macros::             Using a macro, once you've defined it.
 * Macro Details::               Limitations of Texinfo macros.
-* alias::                       Command aliases.
-* definfoenclose::              Customized highlighting.
+* @code{@@alias}::                      Command aliases.
+* @code{@@definfoenclose}::             Customized highlighting.
 * External Macro Processors::   @code{#line} directives.
 
 External Macro Processors: Line Directives
@@ -11326,14 +11326,15 @@
 ``guillemot'' is a bird species (a type of auk).
 
 Traditions for quotation mark usage vary to a great extent between
-languages 
(@url{http://@/en.wikipedia.org/@/wiki/@/Quotation_mark%2C_non-English_usage@/#Overview}).
+languages
+(@url{http://@/en.wikipedia.org/@/wiki/@/Quotation_mark%2C_non-English_usage@/#Overview}).
 Texinfo does not provide commands for typesetting quotation marks
 according to the numerous traditions.  Therefore, you have to choose
 the commands appropriate for the language of your manual.  Sometimes
-aliases (@pxref{alias,,@code{@@alias}}) can simplify the usage and
-make the source code more readable.  For example, in German,
+aliases (@address@hidden@@alias}}) can simplify the usage and make the
+source code more readable.  For example, in German,
 @code{@@quotedblbase} is used for the left double quote, and the right
-double quote is actually @code{@@quotedblleft}, which is
+double quote is the glyph produced by @code{@@quotedblleft}, which is
 counter-intuitive.  Thus, in this case the following aliases would be
 convenient:
 
@@ -14573,8 +14574,8 @@
 * Defining Macros::             Defining and undefining new commands.
 * Invoking Macros::             Using a macro, once you've defined it.
 * Macro Details::               Limitations of Texinfo macros.
-* alias::                       Command aliases.
-* definfoenclose::              Customized highlighting.
+* @code{@@alias}::                      Command aliases.
+* @code{@@definfoenclose}::             Customized highlighting.
 * External Macro Processors::   @code{#line} directives.
 @end menu
 
@@ -15036,8 +15037,10 @@
 @end itemize
 
 
address@hidden alias
address@hidden @code{@@alias}
 @section @samp{@@alias @address@hidden
+
address@hidden@c old name
 @cindex Aliases, command
 @cindex Command aliases
 @findex alias
@@ -15085,8 +15088,10 @@
 character) @samp{-}.
 
 
address@hidden definfoenclose
address@hidden @samp{definfoenclose}: Customized Highlighting
address@hidden @code{@@definfoenclose}
address@hidden @code{@@definfoenclose}: Customized Highlighting
+
address@hidden@c old name
 @cindex Highlighting, customized
 @cindex Customized highlighting
 @findex definfoenclose
@@ -15206,6 +15211,7 @@
 
 @node #line Directive
 @subsection @samp{#line} Directive
+
 @cindex @samp{#line} directive
 
 An input line such as this:
@@ -15254,6 +15260,7 @@
 
 @node #line and @TeX{}
 @subsection @samp{#line} and @TeX{}
+
 @cindex @TeX{} and @samp{#line} directives
 @cindex @samp{#line} directives, not processing with @TeX{}
 
@@ -15337,6 +15344,7 @@
 
 @node Include Files
 @chapter Include Files
+
 @cindex Include files
 
 When a Texinfo processor sees an @code{@@include} command in a Texinfo
@@ -15359,6 +15367,7 @@
 
 @node Using Include Files
 @section How to Use Include Files
+
 @findex include
 
 To include another file within a Texinfo file, write the
@@ -20098,7 +20107,7 @@
 
 @item @@alias @address@hidden
 Make the command @samp{@@@var{new}} a synonym for the existing command
address@hidden@@@var{existing}}.  @xref{alias}.
address@hidden@@@var{existing}}.  @address@hidden@@alias}}.
 
 @item @@allowcodebreaks @var{true-false}
 Control breaking at @samp{-} and @samp{_} in @TeX{}.
@@ -20273,7 +20282,8 @@
 @item @@definfoenclose @var{newcmd}, @var{before}, @var{after}
 Must be used within @code{@@ifinfo}; create a new command
 @code{@@@var{newcmd}} for Info that marks text by enclosing it in
-strings that precede and follow the text.  @xref{definfoenclose}.
+strings that precede and follow the text.
address@hidden@code{@@definfoenclose}}.
 
 @item @@defivar @var{class} @var{instance-variable-name}
 @itemx @@defivarx @var{class} @var{instance-variable-name}
@@ -21941,7 +21951,7 @@
 as:
 
 @example
-$Id: texinfo.txi,v 1.523 2013/01/14 17:24:00 karl Exp $
+$Id: texinfo.txi,v 1.524 2013/01/14 19:45:35 karl Exp $
 @end example
 
 (This is potentially useful in all sources that use version control,



reply via email to

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