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

