2006-04-07  AShiZaWa KaZuNoRi  <kasha@sun.co.jp>

	* imaux.cpp (delete_aux_ic): move the assignment of prev_aux_ic
	into the loop.  the assignment seems accidentally placed outside
	of the loop.

2005-10-05  AShiZaWa KaZuNoRi  <kasha@sun.co.jp>

	* imaux.cpp (ROUNDUP): fix for 64 bit environment.
	Commit on behalf of <osamu.sayama@sun.com>.

2005-04-22 Gavin Tu <gavin.tu@sun.com>
	*tests/tests.pro
	 add this file
	*tests/testinputwidgets_moc.cpp
	*tests/testinputwidgets.cpp
	*tests/testinputwidgets.h
	*tests/Makefile
	  delete four files above, they can be generated automaticlly	
	*README
	  add section of "how to debug IIIMQCF"

2005-04-21 Gavin Tu <gavin.tu@sun.com>
	*src/iiimqcf.pro
	*src/iiimqccontext.cpp
	*src/iiimqccontext.h
	*src/iiimqcf.spec
	*src/debug.h
	*buildrpm.sh
	  improve build script for Fedora Core 3, add isPreeditRelocationEnabled(), isPreeditPreservationEnabled()

2005-04-20 Gavin Tu <gavin.tu@sun.com>
	*lookup.cpp
	*iiimqccontext.cpp
	*imaux.cpp
	*iiimqccontext.h
	*debug.h
	  remove some obsoleted code 

2005-04-19 Gavin Tu <gavin.tu@sun.com>
	*buildrpm.sh
	*iiimqcf.spec
	  add two files above, build rpm packages for Fedora Core3
	*README

2005-04-19 Gavin Tu <gavin.tu@sun.com>
	*iiimqccontext.cpp
	  fix crash bug #52: IIIMQCF will crash on some occasion when typing characters after deleting 
		more when there aren't any preedit

2005-04-18 Gavin Tu <gavin.tu@sun.com>
	*iiimqccontext.cpp
	*imaux.cpp
	*iiimqccontext.h
	*iiimqcplugin.cpp
	   disable feature that supporting multiple IC within one application
	   fix crash bug #54: switching between iiimx and iiimqcf crash applicaion

2005-04-05  Gavin Tu <gavin.tu@sun.com>
	*iiimqccontext.h	
	*iiimqccontext.cpp
	*imaux.cpp
	  serivce_point(), service_point_screen()

2005-04-04  Gavin Tu  <gavin.tu@sun.com>
	*debug.h  (add this file)
	*imaux.h  (add this file)
	*imaux-int.h (add this file)
	*imaux.cpp (add this file)
	*iiimqcplugin.h (remove this file)
	   first work version of aux launcher for IIIMQCF

	*iiimqccontext.h
	*lookup.h
	*lookup.cpp
	*iiimqccontext.cpp
	   default lookup/preedit, can work with FC3&qt-x11-immodule-unified-qt3.3.3-20040910.diff 

	*../README

2004-08-12  Karl Park  <karlp@d-sjc07-023-99>
	* iiimqccontext.cpp (mouseHandler):
	put preliminary code for mouseHandler() for proper handling
	of mouse click event on input context widget.

2004-08-12  ILGYOUNG Park  <Karl.Park@Sun.COM>
	* Complete API migration to unified qt im module patch
	(qt-x11-immodule-unified-qt3.3.2-20040812.diff)
	* iiimqcplugin.h, iiimqcplugin.cpp
	add 3 new methods for IIIMInputContextPlugin class
	* iiimqccontext.cpp:
	IIIMInputContext::filterEvent (const QEvent *event);
	change the const-ness of QEvent

2004-08-11  ILGYOUNG Park  <Karl.Park@Sun.COM>

	* iiimqcf.pro (TEMPLATE):
	add lookup.h, lookup.cpp for lookup operation.
	* lookup.h, lookup.cpp:
	add class IIIMQCFLookup for lookup window handling.

2004-08-10  ILGYOUNG Park  <Karl.Park@Sun.COM>

	* keymapper.cpp (i2q):
	Add mapping functions to KeyMapper class(IIIM<->QT)

2004-08-10  ILGYOUNG Park  <Karl.Park@Sun.COM>

	* iiimqccontext.cpp (iiimqcf_event_dispatch):
	Add IIIMInputContextPrivate to encapsulate iiimcf handling code.
	Add some code to grab lookup candidate data

