summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-06-12 06:52:29 +0000
committerKenichi Handa <handa@m17n.org>2000-06-12 06:52:29 +0000
commit0bd5914bed0b23287c70686d8f5bb7325d53cfe5 (patch)
tree6d58c9743093e920a637274e406d8b4f9f3a01fa /lisp
parent3e799ba149b82d18d9d2ab483d11aa00a46af8b6 (diff)
downloademacs-0bd5914bed0b23287c70686d8f5bb7325d53cfe5.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fd8abb95e98..c3ad921c2b4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
+2000-06-12 Kenichi Handa <handa@etl.go.jp>
+
+ * language/tibet-util.el: Convert all tibetan-1-column characters
+ to the corresponding tibetan characters.
+ (tibetan-add-components): Delete code for the special treatment of
+ 'a chung.
+
+ * language/tibetan.el (tibetan-composable-pattern): Fix previous
+ change.
+ (tibetan-vowel-transcription-alist): More rules added.
+ (tibetan-composite-vowel-alist): New variable.
+ (tibetan-precomposition-rule-alist): More rules added.
+
2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
* startup.el (command-line): Only call menu-bar-mode if interactive.