# HG changeset patch # User Kenichi Handa # Date 1239672422 0 # Node ID b145ec03f3783f01cd9affe145c1c899d3dab693 # Parent b20a4659fd91427ecf7e3be81b81d5d6e72e1474 *** empty log message *** diff -r b20a4659fd91 -r b145ec03f378 src/ChangeLog --- a/src/ChangeLog Tue Apr 14 01:26:03 2009 +0000 +++ b/src/ChangeLog Tue Apr 14 01:27:02 2009 +0000 @@ -1,3 +1,12 @@ +2009-04-14 Kenichi Handa + + * xfont.c (xfont_has_char): The font has C if C is ASCII and the + encoding charset is ascii_compatible. + + * charset.c (Fdefine_charset_internal): Make charset + ascii-compatible if the method is CHARSET_METHOD_OFFSET, the + code_offset is 0, and covers all ASCII characters. + 2009-04-13 Stefan Monnier * nsselect.m (symbol_to_nsstring, clean_local_selection_data)