2004-08-28 23:22  makeinu

	* configure.ac: Version 0.1.2.

2004-08-25 15:16  makeinu

	* gtkimcontextime.c: Init private struct.

2004-08-18 00:40  iwm

	* Makefile.msc: add dist target

2004-08-12 00:50  iwm

	* gtkimcontextime.c: modify preedit and filter

2004-07-29 04:50  iwm

	* Makefile.msc, gtkimcontextime.c: modify control code in filter

2004-02-29 22:07  makeinu

	* configure.ac: Version-0.1.1

2004-02-27 04:04  iwm

	* Makefile.msc: added TOP macro

2004-02-24 17:28  makeinu

	* gtkimcontextime.h: replaced gboolean in GtkIMContextIME with
	  guint.

2004-02-17 16:23  makeinu

	* configure.ac: Version 0.1.0.

2004-02-17 15:54  makeinu

	* gtkimcontextime.c: Ignore key release event and GDK_Return key
	  value. This patch is contributed by  Kenichi Suto
	  <ksuto@ybb.ne.jp>. Thanks!

2003-12-07 13:57  makeinu

	* gtkimcontextime.c, gtkimcontextime.h, imime.c: Changed coding
	  style to GNU style.

2003-11-21 03:54  iwm

	* Makefile.msc: Added user32.lib

2003-11-21 03:26  iwm

	* gtkimcontextime.c: Added converting code for coordinates.

2003-11-18 00:28  iwm

	* Makefile.msc: added all and clean targets

2003-11-12 02:31  iwm

	* gtkimcontextime.c: Modified type different warnning on Visual C++
	  6.0 when defined UNICODE.

2003-11-10 03:54  makeinu

	* gtkimcontextime.c, gtkimcontextime.h, imime.c: Removed
	  preedit-mode property.

2003-11-09 07:50  makeinu

	* gtkimcontextime.c, imime.c: Pass through WM_IME_COMPOSITION,
	  WM_IME_STARTCOMPOSITION, WM_IME_END_COMPOSITION messages to hide
	  composition window.  (The way to setting position of candidates
	  window is still dirty.)

2003-10-28 01:11  iwm

	* Makefile.msc: Added source folder

2003-08-31 20:26  iwm

	* Makefile.am: I forgot to add imime.def into EXTRA_DIST.

2003-08-28 18:17  makeinu

	* Makefile.am: I forgot to add Makefile.msc into EXTRA_DIST.

2003-08-24 17:52  makeinu

	* configure.ac: Version 0.0.6

2003-07-27 22:49  makeinu

	* Makefile.am, gtkimcontextime.c, imm-extra.h, test-ourwidget.c,
	  test-stdwidget.c: Added test program.

2003-07-26 21:52  makeinu

	* gtkimcontextime.c: FIXME! event->string is deprecated.

2003-07-24 21:04  makeinu

	* gtkimcontextime.c, gtkimcontextime.h: Changed preedit_mode to
	  use_preedit.

2003-07-24 21:03  makeinu

	* imime.c: Modified module ID.

2003-07-24 21:02  makeinu

	* test-reparent.c: Fixed indent.

2003-07-23 11:03  makeinu

	* gtkimcontextime.c: Modified finalize method to chain up to
	  parent.  Added dispose method.

2003-07-16 17:09  makeinu

	* Makefile.am, gtkimcontextime.c, imm-extra.h: Separated some codes
	  from gtk_im_context_ime_get_preedit_string() to
	  get_utf8_preegit_string() and get_pang_attr_list().  Added
	  imm-extra.h to define lacked definitions.

2003-07-13 21:08  makeinu

	* test-reparent.c: Added test code for reparent.

2003-07-13 21:07  makeinu

	* Makefile.am, configure.ac, gtkimcontextime.c, gtkimcontextime.h:
	  Force call gtk_im_context_ime_focus_out() when unset client
	  window.  Modified to track reparent.

2003-07-09 01:28  makeinu

	* gtkimcontextime.c, imime.c: Fixed typo ;-P

2003-07-09 00:49  makeinu

	* imime.c: Bug fix.

2003-07-09 00:39  makeinu

	* gtkimcontextime.c, gtkimcontextime.h, imime.c: PreeditMode has
	  been modified.  (Contributed from Kazuki IWAMOTO <iwm@maid.org>.
	  Thanks!)

2003-07-03 23:25  makeinu

	* gtkimcontextime.c: Added IMR_QUERYCHARPOSITION and
	  IMR_DOCUMENTFEED.  Fixed gtk_im_context_ime_use_preedit() and
	  default preedit_mode.  Fixed clash bug of
	  gtk_im_context_ime_get_preedit_string() (not UNICODE).
	  (Contributed from Kazuki IWAMOTO. Thanks!)

