[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sat, 19 Oct 2024 14:55:42 -0400 (EDT) |
branch: master
commit 14d17ca61430abc9bb4e3769f64e84977a32bb90
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 19 20:55:24 2024 +0200
Reorder ChangeLog
---
ChangeLog | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b9528f78d2..8fd3c71f01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2024-10-19 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/main/customization_options.c
+ (options_list_add_option): replace option with the same name in list
+ if already there.
+
+2024-10-19 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/convert/converter.c
+ (destroy_converter_initialization_info),
+ tp/Texinfo/XS/main/converter_types.h (CONVERTER_INITIALIZATION_INFO):
+ add OPTIONS options field and free it, in case a direct access to an
+ OPTIONS structure is needed.
+
+ * tp/Texinfo/XS/convert/texinfo.c (txi_converter_format_defaults): add
+ to get default options based on a customization list and a format
+ string, also setting the returned CONVERTER_INITIALIZATION_INFO
+ options field.
+
+ * tp/Texinfo/XS/convert/converter.c: move converter_set_document below
+ convert API functions.
+
+ * tp/Texinfo/XS/teximakehtml.c (main): add cmdline_options for options
+ common for parser and converter. Add some code in comments using
+ txi_converter_format_defaults. Move code around.
+
+2024-10-19 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/Common.pm: change in comments.
+
2024-10-19 Gavin Smith <gavinsmith0123@gmail.com>
* autogen.sh: pass "-I build-aux/m4" to aclocal
@@ -32,36 +62,6 @@
This means files from libtoolize and gettextize should be
copied under tp/Texinfo/XS/m4, not tp/Texinfo/XS/gnulib/m4.
-2024-10-19 Patrice Dumas <pertusus@free.fr>
-
- * tp/Texinfo/XS/main/customization_options.c
- (options_list_add_option): replace option with the same name in list
- if already there.
-
-2024-10-19 Patrice Dumas <pertusus@free.fr>
-
- * tp/Texinfo/XS/convert/converter.c
- (destroy_converter_initialization_info),
- tp/Texinfo/XS/main/converter_types.h (CONVERTER_INITIALIZATION_INFO):
- add OPTIONS options field and free it, in case a direct access to an
- OPTIONS structure is needed.
-
- * tp/Texinfo/XS/convert/texinfo.c (txi_converter_format_defaults): add
- to get default options based on a customization list and a format
- string, also setting the returned CONVERTER_INITIALIZATION_INFO
- options field.
-
- * tp/Texinfo/XS/convert/converter.c: move converter_set_document below
- convert API functions.
-
- * tp/Texinfo/XS/teximakehtml.c (main): add cmdline_options for options
- common for parser and converter. Add some code in comments using
- txi_converter_format_defaults. Move code around.
-
-2024-10-19 Patrice Dumas <pertusus@free.fr>
-
- * tp/Texinfo/Common.pm: change in comments.
-
2024-10-19 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/utils.c (messages_and_encodings_setup): rename