Mercurial > emacs
changeset 91514:3bae857e4116
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 04 Feb 2008 12:16:40 +0000 |
parents | 53399782ad84 |
children | 2ebe99b97e12 |
files | src/ChangeLog |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 04 12:15:14 2008 +0000 +++ b/src/ChangeLog Mon Feb 04 12:16:40 2008 +0000 @@ -1,3 +1,22 @@ +2008-02-04 Kenichi Handa <handa@ni.aist.go.jp> + + * fontset.c (Ffontset_info): Handle the case of inhibitting the + 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