2004-02-17 07:23  makeinu

	* configure.ac: Version 0.1.0.

2004-02-17 06: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 04:57  makeinu

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

2003-11-20 18:54  iwm

	* Makefile.msc: Added user32.lib

2003-11-20 18:26  iwm

	* gtkimcontextime.c: Added converting code for coordinates.

2003-11-17 15:28  iwm

	* Makefile.msc: added all and clean targets

2003-11-11 17:31  iwm

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

2003-11-09 18:54  makeinu

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

2003-11-08 22: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-27 16:11  iwm

	* Makefile.msc: Added source folder

2003-08-31 11:26  iwm

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

2003-08-28 09:17  makeinu

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

2003-08-24 08:52  makeinu

	* configure.ac: Version 0.0.6

2003-07-27 13:49  makeinu

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

2003-07-26 12:52  makeinu

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

2003-07-24 12:04  makeinu

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

2003-07-24 12:03  makeinu

	* imime.c: Modified module ID.

2003-07-24 12:02  makeinu

	* test-reparent.c: Fixed indent.

2003-07-23 02:03  makeinu

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

2003-07-16 08: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 12:08  makeinu

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

2003-07-13 12: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-08 16:28  makeinu

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

2003-07-08 15:49  makeinu

	* imime.c: Bug fix.

2003-07-08 15:39  makeinu

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

2003-07-03 14: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-01 15:07  makeinu

	* gtkimcontextime.c: minor fix.

2003-07-01 15:05  makeinu

	* gtkimcontextime.c: minor change.

2003-07-01 09:49  makeinu

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

2003-06-30 15: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 10:02  makeinu

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

2003-06-30 08: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-09 15:03  makeinu

	* configure.ac: Version 0.0.3.

2003-05-09 14:56  makeinu

	* gtkimcontextime.c: Minor fix.

2003-05-09 14:53  makeinu

	* gtkimcontextime.c: add comment.

2003-05-09 14: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 12:45  makeinu

	* configure.ac: Version 0.0.2.

2003-05-07 12:44  makeinu

	* README: Fixed typo.

2003-05-07 12:43  makeinu

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

2003-05-07 12:42  makeinu

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

2003-05-07 10: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 13:54  makeinu

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

2003-05-06 12:27  makeinu

	* gtkimcontextime.c: clean up.

2003-05-06 11:24  makeinu

	* configure.ac: Version 0.0.1.

2003-05-06 11:23  makeinu

	* INSTALL, README: Added README and INSTALL file.

2003-05-06 10: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 13:40  makeinu

	* gtkimcontextime.c: Fixed indent.

2003-05-05 13:37  makeinu

	* test-imime.sh: Removed.

2003-05-05 13:36  makeinu

	* AUTHORS, COPYING: Added.

2003-05-05 13: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 13:13  makeinu

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

2003-05-05 13:13  makeinu

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

