diff options
author | Kenichi Handa <handa@m17n.org> | 2004-04-15 01:08:34 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2004-04-15 01:08:34 +0000 |
commit | dc6a28319312fe81f7a1015e363174022313f0bd (patch) | |
tree | 9bfabcc1cb82e845eabe73a6e45db8303b356d9f | |
parent | 1b9d98764d1a5197dee2eafcb02c0dd7ae59d75c (diff) | |
download | emacs-dc6a28319312fe81f7a1015e363174022313f0bd.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog.22 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22 index 2e487a9dd33..ccc36bac6ec 100644 --- a/lisp/ChangeLog.22 +++ b/lisp/ChangeLog.22 @@ -1,3 +1,17 @@ +2004-04-15 Kenichi Handa <handa@m17n.org> + + * composite.el (auto-compose-chars): Execute the main code in + condition-case. + +2004-04-14 Kenichi Handa <handa@m17n.org> + + * descr-text.el (describe-property-list): Sync to HEAD. + + * international/mule-diag.el: Sync to HEAD. + + * international/fontset.el (x-complement-fontset-spec): Don't + change CHARSET_REGISTRY and CHARSET_ENCODING fields. + 2004-04-13 Kenichi Handa <handa@m17n.org> * international/characters.el (next-word-boundary-kana): Handle @@ -437,7 +451,7 @@ (utf-16-be-with-signature): Comment-out :endian. * mule-diag.el (describe-character-set): Fix - printing dimensions. Use `$B!_(B', not `x'. + printing dimensions. Use `,AW(B', not `x'. 2003-04-12 Kenichi Handa <handa@m17n.org> @@ -907,7 +921,7 @@ 2002-09-05 Dave Love <fx@gnu.org> - * international/characters.el: Make $(D*s(B and $(D+s(B a case pair. + * international/characters.el: Make ,_/(B and ,A(B a case pair. 2002-09-03 Kenichi Handa <handa@etl.go.jp> |