comparison etc/NEWS @ 104252:0cb25698f384

Mention the new coding system `utf-8-hfs' and many functions for Unicode normalization.
author Kenichi Handa <handa@m17n.org>
date Thu, 13 Aug 2009 12:18:35 +0000
parents b2dc4800cec5
children 5565b37343b9
comparison
equal deleted inserted replaced
104251:8100740e5592 104252:0cb25698f384
85 variables to file-local variables in the "Local Variables" list or the 85 variables to file-local variables in the "Local Variables" list or the
86 -*- line and vice versa are `copy-dir-locals-to-file-locals', 86 -*- line and vice versa are `copy-dir-locals-to-file-locals',
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
91 international/ucs-normalize.el. It is suitable for
92 default-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
93 +++ 97 +++
94 ** The default value for `blink-matching-paren-distance' has been increased. 98 ** The default value for `blink-matching-paren-distance' has been increased.
170 * Lisp changes in Emacs 23.2 174 * Lisp changes in Emacs 23.2
171 175
172 ** Hash tables have a new printed representation that is readable. 176 ** Hash tables have a new printed representation that is readable.
173 The feature `hashtable-print-readable' identifies this new 177 The feature `hashtable-print-readable' identifies this new
174 functionality. 178 functionality.
179
180 ** Functions performing Unicode normalization are added. They are:
181 ucs-normalize-NFD-region, ucs-normalize-NFD-string,
182 ucs-normalize-NFC-region, ucs-normalize-NFC-string,
183 ucs-normalize-NFKD-region, ucs-normalize-NFKD-string,
184 ucs-normalize-NFKC-region, ucs-normalize-NFKC-string,
185 ucs-normalize-HFS-NFD-region, ucs-normalize-HFS-NFD-string,
186 ucs-normalize-HFS-NFC-region, ucs-normalize-HFS-NFC-string.
175 187
176 188
177 * Installation Changes in Emacs 23.1 189 * Installation Changes in Emacs 23.1
178 190
179 ** The default X toolkit is now Gtk+, rather than Lucid. 191 ** The default X toolkit is now Gtk+, rather than Lucid.