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: Fri, 29 Oct 2010 17:50:22 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/10/29 17:50:22

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

Log message:
        (HTML Customization for Title Commands): rename+edit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1167&r2=1.1168
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.335&r2=1.336
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/htmlxref.cnf?cvsroot=texinfo&r1=1.24&r2=1.25

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1167
retrieving revision 1.1168
diff -u -b -r1.1167 -r1.1168
--- ChangeLog   28 Oct 2010 21:38:27 -0000      1.1167
+++ ChangeLog   29 Oct 2010 17:50:20 -0000      1.1168
@@ -1,3 +1,7 @@
+2010-10-29  Karl Berry  <address@hidden>
+
+       * doc/texinfo.txi (HTML Customization for Title Commands): rename+edit.
+
 2010-10-28  Patrice Dumas  <address@hidden>
 
        * texi2html/texi2html.pl: declare %texi2dvi_formats.  Report from

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -b -r1.335 -r1.336
--- doc/texinfo.txi     28 Oct 2010 16:30:17 -0000      1.335
+++ doc/texinfo.txi     29 Oct 2010 17:50:21 -0000      1.336
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.335 2010/10/28 16:30:17 karl Exp $
address@hidden $Id: texinfo.txi,v 1.336 2010/10/29 17:50:21 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.
 
@@ -18234,8 +18234,8 @@
 @cindex Transliteration of 8-bit characters in HTML cross-references
 
 Usually, characters other than plain 7-bit ASCII are transformed into
-the corresponding Unicode code point(s) in Normalization Form C, which
-uses precomposed characters where available.  (This is the
+the corresponding Unicode code point(s) in Normalization address@hidden,
+which uses precomposed characters where available.  (This is the
 normalization form recommended by the W3C and other bodies.)  This
 holds when that code point is 0xffff or less, as it almost always is.
 
@@ -18275,9 +18275,11 @@
 transliteration is based on phonetic principle, which makes the
 produced file names easily readable.
 
-For the definition of Unicode Normalization Form C, see Unicode report
-UAX#15, @uref{http://www.unicode.org/reports/tr15/}.  Many related
-documents and implementations are available elsewhere on the web.
address@hidden Normalization Form C, Unicode
+For the definition of Unicode Normalization address@hidden, see Unicode
+report UAX#15, @uref{http://www.unicode.org/reports/tr15/}.  Many
+related documents and implementations are available elsewhere on the
+web.
 
 
 @node HTML Xref Mismatch
@@ -20857,13 +20859,13 @@
 @menu
 * Argless: HTML Customization for Commands Without Arguments.
 * @@-Colon: HTML Customization After @@-Colon.
-* Simple: HTML Customization for Simple Commands.
+* Simple: HTML Customization for Simple Commands.  Indicators, accents, etc.
 * Anchors: HTML Customization for Anchors.
 * Images: HTML Customization for Images.
 * sp: HTML Customization for @code{sp}.
 * Abbrs: HTML Customization for Abbreviations. @code{@@acronym}, @code{@@abbr}.
-* Text: HTML Customization for Text Sequences. @code{-- --- `` ''}.
-* Formatting of simple line commands::
+* Text: HTML Customization for Text Sequences.  @code{-- --- `` ''}, etc.
+* Title: HTML Customization for Title Commands.  @code{@@title}, etc.
 @end menu
 
 
@@ -21186,7 +21188,7 @@
 are processed by redefining the following function reference:
 
 @deftypefn {Function Reference} $resulting_text style $style $command $text @
-        $args $no_close $no_open $line_nr $state $command_stack \@@line_numbers
+       $args $no_close $no_open $line_nr \%state $command_stack \@@line_numbers
 @table @var
 @item $command
 The @@-command
@@ -21212,7 +21214,7 @@
 paragraph.
 
 @item $line_nr
address@hidden $state
address@hidden \%state
 @itemx $command_stack
 @itemx \@@line_numbers
 See the previous section.
@@ -21471,26 +21473,33 @@
 @end deftypefn
 
 
address@hidden Formatting of simple line commands
address@hidden Customization of simple line command output
address@hidden HTML Customization for Title Commands
address@hidden HTML Customization for Title Commands
+
address@hidden HTML customization for title commands
address@hidden Title commands, customizing HTML for
 
 @vindex %line_command_map
-@@-commands that appear on a line and take the line as argument may
-be formatted especially, if they are in the @code{%line_command_map}.
-In that case the following function reference is used to format the
-@@-command:
-
address@hidden {Function Reference} $resulting_text line_command $command 
$arg_text $arg_texi $state
address@hidden the @@-command. @var{$arg_text} is the @@-command formatted 
-argument, @var{$arg_texi} is the @@-command argument without any formatting.
address@hidden is a structure that holds informations
-about the state of the parsing.
-The resulting text is @var{$resulting_text}. 
address@hidden deftypefn
-
-In the default case, @@-commands appearing in @code{@@titlepage}, 
address@hidden@@title}, @code{@@subtitle}, @code{@@author} are formatted
-by this function.
+Some @@-commands related to titles appear on a line by themselves and
+take the rest of the line as their argument: @code{@@titlepage},
address@hidden@@title}, @code{@@subtitle}, and @code{@@author}
+(@pxref{Titlepage & Copyright Page}).  These are listed in
address@hidden and the following function reference is used
+to format them:
+
address@hidden {Function Reference} $resulting_text line_command @
+           $command $arg_text $arg_texi \%state
+
address@hidden the @@-command, @var{$arg_text} is the
+@@-command's formatted argument, and @var{$arg_texi} is the @@-command
+argument without any formatting.  @var{\%state} is a hash reference
+containing context information.  The function returns
address@hidden
address@hidden deftypefn
+
+For more customization of title pages, @pxref{HTML Title Page
+Customization}.
+
 
 @node References and footnotes formatting
 @section References and footnotes formatting
