aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2009-08-13 12:18:48 +0000
committerKenichi Handa2009-08-13 12:18:48 +0000
commit3c736e33eb600378abf3ce571807632bf5987fe6 (patch)
treebc4810cf1bb95dbc366fcb1be2e7a0c7f09482b1
parentd6d300641e1bf9793c88651526574474d76952c3 (diff)
downloademacs-3c736e33eb600378abf3ce571807632bf5987fe6.tar.gz
emacs-3c736e33eb600378abf3ce571807632bf5987fe6.zip
Mention the new coding system `utf-8-hfs' and many
functions for Unicode normalization.
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS12
2 files changed, 17 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index bba87ded092..2893f8e753f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12009-08-13 Kenichi Handa <handa@m17n.org>
2
3 * NEWS: Mention the new coding systme `utf-8-hfs' and many
4 functions for Unicode normalization.
5
12009-08-09 CHENG Gao <chenggao@gmail.com> 62009-08-09 CHENG Gao <chenggao@gmail.com>
2 7
3 * MORE.STUFF: Update Etags and Ispell URLs. 8 * MORE.STUFF: Update Etags and Ispell URLs.
diff --git a/etc/NEWS b/etc/NEWS
index 0d842315f89..a18ff28dade 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -87,6 +87,10 @@ variables to file-local variables in the "Local Variables" list or the
87`copy-dir-locals-to-file-locals-prop-line' and 87`copy-dir-locals-to-file-locals-prop-line' and
88`copy-file-locals-to-dir-locals'. 88`copy-file-locals-to-dir-locals'.
89 89
90** New coding system `utf-8-hfs' is available in
91international/ucs-normalize.el. It is suitable for
92default-file-name-coding-system on Mac OS X.
93
90 94
91* Editing Changes in Emacs 23.2 95* Editing Changes in Emacs 23.2
92 96
@@ -173,6 +177,14 @@ functions and variables.
173The feature `hashtable-print-readable' identifies this new 177The feature `hashtable-print-readable' identifies this new
174functionality. 178functionality.
175 179
180** Functions performing Unicode normalization are added. They are:
181ucs-normalize-NFD-region, ucs-normalize-NFD-string,
182ucs-normalize-NFC-region, ucs-normalize-NFC-string,
183ucs-normalize-NFKD-region, ucs-normalize-NFKD-string,
184ucs-normalize-NFKC-region, ucs-normalize-NFKC-string,
185ucs-normalize-HFS-NFD-region, ucs-normalize-HFS-NFD-string,
186ucs-normalize-HFS-NFC-region, ucs-normalize-HFS-NFC-string.
187
176 188
177* Installation Changes in Emacs 23.1 189* Installation Changes in Emacs 23.1
178 190