comparison etc/NEWS @ 92072:cfdc718703dc

Mention the new language envrironments Bengali, Punjabi, Gujarati, Oriya, Telugu, Sinhala. Mention the removal of features devanagari, devan-util, kannada, knd-util, malayalam, mlm-util, tamil, and tml-util.
author Kenichi Handa <handa@m17n.org>
date Fri, 22 Feb 2008 02:03:35 +0000
parents d359b11fb16e
children 334b9982376e
comparison
equal deleted inserted replaced
92071:4d84175c75e8 92072:cfdc718703dc
99 dimension is no longer limited to 94 or 96. 99 dimension is no longer limited to 94 or 96.
100 100
101 A dynamic charset priority list is used to infer the charset of 101 A dynamic charset priority list is used to infer the charset of
102 characters for display. 102 characters for display.
103 103
104 ** There are new Chinese-GBK, Chinese-GB18030, Khmer, and TaiViet language 104 ** There are new Chinese-GBK, Chinese-GB18030, Khmer, Bengali,
105 Punjabi, Gujarati, Oriya, Telugu, Sinhala, and TaiViet language
105 environments. 106 environments.
106 107
107 ** Emacs now supports the XEmbed specification. 108 ** Emacs now supports the XEmbed specification.
108 You can embed Emacs in another application on X11. The new command line option 109 You can embed Emacs in another application on X11. The new command line option
109 --parent-id is used to pass the parent window id to Emacs. See 110 --parent-id is used to pass the parent window id to Emacs. See
571 `byte-compile-enable-warning.' 572 `byte-compile-enable-warning.'
572 573
573 ** `mode-name' is no longer guaranteed to be a string. 574 ** `mode-name' is no longer guaranteed to be a string.
574 Use `(format-mode-line mode-name)' to ensure a string value. 575 Use `(format-mode-line mode-name)' to ensure a string value.
575 576
576 ** The feature `devan-util' is removed, and the file devan-util.el 577 ** The feature `devanagari' and `devan-util' were removed, and all
577 providing the feature is removed. Accordingly the following functions 578 devanagari-* and dev-* functions and variables were removed too. They
578 and variables are removed: 579 were for displaying Devanagari script with a specific kind of font in
579 devanagari-consonant, devanagari-composable-pattern, 580 Emacs 22, and not necessary anymore because of OpenType font support.
580 devanagari-compose-region, devanagari-compose-string, 581
581 devanagari-post-read-conversion, devanagari-regexp-of-hashtbl-keys, 582 ** The feature `kannada' and `knd-util' were removed, and all
582 devanagari-composition-function, dev-char-glyph, 583 kannada-* and knd-* functions and variables are removed too. They
583 dev-char-glyph-hash, dev-char-glyph-regexp, dev-glyph-glyph, 584 were for displaying Kannada script with a specific kind of font in
584 dev-glyph-glyph-hash, dev-glyph-glyph-regexp, dev-glyph-glyph-2, 585 Emacs 22, and not necessary anymore because of OpenType font support.
585 dev-glyph-glyph-2-hash, dev-glyph-glyph-2-regexp, dev-charseq, 586
586 dev-glyph-cvn, dev-glyph-space, dev-glyph-right-modifier, 587 ** The feature `malayalam' and `mlm-util' are removed, and all
587 dev-glyph-right-modifier-regexp, dev-glyph-left-matra, 588 malayalam-* and mlm-* functions and variables are removed too. They
588 dev-glyph-top-matra, dev-glyph-bottom-modifier, dev-glyph-order, 589 were for displaying Malayalam script with a specific kind of font in
589 devanagari-compose-syllable-string, devanagari-compose-syllable-region 590 Emacs 22, and not necessary anymore because of OpenType font support.
590 These were for displaying Devanagari text with a specific kind of font 591
591 in Emacs 22, and not necessary anymore because of OpenType font 592 ** The feature `tamil' and `tml-util' are removed, and all tamil-* and
592 support. 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.
593 596
594 597
595 * Lisp Changes in Emacs 23.1 598 * Lisp Changes in Emacs 23.1
596 599
597 ** clone-indirect-buffer now runs the clone-indirect-buffer-hook. 600 ** clone-indirect-buffer now runs the clone-indirect-buffer-hook.