@@ -22865,7 +22874,8 @@
 @end table
 
 These commands are processed by the @code{misc_command_line} function
-reference.  This is somehow redundant with @ref{Formatting of simple line 
commands}.
+reference.  This is somehow redundant with @ref{HTML Customization for
+Title Commands} xx.
 
 @deftypefn {Function Reference} {($command, $line, $result)} misc_command_line 
$command $line \@@args \@@stack \%state
 @var{$command} is the @@-command name.  @var{$line} is what the main program
@@ -24857,7 +24867,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.335 2010/10/28 16:30:17 karl Exp $
+$Id: texinfo.txi,v 1.336 2010/10/29 17:50:21 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}
@@ -24936,7 +24946,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.335 2010/10/28 16:30:17 karl Exp $
address@hidden $Id: texinfo.txi,v 1.336 2010/10/29 17:50:21 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.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- util/htmlxref.cnf   28 Oct 2010 16:30:18 -0000      1.24
+++ util/htmlxref.cnf   29 Oct 2010 17:50:22 -0000      1.25
@@ -1,6 +1,6 @@
 # htmlxref.cnf - reference file for Texinfo files on the web.
 
-htmlxrefversion=2010-10-28.16; # UTC
+htmlxrefversion=2010-10-29.17; # UTC
 
 # Copyright 2010 Free Software Foundation, Inc.
 # 
@@ -75,92 +75,93 @@
 
 diffutils      mono    ${GS}/diffutils/manual/diffutils.html
 
-emacs          mono    ${GS}/emacs/manual/html_mono/emacs.html
-emacs          node    ${GS}/emacs/manual/html_node/
+EMACS = ${GS}/emacs/manual
+emacs          mono    ${EMACS}/html_mono/emacs.html
+emacs          node    ${EMACS}/html_node/
  #
- ada-mode      mono    ${GS}/emacs/manual/html_mono/ada-mode.html
- ada-mode      node    ${GS}/emacs/manual/html_node/ada-mode/
+ ada-mode      mono    ${EMACS}/html_mono/ada-mode.html
+ ada-mode      node    ${EMACS}/html_node/ada-mode/
  #
- autotype      mono    ${GS}/emacs/manual/html_mono/autotype.html
- autotype      node    ${GS}/emacs/manual/html_node/autotype/
+ autotype      mono    ${EMACS}/html_mono/autotype.html
+ autotype      node    ${EMACS}/html_node/autotype/
  #
