2004-08-05  Hidetoshi Tajima  <tajima@our.domain.is.not.set>

	* configure.in: add translation for 10 more languages,
	bump up 1.0.3

2004-07-22  Hidetoshi Tajima  <tajima@our.domain.is.not.set>

	* src/widgets.c (draw_scaled_icon): use theme colors for text correctly.
2004-07-16  Akira TAGOH  <tagoh@redhat.com>

	* src/iiim-interface.c (process_status_text): use 'OFF' instead of
	given status string, if it's IIIMF_STATUS_NO_STATUS_TEXT.

2004-07-15  Hidetoshi Tajima  <tajima@d-sjc07-023-223.SFBay.Sun.COM>

	* src/quick-access-menu.c, gnome-im-switcher.h, iiim-interface.c:
	switch multilple language engines for the same input language
	( great help from Yu Shao in adding this feature in GIMLET and IIIMGCF)

2004-06-14  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/Makefile.am (icons_DATA): added gnome-settings-im duplicate
	to install at /usr/share/pixmaps/ as well.

2004-06-10  Hidetoshi Tajima  <tajima@our.domain.is.not.set>

	* src/preference.c : 
	* src/GNOME_IMSwitcherApplet.server.in.in: 
	* src/widgets.c : 
	* src/gnome-im-switcher.schemas.in:
	use gnome-settings-im icon, instead of gnome-word.
	
	* src/Makefile.am (gnome_im_switcher_applet_SOURCES):
	include all header files to gnome_im_switcher_applet_SOURCES,
	so that "make dist" should include them into tarball.

	* configure.in: bump to 1.0.2

2004-05-12  Hidetoshi Tajima  <tajima@SFBay.Sun.COM>

	* capplet/Makefile.am (icons_DATA): add GIMPET icon.

2004-04-30  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/preference.c (text_width_changed): should use int type.

2004-04-29  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/language.c (update_active_languages_from_string_list):
	client given language may not match to IIIMF language.

2004-04-26  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* capplet/im_settings_daemon.c: typo fix.
	* capplet/main.c: typo fix.

2004-04-23  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* capplet/im_settings_daemon.c (main):
	added gnome-im-settings-daemon

	* capplet/main.c:
	set _IM_SETTINGS property on root_window for enabling/disabling
	input-methods, status, and lookup.

2004-04-22  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* capplet/gnome-im-properties.schemas.in:
	* capplet/Makefile.am
	add a scheme file source

	* src/preference.c: 
	* capplet/main.c : 
	* src/preference.c :
	enable/disable/change status apperance with IIIMGCF

2004-04-20  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/widgets.c, src/widget.h:
	* src/preference.c : 
	* src/gnome-im-switcher.h:
	respond to input method setting changes.

	* capplet/main.c : use string values for all four gconf keys.
	
	* configure.in
	* Makefile.am
	* README
	* capplet/gnome-im-properties.desktop.in
	* capplet/gnome-im-properties.glade2
	* capplet/Makefile.am

	Added gnome-im-properties
	
2004-04-02  Sriram Swaminathan  <sriram.swaminathan@sun.com>

  * src/language.c
  Added Amharic Input Mode

2004-04-01  Sriram Swaminathan  <sriram.swaminathan@sun.com>

  * src/language.c
  Added Vietnamese and Eritrean Input Mode

