Mercurial > emacs
changeset 91563:d122eefbb3f1
Move some out-of-place entries.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 06 Feb 2008 04:59:00 +0000 |
parents | e3dc80ad2009 |
children | 9ee03576e1b0 |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Feb 06 04:46:55 2008 +0000 +++ b/src/ChangeLog Wed Feb 06 04:59:00 2008 +0000 @@ -37,18 +37,6 @@ fallback fonts. (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names. -2008-02-01 Kenichi Handa <handa@ni.aist.go.jp> - - * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver): - Cancel previous change. - -2008-01-31 Kenichi Handa <handa@ni.aist.go.jp> - - * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when - ccl->eight_bit_control. Fix check for buffer overflow. - (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow. - (ccl_driver): Initialize extra_bytes to 0. - 2008-02-04 Jason Rumney <jasonr@gnu.org> * w32font.c (w32font_open_internal): Use font_unparse_fcname to @@ -5279,6 +5267,18 @@ * ccl.c (CCL_WRITE_CHAR): Fix overflow checking. (CCL_WRITE_MULTIBYTE_CHAR): Likewise. +2008-02-01 Kenichi Handa <handa@ni.aist.go.jp> + + * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver): + Cancel previous change. + +2008-01-31 Kenichi Handa <handa@ni.aist.go.jp> + + * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when + ccl->eight_bit_control. Fix check for buffer overflow. + (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow. + (ccl_driver): Initialize extra_bytes to 0. + 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp> * keyboard.c (make_ctrl_char): If C is a multibyte character, just