diff options
| author | Kenichi Handa | 2002-11-07 06:34:54 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-11-07 06:34:54 +0000 |
| commit | 664557e219a2753d2001ff8d9fbfd3fb5469eada (patch) | |
| tree | d00e4e040f4e7ba6b971b7e648b1644c64c8c9f1 | |
| parent | 920d35f411094bc9ab730eb3c4c6f8012dbc00b8 (diff) | |
| download | emacs-664557e219a2753d2001ff8d9fbfd3fb5469eada.tar.gz emacs-664557e219a2753d2001ff8d9fbfd3fb5469eada.zip | |
*** empty log message ***
| -rw-r--r-- | leim/ChangeLog | 17 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
3 files changed, 24 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index ebe0fec70b9..7418e770475 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2002-11-07 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * quail/thai.el: Don't require thai-util. | ||
| 4 | (quail-thai-update-translation): Function deleted. | ||
| 5 | (thai-generate-quail-map): Changed to a macro that directly calls | ||
| 6 | quail-define-rules. | ||
| 7 | ("thai-kesmanee", "thai-pattachote"): Don't use | ||
| 8 | UPDATE-TRANSLATION-FUNCTION. | ||
| 9 | |||
| 10 | * quail/indian.el (quail-indian-preceding-char-position): Function | ||
| 11 | deleted. | ||
| 12 | (quail-indian-update-preceding-char): Variable deleted. | ||
| 13 | (quail-indian-update-translation): Function deleted. | ||
| 14 | (quail-define-indian-trans-package): Don't call | ||
| 15 | quail-define-package with quail-indian-update-translation. | ||
| 16 | (quail-define-inscript-package): Likewise. | ||
| 17 | |||
| 1 | 2002-10-06 Dave Love <fx@gnu.org> | 18 | 2002-10-06 Dave Love <fx@gnu.org> |
| 2 | 19 | ||
| 3 | * quail/indian.el (quail-indian-preceding-char-position) | 20 | * quail/indian.el (quail-indian-preceding-char-position) |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 366fd8f828e..bb797871554 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-11-07 Kenichi Handa <handa@m17n.org> | 1 | 2002-11-07 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | The following changes are to make character composition happen | ||
| 4 | automatically on displaying. | ||
| 5 | |||
| 3 | * composite.el: Remove all autoload cookies. | 6 | * composite.el: Remove all autoload cookies. |
| 4 | (composition-function-table): Variable declaration moved from | 7 | (composition-function-table): Variable declaration moved from |
| 5 | composite.c. Format changed. | 8 | composite.c. Format changed. |
| @@ -62,7 +65,7 @@ | |||
| 62 | * language/tibet-util.el (tibetan-composition-function): Change | 65 | * language/tibet-util.el (tibetan-composition-function): Change |
| 63 | arguments to conform to composition-function-table. | 66 | arguments to conform to composition-function-table. |
| 64 | 67 | ||
| 65 | * loadup.el: Load composite | 68 | * loadup.el: Load composite. |
| 66 | 69 | ||
| 67 | 2002-11-01 Dave Love <fx@gnu.org> | 70 | 2002-11-01 Dave Love <fx@gnu.org> |
| 68 | 71 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index f4c5daccdad..d1c3d0d21dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-11-07 Kenichi Handa <handa@m17n.org> | 1 | 2002-11-07 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | The following changes are to make character composition happen | ||
| 4 | automatically on displaying. | ||
| 5 | |||
| 3 | * Makefile.in (lisp, shortlisp): Add composite.elc | 6 | * Makefile.in (lisp, shortlisp): Add composite.elc |
| 4 | 7 | ||
| 5 | * composite.h (Qauto_composed, Vauto_composition_function, | 8 | * composite.h (Qauto_composed, Vauto_composition_function, |