Mercurial > emacs
changeset 89382:c25cbf7ce916
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 31 Jan 2003 06:11:29 +0000 |
parents | eaf61dbe44af |
children | b93d02d6a69e |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jan 31 06:11:01 2003 +0000 +++ b/src/ChangeLog Fri Jan 31 06:11:29 2003 +0000 @@ -1,3 +1,16 @@ +2003-01-31 Kenichi Handa <handa@m17n.org> + + * xdisp.c (SKIP_GLYPHS): New macro. + (set_cursor_from_row): Pay attention to string display properties. + + * category.c (copy_category_entry): Fix for the case that RANGE + is an integer. + + * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil. + + * w32term.c (w32_encode_char): Call ccl_driver with the last arg + Qnil. + 2003-01-30 Kenichi Handa <handa@m17n.org> * charset.c (Fcharset_id_internal): New function.