/[texi2html]/texi2html/Tests/sectionning_res/novalidate_split.html
ViewVC logotype

Log of /texi2html/Tests/sectionning_res/novalidate_split.html

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 12:08:15 2008 UTC (15 years, 8 months ago) by pertusus
Branch: MAIN
CVS Tags: HEAD, TEXI2HTML_1_80-approximate, TEXI2HTML_1_82
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
        * texi2html.pl: move initialisations before the functions that
        use the global values.
        Treat setfilename like a normal misc command, not like titlepage
        commands.
        Set rightly (dir) as up node for Top, even if there are no automatic
        directions.
        region lines are kept if may be reparsed in the last pass if in
        %region_formats_kept.
        Give also the prototypes lengths for multitables.
        @-commands in stop_paragraph_command close paragraphs.
        external nodes begin with ( (report from Rainhold).
        * texi2html.pl, texi2html.init: With USE_SETFILENAME, the filename
        is taken from @setfilename, if found, like makeinfo.
        With IGNORE_BEFORE_SETFILENAME, everything before @setfilename is
        ignored (now the default).
        With TOP_HEADING_AT_BEGINNING false, the top heading appears where
        top heading command is, not always at the beginning of the top
        element.
        Put %texi_formats_map (former %text_macros) and
        %no_line_commands (former %no_line_macros) in Texi2HTML::Config.
        New function reference, definition_index_entry to format definition
        index entries separately from definition categories.
        A new funtion reference begin_format_texi to be able to do something
        at a format opening. Used to set a stack for multitable to make
        sure that the cell is the top multitable cell. With this change, the
        begin_format_texi, row, table_list function reference are
        interdependent.
        Pass inforef macros to the formatting references, and also the *ref
        command parameters unmodified.
        New caption_shortcaption_command function reference that can be used
        when a caption is closed.
        New index_entry_command function reference used for @*index lines.
        Pass more information to def_line, cell, list_item and many others.
        add insertcopying for insertcopying formatting.
        * examples/xml.init: init file to produce xml like makeinfo --xml.
        * texi2html.pl, texi2html.init: parse definition lines like makeinfo
        does.
        * texi2html.pl: pass line_nr down more functions.
        * texi2html.pl: use simple_format for image alt text.
        Allow no_line_macro to be set by the user, and use cindex for
        all the index commands.


Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 28 12:56:54 2008 UTC (15 years, 9 months ago) by pertusus
Branch: MAIN
Changes since 1.6: +3 -4 lines
Diff to previous 1.6
        * texi2html.pl: better comment about texi2html that states more
        clearly that the authors are the texi2html authors (from Reinhold
        Kainhofer).


Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 22:42:26 2008 UTC (15 years, 11 months ago) by pertusus
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
        * texi2html.init: complete unicode mapping for @-commands.
        * texi2html.pl, Tests/*, doc/*: separate id of element from what
        should be used to target the element. This allows to
        use node id as target for sections (suggestion from Karl Berry).
        This is done if $USE_NODE_TARGET is set (the default).


Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 23 15:03:46 2008 UTC (16 years, 1 month ago) by pertusus
Branch: MAIN
Changes since 1.4: +10 -6 lines
Diff to previous 1.4
        * texi2html.pl, texi2html.init, doc/*, examples/makeinfo.init:
        use accesskey attribute and link element if set in the init file.
        Add FileNext and FilePrev directions (for link, but can be used
        anywhere).
        * texi2html.pl, examples/*: change in unknown function reference API,
        now there is a pass argument to be able to handle unknown macros in
        other passes than the last.
        * i18n/de: update translation (Reinhold Kainhofer).
        * texi2html.pl, doc/*: handle frame files like other files, and
        document them.
        * texi2html.pl, doc/*: use do_unknown and unknown in pass 1 too.


Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 5 15:30:25 2007 UTC (17 years, 3 months ago) by pertusus
Branch: MAIN
CVS Tags: TEXI2HTML_1_78
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
        * texi2html.init: set default out encoding to utf8. This could
        help with translations.


Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 4 23:18:45 2006 UTC (17 years, 9 months ago) by pertusus
Branch: MAIN
Changes since 1.2: +24 -15 lines
Diff to previous 1.2
        * texi2html.pl:
        Don't split top element accross pages because of split indices.
        Simplify the file name determination.
        * Tests/*: Regenerate.


Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 8 22:40:18 2006 UTC (18 years, 1 month ago) by pertusus
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
        * texi2html.init: really use roman type for @r.


Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 23 06:58:04 2005 UTC (18 years, 8 months ago) by pertusus
Branch: MAIN
        * texi2html.pl, texi2html.init: use node_file_name for the top
        element too. Honor $TOP_FILE in node_file_name.
        don't set $TOP_FILE and $TOC_FILE if not set by the user. The elements
        file names are in the hash reference $Texi2HTML::THISDOC{'filename'}
        for use in init files.
        * doc/texi2html.texi: document $Texi2HTML::THISDOC{'filename'}.
        * examples/chm.init: update to the new interface.
        * examples/makeinfo.init: format the menus like makeinfo do. set
        NODE_FILES true.
        * Tests/*: rearrange, update. Test for novalidate split and unsplit.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26