Mercurial > emacs
changeset 89675:4a257267ef66
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 02 Dec 2003 05:04:08 +0000 |
parents | 481e76f32323 |
children | cf1ff36f92dc |
files | lisp/ChangeLog.22 src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog.22 Tue Dec 02 05:03:50 2003 +0000 +++ b/lisp/ChangeLog.22 Tue Dec 02 05:04:08 2003 +0000 @@ -1,3 +1,7 @@ +2003-12-02 Kenichi Handa <handa@m17n.org> + + * language/chinese.el (chinese-gb18030): Fix :charset-list. + 2003-11-26 Kenichi Handa <handa@m17n.org> * composite.el (auto-compose-chars): Fix previous change.
--- a/src/ChangeLog Tue Dec 02 05:03:50 2003 +0000 +++ b/src/ChangeLog Tue Dec 02 05:04:08 2003 +0000 @@ -1,3 +1,8 @@ +2003-12-02 Kenichi Handa <handa@m17n.org> + + * xdisp.c (handle_auto_composed_prop): Give limit to + Fnext_single_char_property_change. + 2003-07-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.