]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention the new coding system `utf-8-hfs' and many
authorKenichi Handa <handa@m17n.org>
Thu, 13 Aug 2009 12:18:48 +0000 (12:18 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 13 Aug 2009 12:18:48 +0000 (12:18 +0000)
functions for Unicode normalization.

etc/ChangeLog
etc/NEWS

index bba87ded0922f162954f3ab80899966875cda34e..2893f8e753f8dfc280077c5470900826085af9f3 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-13  Kenichi Handa  <handa@m17n.org>
+
+       * NEWS: Mention the new coding systme `utf-8-hfs' and many
+       functions for Unicode normalization.
+
 2009-08-09  CHENG Gao  <chenggao@gmail.com>
 
        * MORE.STUFF: Update Etags and Ispell URLs.
index 0d842315f89b11773ab4b3aeb17dc3c39fc937cc..a18ff28dade1533bf986af888959be522bea5298 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -87,6 +87,10 @@ variables to file-local variables in the "Local Variables" list or the
 `copy-dir-locals-to-file-locals-prop-line' and
 `copy-file-locals-to-dir-locals'.
 
+** New coding system `utf-8-hfs' is available in
+international/ucs-normalize.el.  It is suitable for
+default-file-name-coding-system on Mac OS X.
+
 \f
 * Editing Changes in Emacs 23.2
 
@@ -173,6 +177,14 @@ functions and variables.
 The feature `hashtable-print-readable' identifies this new
 functionality.
 
+** Functions performing Unicode normalization are added.  They are:
+ucs-normalize-NFD-region, ucs-normalize-NFD-string,
+ucs-normalize-NFC-region, ucs-normalize-NFC-string,
+ucs-normalize-NFKD-region, ucs-normalize-NFKD-string,
+ucs-normalize-NFKC-region, ucs-normalize-NFKC-string,
+ucs-normalize-HFS-NFD-region, ucs-normalize-HFS-NFD-string,
+ucs-normalize-HFS-NFC-region, ucs-normalize-HFS-NFC-string.
+
 \f
 * Installation Changes in Emacs 23.1