- ccmode                mono    ${GS}/emacs/manual/html_mono/ccmode.html
- ccmode                node    ${GS}/emacs/manual/html_node/ccmode/
+ ccmode                mono    ${EMACS}/html_mono/ccmode.html
+ ccmode                node    ${EMACS}/html_node/ccmode/
  #
- cl            mono    ${GS}/emacs/manual/html_mono/cl.html
- cl            node    ${GS}/emacs/manual/html_node/cl/
+ cl            mono    ${EMACS}/html_mono/cl.html
+ cl            node    ${EMACS}/html_node/cl/
  #
- ebrowse       mono    ${GS}/emacs/manual/html_mono/ebrowse.html
- ebrowse       node    ${GS}/emacs/manual/html_node/ebrowse/
+ ebrowse       mono    ${EMACS}/html_mono/ebrowse.html
+ ebrowse       node    ${EMACS}/html_node/ebrowse/
  #
- ediff         mono    ${GS}/emacs/manual/html_mono/ediff.html
- ediff         node    ${GS}/emacs/manual/html_node/ediff/
+ ediff         mono    ${EMACS}/html_mono/ediff.html
+ ediff         node    ${EMACS}/html_node/ediff/
  #
- eieio         mono    ${GS}/emacs/manual/html_mono/eieio.html
- eieio         node    ${GS}/emacs/manual/html_node/eieio/
+ eieio         mono    ${EMACS}/html_mono/eieio.html
+ eieio         node    ${EMACS}/html_node/eieio/
  #
- elisp         mono    ${GS}/emacs/manual/html_mono/elisp.html
- elisp         node    ${GS}/emacs/manual/html_node/elisp/
+ elisp         mono    ${EMACS}/html_mono/elisp.html
+ elisp         node    ${EMACS}/html_node/elisp/
  #
- epa           mono    ${GS}/emacs/manual/html_mono/epa.html
- epa           node    ${GS}/emacs/manual/html_node/epa/
+ epa           mono    ${EMACS}/html_mono/epa.html
+ epa           node    ${EMACS}/html_node/epa/
  #
- erc           mono    ${GS}/emacs/manual/html_mono/erc.html
- erc           node    ${GS}/emacs/manual/html_node/erc/
+ erc           mono    ${EMACS}/html_mono/erc.html
+ erc           node    ${EMACS}/html_node/erc/
  #
- dired-x       mono    ${GS}/emacs/manual/html_mono/dired-x.html
- dired-x       node    ${GS}/emacs/manual/html_node/dired-x/
+ dired-x       mono    ${EMACS}/html_mono/dired-x.html
+ dired-x       node    ${EMACS}/html_node/dired-x/
  #
- eshell                mono    ${GS}/emacs/manual/html_mono/eshell.html
- eshell                node    ${GS}/emacs/manual/html_node/eshell/
+ eshell                mono    ${EMACS}/html_mono/eshell.html
+ eshell                node    ${EMACS}/html_node/eshell/
  #
- flymake       mono    ${GS}/emacs/manual/html_mono/flymake.html
- flymake       node    ${GS}/emacs/manual/html_node/flymake/
+ flymake       mono    ${EMACS}/html_mono/flymake.html
+ flymake       node    ${EMACS}/html_node/flymake/
  #
- gnus          mono    ${GS}/emacs/manual/html_mono/gnus.html
- gnus          node    ${GS}/emacs/manual/html_node/gnus/
+ gnus          mono    ${EMACS}/html_mono/gnus.html
+ gnus          node    ${EMACS}/html_node/gnus/
  #
- idlwave       mono    ${GS}/emacs/manual/html_mono/idlwave.html
- idlwave       node    ${GS}/emacs/manual/html_node/idlwave/
+ idlwave       mono    ${EMACS}/html_mono/idlwave.html
+ idlwave       node    ${EMACS}/html_node/idlwave/
  #
- message       mono    ${GS}/emacs/manual/html_mono/message.html
- message       node    ${GS}/emacs/manual/html_node/message/
+ message       mono    ${EMACS}/html_mono/message.html
+ message       node    ${EMACS}/html_node/message/
  #
