[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (b0380c00d3 -> d670ac8072)
From: |
Patrice Dumas |
Subject: |
master updated (b0380c00d3 -> d670ac8072) |
Date: |
Sun, 5 May 2024 03:18:21 -0400 (EDT) |
pertusus pushed a change to branch master.
from b0380c00d3 * tp/Texinfo/Convert/Plaintext.pm (_convert): add a newline
after generated menu if needed.
new 2476dabff0 * tp/Texinfo/XS/convert/ConvertXS.xs
(get_converter_indices_sorted_by_index): initialize variables.
new 08ad4f11ff * tp/maintain/regenerate_C_options_info.pl,
tp/Texinfo/XS/main/option_types.h (global_option_type),
tp/Texinfo/XS/main/utils.c, tp/Texinfo/XS/convert/converter.c: prefix
global_option_type enums with GOT_ instead of GO_ to be able to add other
global options enum.
new d670ac8072 * tp/Texinfo/XS/convert/convert_html.c
(prepare_special_units) (html_default_format_heading_text,
html_default_format_contents) (convert_style_command,
convert_indicateurl_command) (convert_heading_command,
convert_printindex_command) (convert_contents_command, convert_menu_entry_type)
(contents_shortcontents_in_title): handle FORMAT_MENU MAX_HEADER_LEVEL
CONTENTS_OUTPUT_LOCATION OPEN_QUOTE_SYMBOL CLOSE_QUOTE_SYMBOL MENU_SYMBOL
INDEX_ENTRY_COLON MENU_ENTRY_COLON being [...]
Summary of changes:
ChangeLog | 30 ++++++++++++
tp/Texinfo/XS/convert/ConvertXS.xs | 4 +-
tp/Texinfo/XS/convert/convert_html.c | 81 ++++++++++++++++++++------------
tp/Texinfo/XS/convert/converter.c | 16 +++----
tp/Texinfo/XS/main/manipulate_indices.c | 4 ++
tp/Texinfo/XS/main/option_types.h | 18 +++----
tp/Texinfo/XS/main/utils.c | 52 ++++++++++----------
tp/maintain/regenerate_C_options_info.pl | 6 +--
8 files changed, 133 insertions(+), 78 deletions(-)
- master updated (b0380c00d3 -> d670ac8072),
Patrice Dumas <=