texinfo-commits
[Top][All Lists]
Advanced

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

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


From: Karl Berry
Subject: texinfo doc/texinfo.txi ChangeLog util/htmlxref...
Date: Wed, 03 Nov 2010 18:04:51 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/11/03 18:04:51

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

Log message:
        (HTML Customization of Alignment Commands): rename+edit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.340&r2=1.341
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1171&r2=1.1172
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/htmlxref.cnf?cvsroot=texinfo&r1=1.28&r2=1.29

Patches:
Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -b -r1.340 -r1.341
--- doc/texinfo.txi     1 Nov 2010 20:20:56 -0000       1.340
+++ doc/texinfo.txi     3 Nov 2010 18:04:49 -0000       1.341
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.340 2010/11/01 20:20:56 karl Exp $
address@hidden $Id: texinfo.txi,v 1.341 2010/11/03 18:04:49 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.
 
@@ -18524,8 +18524,8 @@
 * Customizing HTML Headings::       Sectioning commands.
 * Customizing HTML Basic Commands:: Commands with no arguments, images, etc.
 * Customizing HTML References::     @code{@@xref}, external node pointers, etc.
-* Customizing HTML Footnotes::
-* Block commands formatting::
+* Customizing HTML Footnotes::      Footnotes.
+* Customizing HTML Block Commands:: Environments.
 * Paragraph and preformatted region::
 * Lists tables and definitions formatting::
 * Menus indices and floats formatting::
@@ -21724,35 +21724,50 @@
 @end deffn
 
 
address@hidden Block commands formatting
address@hidden Block commands formatting
address@hidden Customizing HTML Block Commands
address@hidden Customizing HTML Block Commands
+
address@hidden Customizing HTML block commands
address@hidden Block commands, customizing HTML
address@hidden Environments, customizing HTML
 
 @menu
-* Alignement commands formatting::
+* Align: HTML Customization of Alignment Commands.  @code{@@flushleft}, etc.
 * Preformatted block command formatting::
 * Other block commands formatting::
 @end menu
 
address@hidden Alignement commands formatting
address@hidden Formatting of commands centering and flushing text
address@hidden HTML Customization of Alignment Commands
address@hidden HTML Customization of Alignment Commands
+
address@hidden HTML customization of alignment environments
address@hidden Customization of alignment environments
address@hidden Alignment environments, HTML customization of
address@hidden @code{@@center}, HTML customization of
address@hidden @code{@@flushleft}, HTML customization of
address@hidden @code{@@flushright}, HTML customization of
 
 @vindex %paragraph_style
-When a command controlling the alignement of text is used (@code{@@center},
address@hidden@@flushleft} and @code{@@flushright}), the main program takes
-care of opening and closing paragraphs.  The alignement commands are the
-key of the @code{%paragraph_style} hash. 
-The value is used in the function doing the formatting of the paragraphs. 
address@hidden and preformatted region}.
+When a block with special text alignment of text is used, namely
address@hidden@@center} (@pxref{titlefont center sp},,
address@hidden@@address@hidden @code{@@address@hidden and @code{@@sp}),
address@hidden@@flushleft} or @code{@@flushright} (@pxref{flushleft &
+flushright,, @code{@@flushleft} and @code{@@flushright}}, the main
+program takes care of opening and closing paragraphs.  The alignment
+commands are the keys in the @code{%paragraph_style} hash.  The value
+is used in the function doing the formatting of the paragraphs
+(@pxref{Paragraph and preformatted region}).
 
-A function references allows for a customization of the formatting of the text 
-appearing in the command block.
+This function reference allows for customizing the formatting of the
+command argument.
 
 @deftypefn {Function Reference} $result paragraph_style_command $command $text
address@hidden is the command name, @var{$text} is the text appearing within
-the command.  This function returns a formatted text.
-The default is to return the text unmodified.
address@hidden is the command name and @var{$text} is the text
+appearing within the command.  This function should return the
+formatted text.  The default is to return the text unmodified.
 @end deftypefn
 
+
 @node Preformatted block command formatting
 @subsection Preformatted block command (@code{@@example}, 
@code{@@address@hidden) formatting
 
@@ -21893,8 +21908,8 @@
 @deftypefn {Function Reference} $paragraph_text paragraph $text $alignement 
$index $formatting_command $formatting_command_formatted \$paragraph_number 
$format $item_number $enumerate_style $number $command_stack_at_end 
$command_stack_at_begin
 This function formats a paragraph.  @var{$text} is the text of the paragraph,
 @var{$alignement} is the empty string when no alignement command has
-been seen, otherwise it is the current alignement command name.
address@hidden commands formatting}.
+been seen, otherwise it is the current alignement command name (see
+the previous section).
 @var{$indent} holds @samp{noindent} or @samp{indent} if the corresponding 
 @@-command appeared in the paragraph.
 @var{$command_stack_at_end} and @var{$command_stack_at_begin} are arrays
@@ -24956,7 +24971,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.340 2010/11/01 20:20:56 karl Exp $
+$Id: texinfo.txi,v 1.341 2010/11/03 18:04:49 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}
@@ -25035,7 +25050,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.340 2010/11/01 20:20:56 karl Exp $
address@hidden $Id: texinfo.txi,v 1.341 2010/11/03 18:04:49 karl Exp $
 @comment %**start of header
 @setfilename sample.info
 @include version.texi

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1171
retrieving revision 1.1172
diff -u -b -r1.1171 -r1.1172
--- ChangeLog   1 Nov 2010 20:20:55 -0000       1.1171
+++ ChangeLog   3 Nov 2010 18:04:50 -0000       1.1172
@@ -1,3 +1,8 @@
+2010-11-03  Karl Berry  <address@hidden>
+
+       * doc/texinfo.txi (HTML Customization of Alignment Commands):
+       rename+edit.
+
 2010-11-01  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi (Customizing HTML Footnotes): rename+edit.

Index: util/htmlxref.cnf
===================================================================
RCS file: /sources/texinfo/texinfo/util/htmlxref.cnf,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- util/htmlxref.cnf   1 Nov 2010 20:20:57 -0000       1.28
+++ util/htmlxref.cnf   3 Nov 2010 18:04:51 -0000       1.29
@@ -1,6 +1,6 @@
 # htmlxref.cnf - reference file for Texinfo files on the web.
 
-htmlxrefversion=2010-11-01.16; # UTC
+htmlxrefversion=2010-11-03.17; # UTC
 
 # Copyright 2010 Free Software Foundation, Inc.
 # 
@@ -331,6 +331,9 @@
 
 recode         mono    http://recode.progiciels-bpi.ca/manual/index.html
 
+rottlog                mono    ${GS}/rottlog/manual/rottlog.html
+rottlog                node    ${GS}/rottlog/manual/html_node/
+
 screen         mono    ${GS}/screen/manual/screen.html
 screen         node    ${GS}/screen/manual/html_node/
 



reply via email to

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