# HG changeset patch # User Kenichi Handa # Date 960792749 0 # Node ID dc0508271204fca25d08df8c341445633357c8c7 # Parent 79fb788042f3b2454790026a9517f7a9bb531697 *** empty log message *** diff -r 79fb788042f3 -r dc0508271204 leim/ChangeLog --- 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 + + * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted. + ("tibetan-wylie"): State transition table modified. + 2000-06-01 Kenichi Handa * quail/tibetan.el: Change all tibetan-1-column characters to diff -r 79fb788042f3 -r dc0508271204 lisp/ChangeLog --- 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 + + * 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 * startup.el (command-line): Only call menu-bar-mode if interactive.