]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention the new language envrironments Bengali, Punjabi,
authorKenichi Handa <handa@m17n.org>
Fri, 22 Feb 2008 02:05:12 +0000 (02:05 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 22 Feb 2008 02:05:12 +0000 (02:05 +0000)
Gujarati, Oriya, Telugu, Sinhala.  Mention the removal of features
devanagari, devan-util, kannada, knd-util, malayalam, mlm-util,
tamil, and tml-util.

etc/ChangeLog
etc/NEWS

index 3299d530d0b5286ddcbeda3d1db962a0bd351d31..e6965c0a0dfd56faebeb2662e83abe84c871dd3a 100644 (file)
@@ -1,3 +1,10 @@
+2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * NEWS: 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.
+
 2008-02-22  Michael Olson  <mwolson@gnu.org>
 
        * NEWS: Describe nXML mode and json.el.
@@ -39,7 +46,7 @@
 
 2008-02-02  Kenichi Handa  <handa@ni.aist.go.jp>
 
-       * HELLO: Add Bengali, Gujarati, Khmer, Myanmar, Oriya, Sinhara,
+       * HELLO: Add Bengali, Gujarati, Khmer, Myanmar, Oriya, Sinhala,
        Telugu.  Fix ISO-2022 desginations in Cantonese line.
 
 2008-02-01  Kenichi Handa  <handa@m17n.org>
index de6786b32e5dc01af2edb4f0f43fb3054c825530..51af36c506a946fc6904914ea265af679221b887 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -101,7 +101,8 @@ dimension is no longer limited to 94 or 96.
 A dynamic charset priority list is used to infer the charset of
 characters for display.
 
-** There are new Chinese-GBK, Chinese-GB18030, Khmer, and TaiViet language
+** There are new Chinese-GBK, Chinese-GB18030, Khmer, Bengali,
+Punjabi, Gujarati, Oriya, Telugu, Sinhala, and TaiViet language
 environments.
 
 ** Emacs now supports the XEmbed specification.
@@ -573,23 +574,25 @@ checking/manipulating elements directly, use the new functions
 ** `mode-name' is no longer guaranteed to be a string.
 Use `(format-mode-line mode-name)' to ensure a string value.
 
-** The feature `devan-util' is removed, and the file devan-util.el
-providing the feature is removed.  Accordingly the following functions
-and variables are removed:
-  devanagari-consonant, devanagari-composable-pattern,
-  devanagari-compose-region, devanagari-compose-string,
-  devanagari-post-read-conversion, devanagari-regexp-of-hashtbl-keys,
-  devanagari-composition-function, dev-char-glyph,
-  dev-char-glyph-hash, dev-char-glyph-regexp, dev-glyph-glyph,
-  dev-glyph-glyph-hash, dev-glyph-glyph-regexp, dev-glyph-glyph-2,
-  dev-glyph-glyph-2-hash, dev-glyph-glyph-2-regexp, dev-charseq,
-  dev-glyph-cvn, dev-glyph-space, dev-glyph-right-modifier,
-  dev-glyph-right-modifier-regexp, dev-glyph-left-matra,
-  dev-glyph-top-matra, dev-glyph-bottom-modifier, dev-glyph-order,
-  devanagari-compose-syllable-string, devanagari-compose-syllable-region
-These were for displaying Devanagari text with a specific kind of font
-in Emacs 22, and not necessary anymore because of OpenType font
-support.
+** The feature `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.
+
+** The feature `kannada' and `knd-util' were removed, and all
+kannada-* and knd-* functions and variables are removed too.  They
+were for displaying Kannada script with a specific kind of font in
+Emacs 22, and not necessary anymore because of OpenType font support.
+
+** The feature `malayalam' and `mlm-util' are removed, and all
+malayalam-* and mlm-* functions and variables are removed too.  They
+were for displaying Malayalam script with a specific kind of font in
+Emacs 22, and not necessary anymore because of OpenType font support.
+
+** The feature `tamil' and `tml-util' are removed, and all tamil-* and
+tml-* functions and variables are removed too.  They were for
+displaying Tamil script with a specific kind of font in Emacs 22, and
+not necessary anymore because of OpenType font support.
 
 \f
 * Lisp Changes in Emacs 23.1