*** empty log message ***
[m17n/m17n-lib.git] / src / ChangeLog
index d240440..5a9a1e3 100644 (file)
@@ -1,3 +1,25 @@
+2004-04-09  Kenichi Handa  <handa@m17n.org>
+
+       * font-flt.c (struct): New members seq_beg, seq_end, seq_from,
+       seq_to.
+       (load_command): Setup above members.
+
+2004-04-05  Kenichi Handa  <handa@m17n.org>
+
+       * m17n-X.c (xfont_encode_char): Fix checking of byte1 and byte2.
+
+2004-03-30  Kenichi Handa  <handa@m17n.org>
+
+       * m17n-X.c (xfont_encode_char): Return MCHAR_INVALID_CODE if code
+       >= 0x10000.
+
+       * m17n-core.h (M17NLIB_PATCH_LEVEL): Changed to 2.
+       (M17NLIB_VERSION_NAME): Changed to 1.0.2.
+
+2004-03-29  Kenichi Handa  <handa@m17n.org>
+
+       * Version 1.0 Patch Level 2 released.
+
 2004-03-29  Kenichi Handa  <handa@m17n.org>
 
        * charset.c (make_charset): Set charset->fully_loaded and
        * locale.c (mlocale_set): Fix the order of M17N_OBJECT_REF and
        M17N_OBJECT_UNREF.
 
-       * m17n-X.c (mwin__create_window): Fix bug of setting a background
-       pixel of a new window.
+       * m17n-X.c (xfont_render): If rface->rfont is null, draw a
+       rectangle.
+       (mwin__create_window): Fix bug of setting a background pixel of a
+       new window.
        (mwin__adjust_window): Clear the window before drawing.
 
        * m17n-core.c (mdebug__report_object): Free array->objectes if
 
        * m17n.c (m17n_fini): Fix debugging information.
 
+       * mtext.c (mtext__adjust_foramt): New function.
+
+       * mtext.h (mtext__adjust_foramt): Extern it.
+
        * plist.c (mplist_deserialize): Renamed from mplist__deserialize.
 
+       * plist.h (mplist__deserialize): Don't extern it.
+
        * symbol.c (msymbol__fini): Set freed_symbols to 0.  Set all
        elements of symbol_table to NULL.  Report about created and freed
        symbols if MDEBUG_FINI is set.