2003-06-29 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* version 0.0.5.

2003-06-27 Takuro Ashie<ashie@homa.ne.jp>

	* Set tab label state at kz_tab_label_realize() when loading is already
	started.
	* Some minor fix.

2003-06-21 Takuro Ashie<ashie@homa.ne.jp>

	* revive size_to callback with gtk_widget_queue_resize().

2003-06-20 Takuro Ashie<ashie@homa.ne.jp>

	* inplemented tab DnD feature.
	* removed parent_kazehakase from KzMozEmbed. Please use
	kz_window_get_from_tab() instead.

2003-06-20 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* moved src/utils.[ch] to src/utils/utils.[ch]

2003-06-17 Takuro Ashie<ashie@homa.ne.jp>

	* force set the toolbar style.

2003-06-17 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* enable to drag-motion from URL box.
	  <http://lists.sourceforge.jp/pipermail/kazehakase-devel/2003-June/000126.html>
	* enable to drop URI in the neighborhood of tab label.

2003-06-15 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* add left/right-tab gestures.
	* a minor fix for mozilla-1.5a.

2003-06-14 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* add notebook-page change feature when drag-motion occurred.

2003-06-13 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* fixed typo in google uri.
	* a minor fix for mozilla-1.5a.

2003-06-01 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* fixed a bug that not to allow shrink window width.
	  <http://lists.sourceforge.jp/pipermail/kazehakase-devel/2003-June/000116.html>
	* change encoding in google. 

2003-05-31 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* add manual rss loading button
	  on the left hand of rss menu.

2003-05-30 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* rss was divided into RSS object and Widget.
	* free allocated memory in kz-rss.c.
	* set original resource style on tab label color
	  when page load finished.

2003-05-29 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* discard libXML2. using libghttp.

2003-05-29 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* version 0.0.4.

2003-05-25 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* parsing toolbar.xml with Simple XML Subset Parser.

2003-05-24 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* fixed not to parse rss version 0.91.
	* adjust home icon size.

2003-05-23 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* parsing rss file with Simple XML Subset Parser.
	* add google.[ch].

2003-05-22 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* cut size_to event from kz-mozembed.c.

2003-05-21 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* obsolete "local" property in toolbar.xml
	  making file name from uri.
	* making ~/.kazehakase/rss/ directory.

2003-05-20 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* fixed non-changing tab-label color while loading page
	  in non-active tab.

2003-05-19 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* fixed getting only twice rss file problem.

2003-05-18 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* change thread method.

2003-05-17 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* unite rssbar.[ch] and rss.[ch].
	* move menu_position_under_widget to gtk-utils.c.
	* cut double click event from kz-window.c.

2003-04-13 Takuro Ashie<ashie@homa.ne.jp>

	* glib-gettextize

2003-03-22 Takuro Ashie<ashie@homa.ne.jp>

	* minor fixes.

2003-03-15 Takuro Ashie<ashie@homa.ne.jp>

	* Plugged memory leak. Now EggAction seems be finalized completely when
	close window.
	* minor fixes.

2003-03-14 Takuro Ashie<ashie@homa.ne.jp>

	* Now we can use key accelerators whether creat menu item widget or not
	by using EggAction.
	* Plugged memory leak...(Not completed yet).

2003-03-14 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* fixed seg falut when gz file clicked.

2003-03-13 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* hide widget at invisibility signal.

2003-03-12 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* fixed odd behaviour of popup dialog.
	  before: show   -> resize
	  after : resize -> show 

2003-03-11 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* fixed gesture behaviuor in framed page.
	* added mozilla_preference_set_int. (not use yet)
	* fixed hang up problem when basic authentication window destroy.
	  Not to use gdk_threads_init.

2003-03-10 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* fixed nonresponse state while rss file fetching.
	  To use gdk_threads_enter/leave. 

2003-03-09  ashie@homa.ne.jp  <ashie@homa.ne.jp>

	* gettextize
	* changed file hierarchy.
	* fixed indent of egg-action-*.[ch].

2003-03-09 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* find keyword forward.

