emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Fri, 22 Feb 2008 03:49:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/22 03:49:20

Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1671
retrieving revision 1.1672
diff -u -b -r1.1671 -r1.1672
--- NEWS        22 Feb 2008 02:03:35 -0000      1.1671
+++ NEWS        22 Feb 2008 03:49:19 -0000      1.1672
@@ -574,10 +574,10 @@
 ** `mode-name' is no longer guaranteed to be a string.
 Use `(format-mode-line mode-name)' to ensure a string value.
 
-** The feature `devanagari' and `devan-util' were removed, and all
+** The features `devanagari' and `devan-util' were removed, and all
 devanagari-* and dev-* functions and variables were removed too.  They
 were for displaying Devanagari script with a specific kind of font in
-Emacs 22, and not necessary anymore because of OpenType font support.
+Emacs 22, and are not necessary anymore because of OpenType font support.
 
 ** The feature `kannada' and `knd-util' were removed, and all
 kannada-* and knd-* functions and variables are removed too.  They
@@ -670,7 +670,7 @@
 iso-8859-1, iso-8859-3, etc).
 
 *** The new function `characterp' returns t if and only if the argument
-is a character.
+is a character.  This replaces `char-valid-p', which is now obsolete.
 
 *** The new function `max-char' returns the maximum character code
 (currently it is #x3FFFFF).
@@ -728,9 +728,6 @@
 accepts a cons of characters as the first argument, and modify all
 entries in that range of characters.
 
-*** The functions `char-bytes', `chars-in-region', and `char-valid-p' are
-obsolete.
-
 ** Code conversion changes.
 
 *** The new function `define-coding-system' should be used to define a




reply via email to

[Prev in Thread] Current Thread [Next in Thread]