texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Patrice Dumas
Date: Wed, 14 Feb 2024 16:53:45 -0500 (EST)

branch: master
commit f2af7a64c403e21fe8fcf73accb19a3da26da77e
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Feb 14 22:53:28 2024 +0100

    * tp/Texinfo/XS/main/manipulate_indices.c (get_sort_key)
    (setup_sortable_index_entries): do not uppercase sort strings in
    get_sort_key, as it is not right to do so for letters that are already
    uppercased.  Instead uppercase sort string in
    setup_sortable_index_entries before calling get_sort_key.
    
    * tp/t/09indices.t ($encoding_index_text): add @ordf{} and @ordm{},
    which are interesting to test as their uppercase representation is a
    lowercase letter.
    
    * tp/Texinfo/XS/main/manipulate_indices.c (print_bytes): add to help
    debugging.
    
    * tp/Texinfo/Indices.pm (sort_indices_by_letter): rename $entry_key as
    $sort_string.
---
 ChangeLog | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f8d2b54d55..552ece6a92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,3 @@
-2024-02-14  Gavin Smith <gavinsmith0123@gmail.com>
-
-       * NEWS: minor tweaks
-
-2024-02-14  Gavin Smith <gavinsmith0123@gmail.com>
-
-       Document DOCUMENTLANGUAGE_COLLATION.
-
-       * doc/texinfo.texi (Other Customization Variables):
-       Document DOCUMENTLANGUAGE_COLLATION.
-       (@documentlanguage): Reference DOCUMENTLANGUAGE_COLLATION.
-
 2024-02-14  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/main/manipulate_indices.c (get_sort_key)
@@ -28,6 +16,18 @@
        * tp/Texinfo/Indices.pm (sort_indices_by_letter): rename $entry_key as
        $sort_string.
 
+2024-02-14  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * NEWS: minor tweaks
+
+2024-02-14  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Document DOCUMENTLANGUAGE_COLLATION.
+
+       * doc/texinfo.texi (Other Customization Variables):
+       Document DOCUMENTLANGUAGE_COLLATION.
+       (@documentlanguage): Reference DOCUMENTLANGUAGE_COLLATION.
+
 2024-02-14  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/main/manipulate_indices.c (setup_collator): warn if



reply via email to

[Prev in Thread] Current Thread [Next in Thread]