[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sun, 21 Jan 2024 16:45:12 -0500 (EST) |
branch: master
commit b834e621aa1ed8e3de19ff4abec33f6dab7b2569
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jan 21 22:44:50 2024 +0100
Reorder Changelog
---
ChangeLog | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2fa4eeb632..9e618d9625 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-01-21 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/Transformations.pm (_new_node): call confess if _new_node
+ is called with XS.
+
+ * tp/t/accents.t: do not set document_descriptor as an option for the
+ converter.
+
2024-01-21 Gavin Smith <gavinsmith0123@gmail.com>
* tp/Texinfo/Convert/Plaintext.pm (_add_newline_if_needed):
@@ -7,14 +15,6 @@
_add_newline_if_needed to ensure a blank line at the end of
the header.
-2024-01-21 Patrice Dumas <pertusus@free.fr>
-
- * tp/Texinfo/Transformations.pm (_new_node): call confess if _new_node
- is called with XS.
-
- * tp/t/accents.t: do not set document_descriptor as an option for th
- econverter.
-
2024-01-21 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Convert/Converter.pm (%common_converters_defaults):