texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog doc/texinfo.txi util/htmlxref...


From: Karl Berry
Subject: texinfo ChangeLog doc/texinfo.txi util/htmlxref...
Date: Tue, 12 Oct 2010 19:32:45 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/10/12 19:32:45

Modified files:
        .              : ChangeLog 
        doc            : texinfo.txi 
        util           : htmlxref.cnf 

Log message:
        (Customizing HTML Commands After At-Colon): rename+edit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1156&r2=1.1157
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.328&r2=1.329
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/htmlxref.cnf?cvsroot=texinfo&r1=1.17&r2=1.18

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1156
retrieving revision 1.1157
diff -u -b -r1.1156 -r1.1157
--- ChangeLog   12 Oct 2010 00:23:59 -0000      1.1156
+++ ChangeLog   12 Oct 2010 19:32:44 -0000      1.1157
@@ -1,8 +1,11 @@
+2010-10-12  Karl Berry  <address@hidden>
+
+       * doc/texinfo.txi (Customizing HTML After At-Colon): rename+edit.
+
 2010-10-11  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi (Customizing HTML Basic Commands),
-       (Customizing HTML Commands Without Arguments):
-       rename+edit.
+       (Customizing HTML Commands Without Arguments): rename+edit.
 
 2010-10-10  Karl Berry  <address@hidden>
 

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -b -r1.328 -r1.329
--- doc/texinfo.txi     12 Oct 2010 00:23:59 -0000      1.328
+++ doc/texinfo.txi     12 Oct 2010 19:32:44 -0000      1.329
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.328 2010/10/12 00:23:59 karl Exp $
address@hidden $Id: texinfo.txi,v 1.329 2010/10/12 19:32:44 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.
 
@@ -20854,14 +20854,15 @@
 Texinfo commands used within the running text.
 
 @menu
-* Customizing HTML Commands Without Arguments::
-* Formatting of @@<colon>::
+* Argless: Customizing HTML Commands Without Arguments.
+* At-Colon: Customizing HTML After At-Colon.
 * Formatting of style and accents::
 * Formatting special simple commands::
 * Formatting characters and text::
 * Formatting of simple line commands::
 @end menu
 
+
 @node Customizing HTML Commands Without Arguments
 @subsection Customizing HTML Commands Without Arguments
 
@@ -20938,26 +20939,28 @@
 @end deftypefn
 
 
address@hidden Formatting of @@<colon>
address@hidden Formatting of a punctuation character associated with @code{@@:}
address@hidden Customizing HTML After At-Colon
address@hidden Customizing HTML After @code{@@:}
 
 @vindex %colon_command_punctuation_characters
-The formatting of a punctuation character followed by @code{@@:} is determined
-by the hash @code{%colon_command_punctuation_characters}.  If a @code{@@:}
-command is preceded by a character in th is hash, it is replaced by the 
-associated value.  In the default case, the associated value is also the 
-character, so this leave the punctuation character unmodified.
+The formatting of a punctuation character followed by @code{@@:} is
+determined by the hash @code{%colon_command_punctuation_characters}.
+If a @code{@@:} command is preceded by a character in this hash, it is
+replaced by the associated value.  By default, the associated value is
+also the character, so this leaves the punctuation character
+unmodified.
 
 The following function reference may be redefined to handle characters
 that are in @code{%colon_command_punctuation_characters}:
 
address@hidden {Function Reference} $punctuation $colon_command $character
-The @var{$character} is a character appearing in 
address@hidden and preceding a @code{@@:} 
-command. In the default case the associated value in
address@hidden {Function Reference} $punctuation colon_command $character
address@hidden is a character appearing in
address@hidden and preceding an
address@hidden@@:} command.  By default, the associated value in
 @code{%colon_command_punctuation_characters} is returned.
 @end deftypefn
 
+
 @node Formatting of style and accents
 @subsection Customizing accent, style and other simple commands with braces
 
@@ -24714,7 +24717,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.328 2010/10/12 00:23:59 karl Exp $
+$Id: texinfo.txi,v 1.329 2010/10/12 19:32:44 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}
@@ -24793,7 +24796,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.328 2010/10/12 00:23:59 karl Exp $
address@hidden $Id: texinfo.txi,v 1.329 2010/10/12 19:32:44 karl Exp $
 @comment %**start of header
 @setfilename sample.info
 @include version.texi

Index: util/htmlxref.cnf
===================================================================
RCS file: /sources/texinfo/texinfo/util/htmlxref.cnf,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- util/htmlxref.cnf   12 Oct 2010 00:23:59 -0000      1.17
+++ util/htmlxref.cnf   12 Oct 2010 19:32:45 -0000      1.18
@@ -1,6 +1,6 @@
 # htmlxref.cnf - reference file for Texinfo files on the web.
 
-htmlxrefversion=2010-10-11.18; # UTC
+htmlxrefversion=2010-10-12.18; # UTC
 
 # Copyright 2010 Free Software Foundation, Inc.
 # 
@@ -222,7 +222,6 @@
 guile          node    ${GS}/guile/manual/html_node/
 
 GUILE_GNOME = ${GS}/software/guile-gnome/docs
-#guile-gnome
  gobject       node    ${GUILE_GNOME}/gobject/html/
  glib          node    ${GUILE_GNOME}/glib/html/
  atk           node    ${GUILE_GNOME}/atk/html/
@@ -271,9 +270,18 @@
 maintain       mono    ${G}/prep/maintain/maintain.html
 maintain       node    ${G}/prep/maintain/html_node/
 
+make           mono    ${GS}/make/manual/make.html
+make           node    ${GS}/make/manual/html_node/
+
 mdk            mono    ${GS}/mdk/manual/mdk.html
 mdk            node    ${GS}/mdk/manual/html_node/
 
+MIT_SCHEME = http://www.gnu.org/software/mit-scheme/documentation
+ mit-scheme-ref          node  ${MIT_SCHEME}/mit-scheme-ref/
+ mit-scheme-user  node ${MIT_SCHEME}/mit-scheme-user/
+ sos             node  ${MIT_SCHEME}/sos/
+ mit-scheme-imail node ${MIT_SCHEME}/mit-scheme-imail/
+
 motti          node    ${GS}/motti/manual/
 
 ocrad          mono    ${GS}/ocrad/manual/ocrad_manual.html



reply via email to

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