aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2009-08-13 12:18:48 +0000
committerKenichi Handa <[email protected]>2009-08-13 12:18:48 +0000
commit3c736e33eb600378abf3ce571807632bf5987fe6 (patch)
treebc4810cf1bb95dbc366fcb1be2e7a0c7f09482b1 /etc
parentd6d300641e1bf9793c88651526574474d76952c3 (diff)
Mention the new coding system `utf-8-hfs' and many
functions for Unicode normalization.
Diffstat (limited to 'etc')
-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 bba87ded09..2893f8e753 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-13 Kenichi Handa <[email protected]>
+
+ * NEWS: Mention the new coding systme `utf-8-hfs' and many
+ functions for Unicode normalization.
+
2009-08-09 CHENG Gao <[email protected]>
* MORE.STUFF: Update Etags and Ispell URLs.
diff --git a/etc/NEWS b/etc/NEWS
index 0d842315f8..a18ff28dad 100644
--- 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.
+
* 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.
+
* Installation Changes in Emacs 23.1