*** empty log message ***
[m17n/m17n-lib.git] / example / ChangeLog
index 98e7cf7..46bdd2b 100644 (file)
@@ -1,9 +1,114 @@
+2004-12-27  Kenichi Handa  <handa@m17n.org>
+
+       * Version 1.2.0 released.
+
+2004-12-27  Kenichi Handa  <handa@m17n.org>
+
+       * M17NEdit.ja: Renamed from MEdit.ja.
+
+       * Makefile.am: Put prefix "m17n-" instead of single "m" to
+       executables.
+
+       * mconv.c, mdate.c, mdump.c, medit.c, mview.c: Documentations
+       changed ("mXXXX" -> "m17n-XXXX").
+
+2004-12-21  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (ButtonProc): Reset the current input method (if
+       activated) and insert the produced text.
+       (KeyProc): Cancel the previous change.
+
+2004-12-21  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (KeyProc): Handle C-\ as resetting input context.
+
+2004-12-17  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (main): Allocagte filename by strdup if not specified.
+
+2004-12-10  Kenichi Handa  <handa@m17n.org>
+
+       * mview.c (VERSION): Update to 1.2.0.
+
+       * medit.c (VERSION): Update to 1.2.0.
+       (main): If filename is not specified, open /dev/null.
+
+       * mdate.c (VERSION): Update to 1.2.0.
+
+       * mconv.c (VERSION): Update to 1.2.0.
+
+2004-12-09  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (SaveProc, DumpImageProc, FileDialogProc, read_file):
+       Decode by Mcoding_utf_8_full, not Mcoding_utf_8.
+
+2004-12-09  handa  <handa@m17n.org>
+
+       * Makefile.am (common_ldflags): Include libm17n-core.la.
+       (common_ldflags_gui): Include ${common_ldflags}
+       
+2004-12-03  Kenichi Handa  <handa@m17n.org>
+
+       * mimx-anthy.c (AnthyContext): New member ic.
+       (new_context): When something goes wrong, return NULL without
+       creating a context.
+       (get_context): New function.
+       (init): Pay attention to the case of multiple calls.
+       (fini): Likewise.
+       (convert, change, resize, commit): Use get_context.
+
+       * mimx-ispell.c (face_available): New variable.
+       (init): Check if GUI APIs are available or not.  If not, set
+       face_available to 0.
+       (fini): Free a face only if face_available is not zero.
+       (ispell_word): Put face property only if available.
+
+2004-10-29  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (main): Fix handling of "-s" arg.
+
+2004-10-12  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (KeyProc): Cast buf to `unsigned char *'.
+       (FaceProc): Call hide_cursor () at first.
+
+2004-09-27  Kenichi Handa  <handa@m17n.org>
+
+       * HELLO.html: Add Sinhala.
+
+2004-09-23  Kenichi Handa  <handa@m17n.org>
+
+       * HELLO.utf8, HELLO.xml: Add Sinhala.
+
+2004-09-14  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (update_selection): Fix for the case that the selection
+       is just one line.
+
+2004-08-27  Kenichi Handa  <handa@m17n.org>
+
+       * mdump.c (help_exit): Describe about the arg "-r".
+       (reverse_bit_order, init_reverse_bit_order): Delete them.
+       (main): Handle the arg "-r".
+
+2004-08-25  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c: Adjusted for the member name change
+       (MDrawGlyphInfo->this -> MDrawGlyphInfo->metics).
+
+       * mdump.c: Adjusted for the member name change
+       (MDrawGlyphInfo->this -> MDrawGlyphInfo->metics).
+
 2004-08-16  Kenichi Handa  <handa@m17n.org>
 
        * Version 1.1.0 released.
 
 2004-08-15  Kenichi Handa  <handa@m17n.org>
 
+       * MEdit.ja: Add Dhivehi.
+
+       * HELLO.utf8, HELLO.xml: Add Oriya and Dhivehi.
+
        * medit.c (covert_selection): Handle explicit request of
        UTF8_STRING.
        (ExposeProc): If an initial input method is specifed, activate it.