comparison lisp/ChangeLog @ 60705:d98864aa0f9c

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 18 Mar 2005 06:54:25 +0000
parents 9e7ee067df09
children acaa5fbf6842
comparison
equal deleted inserted replaced
60704:7c239dedaeea 60705:d98864aa0f9c
1 2005-03-18 handa <handa@m17n.org>
2
3 * language/thai-util.el: Fix categorization of Thai characters in
4 thai-category-table.
5 (thai-composition-pattern): Adjust it for the above change.
6 (thai-self-insert-command, thai-compose-syllable): New functions.
7 (thai-compose-region): Use thai-compose-syllable.
8 (thai-compose-string): Likewise.
9 (thai-composition-function): Likewise.
10 (thai-auto-composition): New function.
11 (thai-auto-composition-mode): New minor mode.
12
13 * language/thai.el: Fix patterns to be registered in
14 composition-function-table.
15
16 * international/quail.el (quail-input-method): Locally bind
17 inhibit-modification-hooks to t.
18
1 2005-03-17 Richard M. Stallman <rms@gnu.org> 19 2005-03-17 Richard M. Stallman <rms@gnu.org>
2 20
3 * progmodes/perl-mode.el (perl-mode-hook): Defvar it. 21 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4 (perl-mode): Use run-mode-hooks. 22 (perl-mode): Use run-mode-hooks.
5 23