(delete_char): Fix the case of deleting the previous
[m17n/m17n-lib.git] / example / ChangeLog
index ca6f67f..28965a6 100644 (file)
@@ -1,5 +1,57 @@
+2005-11-07  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (surrounding_text_handler): New function.
+       (setup_input_methods): Add callback functions for surrounding text
+       handling.
+
+2005-10-20  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (setup_input_methods): Ignore an input method of name
+       nil.
+
+2005-10-14  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (main): Don't leave a fontset unfreed.
+
+2005-10-03  Kenichi Handa  <handa@m17n.org>
+
+       * mdump.c (main): Make the image tranparent.
+
+2005-09-27  Kenichi Handa  <handa@m17n.org>
+
+       * mdump.c (dump_image): If FILTER is "-", print the image to
+       stdout.
+
+2005-09-22  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (select_input_method): Open an input method if
+       necessary.  Handle left bitmap of input method menus here.
+       (show_cursor): Don't open an input method here.
+       (ExposeProc): Likewise.
+       (FocusInProc): Fix typo (Minput_focus_out -> Minput_focus_in).
+       (InputMethodProc): Don't handle left bitmap of input method menus
+       here.
+       (setup_input_methods): Don't open an input method here.
+
+2005-09-16  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (ButtonProc): Don't reset ic, instead send
+       Minput_focus_move event to the current input method.
+       (FocusInProc, FocusOutProc): New functions.
+       (actions): Add elements for FocusIn and FocusOut.
+       (main): Add  elements for FocusIn and FocusOut to trans2.
+
+2005-09-12  Kenichi Handa  <handa@m17n.org>
+
+       * medit.c (redraw): Don't redraw an area where not text is
+       displayed.
+
 2005-09-05  Kenichi Handa  <handa@m17n.org>
 
+       * medit.c: Check HAVE_X11_XAW_COMMAND_H before including X11/*.h.
+
+       * mview.c: Check HAVE_X11_XAW_COMMAND_H before including X11/*.h.
+
        * Makefile.am (X_LD_FLAGS): Use @X11_LD_FLAGS@ instead of
        directory listing libraries.
        (PURIFY, purify_medit, purify_mdate): Define them in maintainer