# HG changeset patch # User Kenichi Handa # Date 1111128865 0 # Node ID d98864aa0f9c4a0147879339f91b28a088d70af3 # Parent 7c239dedaeead5e4b571c7d69b443dbc3926a937 *** empty log message *** diff -r 7c239dedaeea -r d98864aa0f9c lisp/ChangeLog --- 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 + + * 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 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.