changeset 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 da2b5a9b0384
children b7670fec6813
files etc/NEWS.unicode
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.unicode	Wed Feb 20 04:45:35 2008 +0000
+++ b/etc/NEWS.unicode	Wed Feb 20 05:39:23 2008 +0000
@@ -35,7 +35,7 @@
 See M-x list-character-sets.  New charsets can be defined conveniently
 as tables of unicodes.
 
-The dimension of a charset is now 0, 1, 2, or 3, and the size of each
+The dimension of a charset is now 1, 2, 3, or 4, and the size of each
 dimension is no longer limited to 94 or 96.
 
 A dynamic charset priority list is used to infer the charset of
@@ -49,7 +49,8 @@
 are derived via Xft library with antialias support.  Fontconfig-like
 font names (e.g. monospace-12) are also accepted.
 
-** New language environments Chinese-GBK, Chinese-GB18030, and TaiViet.
+** New language environments Chinese-GBK, Chinese-GB18030, Khmer,
+TaiViet.
 
 ** The following facilities are obsolete:
 
@@ -180,7 +181,7 @@
 `old-name', `iso-10646-comment', `uppercase', `lowercase', and
 `titlecase'.
 
-** Thew new function `define-char-code-property' defines a character
+** The new function `define-char-code-property' defines a character
 code property.
 
 ** The new function `char-code-property-description' returns the
@@ -229,6 +230,11 @@
 
 ** The functions `register-char-codings' and `coding-system-spec' are deleted.
 
+** Many codepage related functions are removed.  They are:
+  cp-make-coding-systems-for-codepage, cp-charset-for-codepage,
+  cp-language-for-codepage, cp-offset-for-codepage,
+  cp-supported-codepages
+
 
 ----------------------------------------------------------------------
 This file is part of GNU Emacs.