aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-22 03:49:19 +0000
committerGlenn Morris2008-02-22 03:49:19 +0000
commitdb4f9d2a358cbb45e39a5777c35859b75e45158b (patch)
tree3e8e5fe7978718dffa1af3454dfd030a28195e0a
parent5ca1bb2d097d4960607e046513e3f2f9311b3cc7 (diff)
downloademacs-db4f9d2a358cbb45e39a5777c35859b75e45158b.tar.gz
emacs-db4f9d2a358cbb45e39a5777c35859b75e45158b.zip
*** empty log message ***
-rw-r--r--etc/NEWS9
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 51af36c506a..8780630d1f4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -574,10 +574,10 @@ checking/manipulating elements directly, use the new functions
574** `mode-name' is no longer guaranteed to be a string. 574** `mode-name' is no longer guaranteed to be a string.
575Use `(format-mode-line mode-name)' to ensure a string value. 575Use `(format-mode-line mode-name)' to ensure a string value.
576 576
577** The feature `devanagari' and `devan-util' were removed, and all 577** The features `devanagari' and `devan-util' were removed, and all
578devanagari-* and dev-* functions and variables were removed too. They 578devanagari-* and dev-* functions and variables were removed too. They
579were for displaying Devanagari script with a specific kind of font in 579were for displaying Devanagari script with a specific kind of font in
580Emacs 22, and not necessary anymore because of OpenType font support. 580Emacs 22, and are not necessary anymore because of OpenType font support.
581 581
582** The feature `kannada' and `knd-util' were removed, and all 582** The feature `kannada' and `knd-util' were removed, and all
583kannada-* and knd-* functions and variables are removed too. They 583kannada-* and knd-* functions and variables are removed too. They
@@ -670,7 +670,7 @@ multiple charsets (e.g. a-grave, U+00E0, belongs to charsets unicode,
670iso-8859-1, iso-8859-3, etc). 670iso-8859-1, iso-8859-3, etc).
671 671
672*** The new function `characterp' returns t if and only if the argument 672*** The new function `characterp' returns t if and only if the argument
673is a character. 673is a character. This replaces `char-valid-p', which is now obsolete.
674 674
675*** The new function `max-char' returns the maximum character code 675*** The new function `max-char' returns the maximum character code
676(currently it is #x3FFFFF). 676(currently it is #x3FFFFF).
@@ -728,9 +728,6 @@ character is printable or not.
728accepts a cons of characters as the first argument, and modify all 728accepts a cons of characters as the first argument, and modify all
729entries in that range of characters. 729entries in that range of characters.
730 730
731*** The functions `char-bytes', `chars-in-region', and `char-valid-p' are
732obsolete.
733
734** Code conversion changes. 731** Code conversion changes.
735 732
736*** The new function `define-coding-system' should be used to define a 733*** The new function `define-coding-system' should be used to define a