diff options
| author | Glenn Morris | 2008-02-22 04:09:09 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-22 04:09:09 +0000 |
| commit | 85a1f98d8add118535cb9237a440bbfb98ae9f3e (patch) | |
| tree | 4d7623b4511f60cbb978636e4192ba17c1ecfc26 | |
| parent | 1eb2d407153eda24a92a7d5e1f120cbfe39edc51 (diff) | |
| download | emacs-85a1f98d8add118535cb9237a440bbfb98ae9f3e.tar.gz emacs-85a1f98d8add118535cb9237a440bbfb98ae9f3e.zip | |
Condense some entries.
| -rw-r--r-- | etc/NEWS | 34 |
1 files changed, 15 insertions, 19 deletions
| @@ -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. |
| 575 | Use `(format-mode-line mode-name)' to ensure a string value. | 575 | Use `(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 |
| 578 | devanagari-* and dev-* functions and variables were removed too. They | 578 | displaying various scripts with specific fonts, and are no longer |
| 579 | were for displaying Devanagari script with a specific kind of font in | 579 | needed now that OpenType font support is available: |
| 580 | Emacs 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 | 582 | dev-* functions and variables (formerly used for Devanagari script). |
| 583 | kannada-* and knd-* functions and variables are removed too. They | 583 | |
| 584 | were for displaying Kannada script with a specific kind of font in | 584 | *** `kannada' and `knd-util', and all associated kannada-* and knd-* |
| 585 | Emacs 22, and not necessary anymore because of OpenType font support. | 585 | functions 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 |
| 588 | malayalam-* and mlm-* functions and variables are removed too. They | 588 | mlm-* functions and variables (formerly used for Malayalam script). |
| 589 | were for displaying Malayalam script with a specific kind of font in | 589 | |
| 590 | Emacs 22, and not necessary anymore because of OpenType font support. | 590 | *** `tamil' and `tml-util, and all associated tamil-* and tml-* |
| 591 | 591 | functions and variables (formerly used for Tamil script). | |
| 592 | ** The feature `tamil' and `tml-util' are removed, and all tamil-* and | ||
| 593 | tml-* functions and variables are removed too. They were for | ||
| 594 | displaying Tamil script with a specific kind of font in Emacs 22, and | ||
| 595 | not 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 |