# HG changeset patch # User Kenichi Handa # Date 1036650894 0 # Node ID 2eb2dbb9baac17572cb2e75e5cb66a0cea7b18e7 # Parent 55aea6305ac018e729dacc4279986c3a2b0bbeeb *** empty log message *** diff -r 55aea6305ac0 -r 2eb2dbb9baac leim/ChangeLog --- 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 + + * 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 * quail/indian.el (quail-indian-preceding-char-position) diff -r 55aea6305ac0 -r 2eb2dbb9baac lisp/ChangeLog --- 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 + 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 diff -r 55aea6305ac0 -r 2eb2dbb9baac src/ChangeLog --- 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 + 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,