emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (4753f3f -> c1fa072)


From: Michal Nazarewicz
Subject: [Emacs-diffs] master updated (4753f3f -> c1fa072)
Date: Thu, 6 Apr 2017 14:55:31 -0400 (EDT)

mina86 pushed a change to branch master.

      from  4753f3f   Update documentation for type semantics of records.
       new  ec2d002   Split casify_object into multiple functions
       new  8e5b909   Introduce case_character function
       new  13d813b   Add support for title-casing letters  (bug#24603)
       new  2c87dab   Split up casify_region function  (bug#24603)
       new  b3b9b25   Support casing characters which map into multiple code 
points  (bug#24603)
       new  c1fa072   Implement special sigma casing rule  (bug#24603)


Summary of changes:
 admin/unidata/README            |   4 +
 admin/unidata/SpecialCasing.txt | 281 +++++++++++++++++++
 admin/unidata/unidata-gen.el    |  81 ++++++
 doc/lispref/nonascii.texi       |  23 ++
 doc/lispref/strings.texi        |  27 ++
 etc/NEWS                        |  22 +-
 src/casefiddle.c                | 584 +++++++++++++++++++++++++++-------------
 test/lisp/char-fold-tests.el    |  12 +-
 test/src/casefiddle-tests.el    | 129 +++++----
 9 files changed, 914 insertions(+), 249 deletions(-)
 create mode 100644 admin/unidata/SpecialCasing.txt



reply via email to

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