Mercurial > emacs
changeset 29598:dc0508271204
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 12 Jun 2000 06:52:29 +0000 |
parents | 79fb788042f3 |
children | 8a2e32f7717e |
files | leim/ChangeLog lisp/ChangeLog |
diffstat | 2 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/ChangeLog Mon Jun 12 06:51:13 2000 +0000 +++ b/leim/ChangeLog Mon Jun 12 06:52:29 2000 +0000 @@ -1,3 +1,8 @@ +2000-06-12 Kenichi Handa <handa@etl.go.jp> + + * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted. + ("tibetan-wylie"): State transition table modified. + 2000-06-01 Kenichi Handa <handa@etl.go.jp> * quail/tibetan.el: Change all tibetan-1-column characters to
--- a/lisp/ChangeLog Mon Jun 12 06:51:13 2000 +0000 +++ b/lisp/ChangeLog Mon Jun 12 06:52:29 2000 +0000 @@ -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.