Mercurial > emacs
changeset 89306:2eb2dbb9baac
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 07 Nov 2002 06:34:54 +0000 |
parents | 55aea6305ac0 |
children | 2cf77d6e4261 |
files | leim/ChangeLog lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 24 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/ChangeLog Thu Nov 07 06:33:32 2002 +0000 +++ b/leim/ChangeLog Thu Nov 07 06:34:54 2002 +0000 @@ -1,3 +1,20 @@ +2002-11-07 Kenichi Handa <handa@m17n.org> + + * quail/thai.el: Don't require thai-util. + (quail-thai-update-translation): Function deleted. + (thai-generate-quail-map): Changed to a macro that directly calls + quail-define-rules. + ("thai-kesmanee", "thai-pattachote"): Don't use + UPDATE-TRANSLATION-FUNCTION. + + * quail/indian.el (quail-indian-preceding-char-position): Function + deleted. + (quail-indian-update-preceding-char): Variable deleted. + (quail-indian-update-translation): Function deleted. + (quail-define-indian-trans-package): Don't call + quail-define-package with quail-indian-update-translation. + (quail-define-inscript-package): Likewise. + 2002-10-06 Dave Love <fx@gnu.org> * quail/indian.el (quail-indian-preceding-char-position)
--- a/lisp/ChangeLog Thu Nov 07 06:33:32 2002 +0000 +++ b/lisp/ChangeLog Thu Nov 07 06:34:54 2002 +0000 @@ -1,5 +1,8 @@ 2002-11-07 Kenichi Handa <handa@m17n.org> + The following changes are to make character composition happen + automatically on displaying. + * composite.el: Remove all autoload cookies. (composition-function-table): Variable declaration moved from composite.c. Format changed. @@ -62,7 +65,7 @@ * language/tibet-util.el (tibetan-composition-function): Change arguments to conform to composition-function-table. - * loadup.el: Load composite + * loadup.el: Load composite. 2002-11-01 Dave Love <fx@gnu.org>
--- a/src/ChangeLog Thu Nov 07 06:33:32 2002 +0000 +++ b/src/ChangeLog Thu Nov 07 06:34:54 2002 +0000 @@ -1,5 +1,8 @@ 2002-11-07 Kenichi Handa <handa@m17n.org> + The following changes are to make character composition happen + automatically on displaying. + * Makefile.in (lisp, shortlisp): Add composite.elc * composite.h (Qauto_composed, Vauto_composition_function,