*** empty log message ***
[m17n/m17n-lib.git] / src / ChangeLog
index 6dff4e5..7bf76fd 100644 (file)
@@ -1,5 +1,7 @@
 2004-12-21  Kenichi Handa  <handa@m17n.org>
 
+       * m17n-gui.h (mfont_from_spec): Delete extern.
+
        * input-gui.c (win_callback): Handle Minput_reset.
        (minput__win_init): Register reset_ic as a callback for
        Minput_reset.
@@ -11,6 +13,8 @@
        (Minput_reset): New variable.
        (minput_filter): Always set ic->xxx_changed to 0.
        (minput_reset_ic): New function.
+       (integer_value): Fix typo ('>' -> '<') and calculation of length
+       of preedit text.
 
        * m17n-core.c (merror_code): Change type to `int'.
 
@@ -19,6 +23,7 @@
        * m17n.h (Minput_reset, minput_reset_ic): Extern them.
 
        * m17n-core.h (MTEXT_FORMAT_UTF_16, MTEXT_FORMAT_UTF_32): Adjust types.
+       (mtext_change_prop): Delete extern.
 
        * mtext.c (MTEXT_FORMAT_UTF_16, MTEXT_FORMAT_UTF_32): Change types
        to `int'.  Move the documents to m17n-core.h.