]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 11 Feb 2003 02:45:41 +0000 (02:45 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 11 Feb 2003 02:45:41 +0000 (02:45 +0000)
etc/ChangeLog
etc/NEWS
leim/ChangeLog
lisp/ChangeLog
src/ChangeLog

index b425aa49dd5baa23063dc8279182d2c5a2fa4f68..64aeb42211dbed42c86e35f0fe3db146bc3b913a 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-11  Kenichi Handa  <handa@m17n.org>
+
+       * HELLO: Fix Hindi and add Tamil.
+
 2003-02-05  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 
        * TUTORIAL.it: Italian tutorial.
index af4df19a30276b10bee11d565ca07d56512a2237..21a545c52b97d5f89d563946215455b8deac8390 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -88,6 +88,11 @@ See the files mac/README and mac/INSTALL for build instructions.
 \f
 * Changes in Emacs 21.4
 
+** New language environments "malayalam" and "tamil".
+
+** New input methods "malayalam-itrans", "tamil-itrans",
+"malayalam-inscript", and "tamil-inscript".
+
 ** Init file changes
 
 You can now put the init files .emacs and .emacs_SHELL under
index eaabce63f4af6e1ce6f59db748a1715dbb30efe3..1664dd412ec1e30f62f78ae3a6ae955e9e6e7e7f 100644 (file)
@@ -1,4 +1,4 @@
-2003-02-11  Kenichi Handa  <handa@m17n.org>
+2003-02-11  KAWABATA, Taichi  <kawabata@m17n.org>
 
        * quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans)
        (bengali-itrans, assamese-itrans, telugu-itrans kannada-itrans)
index b6317c8b77cca0b5d1804c5f5f28128a3e183101..6b8ce358cd512a14dc7b16d7445cfc9b900377a8 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-11  Kenichi Handa  <handa@m17n.org>
+
+       * loadup.el: Load "language/malayalam" and "language/tamil".
+
 2003-02-11  KAWABATA, Taichi  <kawabata@m17n.org>
 
        * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
index 80544aba446cb0e2a91291e20e8e2220e8e51d71..528d338674607b666b6f65d31f5f1d5ddc4357f2 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-11  Kenichi Handa  <handa@m17n.org>
+
+       * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
+
 2003-02-10  Kim F. Storm  <storm@cua.dk>
 
        * process.c: Doc fixes.