*** empty log message ***
authorhanda <handa>
Tue, 12 Oct 2004 12:19:24 +0000 (12:19 +0000)
committerhanda <handa>
Tue, 12 Oct 2004 12:19:24 +0000 (12:19 +0000)
example/ChangeLog
src/ChangeLog

index f6f464b..75f5a7d 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-12  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (KeyProc): Cast buf to `unsigned char *'.
+
 2004-09-27  Kenichi Handa  <handa@m17n.org>
 
        * HELLO.html: Add Sinhala.
index a3b94ac..c1f0ce9 100644 (file)
@@ -1,6 +1,13 @@
 2004-10-12  Kenichi Handa  <handa@m17n.org>
 
+       * font-ft.c (ft_list_generic): Fix for the case of not
+       HAVE_FONTCONFIG.
+
+       * m17n-X.c (mwin__parse_event): Fix for non-ASCII keys.
+
        * font.c (mfont_list): If no font is found, return NULL.
+       (load_font_encoding_table): Put entries of nil registry first.
+       (find_encoding): Adjust for the above change.
 
 2004-10-11  Kenichi Handa  <handa@m17n.org>