aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2008-02-20 05:39:38 +0000
committerKenichi Handa2008-02-20 05:39:38 +0000
commit3d8c4938d553d4bcc8affa4f206982c97db17438 (patch)
treec5bdac215092c16a44270986274fb5031ec1e8d6
parent3e7447da339a62a18ebb329585c66d4c62180f4a (diff)
downloademacs-3d8c4938d553d4bcc8affa4f206982c97db17438.tar.gz
emacs-3d8c4938d553d4bcc8affa4f206982c97db17438.zip
Mention the removal of codepage related functions.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS.unicode12
2 files changed, 13 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 5bb888d9017..8f181b36824 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * NEWS.unicode: Mention the removal of codepage related functions.
4
12008-02-16 Glenn Morris <rgm@gnu.org> 52008-02-16 Glenn Morris <rgm@gnu.org>
2 6
3 * nxml/test-invalid.xml, nxml/test-valid.xml: Move here from lisp/nxml. 7 * nxml/test-invalid.xml, nxml/test-valid.xml: Move here from lisp/nxml.
diff --git a/etc/NEWS.unicode b/etc/NEWS.unicode
index c7099bcb72d..24c01b29af9 100644
--- a/etc/NEWS.unicode
+++ b/etc/NEWS.unicode
@@ -35,7 +35,7 @@ Emacsen.
35See M-x list-character-sets. New charsets can be defined conveniently 35See M-x list-character-sets. New charsets can be defined conveniently
36as tables of unicodes. 36as tables of unicodes.
37 37
38The dimension of a charset is now 0, 1, 2, or 3, and the size of each 38The dimension of a charset is now 1, 2, 3, or 4, and the size of each
39dimension is no longer limited to 94 or 96. 39dimension is no longer limited to 94 or 96.
40 40
41A dynamic charset priority list is used to infer the charset of 41A dynamic charset priority list is used to infer the charset of
@@ -49,7 +49,8 @@ as Emacs is running) by freetype and fontconfig libraries. On X, they
49are derived via Xft library with antialias support. Fontconfig-like 49are derived via Xft library with antialias support. Fontconfig-like
50font names (e.g. monospace-12) are also accepted. 50font 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,
53TaiViet.
53 54
54** The following facilities are obsolete: 55** The following facilities are obsolete:
55 56
@@ -180,7 +181,7 @@ character properties. They are `name', `general-category',
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
184code property. 185code property.
185 186
186** The new function `char-code-property-description' returns the 187** The new function `char-code-property-description' returns the
@@ -229,6 +230,11 @@ that range have the same value.
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.
231 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
237
232 238
233---------------------------------------------------------------------- 239----------------------------------------------------------------------
234This file is part of GNU Emacs. 240This file is part of GNU Emacs.