comparison etc/NEWS.unicode @ 91970:8b3342358a9a

Mention the removal of codepage related functions.
author Kenichi Handa <handa@m17n.org>
date Wed, 20 Feb 2008 05:39:23 +0000
parents 90d244118a64
children df63f1051798
comparison
equal deleted inserted replaced
91969:da2b5a9b0384 91970:8b3342358a9a
33 33
34 ** New charset implementation with many new charsets. 34 ** New charset implementation with many new charsets.
35 See M-x list-character-sets. New charsets can be defined conveniently 35 See M-x list-character-sets. New charsets can be defined conveniently
36 as tables of unicodes. 36 as tables of unicodes.
37 37
38 The dimension of a charset is now 0, 1, 2, or 3, and the size of each 38 The dimension of a charset is now 1, 2, 3, or 4, and the size of each
39 dimension is no longer limited to 94 or 96. 39 dimension is no longer limited to 94 or 96.
40 40
41 A dynamic charset priority list is used to infer the charset of 41 A dynamic charset priority list is used to infer the charset of
42 characters for display. 42 characters for display.
43 43
47 ** Emacs now supports local fonts (fonts installed in the same machine 47 ** Emacs now supports local fonts (fonts installed in the same machine
48 as Emacs is running) by freetype and fontconfig libraries. On X, they 48 as Emacs is running) by freetype and fontconfig libraries. On X, they
49 are derived via Xft library with antialias support. Fontconfig-like 49 are derived via Xft library with antialias support. Fontconfig-like
50 font names (e.g. monospace-12) are also accepted. 50 font names (e.g. monospace-12) are also accepted.
51 51
52 ** New language environments Chinese-GBK, Chinese-GB18030, and TaiViet. 52 ** New language environments Chinese-GBK, Chinese-GB18030, Khmer,
53 TaiViet.
53 54
54 ** The following facilities are obsolete: 55 ** The following facilities are obsolete:
55 56
56 Minor modes: unify-8859-on-encoding-mode, unify-8859-on-decoding-mode 57 Minor modes: unify-8859-on-encoding-mode, unify-8859-on-decoding-mode
57 58
178 `canonical-combining-class', `bidi-class', `decomposition', 179 `canonical-combining-class', `bidi-class', `decomposition',
179 `decimal-digit-value', `digit-value', `numeric-value', `mirrored', 180 `decimal-digit-value', `digit-value', `numeric-value', `mirrored',
180 `old-name', `iso-10646-comment', `uppercase', `lowercase', and 181 `old-name', `iso-10646-comment', `uppercase', `lowercase', and
181 `titlecase'. 182 `titlecase'.
182 183
183 ** Thew new function `define-char-code-property' defines a character 184 ** The new function `define-char-code-property' defines a character
184 code property. 185 code property.
185 186
186 ** The new function `char-code-property-description' returns the 187 ** The new function `char-code-property-description' returns the
187 description string of a character code property. 188 description string of a character code property.
188 189
226 that range have the same value. 227 that range have the same value.
227 228
228 ** The value of the function `charset-id' is now always 0. 229 ** The value of the function `charset-id' is now always 0.
229 230
230 ** The functions `register-char-codings' and `coding-system-spec' are deleted. 231 ** The functions `register-char-codings' and `coding-system-spec' are deleted.
232
233 ** Many codepage related functions are removed. They are:
234 cp-make-coding-systems-for-codepage, cp-charset-for-codepage,
235 cp-language-for-codepage, cp-offset-for-codepage,
236 cp-supported-codepages
231 237
232 238
233 ---------------------------------------------------------------------- 239 ----------------------------------------------------------------------
234 This file is part of GNU Emacs. 240 This file is part of GNU Emacs.
235 241