2003-03-08  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add intl.
	* configure.in (AC_OUTPUT): Add intl/Makefile.

2003-03-08  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath.
	* configure.in (AC_OUTPUT): Add po/Makefile.in,

2003-03-04 Takuro Ashie <ashie@homa.ne.jp>

	* rewrite some codes using EggAction and EggMenuMerge (experimental).

2003-03-01 Takuro Ashie <ashie@homa.ne.jp>

	* add src/libegg

2003-02-25 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* change find in page behavior.

2003-02-22 Hiroyuki Ikezoe<zoe@kasumi.sakura.ne.jp>

	* version 0.0.3.
	* add kzrc file in source archive.

2003-02-21 Hiroyuki Ikezoe<zoe@kasumi.sakura.ne.jp>

	* remove mailto handler.

2003-02-20 Hiroyuki Ikezoe<zoe@kasumi.sakura.ne.jp>

	* fixed seg fault when using rss/rdf bar. 

2003-02-20 Motonobu Ichimura <famao@users.sourceforge.jp>

	* fixed compile error
	(http://lists.sourceforge.jp/pipermail/kazehakase-devel/2003-February/000046.html).

2003-02-18 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* add lairs feature into home button.
	* add mailto handler.
	* add read preference file(kzrc).

2003-02-18 Takuro Ashie <ashie@homa.ne.jp>

	* Sequential gesture is now available.But also many temporary codes are
	included.

2003-02-17 Takuro Ashie <ashie@homa.ne.jp>

	* Implementing KzGesture class has been started.

2003-02-16 Takuro Ashie <ashie@homa.ne.jp>

	* cleanup

2003-02-15 Takuro Ashie <ashie@homa.ne.jp>

	* cleanup

2003-02-14 Takuro Ashie <ashie@homa.ne.jp>

	* The bug which doesn't converte search string to wide string in
	mozilla_find() has been fixed.
	* Separated tab label related code from kz-mozembed.[ch] to
	kz-tablabel.[ch]
	* cleanup.

2003-02-13 Takuro Ashie <ashie@homa.ne.jp>

	* Plugged memory leak.

2003-02-12 Takuro Ashie <ashie@homa.ne.jp>

	* The clash bug which occur when close main window has been fixed.
	* Some minor change.

2003-02-06 Takuro Ashie <ashie@homa.ne.jp>

	* add -fno-rtti option for g++.
	* clean up some code.

2003-02-05 Takuro Ashie <ashie@homa.ne.jp>

	* rename KazehakaseWindow to KzWindow and reimplement as widget.
	* set stop/reload button state when switch page.

2003-02-04 Takuro Ashie <ashie@homa.ne.jp>

	* rename KazehakaseEmbed to KzMozEmbed and reimplement as widget.
	* according to state of loading, hide the other one of stop/reload
	button.

2003-02-03 Takuro Ashie <ashie@homa.ne.jp>

	* start refactoring...

2003-01-29 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* version 0.0.2.
	   
2003-01-27 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* get rss/rdf files periodically.
	   
2003-01-26 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* fix gabage remaining in rss/rdf file.
	   
2003-01-25 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* fetch rss/rdf file when starting.
	   
2003-01-24 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* changing tab text color while loading page.
	   
2003-01-23 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* fix seg fault when closing last tab.
	* some code cleaning up. 
	   
2003-01-22 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* fix non-changing stop button status problem when tab changes.
	   
2003-01-21 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* add toolbar.c (squeeze from rssbar.c)
	* button click event in toolbar.
	   
2003-01-20 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* fit rssbar menu position.
	   
2003-01-19 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* add rssbar.
	   
2003-01-17 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* fix seg fault when closing tab using gesture, maybe...
	* some code clean up.
	   
2003-01-15 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* change gesture doing.

2003-01-10 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* pick COPYING.README from galeon.

2003-01-04 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* fixed popup dialog size problems.
	* add home button.

2003-01-02 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* fixed non-visited link problem.
	* fixed segfault when clicking mailto.

2003-01-01 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* free KazehakaseEmbed when closing tab.

2003-01-01 Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>

	* version 0.0.1
	* first release.