2004-03-31  Hidetoshi Tajima  <tajima@SFBay.Sun.COM>

	* src/iiim-interface.c (property_notify_switcher_window): 
	update gimlet window only when valid property data is sent
	(suggested by Yu Shao <yshao@redhat.com>'s patch)

2004-03-23  Hidetoshi Tajima  <tajima@SFBay.Sun.COM>

	* src/widgets.c (about_verb_cb): add 2004 to copyright.

	* configure.in (LIBGNOME_DESKTOP_REQUIRED): 
	updated GNOME package versions required to build GIMLET on 2.6.

	* src/preference.c (show_icon_changed):
	gconf callback functions registered with gconf_client_notify_add()
	will be called infinitely and eat up CPU unless they should be
	called only when the current value and the new value are
	different.
	[Seems this starts happening with new versions of libgconf in GNOME2.6.]

	* src/iiim-interface.c (property_notify_switcher_window) :
	gdk_property_get in gtk+-2.3 has to be given property_type
	argument explicitly while that in gtk+-2.2 did  not have to.

2004-02-02  Ervin Yan  <ervin.yan@sun.com>

	* src/widgets.c
	Add help perference support. start mozilla to show the IIIM documents.

2004-01-23  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/constraint-scaling.c
	* src/constraint-scaling.h
	* src/preference.c (text_width_size_changed):
	* src/gnome-im-switcher.glade2
	* src/gnome-im-switcher.h
	* src/gnome-im-switcher.schemas.in
	* src/widget.c
	add a spin button to change constraint width of status text in
	preference.

2004-01-09  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/gnome-im-switcher.schemas.in:
	showing icon on the panel is made default.

	* src/Makefile.am (gnome_im_switcher_applet_SOURCES):
	* src/constraint-scaling.c : added
	* src/constraint-scaling.h : added
	* src/gnome-im-switcher.h
	* src/iiim-interface.c
	* src/main.c
	* src/quick-access-menu.c
	* src/widgets.c:
	Use status string to put on icon. Scaling icons and changing
	fonts and colors are both effective.

	* src/gimlet-en.png: added
	* src/gimlet-he.png: added
	* src/gimlet-ko.png: added
	* src/gimlet-ru_RU.png: added
	* src/gimlet-zh_CN.png: added

2004-01-08  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/iiim-interface.c (process_conversion_mode):
	update icon when conversion mode changes.

2004-01-07  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* gnome-im-switcher-applet.spec.in (SCHEMAS):
	add char-specific icons.

	* src/gimlet-ja.png : added
	* src/Makefile.am (pixmaps_DATA): 
	install gimlet char-specific pixmaps to pixmapsdir.
	* src/widgets.c (gimlet_change_icon):
	* src/iiim-interface.c, src/quick-access-menu.c:
	set char-specific icon.

	use language specific icons. (4975045).

2004-01-07  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/language.c:
	use "Latin" instead of "English" for unit's EUROPEAN input mode.
	This is a part of the fix for 4951750 Message catalog file for GIMLET
	to translate strings from UNIT.

2004-01-06  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/iiim-interface.c (process_language_list):
	fix a memory free error.
	
2004-01-05  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/preference.c:
	* src/widgets.c, src/widgets.h:
	* src/main.c
	* src/quick-access-menu.c
	* src/gnome-im-switcher.glade2
	* src/gnome-im-switcher.h
	* src/gnome-im-switcher.schemas.in
	 changes for preference dialogs.
	
2003-12-16  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* major code rewriting and cleanup have been completed.

	  - "Add or Remove languages" to update quick access menu.
	  - Initially GIMLET has ASCII only.
	  - Each time a new client connects, the input language
	    is added to the quick access menu.

	  - will continue to test this for Qs build 03 integration...
	
2003-12-15  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/quick-menu.c: rename from src/lang-menu.c
	* src/language.c: added
	* src/gnome-im-switcher.glade2: added
	
	4951649: preference dialog is empty
	  Still unstable, not completed at all.

2003-12-11  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/widgets.c (gimswitcher_applet_create): 
	* src/lang-menu.c (activate_cb, gimswitcher_create_lang_menu):
	fix for 4966678: UI review: Click me or hit space bar is not good
	for tooltip statement.

	* src/widgets.c (do_not_eat_button_press):
	fix for 4966675: UI review: misbehaviour with button events.

	(place_widgets):
	fix for 4966682: UI review: Turn off icon by default

2003-11-19  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/message-dispatcher.c (process_current_input_language):
	sync-up with IIIMGCF to update input language selected in
	language menu.

2003-11-08  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/gnome-im-switcher-menu.c:
	use standard language names for Indic languages.

	* src/Makefile.am (INCLUDES):
	define IIIMLOCALEDIR for those language engines who would use
	non-predefined langauge names, hence include @domain= attrinbute
	in their language names.

2003-11-07  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* src/gnome-im-switcher-menu.c: correct some language name entries.

2003-10-30  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* Initial import; just show me but doing anything else yet :-)

