From 3d8c4938d553d4bcc8affa4f206982c97db17438 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 20 Feb 2008 05:39:38 +0000 Subject: [PATCH] Mention the removal of codepage related functions. --- etc/ChangeLog | 4 ++++ etc/NEWS.unicode | 12 +++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index 5bb888d901..8f181b3682 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2008-02-20 Kenichi Handa + + * NEWS.unicode: Mention the removal of codepage related functions. + 2008-02-16 Glenn Morris * nxml/test-invalid.xml, nxml/test-valid.xml: Move here from lisp/nxml. diff --git a/etc/NEWS.unicode b/etc/NEWS.unicode index c7099bcb72..24c01b29af 100644 --- a/etc/NEWS.unicode +++ b/etc/NEWS.unicode @@ -35,7 +35,7 @@ Emacsen. 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 @@ as Emacs is running) by freetype and fontconfig libraries. On X, they 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 @@ character properties. They are `name', `general-category', `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 @@ that range have the same value. ** 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. -- 2.20.1