# HG changeset patch # User Kenichi Handa # Date 959857598 0 # Node ID 4073bda08c6463b0eb51f047b82354e47600f8da # Parent 2891d66b723bb59c34a19a1a60208cf80c26b653 *** empty log message *** diff -r 2891d66b723b -r 4073bda08c64 leim/ChangeLog --- a/leim/ChangeLog Thu Jun 01 11:02:58 2000 +0000 +++ b/leim/ChangeLog Thu Jun 01 11:06:38 2000 +0000 @@ -1,3 +1,8 @@ +2000-06-01 Kenichi Handa + + * quail/tibetan.el: Change all tibetan-1-column characters to + tibetan. Quail map for "tibetan-wylie" fixed. + 2000-03-31 Wlodzimierz Bzyl * quail/latin-pre.el ("polish-slash"): New input method. diff -r 2891d66b723b -r 4073bda08c64 leim/quail/tibetan.elc Binary file leim/quail/tibetan.elc has changed diff -r 2891d66b723b -r 4073bda08c64 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 01 11:02:58 2000 +0000 +++ b/lisp/ChangeLog Thu Jun 01 11:06:38 2000 +0000 @@ -1,5 +1,24 @@ 2000-06-01 Kenichi Handa + * international/characters.el: Fix syntax/category setting of + Tibetan characters. + + * language/tibet-util.el (tibetan-add-components): Fixes for new + encoding of Tibetan characters. + (tibetan-decompose-precomposition-alist): New variable. + (tibetan-decompose-region): Convert precomposed characters to + non-precomposed characters. + (tibetan-decompose-string): Likewise. + (tibetan-composition-function): Fix args to + thibetan-compose-string. + + * language/tibetan.el (tibetan-composable-pattern): More + characters included. + (tibetan-consonant-transcription-alist): Rule for "R" added. + (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and + "+R" added. + (tibetan-base-to-subjoined-alist): Rule for "RA" added. + * language/lao-util.el (lao-composition-function): Fix args to compose-string.