2003-07-02 00:07  makeinu

	* gtkimcontextime.c: minor fix.

2003-07-02 00:05  makeinu

	* gtkimcontextime.c: minor change.

2003-07-01 18:49  makeinu

	* gtkimcontextime.c, gtkimcontextime.h, imime.c: Enabled to change
	  preedit style from menu.  Some codes are refined.

2003-07-01 00:06  makeinu

	* gtkimcontextime.c: gtk_im_context_ime_get_preedit_string() has
	  been reintegrated.  Enabled to set PangoAttribute even if UNICODE
	  is not defined.

2003-06-30 19:02  makeinu

	* gtkimcontextime.c: Separated
	  gtk_im_context_ime_get_preedit_string() by definition of UNICODE.

2003-06-30 17:13  makeinu

	* AUTHORS, Makefile.msc, configure.ac, gtkimcontextime.c,
	  gtkimcontextime.h, imime.def: Added some files for Visual C++.
	  Removed GTK_IM_CONTEXT_IME_PREEDIT_MODE.  Removed current_context
	  and added "focus" member as private.	Moved cursor_location from
	  private to public.  UNICODE compile is now supported, and get
	  preedit_string has been modified.  Buffer has been modified to
	  allocate dynamically.  "commit" signal has been modified.
	  (Contributed from kazuki IWAMOTO <iwm@maid.org>. Thanks!)

2003-05-10 00:03  makeinu

	* configure.ac: Version 0.0.3.

2003-05-09 23:56  makeinu

	* gtkimcontextime.c: Minor fix.

2003-05-09 23:53  makeinu

	* gtkimcontextime.c: add comment.

2003-05-09 23:05  makeinu

	* gtkimcontextime.c, gtkimcontextime.h: Now preedit mode can be
	  changed by GTK_IM_CONTEXT_IME_PREEDIT_MODE environment variable.
	  There are two preedit modes, one is IME and another one is GTK.

2003-05-07 21:45  makeinu

	* configure.ac: Version 0.0.2.

2003-05-07 21:44  makeinu

	* README: Fixed typo.

2003-05-07 21:43  makeinu

	* test-imime.sh.in: Remove GTK_IM_MODULE from test-imime.sh.in.

2003-05-07 21:42  makeinu

	* gtkimcontextime.c, imime.c: Add locale info to GtkIMContextInfo
	  struct.  Clean up.

2003-05-07 19:08  makeinu

	* gtkimcontextime.c, gtkimcontextime.h: Implemented "reset" method.
	  Also implementing "get_preedit_string" method is now
	  progressing.	Modified to save preedit context when focus out,
	  and to restore it when focus in.  Clean up some codes.

2003-05-06 22:54  makeinu

	* gtkimcontextime.c: Some functions forgot to call
	  ImmReleaseContext.

2003-05-06 21:27  makeinu

	* gtkimcontextime.c: clean up.

2003-05-06 20:24  makeinu

	* configure.ac: Version 0.0.1.

2003-05-06 20:23  makeinu

	* INSTALL, README: Added README and INSTALL file.

2003-05-06 19:23  makeinu

	* README, configure.ac, gtkimcontextime.c, gtkimcontextime.h,
	  test-imime.sh.in: Fixed clash bug.  Implemented use_preedit and
	  filter_keypress methods.  Modified to set preedit font.  Modified
	  to emit "preedit_start" and "preedit_end" signals.  Position of
	  preedit window is now hopefully suitable.  Set
	  GDK_IM_MODULE=win32ime environment variable when use
	  test-imime.sh.

2003-05-05 22:40  makeinu

	* gtkimcontextime.c: Fixed indent.

2003-05-05 22:37  makeinu

	* test-imime.sh: Removed.

2003-05-05 22:36  makeinu

	* AUTHORS, COPYING: Added.

2003-05-05 22:33  makeinu

	* Makefile.am, autogen.sh, gtkimcontextime.c, gtkimcontextime.h,
	  imime.c, test-imime.sh: Licence description has been modified.
	  autogen.sh has been added.

2003-05-05 22:13  makeinu

	* Makefile.am, configure.ac, gtkimcontextime.c, gtkimcontextime.h,
	  imime.c, test-imime.sh, test-imime.sh.in: Initial revision

2003-05-05 22:13  makeinu

	* Makefile.am, configure.ac, gtkimcontextime.c, gtkimcontextime.h,
	  imime.c, test-imime.sh, test-imime.sh.in: initial import

