Mercurial > emacs
comparison lisp/ChangeLog @ 61124:3bb25742ebd3
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 30 Mar 2005 00:16:30 +0000 |
parents | 908c45c94868 |
children | 8348cfc36c7e |
comparison
equal
deleted
inserted
replaced
61123:908c45c94868 | 61124:3bb25742ebd3 |
---|---|
1 2005-03-29 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * language/thai.el ("Thai"): Set setup-function and exit-function | |
4 for Thai language environment. | |
5 | |
6 * language/thai-util.el: Require thai-word. | |
7 (thai-word-mode-map): New variable. | |
8 (thai-word-mode): New minor mode. | |
9 (setup-thai-language-environment-internal): New function. | |
10 (exit-thai-language-environment-internal): New function. | |
11 | |
12 * language/thai-word.el (thai-word-table): Declare it by defvar, | |
13 use dolist to initialize it. | |
14 (thai-kill-word, thai-backward-kill-word, thai-transpose-words) | |
15 (thai-fill-find-break-point): New functions. | |
16 | |
1 2005-03-29 Richard M. Stallman <rms@gnu.org> | 17 2005-03-29 Richard M. Stallman <rms@gnu.org> |
2 | 18 |
3 * simple.el (idle-update-delay): Move definition up. | 19 * simple.el (idle-update-delay): Move definition up. |
4 (set-mark): Doc fix. | 20 (set-mark): Doc fix. |
5 | 21 |