Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
texinfo-commits (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Mon Jan 31 2022 17:19:05 -0500
Threads in reverse chronological order
[
Next Period
]
branch master updated: * tp/Texinfo/Convert/HTML.pm, tp/init/chm.pm, tp/init/epub3.pm, tp/init/html32.pm: remove protect_text(), call directly $self->formatting_function('format_protect_text')}.
,
Patrice Dumas
,
2022/01/31
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_end_file): use $self->get_info to retrieve 'jslicenses' information.
,
Patrice Dumas
,
2022/01/30
master updated (3d0d755187 -> 193abd3af2)
,
Patrice Dumas
,
2022/01/30
[no subject]
,
Patrice Dumas
,
2022/01/30
[no subject]
,
Patrice Dumas
,
2022/01/30
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_*_command, _convert), tp/init/highlight_syntax.pm, tp/init/html32.pm, tp/init/latex2html.pm: always use the same call for @-command conversion functions, with $args always as fourth argument and $content as fifth argument.
,
Patrice Dumas
,
2022/01/30
branch master updated: * autogen.sh: add -other 'other' to regenerate_cmd_tests.sh call.
,
Patrice Dumas
,
2022/01/30
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_element_footer) (_convert): rename cmdname as context or context_name, as contexts are not necessarily associated with command names, and it is clearer to separate.
,
Patrice Dumas
,
2022/01/30
branch master updated: * tp/Texinfo/Config.pm (texinfo_register_style_command_formatting), tp/Texinfo/Convert/HTML.pm (%style_commands_formatting) (_convert_style_command): rename 'attribute' key as 'element' as it is the element name before (potentially) holding attributes.
,
Patrice Dumas
,
2022/01/30
branch master updated: * tp/Texinfo/Config.pm (texinfo_register_style_command_formatting), tp/init/html32.pm: use a separate argument for quotes and html element argument.
,
Patrice Dumas
,
2022/01/30
branch master updated: * info/info.c (info_short_help): Remove --show-options from option list and examples. Split examples up into smaller strings.
,
Gavin D. Smith
,
2022/01/30
branch master updated: * doc/info-stnd.texi (Invoking Info) <--show-options>: Say something about where the name of the program comes from. Report from Akbarkhon Variskhanov <address@hidden>.
,
Gavin D. Smith
,
2022/01/30
branch master updated: Add test result directory.
,
Patrice Dumas
,
2022/01/28
branch master updated: Really remove parser from converter and use 'indices_information'
,
Patrice Dumas
,
2022/01/28
branch master updated: * tp/Texinfo/Convert/Converter.pm (converter), tp/Texinfo/Convert/Text.pm (converter), tp/Texinfo/Convert/HTML.pm (get_value, _prepare_index_entries), tp/Texinfo/Convert/LaTeX.pm (_prepare_indices), tp/Texinfo/Convert/Plaintext.pm (process_printindex), tp/maintain/template.pod: set 'values' and 'indices_information' from the parser in converter. Do not keep the direct association with the parser.
,
Patrice Dumas
,
2022/01/28
master updated (a0dd552988 -> 5d7ec1dabe)
,
Patrice Dumas
,
2022/01/27
[no subject]
,
Patrice Dumas
,
2022/01/27
[no subject]
,
Patrice Dumas
,
2022/01/27
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_special_body_about), * doc/texinfo.texi (HTML Customization Variables), NEWS: add PROGRAM_NAME_IN_ABOUT, remove PRE_ABOUT and AFTER_ABOUT.
,
Patrice Dumas
,
2022/01/26
branch master updated: * tp/Texinfo/Config.pm (texinfo_register_formatting_special_element_body) (GNUT_get_formatting_special_element_body_references), tp/Texinfo/Convert/HTML.pm (defaults_special_element_body_formatting) (special_element_body_formatting, _convert_special_element_type) (%defaults_format_special_body_contents, converter_initialize) (_default_format_special_body_about) (_default_format_special_body_contents) (_default_format_special_body_shortcontents) (_default_format_special_body_footnotes): add [...]
,
Patrice Dumas
,
2022/01/26
branch master updated: * tp/Texinfo/Convert/HTML.pm (%default_commands_args) (_convert_footnote_command, _default_format_footnotes_sequence): convert footnote body in _default_format_footnotes_sequence, not when the footnote appears in _convert_footnote_command.
,
Patrice Dumas
,
2022/01/25
branch master updated: * tp/Texinfo/Convert/HTML.pm (shared_conversion_state): add shared_conversion_state() for conversion state information shared among conversion functions. It is only used in code that can be customized by the user.
,
Patrice Dumas
,
2022/01/25
branch master updated: * tp/Texinfo/Convert/HTML.pm (command_name_special_element_information, command_contents_href) (_contents_inline_element, _html_get_tree_root_element): add command_name_special_element_information() to get information on a special element associated with an @-command name.
,
Patrice Dumas
,
2022/01/25
branch master updated: * tp/Texinfo/Convert/HTML.pm (format_footnotes_segment): rename format_footnotes_portion as format_footnotes_segment.
,
Patrice Dumas
,
2022/01/25
branch master updated: * tp/Texinfo/Common.pm (%small_block_associated_command), tp/Texinfo/Convert/HTML.pm, tp/init/highlight_syntax.pm: move %small_alias to Texinfo::Common and rename as %small_block_associated_command.
,
Patrice Dumas
,
2022/01/25
branch master updated: * doc/texinfo.texi (HTML Customization Variables), tp/Texinfo/Common.pm (@variable_string_settables) tp/Texinfo/Convert/HTML.pm (%defaults, _convert_footnote_command): set NO_NUMBER_FOOTNOTE_SYMBOL as a customization variable.
,
Patrice Dumas
,
2022/01/25
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_footnote_command) (_convert_printindex_command): use a different prefix for footnotes in multi expanded environment and indices not in any root element.
,
Patrice Dumas
,
2022/01/25
branch master updated: Footnotes registering and link to location in document API
,
Patrice Dumas
,
2022/01/24
branch master updated: tp/Texinfo/Structuring.pm: add missing methods pod
,
Patrice Dumas
,
2022/01/24
branch master updated: * tp/Texinfo/Structuring.pm (setup_index_entry_keys_formatting) (sort_indices), tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/Plaintext.pm, tp/init/chm.pm: remove first arguments of setup_index_entry_keys_formatting() and sort_indices() that are unused.
,
Patrice Dumas
,
2022/01/23
branch master updated: * tp/Texinfo/Convert/HTML.pm (%available_converter_info) (get_info, _reset_infos): get informations on converter through get_info(). remove html_non_breaking_space() and html_line_break_element() and use get_info() instead.
,
Patrice Dumas
,
2022/01/23
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_element_class_styles): rename css_map as css_element_class_styles.
,
Patrice Dumas
,
2022/01/23
branch master updated: * tp/Texinfo/Convert/HTML.pm (css_add_info, css_get_info): add API to get information on CSS rules, imports and styles, the non dynamic parts, and to modify.
,
Patrice Dumas
,
2022/01/23
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_end_file) (_do_jslicenses_file, output): replace 'jslicenses_infojs' and 'jslicenses_math' by categories in 'jslicenses'.
,
Patrice Dumas
,
2022/01/23
branch master updated: * tp/Texinfo/Convert/HTML.pm (count_elements_in_filename), tp/init/book.pm: add a specification argument to specify the count returned, total, current, or remaining. Use it in formatting functions. Remove 'counter_in_file' which can be obtained from the other counters.
,
Patrice Dumas
,
2022/01/23
branch master updated: * tp/Texinfo/Convert/HTML.pm (in_multi_expanded): new method accessor for $self->{'multiple_pass'}.
,
Patrice Dumas
,
2022/01/23
branch master updated: * tp/Texinfo/Config.pm (texinfo_register_file_id_setting_function) (GNUT_get_file_id_setting_references), tp/Texinfo/Convert/HTML.pm (converter_initialize) (_normalized_label_id_file, _new_sectioning_command_target) (_set_root_commands_targets_node_files, _html_set_pages_files) (_prepare_special_elements), tp/init/book.pm: set customized functions used to set file names and targets through texinfo_register_file_id_setting_function() in Texinfo::Config. Use them in HTML.pm.
,
Patrice Dumas
,
2022/01/23
branch master updated: * tp/Texinfo/Config.pm (texinfo_register_type_format_info) (GNUT_get_types_formatting_info), tp/Texinfo/Convert/HTML.pm (in_preformatted, %default_pre_class_types) (converter_initialize, _convert): use texinfo_register_type_format_info() to register type formatting informations. Use these informations in HTML.pm.
,
Patrice Dumas
,
2022/01/23
branch master updated: Update other and tex_html tests results.
,
Patrice Dumas
,
2022/01/23
branch master updated: * tp/Texinfo/Convert/HTML.pm (converter_initialize) (_reset_unset_no_arg_commands_formatting_context): do not remove converter translated commands default informations, but have translated formatted strings take precedence.
,
Patrice Dumas
,
2022/01/23
branch master updated: Consistent interface and caching for translated brace no args commands
,
Patrice Dumas
,
2022/01/23
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_css_lines): Fix omitting CSS block if no rules.
,
Gavin D. Smith
,
2022/01/23
branch master updated: * tp/Texinfo/Convert/HTML.pm (html_convert_css_string) (default_formatting_function, formatting_function), tp/init/book.pm: do not use a converter state for default formatting functions. Use a converter state for formatting function, and use an accessor function, formatting_function().
,
Patrice Dumas
,
2022/01/22
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_special_element_body): make $element an optional argument, it is not used much.
,
Patrice Dumas
,
2022/01/22
branch master updated: * tp/Texinfo/Convert/HTML.pm (top_block_command), tp/init/html32.pm: rename top_format() as top_block_command().
,
Patrice Dumas
,
2022/01/22
branch master updated: * tp/Texinfo/Convert/Converter.pm (comma_index_subentries_tree), tp/Texinfo/Convert/HTML.pm (_convert_printindex_command) tp/Texinfo/Convert/Plaintext.pm (process_printindex): replace convert_index_subentries() with comma_index_subentries_tree() which returns a tree instead of converting it.
,
Patrice Dumas
,
2022/01/22
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_item_command): check if in preformatted first before putting in <tt>. Use preformatted_classes_stack() instead of commands_stack() to determine if in %preformatted_code_commands.
,
Patrice Dumas
,
2022/01/22
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_explained_command): no tree modification, set a converter state instead.
,
Patrice Dumas
,
2022/01/22
branch master updated: Change in comments, add licence notice to book.pm.
,
Patrice Dumas
,
2022/01/21
branch master updated: tp/init/book.pm: sync convert_heading_command()
,
Patrice Dumas
,
2022/01/21
branch master updated: tp/tests/Makefile.am: all-checks run all tests, tex-html-checks only specific tests
,
Patrice Dumas
,
2022/01/21
branch master updated: Fix issues for distcheck
,
Patrice Dumas
,
2022/01/21
branch master updated: Use texi2any html style for other tests
,
Patrice Dumas
,
2022/01/21
branch master updated: tp/tests/README: explain more in depth formats specification
,
Patrice Dumas
,
2022/01/21
branch master updated: tp/tests/run_parser_all.sh: specified formats override default
,
Patrice Dumas
,
2022/01/21
branch master updated: Document added other tests.
,
Patrice Dumas
,
2022/01/21
branch master updated: tests: add tests scripts by category/type. Only do other with other-checks.
,
Patrice Dumas
,
2022/01/21
branch master updated: * tp/init/highlight_syntax.pm (highlight_open_inline_container_type) (highlight_preformatted_command): update to match with changes in HTML output.
,
Patrice Dumas
,
2022/01/21
master updated (13b61aedd0 -> ea9474d630)
,
Patrice Dumas
,
2022/01/21
[no subject]
,
Patrice Dumas
,
2022/01/21
[no subject]
,
Patrice Dumas
,
2022/01/21
branch master updated: Update po files
,
Patrice Dumas
,
2022/01/20
branch master updated: Convert Texinfo in @*math to LaTeX for HTML_MATH
,
Patrice Dumas
,
2022/01/20
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (_open_preformatted) (_close_preformatted, _open_preformatted_command) (_close_preformatted_command, _open_preformatted_stack) (_close_preformatted_command, _convert): format preformatted type as preformatted, not preformatted commands. Preformatted commands only set up 'preformatted_context'.
,
Patrice Dumas
,
2022/01/19
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (_convert, _latex_header): implement @multitable.
,
Patrice Dumas
,
2022/01/19
branch master updated: * tp/texi2any.pl ($makeinfo_help): in the help block where --latex was added. Avoid \n in translated strings, split each option in a translatable string. Report from Benno Schulenberg.
,
Patrice Dumas
,
2022/01/18
master updated (c765f5a488 -> 52c466af8f)
,
Patrice Dumas
,
2022/01/18
[no subject]
,
Patrice Dumas
,
2022/01/18
[no subject]
,
Patrice Dumas
,
2022/01/18
branch master updated: ASCII spaces only
,
Gavin D. Smith
,
2022/01/17
branch master updated: ASCII spaces only
,
Gavin D. Smith
,
2022/01/17
branch master updated: * tp/Texinfo/Convert/ParagraphNonXS.pm (add_text): Simplify regexp by taking \x{202f} and \x{00a0} out, as these are not matched with \s with the /a flag.
,
Gavin D. Smith
,
2022/01/17
branch master updated: A test that resembles a Mallard guide topic pages collections
,
Patrice Dumas
,
2022/01/16
branch master updated: * Pod-Simple-Texinfo/prove.sh: -I ../tp for Texinfo::ModulePath in builddir
,
Patrice Dumas
,
2022/01/16
branch master updated: untrack another gnulib file
,
Gavin D. Smith
,
2022/01/16
branch master updated: Put texinfo_document.pot in git and update po files
,
Patrice Dumas
,
2022/01/16
branch master updated: Keep small* command information in extra classes in HTML
,
Patrice Dumas
,
2022/01/16
branch master updated: * doc/texinfo.texi (Format with texi2dvi): Add index entry for texi2pdf.
,
Gavin D. Smith
,
2022/01/16
master updated (733c767e6d -> 4f000b63f6)
,
Patrice Dumas
,
2022/01/16
[no subject]
,
Patrice Dumas
,
2022/01/16
[no subject]
,
Patrice Dumas
,
2022/01/16
branch master updated: move new test to correct section in file
,
Gavin D. Smith
,
2022/01/16
branch master updated: Set novalidate in main program and use common code to set language
,
Patrice Dumas
,
2022/01/16
branch master updated: track test results
,
Gavin D. Smith
,
2022/01/16
branch master updated: untrack generated file
,
Gavin D. Smith
,
2022/01/16
branch master updated: Figure spaces
,
Gavin D. Smith
,
2022/01/16
branch master updated: track more gnulib files
,
Gavin D. Smith
,
2022/01/16
branch master updated: * po_document/POTFILES.in: add tp/Texinfo/Translations.pm.
,
Patrice Dumas
,
2022/01/15
branch master updated: Update gnulib.
,
Gavin D. Smith
,
2022/01/15
branch master updated: * tp/texi2any.pl: set documentlanguage in main program configuration as it is needed for regenerate_master_menu.
,
Patrice Dumas
,
2022/01/15
branch master updated: * tp/Texinfo/Common.pm (%default_index_commands, %command_index), tp/Texinfo/ParserNonXS.pm (%default_no_paragraph_commands) (%default_valid_nestings): put two letter default @*index commands in hashes in Texinfo::Common and in the ParserNonXS.
,
Patrice Dumas
,
2022/01/15
branch master updated: * tp/Texinfo/ParserNonXS.pm (%parser_state_initialization, parser) (simple_parser): put 'regions_stack', 'macro_stack' and 'conditionals_stack' initialization in %parser_state_initialization. remove 'explained_commands' state it is not used anywhere. Merge _setup_parser() in parser().
,
Patrice Dumas
,
2022/01/15
master updated (18f8613984 -> 1a5a9ca172)
,
Patrice Dumas
,
2022/01/15
[no subject]
,
Patrice Dumas
,
2022/01/15
[no subject]
,
Patrice Dumas
,
2022/01/15
[no subject]
,
Patrice Dumas
,
2022/01/15
[no subject]
,
Patrice Dumas
,
2022/01/15
master updated (227b83e4d3 -> 18f8613984)
,
Patrice Dumas
,
2022/01/14
[no subject]
,
Patrice Dumas
,
2022/01/14
[no subject]
,
Patrice Dumas
,
2022/01/14
[no subject]
,
Patrice Dumas
,
2022/01/14
[no subject]
,
Patrice Dumas
,
2022/01/14
[no subject]
,
Patrice Dumas
,
2022/01/14
branch master updated: an link -> a link
,
Gavin D. Smith
,
2022/01/14
branch master updated: Improve links to internal pod without a section
,
Patrice Dumas
,
2022/01/14
branch master updated: Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm: change in spacing and add ()
,
Patrice Dumas
,
2022/01/14
master updated (71a5e8b538 -> a4e87e3a25)
,
Patrice Dumas
,
2022/01/14
[no subject]
,
Patrice Dumas
,
2022/01/14
[no subject]
,
Patrice Dumas
,
2022/01/14
branch master updated: Update DevHelp TODO entry
,
Patrice Dumas
,
2022/01/14
branch master updated: tp/Texinfo/Documentlanguages.pm: regenerate to remove an empty string.
,
Patrice Dumas
,
2022/01/13
branch master updated: * maintain/regenerate_documentlanguages-loc.pl: script to regenerate tp/Texinfo/Documentlanguages.pm using sources of information for languages and regions codes consistent with the Texinfo manual content.
,
Patrice Dumas
,
2022/01/13
branch master updated: Update tp/maintain/language-subtag-registry. CHange in spacing in code
,
Patrice Dumas
,
2022/01/13
branch master updated: tp/t/test_protect_contents.t: test of protect_first_parenthesis
,
Patrice Dumas
,
2022/01/13
branch master updated: * Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm (_normalize_texinfo_name): put the normalized content in the tree.
,
Patrice Dumas
,
2022/01/13
branch master updated: Test for diverse empty manuals for different flavors of empty including converion.
,
Patrice Dumas
,
2022/01/13
branch master updated: * NEWS: document the change in HTML element class names.
,
Patrice Dumas
,
2022/01/13
branch master updated: * NEWS, doc/texinfo.texi (HTML Customization Variables), tp/Texinfo/Common.pm (@variable_string_settables), tp/Texinfo/Convert/HTML.pm (html_get_css_elements_classes) (%defaults, %css_map, _convert_def_line_type, tp/init/epub3.pm) (tp/init/html32.pm): rename COPIABLE_ANCHORS as COPIABLE_LINKS and rename the associated class.
,
Patrice Dumas
,
2022/01/13
branch master updated: Tests for conversion to utf-8 by setting OUTPUT_ENCODING_NAME
,
Patrice Dumas
,
2022/01/13
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (converter_initialize): fix typo in $self->{'ascii_punctuation'}.
,
Patrice Dumas
,
2022/01/13
branch master updated: * tp/Texinfo/Convert/HTML.pm (%special_characters) (converter_initialize): setup a structure holding information on all the special characters (left quote, right quote, paragraph symbol, non breaking space) that are added to output as part of formatting. Set these characters to their encoded values if ENABLE_ENCODING is set and they are in the output encoded characters set.
,
Patrice Dumas
,
2022/01/12
branch master updated: * doc/texinfo.texi (@code{@@settitle}, @code{@@titlepage}): describe that @settitle is output at the very beginning of an HTML document. And that @shorttitlepage is used instead of @settitle page if @settitle is not set.
,
Patrice Dumas
,
2022/01/12
branch master updated: Update TODO on formatted @-command in HTML without class
,
Patrice Dumas
,
2022/01/12
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_map, _convert_preformatted_type): set a class for menu entry description in preformatted in menu to have it inline to avoid a line break caused by <pre> being a block element. Note that it does not seem to be rendered as intended, at least in firefox there still seems to be a line break.
,
Patrice Dumas
,
2022/01/12
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_listoffloats_command): add a class for caption or shortcaption in listoffloats, like caption-in-listoffloats
,
Patrice Dumas
,
2022/01/12
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_navigation_panel): rename format_navigation_header_panel as format_navigation_panel as it is used both for headers and footers. Use nav-panel instead of nav-header for the class.
,
Patrice Dumas
,
2022/01/12
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_style_command): comment out the code parsing attributes in style command specification as there is no need to specify attributes right now.
,
Patrice Dumas
,
2022/01/12
branch master updated: * tp/Texinfo/Convert/HTML.pm (html_attribute_class) (_convert_style_command): simplify and correct class string formatting.
,
Patrice Dumas
,
2022/01/12
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_heading_command) (_default_format_heading_text, _default_format_titlepage) (_convert_titlefont_command, _print_title), tp/init/book.pm: add a an $additional_classes argument for _default_format_heading_text, and change argument order such that the element argument which is not used, is last. Do not set an element argument in calls to format_heading_text except for the call from _convert_heading_command.
,
Patrice Dumas
,
2022/01/12
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_heading_command): use a specific class for the opening section div, like <section>-level-extent. Always associate the class corresponding to a sectioning @-command or a @node to the header if it is output, else to the anchor with the id. Use node-id for the anchor class if there is a heading.
,
Patrice Dumas
,
2022/01/11
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_heading_command): use level corrected sectioning command name for the opening section class.
,
Patrice Dumas
,
2022/01/11
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_map, _convert_titlefont_command) (_default_format_heading_text, _convert_heading_command) (_contents_inline_element, _default_format_titlepage, _print_title) (_convert_special_element_type, _convert_tree_unit_type) (_default_format_footnotes_text), tp/init/book.pm: pass the command name, possibly undef for special elements, and class to format_heading_text formatting.
,
Patrice Dumas
,
2022/01/11
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_heading_command): use command as class for anchors, as if it is a @node the heading has another class name, and for an empty @top, there are two classes as for sectioning commands. Move code around, change variable names, add comments for clarity and add FIXMEs.
,
Patrice Dumas
,
2022/01/11
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_map, _protect_space): rename nolinebreak class as w-nolinebreak-text. Call html_attribute_class() only if the element will be substituted in the protected text.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_map, %pre_class_commands) (_preformatted_class): only use command and type names in 'preformatted_classes', and prepend -preformatted systematically for the corresponding pre class name.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_map) (_default_format_navigation_header_panel) (_convert_printindex_command, _contents_inline_element) (_convert_def_line_type, _convert_special_element_type) (_mini_toc, _default_format_contents, _default_format_end_file): rename no-bullet class as toc-numbered-mark. Rename smaller class as program-in-footer. Rename header class as nav-header. Rename summary-letter class as summary-letter-printindex. Add a div for printindex with additional class $index_ [...]
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_def_command): use first-def* as class for the main def* command container. Also get alias information with first-def*-alias-first-def*.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Common.pm (%def_aliases): add aliases for the def*x forms too.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_quotation_command) (_convert_itemize_command, _convert_enumerate_command) (_convert_multitable_command, _convert_xtable_command): add command name as class for block @-commands.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_float_command): use @caption or @shortcaption as caption class for the div element if there is a non empty caption/shortcaption, otherwise use the type-number-float class.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_float_command): convert prepended float number type information in the same way with a caption or without.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_float_command): use register_pending_formatted_inline_content() to have the float number and type prepended to the caption instead of modifying the tree.
,
Patrice Dumas
,
2022/01/10
branch master updated: TODO update
,
Gavin D. Smith
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (%default_types_open, default_types_open) (_convert, associate_pending_formatted_inline_content) (get_associated_formatted_inline_content), tp/Texinfo/Config.pm (texinfo_register_type_opening, GNUT_get_types_open): API to associate pending inline formatted text to an element, allowing to associate the pending content to the first opening inline element.
,
Patrice Dumas
,
2022/01/10
branch master updated: @group should be inside @example not vice versa
,
Gavin D. Smith
,
2022/01/10
branch master updated: Documentation of @dircategory
,
Gavin D. Smith
,
2022/01/10
branch master updated: * util/htmlxref.cnf: Add auth, calc, dbus, ede, edt, emacs-gnutls, emacs-mime, ert, eudc, forms, htmlfontify, ido, newsticker, octave-mode, pgg, reftex, remember, bovine, srecode, ses, sieve, sc, todo-mode, url, vhdl-mode, widget, wisent. Update for ada-mode.
,
Gavin D. Smith
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_rules_not_collected, %css_map) (%style_commands_element): format key like other style commands. Use kbd.kbd for the CSS selector for @kbd.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_exdent_command): use command name as class for pre.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_map, _default_format_heading_text) (_convert_command_simple_block, _convert_exdent_command) (_convert_center_command, _convert_paragraph_type): use class for headings alignement selector. Use _convert_command_simple_block to convert raggedright, flushleft, flushright and group, that output a <div>. Use classes line flushleft-paragraph to align paragraphs.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_map, %style_commands_element) (_convert_email_command, _convert_explained_command) (_convert_footnote_command, _convert_uref_command) (_convert_image_command, _convert_math_command) (_convert_indicateurl_command, _convert_author_command) (_convert_title_command, _convert_subtitle_command) (_convert_xref_commands): add the @-command name as class for brace commands. Use span for @dmn and for @sc in preformatted.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_map, %style_commands_element) (_convert_style_command): always use the style command name as class.
,
Patrice Dumas
,
2022/01/10
branch master updated: Documentation of the Texinfo Preamble
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/HTML.pm (output): translate strings if the end of preamble document language is not the same as the default document language.
,
Patrice Dumas
,
2022/01/10
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (output): do not add a preamble if there is none. The tree used should already contain a preamble if needed.
,
Patrice Dumas
,
2022/01/09
branch master updated: more full document tests for conversion to latex
,
Patrice Dumas
,
2022/01/09
branch master updated: Fix errors in POD sections.
,
Patrice Dumas
,
2022/01/09
branch master updated: * Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm (_normalize_texinfo_name): use parse_texi_piece(). Try to use a more robust code to find the anchor in the tree.
,
Patrice Dumas
,
2022/01/09
branch master updated: * tp/Texinfo/Convert/HTML.pm (output): use the last value in preamble for documentlanguage to set the body element lang attribute.
,
Patrice Dumas
,
2022/01/09
branch master updated: * tp/Texinfo/Convert/HTML.pm (output): use the last value in preamble for documentlanguage to format the title and the copying block in comments.
,
Patrice Dumas
,
2022/01/09
branch master updated: rename t/init_files.t as t/init_files_tests.t to match with name in file
,
Patrice Dumas
,
2022/01/09
branch master updated: * tp/Texinfo/Convert/Info.pm (_info_header): use the last value in preamble of informative commands to format the @copying block for the copying header.
,
Patrice Dumas
,
2022/01/09
branch master updated: Use parse_texi_text for tests with 'full_document' set
,
Patrice Dumas
,
2022/01/09
branch master updated: * TODO.HTML: Add some remarks from an old email.
,
Gavin D. Smith
,
2022/01/09
branch master updated: * tp/Texinfo/ParserNonXS.pm (_prepare_input_from_text) (parse_texi_piece, parse_texi_text), tp/Texinfo/XS/parsetexi/Parsetexi.pm (parse_texi_piece) (get_parser_info, parse_texi_text), tp/Texinfo/XS/parsetexi/Parsetexi.xs (parse_piece), tp/Texinfo/XS/parsetexi/api.c (parse_text, parse_piece): change meaning of parse_texi_text() to be parsing a text as a whole manual. Add parse_texi_piece() to do what parse_texi_text() formerly did.
,
Patrice Dumas
,
2022/01/09
branch master updated: * tp/Texinfo/ParserNonXS.pm (parse_texi_file, _parse_texi_document), tp/Texinfo/XS/parsetexi/api.c (parse_file), tp/Texinfo/XS/parsetexi/parser.c (parse_texi_document): split the entry point for parse_texi_file, using parse_texi_document() for the part doing the parsing. In the XS parser move the code related to file opening to parse_file() and remove parse_texi_file().
,
Patrice Dumas
,
2022/01/09
branch master updated: * tp/Texinfo/ParserNonXS.pm (parse_texi_file): synchronize implementation with XS parser implementation, which has the advantage of using next_text() and therefore can be used for another source than a file.
,
Patrice Dumas
,
2022/01/09
branch master updated: Remove old TODO
,
Gavin D. Smith
,
2022/01/09
branch master updated: use parse_texi_line() more in tests when relevant
,
Patrice Dumas
,
2022/01/09
branch master updated: more parse_texi_line tests
,
Patrice Dumas
,
2022/01/09
branch master updated: * tp/Texinfo/ParserNonXS.pm (parse_texi_line), tp/Texinfo/XS/parsetexi/Parsetexi.pm (parse_texi_text) (parse_texi_line), tp/Texinfo/XS/parsetexi/Parsetexi.xs (parse_string, parse_text), tp/Texinfo/XS/parsetexi/api.c (parse_string, parse_text): add a line number argument to the XS parser parse_string() and parse_text() functions and update accordingly the callers. Set line number to 1 in the default case for parse_texi_line().
,
Patrice Dumas
,
2022/01/09
branch master updated: Add test for regressions specific of parse_texi_line
,
Patrice Dumas
,
2022/01/09
branch master updated: * tp/Texinfo/ParserNonXS.pm (_parse_texi), tp/Texinfo/XS/parsetexi/handle_commands.c (handle_line_command): check if the element type is root_line when closing a root command, and die if there is no parent only if not in root_line. A root command in parse_texi_line could be considered incorrect, in that case an error message should be output.
,
Patrice Dumas
,
2022/01/08
branch master updated: * tp/Texinfo/Convert/Converter.pm (_in_preamble) (set_global_document_commands) tp/Texinfo/Convert/HTML.pm (_prepare_conversion_tree_units, output), tp/Texinfo/Convert/Info.pm (_info_header): modify set_global_document_commands() to take for commands location argument 'before', 'last', 'preamble' or 'preamble_or_first' taking into account the preamble appropriately.
,
Patrice Dumas
,
2022/01/08
branch master updated: * tp/Texinfo/Convert/HTML.pm (register_file_information) (get_file_information): add an API to be able to set informations during conversion and get it back when doint the footers and headers. (_default_format_end_file): get the file name in argument.
,
Patrice Dumas
,
2022/01/08
branch master updated: * tp/Texinfo/Convert/Converter.pm (set_global_document_commands) (_command_init): determine the initial values only when needed.
,
Patrice Dumas
,
2022/01/08
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_map, converter_initialize): unconditionally put 'span.smaller' (for PROGRAM_NAME_IN_FOOTER) in %css_map.
,
Patrice Dumas
,
2022/01/08
branch master updated: Fix changelog entry to mention the converter and not the parser
,
Patrice Dumas
,
2022/01/08
branch master updated: * tp/Texinfo/Convert/Converter.pm (set_tree_unit_file) (_set_tree_units_files, output), tp/Texinfo/Convert/HTML.pm (_html_set_pages_files, output): set 'out_filepaths' in the parser to associate file names without output file paths and not 'out_filepath' in the elements.
,
Patrice Dumas
,
2022/01/08
branch master updated: * tp/Texinfo/Convert/Converter.pm (set_tree_unit_file) (_set_tree_units_files, output), tp/Texinfo/Convert/HTML.pm (command_filename, command_href, _default_format_element_header) (_convert_special_element_type, _default_format_element_footer) (_html_set_pages_files, output), tp/Texinfo/Structuring.pm (elements_file_directions), tp/init/book.pm, tp/init/chm.pm, tp/init/epub3.pm, tp/t/init/t2h_singular.init: put 'unit_filename' in 'structure' hash reference.
,
Patrice Dumas
,
2022/01/08
branch master updated: * tp/Texinfo/Convert/Converter.pm (set_tree_unit_file) (_set_tree_units_files, output), tp/Texinfo/Convert/HTML.pm (command_filename, command_href, _default_format_element_header) (_default_format_element_footer, _html_set_pages_files, output), tp/Texinfo/Structuring.pm (elements_file_directions), tp/init/book.pm, tp/init/chm.pm, tp/init/epub3.pm, tp/t/init/t2h_singular.init: rename tree unit 'filename' key as 'unit_filename'.
,
Patrice Dumas
,
2022/01/08
branch master updated: * tp/Texinfo/Convert/LaTeX.pm: remove unused code
,
Patrice Dumas
,
2022/01/08
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (%LaTeX_list_environments) (_latex_header, _convert): only import packages and output LaTeX code related to list environments if needed for the document formatting.
,
Patrice Dumas
,
2022/01/07
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (%LaTeX_environment_packages) (_latex_header, _convert): only import packages and output LaTeX code if needed for the document formatting.
,
Patrice Dumas
,
2022/01/07
branch master updated: * tp/Texinfo/Translations.pm: minor change in code style.
,
Patrice Dumas
,
2022/01/07
branch master updated: * tp/init/html32.pm: formatting of @enddots may now use the default.
,
Patrice Dumas
,
2022/01/07
branch master updated: * tp/init/html32.pm: fix syntax error.
,
Patrice Dumas
,
2022/01/07
branch master updated: * tp/Texinfo/Config.pm (texinfo_register_no_arg_command_formatting), tp/Texinfo/Convert/HTML.pm (_translate_names) (%default_no_arg_commands_formatting, _text_element_conversion) (_convert_no_arg_command, _css_string_convert_no_arg_command) (converter_initialize): specify no args commands with a separate 'element' and 'text' information in an hash reference instead of just having a text.
,
Patrice Dumas
,
2022/01/07
branch master updated: * tp/Texinfo/Convert/Converter.pm (%xml_text_entity_no_arg_commands_formatting), tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/TexinfoXML.pm: replace %default_xml_no_arg_commands_formatting{'normal'} by %xml_text_entity_no_arg_commands_formatting.
,
Patrice Dumas
,
2022/01/07
branch master updated: * tp/Texinfo/Common.pm (%default_main_program_customization), tp/Texinfo/Convert/HTML.pm (builtin_default_css_text), tp/texi2any.pl, doc/texinfo.texi (HTML Customization Variables), NEWS: add SHOW_BUILTIN_CSS_RULES, to output the default builtin CSS rules, and exit right after.
,
Patrice Dumas
,
2022/01/07
branch master updated: * tp/Texinfo/ParserNonXS.pm (_end_line), tp/Texinfo/XS/parsetexi/Parsetexi.pm (_set_itemize_commands_arg) (_set_errors_node_lists_labels_indices, get_parser_info): remove @itemize command argument detected as command_as_argument in itemize_commands_arg in global information as it is not needed anymore.
,
Patrice Dumas
,
2022/01/07
branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_map, converter_initialize): setup css_string for more @-commands in the first initialization. Preset %css_map for all the possible @itemize marks. No use for parser_info itemize_commands_arg anymore.
,
Patrice Dumas
,
2022/01/07
branch master updated: Add test for @itemize @* @{
,
Patrice Dumas
,
2022/01/07
branch master updated: Dynamically generated CSS lines in HTML
,
Patrice Dumas
,
2022/01/06
branch master updated: * doc/texinfo.texi (texi2html): Remove references to the following removed or never implemented cutomization variables: SHORT_REF, IDX_SUMMARY, IGNORE_PREAMBLE_TEXT.
,
Gavin D. Smith
,
2022/01/06
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_itemize_command) (converter_initialize): use mark-none for the class name corresponding to @itemize @w{} that does not produce any mark at all.
,
Patrice Dumas
,
2022/01/06
branch master updated: * tp/Texinfo/Convert/HTML.pm (%defaults): more consistent 'misc_elements_targets'.
,
Patrice Dumas
,
2022/01/05
branch master updated: * tp/Texinfo/Convert/HTML.pm (special_element, global_element) [from_element_direction, element_is_tree_unit_top, _translate_names) (_html_get_tree_root_element, _prepare_special_elements) (_prepare_contents_elements, _prepare_tree_units_global_targets): rename internal hash keys, use global_element() and special_element() functions more.
,
Patrice Dumas
,
2022/01/05
branch master updated: * tp/Texinfo/Common.pm (@variable_other_settables), tp/Texinfo/Convert/HTML.pm (%contents_command_element_type) (command_contents_href, command_text, %defaults, _translate_names) (_contents_inline_element, _convert_special_element_type) (_html_set_pages_files, _prepare_special_elements, _prepare_contents_elements) (_default_format_footnotes_text) (_default_format_special_element_body): distinguish special element types and special elements directions.
,
Patrice Dumas
,
2022/01/05
branch master updated: * NEWS, doc/texinfo.texi (HTML Customization Variables), (Other Customization Variables), tp/Texinfo/Common.pm (@variable_string_settables), tp/Texinfo/Convert/HTML.pm (%defaults) (_default_format_contents), tp/init/html32.pm: rename OVERVIEW_LINK_TO_TOC as SHORT_TOC_LINK_TO_TOC, rename BEFORE_OVERVIEW as BEFORE_SHORT_TOC_LINES and AFTER_OVERVIEW as AFTER_SHORT_TOC_LINES.
,
Patrice Dumas
,
2022/01/05
branch master updated: * tp/Texinfo/Convert/HTML.pm (%special_list_bullet_css_string_no_arg_command) (html_convert_css_string_for_list_bullet): allow formatting for list bullets to be different from formatting of @-commands in CSS strings. This was an attempt to find an hyphen more suitable for a bullet list, but the default one seems to be the best.
,
Patrice Dumas
,
2022/01/05
branch master updated: * tp/Texinfo/Convert/HTML.pm (%special_list_bullet_css_string_no_arg_command) (html_convert_css_string_for_list_bullet): allow formatting for list bullets to be different from formatting of @-commands in CSS strings. This was an attempt to find an hyphen more suitable for a bullet list, but the default one seems to be the best.
,
Patrice Dumas
,
2022/01/05
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (converter_initialize) (_process_text): cache $self->get_conf('ASCII_PUNCTUATION') for speed.
,
Patrice Dumas
,
2022/01/05
branch master updated: * TODO, tp/TODO: update.
,
Patrice Dumas
,
2022/01/05
branch master updated: * tp/Texinfo/ParserNonXS.pm (_end_line), tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line): do not register accent comment without brace as a command_as_argument at all.
,
Patrice Dumas
,
2022/01/05
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_css_string_format_protect_text) (_css_string_convert_text): fix text protection.
,
Patrice Dumas
,
2022/01/05
branch master updated: in HTML @itemize item mark based on CSS
,
Patrice Dumas
,
2022/01/05
branch master updated: tp/tests/coverage_macro.texi: add @itemize @w{}
,
Patrice Dumas
,
2022/01/04
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (_set_environment_options): if @w is the @itemize argument, use an explicit empty format to have no bullet.
,
Patrice Dumas
,
2022/01/04
branch master updated: * tp/Texinfo/ParserNonXS.pm (%parser_state_initialization) (%parser_state_configuration, %parser_settable_configuration) (_setup_conf): split %parser_state_configuration in two, with %parser_state_initialization being not configurable anymore to match with the XS parser in which those configuration keys are not implemented. Two configuration keys, clickstyle and kbdinputstyle are duplicated in Texinfo::Translations::gdt(), so are put in %parser_state_configuration although they are not imp [...]
,
Patrice Dumas
,
2022/01/03
branch master updated: * TODO: Remove already implemented functionality.
,
Gavin D. Smith
,
2022/01/03
branch master updated: get-or-remove-footnotes
,
Gavin D. Smith
,
2022/01/03
branch master updated: * TODO, NEWS: Change a couple of items.
,
Gavin D. Smith
,
2022/01/03
branch master updated: minor changes in spacing, code location, review use of List::Util::any or grep.
,
Patrice Dumas
,
2022/01/03
branch master updated: * Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm (_normalize_texinfo_name): adapt to tree structure change. Better error reporting in case of parser errors.
,
Patrice Dumas
,
2022/01/03
branch master updated: * tp/Texinfo/Convert/Texinfo.pm (convert_to_texinfo): use confess instead of die.
,
Patrice Dumas
,
2022/01/03
branch master updated: * tp/Texinfo/Convert/HTML.pm (convert): output special elements in every cases where there are multiple units.
,
Patrice Dumas
,
2022/01/03
branch master updated: t/test_utils.pl remove redundant section_level from some test results
,
Patrice Dumas
,
2022/01/02
branch master updated: * p/Texinfo/Common.pm, tp/Texinfo/Config.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/TexinfoXML.pm, tp/Texinfo/ParserNonXS.pm, tp/Texinfo/XS/parsetexi/Parsetexi.pm: use cleaner ref($var) eq '' instead of ! ref($var).
,
Patrice Dumas
,
2022/01/02
branch master updated: * tp/Texinfo/Common.pm (_substitute_references): handle index_ignore_chars.
,
Patrice Dumas
,
2022/01/02
branch master updated: * tp/Texinfo/Convert/HTML.pm: rename name extra key of special elements to special_element_type.
,
Patrice Dumas
,
2022/01/02
branch master updated: * NEWS: add USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATTRIBUTES and NO_CUSTOM_HTML_ATTRIBUTE.
,
Patrice Dumas
,
2022/01/02
branch master updated: * tp/Texinfo/Convert/HTML.pm (output): set MATHJAX_SCRIPT and MATHJAX_SOURCE dynamic defaults earlier such that they can be known and modified in init files.
,
Patrice Dumas
,
2022/01/02
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (output, _convert): do not remove the Top node from the tree. Instead, put 'in_skipped_node_top' in context if in Top node and ignore everything except informative commands and top level sectioning commands. Arguments of informative commands should all be formatted out of the main conversion or in a new context stack.
,
Patrice Dumas
,
2022/01/02
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (_begin_document, _convert): output contents after the beginning of document unless if CONTENTS_OUTPUT_LOCATION is set to inline in which case it is output where contents is (could be in the preamble...).
,
Patrice Dumas
,
2022/01/02
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (output): add a preamble element only if there was not already one in the tree. With parse_texi_text() there is no preamble element.
,
Patrice Dumas
,
2022/01/02
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (_begin_document, _convert): output title page after begining of contents independently of where @titlepage is defined. Allows titlepage and shorttitlepage to be in preamble.
,
Patrice Dumas
,
2022/01/02
branch master updated: * doc/texinfo.tex (\kbd): Simplify definition so as not to check whether @key is contained within.
,
Gavin D. Smith
,
2022/01/02
branch master updated: * doc/info-stnd.texi: Revise use of @key and @kbd.
,
Gavin D. Smith
,
2022/01/02
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (output, convert, convert_tree): always call _pop_context after _push_new_context.
,
Patrice Dumas
,
2022/01/02
branch master updated: Fix a changelog entry and and change left over.
,
Patrice Dumas
,
2022/01/02
branch master updated: * tp/Texinfo/Convert/LaTeX.pm: use Texinfo::Common::document_settable_at_commands for informatinve commands. Do not consider ignored commands in preamble commands.
,
Patrice Dumas
,
2022/01/02
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (_convert): simpler formatting of author outside of front cover.
,
Patrice Dumas
,
2022/01/02
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (%preamble_commands): use Texinfo::Common preamble commands, except for titlepage and shorttitlepage which need to be in the document content.
,
Patrice Dumas
,
2022/01/02
branch master updated: No slant for @key
,
Gavin D. Smith
,
2022/01/02
branch master updated: * tp/Texinfo/Common.pm (add_preamble_before_content): put code that setup the preamble before content in a function add_preamble_before_content(). Add the preamble even if empty.
,
Patrice Dumas
,
2022/01/02
branch master updated: * tp/Texinfo/Common.pm (%preamble_commands, rearrange_tree_beginning): add a preamble_before_content type before the first content, which corresponds to non informative commands content. Use %preamble_commands for that, that holds all the @-command that can appear in that preamble.
,
Patrice Dumas
,
2022/01/01
branch master updated: Remove unused test script. Add layout_formatting_latex.sh.
,
Patrice Dumas
,
2022/01/01
branch master updated: * tp/Texinfo/Common.pm (%document_settable_multiple_at_commands) (%formattable_misc_commands): put contents and summarycontents in %document_settable_multiple_at_commands and remove from %formattable_misc_commands.
,
Patrice Dumas
,
2022/01/01
branch master updated: Document of LaTeX back-end
,
Gavin D. Smith
,
2022/01/01
branch master updated: * tp/Texinfo/Common.pm (%formattable_misc_commands), (%formatted_misc_commands, is_content_empty): split formattable commands which require having some replacement text formatted and formatted_misc_commands whch can be formatted and may have text argument.
,
Patrice Dumas
,
2022/01/01
branch master updated: Make LaTeX output processable
,
Gavin D. Smith
,
2022/01/01
branch master updated: * tp/Texinfo/Convert/TextContent.pm (_convert): add end of line for all the 'line_arg', excpet when on a def_line as they already have an end of line in that case.
,
Patrice Dumas
,
2022/01/01
branch master updated: No slant for @key.
,
Gavin D. Smith
,
2022/01/01
branch master updated: * doc/texinfo.tex (\smallerbook): Remove experimental page size setting, never documented or implemented in makeinfo. (Originally added 2005-04-18.)
,
Gavin D. Smith
,
2022/01/01
branch master updated: * tp/Texinfo/Common.pm (%line_commands), * tp/Texinfo/XS/parsetexi/command_data.txt: Put page size commands together.
,
Gavin D. Smith
,
2022/01/01
branch master updated: * tp/Texinfo/Common.pm (rearrange_tree_beginning), tp/Texinfo/ParserNonXS.pm (parse_texi_file), tp/Texinfo/XS/parsetexi/Parsetexi.pm (_maybe_ignore_before_setfilename, parse_texi_file): move code from _maybe_ignore_before_setfilename to Texinfo::Common renamed as rearrange_tree_beginning and remove similar code from ParserNonXS.pm and call that function there too.
,
Patrice Dumas
,
2022/01/01
branch master updated: * tp/Texinfo/Common.pm (%document_settable_unique_at_commands), tp/Texinfo/Convert/LaTeX.pm (@informative_global_commands) (_convert), tp/Texinfo/XS/parsetexi/command_data.txt, tp/Texinfo/XS/parsetexi/parser.c (register_global_command), tp/Texinfo/XS/parsetexi/parser.h (GLOBAL_INFO): set @afourpaper, @afourlatex, @afourwide, @afivepaper, @bsixpaper and @smallbook as global unique @-commands.
,
Patrice Dumas
,
2022/01/01
branch master updated: tp/Texinfo/Structuring.pm: update documentation.
,
Patrice Dumas
,
2022/01/01
branch master updated: * tp/Texinfo/Structuring.pm (split_by_node, split_by_section): do not generate unit_node nor unit_section.
,
Patrice Dumas
,
2022/01/01
branch master updated: * tp/Texinfo/Structuring.pm (split_pages, _tree_unit_section) (_tree_unit_node, elements_directions): do not use unit_node or unit_section, instead use unit_command and associated_* through two functions _tree_unit_section and _tree_unit_node.
,
Patrice Dumas
,
2022/01/01
branch master updated: * tp/Texinfo/Convert/HTML.pm (from_element_direction), (_convert_heading_command, _prepare_tree_units_global_targets), tp/init/book.pm (book_format_navigation_header) (book_convert_heading_command, book_element_file_name): do not use unit_section or unit_node, use unit_command and associated_*.
,
Patrice Dumas
,
2022/01/01
branch master updated: * tp/Texinfo/Convert/Info.pm (format_error_outside_of_any_node), tp/Texinfo/Convert/Plaintext.pm (process_footnotes, _menu, _convert): rename $self->{'node'} as $self->{'current_node'}.
,
Patrice Dumas
,
2022/01/01
branch master updated: * tp/Texinfo/Convert/HTML.pm (element_is_tree_unit_top): simplify condition and use only 'unit_command'.
,
Patrice Dumas
,
2022/01/01
master updated (644e168413 -> 39db0690fe)
,
Patrice Dumas
,
2022/01/01
[no subject]
,
Patrice Dumas
,
2022/01/01
[no subject]
,
Patrice Dumas
,
2022/01/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc