Mercurial > emacs
changeset 29365:4073bda08c64
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 01 Jun 2000 11:06:38 +0000 |
parents | 2891d66b723b |
children | 603d260f7741 |
files | leim/ChangeLog leim/quail/tibetan.elc lisp/ChangeLog |
diffstat | 3 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <handa@etl.go.jp> + + * quail/tibetan.el: Change all tibetan-1-column characters to + tibetan. Quail map for "tibetan-wylie" fixed. + 2000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl> * quail/latin-pre.el ("polish-slash"): New input method.
--- 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 <handa@etl.go.jp> + * 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.