# HG changeset patch # User Kenichi Handa # Date 1065181019 0 # Node ID f093806b2b0d14aa968e919b8ccc18614dfb8234 # Parent 7f9bdf6cf89b3f6fbd1907cb5cb3632718ab53a9 *** empty log message *** diff -r 7f9bdf6cf89b -r f093806b2b0d src/ChangeLog --- a/src/ChangeLog Fri Oct 03 11:36:04 2003 +0000 +++ b/src/ChangeLog Fri Oct 03 11:36:59 2003 +0000 @@ -1,3 +1,17 @@ +2003-10-03 Kenichi Handa + + * macterm.c (x_load_font): Clear all members of FONTP before start + filling them. + +2003-10-02 Kenichi Handa + + * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL + before calling find_ccl_program_func. Call find_ccl_program_func + only when fontp->font_encoder is not NULL. + + * xterm.c (x_load_font): Clear all members of FONTP before start + filling them. + 2003-10-03 John Paul Wallington * keymap.c (map_keymap): Don't abort when binding is a vector.