aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-22 04:09:09 +0000
committerGlenn Morris2008-02-22 04:09:09 +0000
commit85a1f98d8add118535cb9237a440bbfb98ae9f3e (patch)
tree4d7623b4511f60cbb978636e4192ba17c1ecfc26
parent1eb2d407153eda24a92a7d5e1f120cbfe39edc51 (diff)
downloademacs-85a1f98d8add118535cb9237a440bbfb98ae9f3e.tar.gz
emacs-85a1f98d8add118535cb9237a440bbfb98ae9f3e.zip
Condense some entries.
-rw-r--r--etc/NEWS34
1 files changed, 15 insertions, 19 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8780630d1f4..1dd563007d6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -574,25 +574,21 @@ 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 features `devanagari' and `devan-util' were removed, and all 577** The following features have been removed. They were used for
578devanagari-* and dev-* functions and variables were removed too. They 578displaying various scripts with specific fonts, and are no longer
579were for displaying Devanagari script with a specific kind of font in 579needed now that OpenType font support is available:
580Emacs 22, and are not necessary anymore because of OpenType font support. 580
581 581*** `devanagari' and `devan-util', and all associated devanagari-* and
582** The feature `kannada' and `knd-util' were removed, and all 582dev-* functions and variables (formerly used for Devanagari script).
583kannada-* and knd-* functions and variables are removed too. They 583
584were for displaying Kannada script with a specific kind of font in 584*** `kannada' and `knd-util', and all associated kannada-* and knd-*
585Emacs 22, and not necessary anymore because of OpenType font support. 585functions and variables (formerly used for Kannada script).
586 586
587** The feature `malayalam' and `mlm-util' are removed, and all 587*** `malayalam' and `mlm-util', and all associated malayalam-* and
588malayalam-* and mlm-* functions and variables are removed too. They 588mlm-* functions and variables (formerly used for Malayalam script).
589were for displaying Malayalam script with a specific kind of font in 589
590Emacs 22, and not necessary anymore because of OpenType font support. 590*** `tamil' and `tml-util, and all associated tamil-* and tml-*
591 591functions and variables (formerly used for Tamil script).
592** The feature `tamil' and `tml-util' are removed, and all tamil-* and
593tml-* functions and variables are removed too. They were for
594displaying Tamil script with a specific kind of font in Emacs 22, and
595not necessary anymore because of OpenType font support.
596 592
597 593
598* Lisp Changes in Emacs 23.1 594* Lisp Changes in Emacs 23.1