# HG changeset patch # User Kenichi Handa # Date 1202127400 0 # Node ID 3bae857e4116f88a8db4662894030ea2847f43e7 # Parent 53399782ad840d327f1cd41cbd67a88ddbabff85 *** empty log message *** diff -r 53399782ad84 -r 3bae857e4116 src/ChangeLog --- 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 + + * 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 + + * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver): + Cancel previous change. + +2008-01-31 Kenichi Handa + + * 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 * w32font.c (w32font_open_internal): Use font_unparse_fcname to