2009-12-22  Naoyuki Ishimura <naoyuki.ishimura@sun.com>

	* src/panel.c
	* src/eggtray/eggtrayicon.c
	* src/eggtray/eggtrayicon.h:
	Fixed iiim-panel is not transparent in system tray.
	(ported gtk2.18 private class gtktrayicon to eggtrayicon)

2009-05-27  Yong Sun <yong.sun@sun.com>

	* src/panel.c (update_icon_text):
	Fixed the wrong drawing position in right-to-left locales.

2008-12-08  Yong Sun <yong.sun@sun.com>

	* src/panel.c (panel_create_ui_by_type):
	Don't accept focus in iiim-panel.

2008-11-07  Yong Sun <yong.sun@sun.com>

	* src/panel.c (try_to_create_tray_icon_when_timeout):
	Added 2 stages of timeouts, 30x1 + 50x3 = 180(s), for detecting
	the availability of notification area applet.

2008-11-06  Yong Sun <yong.sun@sun.com>

	* src/panel.c (append_widgets, update_icon_text):
	Fixed the gray background of language icon on sys-tray.

2008-10-27  Yong Sun <yong.sun@sun.com>

	* src/panel.c (on_langwin_delete_event, create_container):
	Try to create the container on systray first, so that even the
	SESSIONTYPE is not set on gnome env, we could still create the
	container properly.
	
2008-05-07  Yong Sun <yong.sun@sun.com>

	* src/panel.c(update_icon_text):
	The fgColor of the newly created GC from drawing_area is white on 
	8-depth X display, so explicitly set it to black.
	
2007-11-29  Jeffrey Chen <pu.chen@sun.com>
	
	* src/gimlet.h:
	* src/panel.c:
	* src/menu.c:
	pop down the language menu when the panel is minimized to tray
	area, to avoid a subtle core dump of iiim-xbe.

2007-09-20  Yong Sun <yong.sun@sun.com>

	* src/panel.c:
	Fix two mem leaks.

2007-07-11  Yong Sun <yong.sun@sun.com>

	* src/settings.c
	* src/utils.c
	* src/menu.c
	* src/gimlet.h
	* src/xprop.c:
	Fix the mem leaks.

2007-05-25  Yong Sun <yong.sun@sun.com>

	* src/panel.c
	* src/settings.c
	* src/gimlet.h:
	Change the panel start up position to bottom-right, and save/restore
	the position in CDE.

2007-03-01  Naoyuki Ishimura <naoyuki.ishimura@sun.com>

        * src/xprop.c:
        addded process_current_input_language() so that panel always
        shows correct language id when focus is changed

2007-02-13  Yong Sun <yong.sun@sun.com>

	* src/Makefile.am: remove the linkage dependency with libiiimcf
	* src/xprop.c: fix the bug when iiim-panel standalone window is deleted, 
	               the selection owner is not set properly.

2006-12-31  Yong Sun <yong.sun@sun.com>

	* src/settings.c
	* src/utils.c:
	quit when status is not placed on iiim-panel.

2006-12-26  Yong Sun <yong.sun@sun.com>

	* src/menu.c:
	Show the help of iiim-properties#getting-start.
	And remove the quit menu entry.

2006-12-18  Yong Sun <yong.sun@sun.com>

	* src/main.c
	* src/utils.c
	* src/panel.c:
	to occupy all CDE workspaces, and disable session management.
	
2006-12-13  Yong Sun <yong.sun@sun.com>

	* src/main.c
	* src/utils.c:
	start iiimx-settings-init when startup.

	* src/menu.c:
	update the about dialog

2006-12-05  Naoyuki Ishimura  <naoyuki.ishimura@sun.com>
	* src/menu.c
	* src/panel.c
	* src/util.c
	added kbd icon to menu for keyboard emulation type of languages

2006-12-01 Yong Sun <yong.sun@sun.com>

	* src/gimlet.h
	* src/settings.c
	* src/utils.c:
	remove the legacy gconf items.

	* src/eggtray/eggtrayicon.c:
	update eggtrayicon.c with newer version from gnome-cvs.

2006-11-27 Yong Sun <yong.sun@sun.com>

	* src/main.c
	* src/panel.c
	* src/utils.c:
	code refactoring.

2006-11-10 Yong Sun <yong.sun@sun.com>

	* src/settings.c:
	* src/gimlet.h:
	Fix the gconf notification bug.

2006-11-06 Yong Sun <yong.sun@sun.com>

	* src/panel.c
	* src/utils.c
	* src/main.c:
	Make iiim-panel a singleton application for per desktop session.

2006-08-28 Yong Sun <yong.sun@sun.com>

	* src/menu.c (create_help_menu):
	Add quit menu item in context menu.

2006-05-23 Yong Sun <yong.sun@sun.com>

	Refactor source code.
	Get the language information from iiim-properties.

	* src/lang-data.h
	* src/language.h
	* src/language.c
	* src/Makefile.am:
	Delete the un-necessary files.

	* src/gimlet.h
	* src/menu.c
	* src/panel.c
	* src/utils.c:
	Update the related functions.

2006-05-12 Yong Sun <yong.sun@sun.coM>

	Refactor the source code. (upto 3128)
	
	* src/panel.c		-- iiim-panel-ui.c
	* src/menu.c		-- iiim-panel-status.c
	* src/main.c		-- iiim-panel.c
	* src/gimlet.h		-- iiim-panel.h
	* src/xprop.c		-- iiim-panel-notify.c
	* src/settings.c	-- <new>
	* src/language.c	-- <new>
	* src/utils.c		-- <new>
	* src/panel.h		-- <new>
	* src/language.h	-- <new>
	* src/lang-data.h	-- <new>:
	Added the new source files with refined names.

	* src/iiim-panel-ui.c
	* src/iiim-panel.c
	* src/iiim-panel-status.c
	* src/iiim-panel.h
	* src/iiim-panel-notify.c:
	Remove the old source files.

	* src/Makefile.am:
	Update Makefile.am to reflect the file name changes.

2006-04-25 Yong Sun <yong.sun@sun.com>

	* src/iiim-panel-ui.c:
	Add the handler for gnome-panel crash.

2006-01-12 Federic Zhang<Federic.Zhang@Sun.COM>

	* The initial version of the replacement of gimlet
