changeset 52743:f093806b2b0d

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 03 Oct 2003 11:36:59 +0000
parents 7f9bdf6cf89b
children c81c292a982b
files src/ChangeLog
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <handa@m17n.org>
+
+	* macterm.c (x_load_font): Clear all members of FONTP before start
+	filling them.
+
+2003-10-02  Kenichi Handa  <handa@m17n.org>
+
+	* 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  <jpw@gnu.org>
 
 	* keymap.c (map_keymap): Don't abort when binding is a vector.