- mh-e          mono    ${GS}/emacs/manual/html_mono/mh-e.html
- mh-e          node    ${GS}/emacs/manual/html_node/mh-e/
+ mh-e          mono    ${EMACS}/html_mono/mh-e.html
+ mh-e          node    ${EMACS}/html_node/mh-e/
  #
- nxml-mode     mono    ${GS}/emacs/manual/html_mono/nxml-mode.html
- nxml-mode     node    ${GS}/emacs/manual/html_node/nxml-mode/
+ nxml-mode     mono    ${EMACS}/html_mono/nxml-mode.html
+ nxml-mode     node    ${EMACS}/html_node/nxml-mode/
  #
- org           mono    ${GS}/emacs/manual/html_mono/org.html
- org           node    ${GS}/emacs/manual/html_node/org/
+ org           mono    ${EMACS}/html_mono/org.html
+ org           node    ${EMACS}/html_node/org/
  #
- pcl-cvs       mono    ${GS}/emacs/manual/html_mono/pcl-cvs.html
- pcl-cvs       node    ${GS}/emacs/manual/html_node/pcl-cvs/
+ pcl-cvs       mono    ${EMACS}/html_mono/pcl-cvs.html
+ pcl-cvs       node    ${EMACS}/html_node/pcl-cvs/
  #
- rcirc         mono    ${GS}/emacs/manual/html_mono/rcirc.html
- rcirc         node    ${GS}/emacs/manual/html_node/rcirc/
+ rcirc         mono    ${EMACS}/html_mono/rcirc.html
+ rcirc         node    ${EMACS}/html_node/rcirc/
  #
- semantic      mono    ${GS}/emacs/manual/html_mono/semantic.html
- semantic      node    ${GS}/emacs/manual/html_node/semantic/
+ semantic      mono    ${EMACS}/html_mono/semantic.html
+ semantic      node    ${EMACS}/html_node/semantic/
  #
- smtp          mono    ${GS}/emacs/manual/html_mono/smtp.html
- smtp          node    ${GS}/emacs/manual/html_node/smtp/
+ smtp          mono    ${EMACS}/html_mono/smtp.html
+ smtp          node    ${EMACS}/html_node/smtp/
  #
- speedbar      mono    ${GS}/emacs/manual/html_mono/speedbar.html
- speedbar      node    ${GS}/emacs/manual/html_node/speedbar/
+ speedbar      mono    ${EMACS}/html_mono/speedbar.html
+ speedbar      node    ${EMACS}/html_node/speedbar/
  #
- tramp         mono    ${GS}/emacs/manual/html_mono/tramp.html
- tramp         node    ${GS}/emacs/manual/html_node/tramp/
+ tramp         mono    ${EMACS}/html_mono/tramp.html
+ tramp         node    ${EMACS}/html_node/tramp/
  #
- vip           mono    ${GS}/emacs/manual/html_mono/vip.html
- vip           node    ${GS}/emacs/manual/html_node/vip/
+ vip           mono    ${EMACS}/html_mono/vip.html
+ vip           node    ${EMACS}/html_node/vip/
  #
- viper         mono    ${GS}/emacs/manual/html_mono/viper.html
- viper         node    ${GS}/emacs/manual/html_node/viper/
+ viper         mono    ${EMACS}/html_mono/viper.html
+ viper         node    ${EMACS}/html_node/viper/
  #
- woman         mono    ${GS}/emacs/manual/html_mono/woman.html
- woman         node    ${GS}/emacs/manual/html_node/woman/
+ woman         mono    ${EMACS}/html_mono/woman.html
+ woman         node    ${EMACS}/html_node/woman/
  # (end emacs manuals)
 
 emms           node    ${GS}/emms/manual/
@@ -344,6 +345,9 @@
 units          mono    ${GS}/units/manual/units.html
 units          node    ${GS}/units/manual/html_node/
 
+websocket4j    mono    ${GS}/websocket4j/manual/websocket4j.html
+websocket4j    node    ${GS}/websocket4j/manual/html_node/
+
 wget           mono    ${GS}/wget/manual/wget.html
 wget           node    ${GS}/wget/manual/html_node/
 



reply via email to

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