Mercurial > emacs
changeset 61124:3bb25742ebd3
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 30 Mar 2005 00:16:30 +0000 |
parents | 908c45c94868 |
children | 93886f61ae3e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Mar 29 23:24:34 2005 +0000 +++ b/lisp/ChangeLog Wed Mar 30 00:16:30 2005 +0000 @@ -1,3 +1,19 @@ +2005-03-29 Kenichi Handa <handa@m17n.org> + + * language/thai.el ("Thai"): Set setup-function and exit-function + for Thai language environment. + + * language/thai-util.el: Require thai-word. + (thai-word-mode-map): New variable. + (thai-word-mode): New minor mode. + (setup-thai-language-environment-internal): New function. + (exit-thai-language-environment-internal): New function. + + * language/thai-word.el (thai-word-table): Declare it by defvar, + use dolist to initialize it. + (thai-kill-word, thai-backward-kill-word, thai-transpose-words) + (thai-fill-find-break-point): New functions. + 2005-03-29 Richard M. Stallman <rms@gnu.org> * simple.el (idle-update-delay): Move definition up.