aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2bbb18b1dfc..74c430734f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12005-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
12005-03-17 Richard M. Stallman <rms@gnu.org> 192005-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.