Mercurial > emacs
changeset 60705:d98864aa0f9c
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 18 Mar 2005 06:54:25 +0000 |
parents | 7c239dedaeea |
children | c102b0eb3db5 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 18 06:53:48 2005 +0000 +++ b/lisp/ChangeLog Fri Mar 18 06:54:25 2005 +0000 @@ -1,3 +1,21 @@ +2005-03-18 handa <handa@m17n.org> + + * language/thai-util.el: Fix categorization of Thai characters in + thai-category-table. + (thai-composition-pattern): Adjust it for the above change. + (thai-self-insert-command, thai-compose-syllable): New functions. + (thai-compose-region): Use thai-compose-syllable. + (thai-compose-string): Likewise. + (thai-composition-function): Likewise. + (thai-auto-composition): New function. + (thai-auto-composition-mode): New minor mode. + + * language/thai.el: Fix patterns to be registered in + composition-function-table. + + * international/quail.el (quail-input-method): Locally bind + inhibit-modification-hooks to t. + 2005-03-17 Richard M. Stallman <rms@gnu.org> * progmodes/perl-mode.el (perl-mode-hook): Defvar it.