Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
texinfo-commits (date)
[
Thread Index
][
Top
][
All Lists
][
texinfo-commits info page
]
Advanced
[
Prev Period
]
Last Modified: Wed May 29 2024 16:10:31 -0400
Messages in reverse chronological order
[
Next Period
]
May 29, 2024
branch master updated: * tp/Texinfo/XS/main/utils.c (clear_option, free_option) (initialize_option): Add a no-op compund statment to mitigate errors from GCC.
,
Gavin D. Smith
,
16:10
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (parse_file): cast the decode_string argument to char* to remove the const, as, even if decode_string do not modify its argument, it cannot be marked const if iconv input buffer is not const in iconv prototype.
,
Patrice Dumas
,
07:32
branch master updated: Add description of file not found test in non-utf8 locale
,
Patrice Dumas
,
03:22
branch master updated: Use the command line encoding for input file name in message
,
Patrice Dumas
,
03:18
May 28, 2024
branch master updated: * tp/Texinfo/XS/main/document.c (destroy_document_information_except_tree) (remove_document_descriptor): destroy the document structure fields and the small_strings even if the tree is not set.
,
Patrice Dumas
,
07:44
[no subject]
,
Patrice Dumas
,
06:54
[no subject]
,
Patrice Dumas
,
06:54
master updated (81c8c715de -> d70a8c9ecc)
,
Patrice Dumas
,
06:54
branch master updated: Rename contrib/mass_test/output_perlVSC.sh as output_ConvertXS_perlVSC.sh
,
Patrice Dumas
,
03:50
May 27, 2024
branch master updated: * tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line): set directly line to an empty string instead of going to the end of line.
,
Patrice Dumas
,
17:48
branch master updated: * tp/Texinfo/XS/main/translations.c (replace_substrings), tp/Texinfo/XS/main/utils.c (read_flag_len), tp/Texinfo/XS/parsetexi/end_line.c (end_line_starting_block), tp/Texinfo/XS/parsetexi/handle_commands.c (parse_rawline_command), tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line): replace read_flag_name by read_flag_len that only returns the length of the flag. This allows to check first if there is a matching brace or if there is nothing remaining on the line before allocating [...]
,
Patrice Dumas
,
17:12
branch master updated: * tp/Texinfo/XS/parsetexi/macro.c (handle_macro): use strchrnul instead of strchr to have more common code.
,
Patrice Dumas
,
15:14
branch master updated: * tp/Texinfo/ParserNonXS.pm (_abort_empty_line), tp/Texinfo/XS/parsetexi/parser.c (abort_empty_line): different debug message if additional_spaces are added or not.
,
Patrice Dumas
,
14:59
branch master updated: * tp/Texinfo/XS/parsetexi/macro.c (handle_macro), tp/Texinfo/XS/parsetexi/menus.c (handle_menu_entry_separators) (end_line_menu_entry), tp/Texinfo/XS/parsetexi/parser.c (merge_text) (process_remaining_on_line), tp/Texinfo/XS/parsetexi/separator.c (handle_open_brace, handle_close_brace): add a text length argument to merge_text. Update merge_text and callers.
,
Patrice Dumas
,
13:52
[no subject]
,
Patrice Dumas
,
11:40
[no subject]
,
Patrice Dumas
,
11:40
master updated (7311c116ee -> e970d4eebc)
,
Patrice Dumas
,
11:40
branch master updated: * tp/Texinfo/Translations.pm (configure): warn if $localesdir is undefined and do not call bindtextdomain nor _XS_configure in that case.
,
Patrice Dumas
,
04:30
branch master updated: * doc/tp_api/texi2any_internals_preamble.texi: add @setfilename for platforms with old automake < 1.6.2.
,
Patrice Dumas
,
03:20
branch master updated: * tp/Texinfo/XS/parsetexi/Parsetexi.pm (parse_texi_file): rename $input_file_name as $decoded_input_file_path.
,
Patrice Dumas
,
02:43
May 26, 2024
branch master updated: Add missing Texinfo files for tests.
,
Patrice Dumas
,
16:05
branch master updated: * tp/Texinfo/XS/main/DocumentXS.xs (document_errors): warn if a document C data is not found.
,
Patrice Dumas
,
16:04
branch master updated: * tp/t/test_parse_texi_line.t: change in variable names, test the number of errors in any case.
,
Patrice Dumas
,
08:39
May 25, 2024
branch master updated: tp/TODO: add more information on use of time
,
Patrice Dumas
,
05:42
[no subject]
,
Patrice Dumas
,
04:03
master updated (2adeb6bbf9 -> 820a88407f)
,
Patrice Dumas
,
04:03
[no subject]
,
Patrice Dumas
,
04:03
[no subject]
,
Patrice Dumas
,
04:03
May 24, 2024
branch master updated: * tp/Texinfo/XS/main/parser_conf.c: add a NOTE in comment explaining why the registered confs are never unallocated.
,
Patrice Dumas
,
14:06
branch master updated: * tp/t/no_structure_test.t: uncomment the call to Texinfo::Tests::create_group_directory.
,
Patrice Dumas
,
13:42
master updated (2014a4db13 -> 2aca2a00b5)
,
Patrice Dumas
,
13:35
[no subject]
,
Patrice Dumas
,
13:35
[no subject]
,
Patrice Dumas
,
13:35
branch master updated: * tp/Makefile.am, tp/t/test_utils.pl, tp/Texinfo/Tests.pm (compare_dirs_files, unlink_dir_files): add tp/Texinfo/Tests.pm for common code to be used in tests.
,
Patrice Dumas
,
06:48
May 23, 2024
[no subject]
,
Patrice Dumas
,
13:16
[no subject]
,
Patrice Dumas
,
13:16
[no subject]
,
Patrice Dumas
,
13:16
[no subject]
,
Patrice Dumas
,
13:16
master updated (8a9da7f59c -> d20e10714e)
,
Patrice Dumas
,
13:16
branch master updated: * tp/Texinfo/Document.pm (_add_element_to_identifiers_target): remove unused customization_information argument.
,
Patrice Dumas
,
06:32
May 22, 2024
branch master updated: * tp/Texinfo/XS/main/parser_conf.c (free_parser_conf, apply_conf): If the previous conf is not registered, free the list in addition to clearing them as they are overwritten. Found with valgrind.
,
Patrice Dumas
,
17:22
branch master updated: * tp/Texinfo/XS/main/translations.c (replace_convert_substrings): call reset_parser_conf now that the configurations can be separate.
,
Patrice Dumas
,
16:51
branch master updated: * tp/Texinfo/XS/main/utils.c (wipe_values), tp/Texinfo/XS/parsetexi/macro.c: move wipe_values to utils.c such that it may be used by files in main.
,
Patrice Dumas
,
15:56
[no subject]
,
Patrice Dumas
,
15:43
[no subject]
,
Patrice Dumas
,
15:43
[no subject]
,
Patrice Dumas
,
15:43
[no subject]
,
Patrice Dumas
,
15:43
master updated (f24dffda64 -> 7ceaab760a)
,
Patrice Dumas
,
15:43
[no subject]
,
Patrice Dumas
,
15:43
May 21, 2024
branch master updated: * tp/Texinfo/Document.pm (errors), tp/Texinfo/ParserNonXS.pm (errors), tp/Texinfo/XS/parsetexi/Parsetexi.pm (errors), tp/t/test_parse_texi_line.t: clear Texinfo::Report errors when returning them with a call to errors().
,
Patrice Dumas
,
16:33
branch master updated: Reset parsing state to the configuration values before parsing
,
Patrice Dumas
,
13:16
branch master updated: * tp/Texinfo/ParserNonXS.pm (%parsing_state_initialization) (get_parser_info, _end_line_misc_line, _handle_close_brace): store 'input_encoding_name' directly in $document->{'global_info'}.
,
Patrice Dumas
,
02:10
May 20, 2024
branch master updated: * tp/Texinfo/XS/parsetexi/macro.c (new_macro): inline lookup_free_slot in new_macro.
,
Patrice Dumas
,
17:59
master updated (4555fbf29f -> 0a9974d79b)
,
Patrice Dumas
,
17:48
[no subject]
,
Patrice Dumas
,
17:48
[no subject]
,
Patrice Dumas
,
17:48
branch master updated: Add const
,
Patrice Dumas
,
15:42
branch master updated: * tp/Texinfo/XS/main/debug.c (debug_protect_eol): always allocate the returned string. Update callers.
,
Patrice Dumas
,
13:33
[no subject]
,
Patrice Dumas
,
10:17
[no subject]
,
Patrice Dumas
,
10:17
master updated (6645796a3e -> 1ebba064df)
,
Patrice Dumas
,
10:17
[no subject]
,
Patrice Dumas
,
08:28
[no subject]
,
Patrice Dumas
,
08:28
[no subject]
,
Patrice Dumas
,
08:27
master updated (1d6515aa2d -> 6645796a3e)
,
Patrice Dumas
,
08:27
branch master updated: Set remaining configuration vaiables in CONF
,
Patrice Dumas
,
07:04
branch master updated: * tp/Texinfo/Common.pm (%parser_state_configuration) (%parser_inner_configuration, %parser_settable_configuration), tp/Texinfo/ParserNonXS.pm (parser), tp/Texinfo/XS/parsetexi/Parsetexi.pm (parser): move %parser_state_configuration, %parser_inner_configuration and %parser_settable_configuration to Texinfo::Common. Update Parsetexi.pm to set the same keys as ParserNonXS parser. Inline _setup_conf in ParserNonXS.pm parser.
,
Patrice Dumas
,
06:10
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (initialize_parsing), tp/Texinfo/XS/parsetexi/parser.c: inline wipe_parser_global_variablesin initialize_parsing.
,
Patrice Dumas
,
05:34
branch master updated: * tp/Texinfo/XS/parsetexi/Parsetexi.pm (parser), tp/Texinfo/XS/parsetexi/Parsetexi.xs (conf_set_documentlanguage), tp/Texinfo/XS/parsetexi/api.c (initialize_parsing, reset_parser), tp/Texinfo/XS/parsetexi/conf.c (conf_set_documentlanguage) (reset_conf), tp/Texinfo/XS/parsetexi/conf.h (CONF), tp/Texinfo/XS/parsetexi/parser.c (wipe_parser_global_variables): add documentlanguage and global_documentlanguage_fixed in CONF, add conf_set_documentlanguage to set them. Initialize global_documentla [...]
,
Patrice Dumas
,
05:30
branch master updated: * tp/Texinfo/XS/parsetexi/Parsetexi.pm (parser), tp/Texinfo/XS/parsetexi/Parsetexi.xs (parser_store_EXPANDED_FORMATS): iterate over EXPANDED_FORMATS in Parsetexi.xs.
,
Patrice Dumas
,
03:44
branch master updated: Replace parser_expanded_formats by const.expanded_formats
,
Patrice Dumas
,
03:38
May 19, 2024
branch master updated: Replace parser_include_dirs_list by conf.include_directories
,
Patrice Dumas
,
18:05
branch master updated: Replace debug_output by conf.debug
,
Patrice Dumas
,
17:04
[no subject]
,
Patrice Dumas
,
16:23
[no subject]
,
Patrice Dumas
,
16:23
[no subject]
,
Patrice Dumas
,
16:23
[no subject]
,
Patrice Dumas
,
16:23
master updated (3654c5967a -> 492a83f020)
,
Patrice Dumas
,
16:23
[no subject]
,
Patrice Dumas
,
16:23
branch master updated: * tp/Texinfo/XS/parsetexi/Parsetexi.pm (parser, parse_texi_piece) (parse_texi_text, parse_texi_line), tp/Texinfo/XS/parsetexi/Parsetexi.xs (parse_piece, parse_piece) (parse_string, parse_text, parser_add_expanded_format) (parser_set_input_file_name_encoding, parser_set_locale_encoding) (parser_set_documentlanguage_override): do not encode to UTF-8 in Perl code and get binary strings in XS, instead use SvPVutf8 to get string and convert to UTF-8 in XS.
,
Patrice Dumas
,
14:49
branch master updated: Remove memory leaks (valgrind)
,
Patrice Dumas
,
08:20
May 18, 2024
master updated (b50e2304e5 -> 1c2debced6)
,
Patrice Dumas
,
19:24
[no subject]
,
Patrice Dumas
,
19:24
[no subject]
,
Patrice Dumas
,
19:24
branch master updated: * tp/Texinfo/ParserNonXS.pm (%parser_document_state_initialization): initialize explicitely 'current_part'.
,
Patrice Dumas
,
16:33
branch master updated: * tp/Texinfo/XS/parsetexi/parser.c (parse_texi): set a document variable to keep track of the parsed document when the global variable is overwritten.
,
Patrice Dumas
,
16:30
branch master updated: * tp/Texinfo/XS/main/document.c (new_document) (destroy_document_information_except_tree, clear_document_errors) (clear_document_parser_errors), tp/Texinfo/XS/main/document_types.h (DOCUMENT), tp/Texinfo/XS/main/DocumentXS.xs, tp/Texinfo/XS/main/build_perl_info.c, tp/Texinfo/XS/main/translations.c, tp/Texinfo/XS/parsetexi/errors_parser.c, tp/Texinfo/XS/structuring_transfo/structuring.c, tp/Texinfo/XS/structuring_transfo/transformations.c: put error_messages and parser_error_messages direct [...]
,
Patrice Dumas
,
15:44
[no subject]
,
Patrice Dumas
,
15:28
[no subject]
,
Patrice Dumas
,
15:28
master updated (0481daf2e4 -> 28e01bd56a)
,
Patrice Dumas
,
15:28
branch master updated: * tp/Texinfo/XS/main/document.c (unregister_document_merge_with_document): simplify code.
,
Patrice Dumas
,
13:25
branch master updated: * tp/Texinfo/XS/main/DocumentXS.xs (set_document_global_info): fix format.
,
Patrice Dumas
,
12:06
branch master updated: * tp/Texinfo/XS/main/build_perl_info.c (build_target_elements_list) (build_internal_xref_list, build_float_types_list) (BUILD_PERL_DOCUMENT_LIST): use a list as input argument. Update callers. Modify BUILD_PERL_DOCUMENT_LIST to use a list too, using the address of the fieldname.
,
Patrice Dumas
,
11:20
branch master updated: * tp/Texinfo/XS/main/document.c (document_list, retrieve_document) (new_document, remove_document_descriptor): store a document pointer in document_list, not a document, such that the document pointer remains valid upon reallocating. Then it becomes easier to have fields in the document being themselves structures instead of pointers on structures.
,
Patrice Dumas
,
08:33
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (prepare_index_entries_targets) (convert_printindex_command, html_initialize_output_state) (html_reset_converter), tp/Texinfo/XS/convert/get_html_perl_info.c (find_index_entry_numbers_index_entry_sv), tp/Texinfo/XS/main/IndicesXS.xs (index_entry_element_sort_string), tp/Texinfo/XS/main/build_perl_info.c (build_index_data) (fill_document_hv), tp/Texinfo/XS/main/document.c (document_merged_indices, document_indices_sort_strings) (destroy_document_inform [...]
,
Patrice Dumas
,
06:39
branch master updated: Setup an empty document early instead of storing variables at the end
,
Patrice Dumas
,
03:19
May 17, 2024
branch master updated: * tp/Texinfo/ParserNonXS.pm (_initialize_parsing, _enter_index_entry): replace restricted by NO_INDEX where needed.
,
Patrice Dumas
,
13:13
branch master updated: * tp/Texinfo/ParserNonXS.pm (_initialize_parsing): update parser initialization for NO_INDEX and NO_USER_COMMANDS.
,
Patrice Dumas
,
13:09
branch master updated: * doc/texinfo.texi (Global Customization Variables), tp/Texinfo/Common.pm (%parser_options), tp/Texinfo/ParserNonXS.pm (%parser_inner_configuration, _new_macro, _parse_line_command_args), tp/Texinfo/Translations.pm (_replace_convert_substrings), tp/Texinfo/XS/main/translations.c (replace_convert_substrings), tp/Texinfo/XS/parsetexi/Parsetexi.pm (parser), tp/Texinfo/XS/parsetexi/Parsetexi.xs (conf_set_NO_INDEX) (conf_set_NO_USER_COMMANDS), tp/Texinfo/XS/parsetexi/api.c, tp/Texinfo/XS/parset [...]
,
Patrice Dumas
,
12:35
branch master updated: * tp/Texinfo/ParserNonXS.pm (_initialize_parsing, get_parser_info) (parse_texi_file, _register_global_command, _enter_index_entry) (_end_line_misc_line, _end_line_starting_block) (_check_register_target_element_label, _handle_line_command) (_handle_block_command, _parse_texi, _parse_line_command_args), tp/Texinfo/Document.pm (new_document): setup the document in _initialize_parsing, by calling a new function in Texinfo::Document, new_document. Associate the document to the parser as the d [...]
,
Patrice Dumas
,
05:56
May 16, 2024
[no subject]
,
Patrice Dumas
,
16:59
master updated (a55e8f14f4 -> e665d4eaba)
,
Patrice Dumas
,
16:59
[no subject]
,
Patrice Dumas
,
16:59
May 15, 2024
[no subject]
,
Patrice Dumas
,
14:31
[no subject]
,
Patrice Dumas
,
14:31
master updated (eff3c78e51 -> a55e8f14f4)
,
Patrice Dumas
,
14:31
May 14, 2024
[no subject]
,
Patrice Dumas
,
07:47
master updated (1c4707a838 -> eff3c78e51)
,
Patrice Dumas
,
07:47
[no subject]
,
Patrice Dumas
,
07:47
May 13, 2024
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (reset_parser_except_conf), tp/Texinfo/XS/parsetexi/input.c: remove input_reset_input_stack as it should never be useful. There are debug messages in parse_texi if the input stack is not empty, if needed, the input stack variables could be reset there.
,
Patrice Dumas
,
16:27
branch master updated: * tp/Texinfo/ParserNonXS.pm (_is_index_element): use index_entry_commands instead of command_index.
,
Patrice Dumas
,
16:09
[no subject]
,
Patrice Dumas
,
13:50
[no subject]
,
Patrice Dumas
,
13:50
master updated (2c2dde5a94 -> 3ab015d999)
,
Patrice Dumas
,
13:50
May 12, 2024
branch master updated: Changes in spacing
,
Patrice Dumas
,
15:17
branch master updated: Change in spacing
,
Patrice Dumas
,
14:55
branch master updated: Update TODO
,
Patrice Dumas
,
10:11
May 11, 2024
branch master updated: Handle default index commands similarly to other @-commands
,
Patrice Dumas
,
17:25
[no subject]
,
Patrice Dumas
,
16:23
[no subject]
,
Patrice Dumas
,
16:23
master updated (6213cca494 -> 05eef38f2f)
,
Patrice Dumas
,
16:23
branch master updated: Update POD of index_entry extra key.
,
Patrice Dumas
,
09:01
branch master updated: Update documentation POD with new organization of @def* trees.
,
Patrice Dumas
,
08:50
branch master updated: * tp/Texinfo/XS/Makefile.am: remove an obsolete FIXME on libraries being searched for in libdir, as it is not the case (Gavin tests).
,
Patrice Dumas
,
07:54
[no subject]
,
Patrice Dumas
,
07:49
[no subject]
,
Patrice Dumas
,
07:49
master updated (a5a93cc4a9 -> 4e25b6d128)
,
Patrice Dumas
,
07:49
May 10, 2024
[no subject]
,
Patrice Dumas
,
18:43
[no subject]
,
Patrice Dumas
,
18:43
master updated (85e8a09459 -> a5a93cc4a9)
,
Patrice Dumas
,
18:43
[no subject]
,
Patrice Dumas
,
18:26
[no subject]
,
Patrice Dumas
,
18:25
[no subject]
,
Patrice Dumas
,
18:25
[no subject]
,
Patrice Dumas
,
18:25
master updated (6b5a9a5037 -> 85e8a09459)
,
Patrice Dumas
,
18:25
May 09, 2024
[no subject]
,
Patrice Dumas
,
17:18
[no subject]
,
Patrice Dumas
,
17:18
master updated (187abbc8e8 -> 6b5a9a5037)
,
Patrice Dumas
,
17:18
branch master updated: Update POD documentation
,
Patrice Dumas
,
16:00
[no subject]
,
Patrice Dumas
,
15:53
[no subject]
,
Patrice Dumas
,
15:53
[no subject]
,
Patrice Dumas
,
15:53
[no subject]
,
Patrice Dumas
,
15:52
[no subject]
,
Patrice Dumas
,
15:52
master updated (d775aa6958 -> a4e29af80d)
,
Patrice Dumas
,
15:52
May 07, 2024
[no subject]
,
Patrice Dumas
,
19:01
[no subject]
,
Patrice Dumas
,
19:01
[no subject]
,
Patrice Dumas
,
19:01
master updated (9b3c0a6ac3 -> d775aa6958)
,
Patrice Dumas
,
19:00
May 05, 2024
branch master updated: * configure.ac (Perl version and modules, tp-tests) (perl-api-texi-build, pod-simple-texinfo-tests): update Perl modules and version in checks.
,
Patrice Dumas
,
20:06
branch master updated: Use use warnings instead of $^W
,
Patrice Dumas
,
18:56
[no subject]
,
Patrice Dumas
,
18:44
master updated (de0c9a2606 -> bcedc78d61)
,
Patrice Dumas
,
18:44
[no subject]
,
Patrice Dumas
,
18:44
[no subject]
,
Patrice Dumas
,
18:44
[no subject]
,
Patrice Dumas
,
12:29
[no subject]
,
Patrice Dumas
,
12:29
master updated (3c99e9719f -> de0c9a2606)
,
Patrice Dumas
,
12:29
master updated (d670ac8072 -> 3c99e9719f)
,
Patrice Dumas
,
06:49
[no subject]
,
Patrice Dumas
,
06:49
[no subject]
,
Patrice Dumas
,
06:49
[no subject]
,
Patrice Dumas
,
03:18
[no subject]
,
Patrice Dumas
,
03:18
master updated (b0380c00d3 -> d670ac8072)
,
Patrice Dumas
,
03:18
[no subject]
,
Patrice Dumas
,
03:18
May 04, 2024
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_convert): add a newline after generated menu if needed.
,
Patrice Dumas
,
09:09
[no subject]
,
Patrice Dumas
,
04:08
[no subject]
,
Patrice Dumas
,
04:08
master updated (cb5c6d7e2c -> 78efc8439c)
,
Patrice Dumas
,
04:08
May 03, 2024
branch master updated: Update formatting_xml test result for new DTD number
,
Patrice Dumas
,
17:40
master updated (eb09a880e7 -> c85480e96c)
,
Patrice Dumas
,
17:39
[no subject]
,
Patrice Dumas
,
17:39
[no subject]
,
Patrice Dumas
,
17:39
[no subject]
,
Patrice Dumas
,
17:39
[no subject]
,
Patrice Dumas
,
17:39
[no subject]
,
Patrice Dumas
,
06:31
[no subject]
,
Patrice Dumas
,
06:31
master updated (c802d68288 -> eb09a880e7)
,
Patrice Dumas
,
06:31
May 02, 2024
[no subject]
,
Patrice Dumas
,
18:44
[no subject]
,
Patrice Dumas
,
18:44
[no subject]
,
Patrice Dumas
,
18:44
master updated (f933fffc72 -> c802d68288)
,
Patrice Dumas
,
18:44
[no subject]
,
Patrice Dumas
,
18:44
[no subject]
,
Patrice Dumas
,
18:44
branch master updated: * tp/Texinfo/Convert/HTML.pm (converter_initialize) (conversion_initialization): set FORMAT_MENU, MAX_HEADER_LEVEL, CONTENTS_OUTPUT_LOCATION, INDEX_ENTRY_COLON, MENU_ENTRY_COLON if undef in converter_initialize. Set OPEN_QUOTE_SYMBOL, CLOSE_QUOTE_SYMBOL and MENU_SYMBOL if undef after setting the default.
,
Patrice Dumas
,
13:38
May 01, 2024
branch master updated: * doc/texi2any_api.texi (Simple Navigation Panel Customization): comment out documentation of buttons specification that is not used in code nor tests.
,
Patrice Dumas
,
15:34
branch master updated: Remove skipped test result.
,
Patrice Dumas
,
13:32
branch master updated: * tp/Texinfo/ManipulateTree.pm (_protect_text), tp/Texinfo/Transformations.pm (_protect_hashchar_at_line_beginning): set the parent of brace_command_arg added for added glyph command elements.
,
Patrice Dumas
,
13:20
[no subject]
,
Patrice Dumas
,
09:36
[no subject]
,
Patrice Dumas
,
09:36
master updated (64eee9ddba -> 60d3edc4b7)
,
Patrice Dumas
,
09:36
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc