Log message:
Update to 5.0:
5.0 (2010-06-27)
* NEW FEATURES
------------
* The program may be called as makeinfo, with a handling of options
and defaults matching makeinfo.
It may also be called as texi2any, with makeinfo defaults and all
the texi2html command-line arguments that are not obsolete.
* new info and plaintext backends, ready for world domination!
Corresponding test results are added.
* main program handles --xml, --docbook, --info, --html and --plaintext.
* Handle @DH{}, @dh{}, @TH{}, @th{}, @headitemfont, @part and
@allowcodebreaks false
* Handle -o /dev/null (or NUL) like makeinfo.
* Read TEXINFO_OUTPUT_FORMAT in env to determine the output format.
* add 0x7F as a comment character.
* When called as texi2html, output the title page at the beginning.
* mediawiki backend completed.
* Translations of error messages available.
* BUG FIXES
---------
* Handling of @itemize and @table arguments are more in line with makeinfo.
* ignore @setfilename in @include'd files, as told in the texinfo manual.
* many warning messages added, especially for Info to match makeinfo.
* Still provide the default output with --macro-expand.
* Handle correctly @w in info and html.
* COMPATIBILITY
-------------
* complex format handling API changed. $complex_format_map is replaced by
a real hash %complex_format_map and the begin and end are no more
evaluated.
* If file begins with /, ./ or ../ don't search in -I.
* In the default case a gettext-like framework is now used for in document
string translations. The old framework is still available by setting
$I18N_PERL_HASH.
* Information that can be set by @-commands should now be accessed
through get_conf, and also some information about the document (the
information that can change for each manual being processed).
* $format_list_item_texi should now modify directly the @item argument
and apply the @-command given as @table argument. Correspondingly,
some arguments of $table_item have been removed.
* Formatting of titlepage changed, and @title, @subtitle and @author
are now handled by $line_command.
* @verbatiminclude is now a $raw command argument distinct from @verbatim.
* @direntry is formatted like a menu and passed down to $menu_command.
* $SEPARATED_FOOTNOTES has been replaced by $FOOTNOTESTYLE, that takes the
same argument than @footnotestyle.
* replace $LANG by $DOCUMENTLANGUAGE.
* replace $DO_CONTENTS by $CONTENTS and $DO_SCONTENTS by $SHORTCONTENTS.
* replace $TRANSLITERATE_NODE by $TRANSLITERATE_FILE_NAMES.
* replace $SECTION_NAVIGATION by $HEADERS.
* add $NODE_FILENAMES to use node names for files associated with nodes,
such that $NODE_FILES only means creating redirection files.
* Remove the user from footer, and the corresponding USER variable and
$Texi2HTML::THISDOC{user}.
* Don't do anything special anymore when the top element is empty. Also
don't treat especially top element headings.
* Don't skip top element heading if there was a @titlefont.
* Don't treat _setfilename as a value set. It should be available through
get_conf. Same for all the other @-commands previously available as
values.
* Changes in class attribute in html elements:
Change class "toc" for ul to class "no-bullet" \
($NO_BULLET_LIST_ATTRIBUTE).
@top and @centerchap have now their command name as class.
@node heading class is now "node-heading", instead of "node".
The whole header is in an element with class "header" (was \
"node" when
!$HEADER_IN_TABLE).
* print_element_header is obsoleted, things should be directly done in
element_heading.
* Add 'inline_attribute' for an XML attribute that should be closed at
paragraph end and reopened at paragraph begin. Consequently the closing
and opening of 'attribute' isn't done anymore in paragraph and
preformatted.
* USE_ISO now only determines if '', `` --- and -- are transformed
into entities. t2h_default_set_iso_symbols sets or unsets USE_ISO,
%things_map/%pre_map/%simple_format_simple_map_texi,
$OPEN_QUOTE_SYMBOL and $CLOSE_QUOTE_SYMBOL.
%iso_symbols is unused now.
* change in the normal_text function reference API, now there is an
input variable true if in @math.
* change the external_ref API, fourth argument is now the file name and
add the node as an extra argument.
* only install init files from maintained_extra/, they are considered
to be interesting enough and maintained.
* rename $Texi2HTML::THISDOC{css_lines} as $Texi2HTML::THISDOC{css_rule_lines}
|
Log message:
Update to 1.82:
1.82 (2009-01-05)
* NEW FEATURES
------------
* Add new hooks for user functions, for simple @-commands, and at the start and
end of special regions.
* BUG FIXES
---------
* Tests are now more cross-platform and more tolerant of missing optional
dependencies.
* Don't use unidecode on unicode characters that are known not to have a good
transliteration. This corresponds with characters with an @-command that
don't have a transliteration, like @exclamdown...
* Misc minor bug fixes.
1.80 (2009-01-01)
* NEW FEATURES
------------
* handle @alias, @quote*, @guillem*, @textdegree, @allowcodebreaks,
@fonttextsize, @hyphenation, @click, @clickstyle, @click, @arrow,
@clicksequence, @geq, @leq, @*headingmarks, @*footingmarks, @smallquotation,
@ogonek.
Handle @columnfractions and row prototypes in @multitable better.
* @documentlanguage is used to set the language each time it is seen (except
if the language was set on the command line).
* new option --css-ref, generate reference to a CSS URL.
* new option --transliterate-file-names, produce file names in ASCII
transliteration (set in the default case).
* use accesskey and rel attributes, use link element if set in the init file.
* use node id as targets for sections.
* COMPATIBILITY
-------------
* the API for the formatting of menus completly changed. $simple_menu_link
is removed, everything should be done in $menu_link.
* change handling of @detailmenu and menu comments, with (among other changes)
the menu function reference replaced by the menu_command function reference
also handling @detailmenu.
* tex4ht.init now may use a different external program for @tex and for
@math, and therefore the configuration variables were doubled and
their name changed.
* change in the interface, a new function reference print_element_header
has been added, that should print the heading navigation of an element.
Previously it was done in print_section.
* change in the normal_text function reference API, now there is an
input variable true if in simple text.
* change in the menu_entry and simple_menu_entry function reference API,
the name is always assed, and a new argument tells if there was an
explicit name.
* 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.
Report from Reinhold Kainhofer.
* in table_item the text is not formatted with the format command,
the text_formatted argument is.
* definition index entries are now formatted with $definition_index_entry,
not with $definition_category anymore.
* $Texi2HTML::THISDOC{copying} is now $Texi2HTML::THISDOC{copying_comment}.
* TOC_LIST_ATTRIBUTE is now called NO_BULLET_LIST_ATTRIBUTE.
* TOC_LIST_STYLE is now called NO_BULLET_LIST_STYLE.
* changes in command line switches to synchronize with makeinfo:
--number becomes --number-sections
--separated-footnotes becomes --footnote-style
--sec-nav becomes --header
--Verbose becomes --verbose
--lang becomes --document-language
* everything before @setfilename is not outputted, like makeinfo. The previous
behaviour can be restored with $IGNORE_BEFORE_SETFILENAME = 0;
* Now there is an argtype possibility for definition specification
and the arg meaning changed. The whole definition parsing is now more
like makeinfo.
* internal_ref and external_ref don't change inforef to xref anymore.
* change in the heading API. THIS_HEADER is not used anymore.
New function reference, element_heading to format a node or a section
heading, including navigation and label. Accordingly, print_Top and
one_section don't print the element header anymore. Also it is
reported if the element is a new element, is the main element and
more arguments, and top element heading is always done in heading.
* print_element_header and print_navigation now return their result.
* new argument for print_misc and print_misc_header, the misc page name.
* printindex is called if it appears, even if the index is not defined or
there are no index entries.
* image API completly changed. The current behaviour is not stable, so
is not documented.
* new argument (@@-command name) for quotation and quotation_prepend_text.
* image file paths are not completed anymore in the default case. The previous
behaviour can be restored with $COMPLETE_IMAGE_PATHS set to true.
* there is a new 'style' key in $complex_format_map, to be able to
differentiate complex formats inheriting fonts and code_style (like
@format, @display).
* $EXTENSION should be undef if one doesn't want an extension to be added.
* THISDOC{'title'} and similar are now for @title since only one @title
should appear in the document. @settitle is tried first to set fulltitle.
* Configuration variables are not modified anymore, instead the variable
value is put in $Texi2HTML::THISDOC{'VAR'}. This is the case for
DO_CONTENTS, DO_SCONTENTS, CSS_LINES, BODYTEXT, DOCUMENT_DESCRIPTION,
DOCUMENT_ENCODING, IN_ENCODING, ENCODING_NAME, OUT_ENCODING.
For example, if $CSS_LINES is defined, the value is put in
$Texi2HTML::THISDOC{'CSS_LINES'} which is used for formatting, and if
$CSS_LINES is not defined, $Texi2HTML::THISDOC{'CSS_LINES'} is
autodetected.
* When there is no section and $USE_NODES is not set don't split by node.
This behaviour and the previous aren't documented, so it could change
in the future.
* BUG FIXES
---------
* --no-monolithic is reenabled.
* @, followed by an argument without brace is now handled. Report from
Jorge Barros de Abreu.
* @, is kept with --macro-expand.
* @math is more compatible with makeinfo/texi2dvi when no external program
is used. Using tex4ht for html generation should also lead to a correct
result.
* Handle right @end block commands followed by something else than a
spacing character.
* Remove trailing end of line in @html block.
* @itemize should produce bullets by default. Report from Reinhold Kainhofer.
* handle frame files like other files. Report from Reinhold Kainhofer.
|
Log message:
Update to 1.78:
1.78 (2007-06-05)
* NEW FEATURES
------------
* Transliterate accented characters in file names. Use Text::Unidecode
if detected.
* Handle @frenchspacing, @tie, @indent, @setcontentsaftertitlepage,
@setshortcontentsaftertitlepage and the obsolete @allow-recursion
and @quote-arg.
* With book style the Table of Contents is put where it is set.
* Use more numeric entities, especially for accented letters.
* The `examples' directory now contains an init file for Mediawiki output.
Mediawiki is the GPL'd wiki used by Wikipedia.
* new init file tex4ht.init. With this init file, httex or htlatex from
tex4ht is used to format @tex and @math.
* Init files now have a chance to override all file names, rather than just
page names.
* Put the images under a double licence by adding back their original GPL
licence.
* If SIMPLE_MENU is true the menu is simply enclosed in a preformatted
environment.
* The user can bypass the texi2html functions and provide his own function
to do things similar that what is done for interfacing with LaTeX2HTML
or tex4ht.
* LaTeX2HTML stuff is moved out of texi2html.pl, to T2h_l2h.pm.
* Add $USER and $DATE variables to override the defaults detected for the
footer.
* COMPATIBILITY
-------------
* $TOP_FILE and $TOC_FILE are only set if set by the user. The elements
file names are in the hash reference $Texi2HTML::THISDOC{'filename'}
for use in init files.
* The API for image, normal_text, paragraph and node_file_name has changed.
* The $ENCODING variable is deprecated, replaced by $ENCODING_NAME
and $OUT_ENCODING.
* utf8 is used as default out file encoding. This should allow for utf8
translations for languages which cannot use @-commands for non ascii
characters.
* Use entities for ``, '', ---, -- and quotes used for some formatting
@-commands if $USE_ISO is set.
* don't set unset MENU-ENTRY-NAME if it is similar with the NODE-NAME,
it is useless as it is a construct that shouldn't happen.
* avoid menu entry and description redundancy in the formatting function
and not in the main program.
* accept - in @-command names (compatibility with makeinfo)
* in user-defined macro arguments a comma in brace is escaped (compatibility
with makeinfo from texinfo 4.8.90)
* don't add the section title to the html title when the document isn't split
* BUG FIXES
---------
* When the file extension is set to the empty string, a trailing `.' will not
be automatically added to file names.
* The texi2html script is now created by make and not configure.
* It is possible to build the translation files from outside of the
build directory.
* When configure detects that no Data::Dumper is present, the build scripts
will simply copy the files instead of breaking.
* remove handling of quotation second arg, quotation has only one arg.
* handle nested ifset/ifclear.
* Improved handling of @sc and @centerchap.
* More flexible normal_text.
* style_stack really contains the formatting @-commands.
* caching of html generated by latex2html reenabled.
* when not split and no section navigation is output, the about page and
navigation direction are not output for all the elements.
|