aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2005-03-18 06:54:25 +0000
committerKenichi Handa2005-03-18 06:54:25 +0000
commit1ab06fdf11c104fff277ba0e109c8dc106a78d29 (patch)
tree7ead17b6f096c517f23f89eb4360c21868b3906e /lisp
parent8f9eda28ce69bcae4ad9c1b2663e160d733e1f04 (diff)
downloademacs-1ab06fdf11c104fff277ba0e109c8dc106a78d29.tar.gz
emacs-1ab06fdf11c104fff277ba0e109c8dc106a78d29.zip
(quail-thai-update-translation): Delete it.
(thai-generate-quail-map): Generate is simple map. ("thai-kesmanee"): Don't use quail-thai-update-translation. (thai-generate-quail-map): Likewise.
Diffstat (limited to 'lisp')
-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.