[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sat, 12 Oct 2024 02:36:10 -0400 (EDT) |
branch: master
commit d257535f6d082706175a62a70e129b19f86d9ce8
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 12 08:35:03 2024 +0200
Fix dates in ChangeLog
---
ChangeLog | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7c41df730f..865b9bb8fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,59 +10,59 @@
* doc/texinfo.texi (File Names and Links Customization for HTML),
* NEWS: Update.
-2024-11-10 Patrice Dumas <pertusus@free.fr>
+2024-10-11 Patrice Dumas <pertusus@free.fr>
* info/nodes.c (info_get_node_with_defaults): remove filename_in in
condition inside, as it can only be setbecause of condition outside.
Do not initialize filename and nodename, they are always set.
-2024-11-10 Patrice Dumas <pertusus@free.fr>
+2024-10-11 Patrice Dumas <pertusus@free.fr>
* info/footnotes.c (make_footnotes_node): use fn_node directly to
determine if the node associated to the footnote was found.
-2024-11-10 Patrice Dumas <pertusus@free.fr>
+2024-10-11 Patrice Dumas <pertusus@free.fr>
* info/window.c: reindent, replace tabs by spaces, remove spaces.
-2024-11-10 Patrice Dumas <pertusus@free.fr>
+2024-10-11 Patrice Dumas <pertusus@free.fr>
* info/session.c (info_handle_pointer): abort if the input label is
not one of the expected labels. It should never happen as the callers
set the label explicitely.
-2024-11-10 Patrice Dumas <pertusus@free.fr>
+2024-10-11 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/parsetexi/handle_commands.c (parse_rawline_command):
go to unmacro_badname when there is trailing garbage on @unmacro line,
not to the @clear similar label.
-2024-11-10 Patrice Dumas <pertusus@free.fr>
+2024-10-11 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/convert_to_text.c (convert_to_text_internal): fix
condition to be cmd is CM_item and not there is a cmd.
-2024-11-10 Patrice Dumas <pertusus@free.fr>
+2024-10-11 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/utils.c (is_content_empty): fix condition.
-2024-11-10 Patrice Dumas <pertusus@free.fr>
+2024-10-11 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/DocumentXS.xs (gdt): add missing braces for
block. (Note that the corresponding code is not used).
-2024-11-10 Patrice Dumas <pertusus@free.fr>
+2024-10-11 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/convert/format_html.c (html_internal_command_tree):
fix condition (found by clang "logical not is only applied to the left
hand side of this comparison").
-2024-11-10 Patrice Dumas <pertusus@free.fr>
+2024-10-11 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/parsetexi/macro.c (parse_macro_command_line): remove
variable set but unused.
-2024-11-10 Patrice Dumas <pertusus@free.fr>
+2024-10-11 Patrice Dumas <pertusus@free.fr>
* info/display.c (display_update_node_text), info/session.c
(looking_at_newline, looking_at_alnum): check mbi_avail return value.