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

	* version 0.0.8.
	   
2003-09-27 Hiroyuki Ikezoe<poincare@ikezoe.net>

	* Changed pixmaps filename. (*.xpm -> *.png)
	  also directory tree. (src/pixmaps -> data/icons)

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

	* Enable to view page source.

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

	* Remove tag in description element in RSS-2.0..

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

	* not to set "about:blank" in url entry.

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

	* Set timeout function of KzRSS by g_object_set().

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

	* Enabled to save session.
	* Minor fix.

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

	* Manage our icons by GtkIconFactory.
	* Rename "LocationEntryHistory" section as "LocatoinEntry",
	and added "max_history" key.

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

	* Fixed invalid free in egg-menu-merge.c
	(Bug #2948 http://sourceforge.jp/tracker/index.php?func=detail&aid=2948&group_id=388&atid=1531)

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

	* Never save sidebar width if it was not shown.

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

	* fixed bug concerned with loading invalid rss.
	  see http://sourceforge.jp/tracker/index.php?func=detail&aid=3006&group_id=388&atid=1529

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

	* Enabled to save sidebar width.

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

	* minor fixes for mozilla-1.5 series.

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

	* Set accel path only for actions which has user callback.
	* Renamed egg-entryaction.[ch] to egg-entry-action.[ch].
	* Added EggHistoryAction and modified to use it for location entry.
	* Added -DGDK_DISABLE_DEPRECATED and -DG_DISABLE_DEPRECATED to CPPFLAGS.

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

	* Added UI for setting key accelerator.
	* Enabled to save key accelerator.

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

	* Remodified key accelerators of "Forward" and "Back" because "CTRL + F"
	is conflicted with "Search" action.
	* EggEntryAction has been refined. Now all text of entries will be
	synchronized, and also menu proxy can be created.

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

	* Bind TabCloseLeftAll to UL, TabCloseRightAll to UR,
	TabCloseAllWithoutActive to UD gesture.

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

	* Minor fixes.

2003-08-31 Takuro Ashie<ashie@homa.ne.jp>

	* Added filter function for "Extract links" feature.
	* Minor fixes.

2003-08-31 Takuro Ashie<ashie@homa.ne.jp>

	* Added popup menus for document, input form, linked image and image.
	* Changed some key accelerators.

2003-08-30 Takuro Ashie<ashie@homa.ne.jp>

	* Do KzMozEmbed's size_allocate for first size_request.
	Now gesture works correctly

2003-08-29 Takuro Ashie<ashie@homa.ne.jp>

	* Separated KzMozEmbedEvent related codes to src/kz-embed-event.[ch].
	* Reimplement popup menu for anchor as EggAction.

2003-08-29 Takuro Ashie<ashie@homa.ne.jp>

	* Version-0.0.7

2003-08-29 Takuro Ashie<ashie@homa.ne.jp>

	* Plugged memory leaks.
	(forgot to free() return value of profile_get_string())
	* Other minor fix.

2003-08-28 Takuro Ashie<ashie@homa.ne.jp>

	* Save last window state (sidebar and tab position).
	* Enabled to save URLs in KzLinksDialog.

2003-08-28 Takuro Ashie<ashie@homa.ne.jp>

	* Fixed typo in kz-widnow.c (gesture -> Gesture).
	* Fixed to use profile->sublist for profile->subfile in src/profile.c.
	* Modified to install preference files into $(sysconfdir)/$(PACKAGE)
	(Thanks! Hidetaka Iwai <tyuyu@sings.jp>)

2003-08-28 Takuro Ashie<ashie@homa.ne.jp>

	* Validate gesture sequence when append an action to KzGestureItems.

2003-08-28 Takuro Ashie<ashie@homa.ne.jp>

	* Modified to use $(sysconfdir) for system wide config file.
	* User-Agent setting has been revived.

2003-08-28 Takuro Ashie<ashie@homa.ne.jp>

	* Added profile.[ch] (picked from tmaid-2.3.1).
	* Enabled to save last window size.

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

	* Clean up KzMozEmbed's code.

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

	* Added UI for accept-language preference.

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

	* Fixed saving bug of KzHome (sorry, I enbuged when I plugged it's
	memory leak).

2003-08-19 Takuro Ashie<ashie@homa.ne.jp>

	* Modified to use system-wide toolbar.xml file when the user's setting
	isn't exist.

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

	* Enabled to edit RSS/RDF setting by GUI.
	* Fixed memory leaks in KzHome and KzRSSList.
	* Set border width of google item.

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

	* Added preference UI for RSS/RDF feed. It doesn't work yet.

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

	* Added saving toolbar.xml ability.

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

	* Fixed some comments.

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

	* Plugged memory leak in mozilla_get_link_from_node().
	* Destroy submenu of KzRSSMenu when dispose KzRSSMenu.
	* Plugged memory leak of Google item.

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

	* Separated RSS config parser from KzBookmarkbar to KzRSSList.
	* Increase referenece count of KzRSS when a KzRSSMenu hold its
	reference.
	* Added RSS sidebar.

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

	* Set sensitivity of selection related actions.
	* Minor bug fix.

2003-08-11 Takuro Ashie<ashie@homa.ne.jp>

	* Enabled popup menu on tab tree.
	* Modified to set action's sensitivity sutably.
	(except selection related actions)
	* Added "Cut", "Copy", "Paste", "Select All" actions.

2003-08-10 Takuro Ashie<ashie@homa.ne.jp>

	* Change foreground color of tab tree while loading.
	* Minor fixes.

2003-08-10 Takuro Ashie<ashie@homa.ne.jp>

	* Added sidebar and tab tree.
	* Added KzMozWrapper class for listening Mozilla's event and other misc
	utilities.
	* Added kz_moz_embed_ensure_title(). This function ensure to build title
	meet its status.

2003-08-09 Takuro Ashie<ashie@homa.ne.jp>

	* Use existing preference window if it is already opend.

2003-08-07 Takuro Ashie<ashie@homa.ne.jp>

	* Refine mozilla's event related codes.

2003-08-07 Takuro Ashie<ashie@homa.ne.jp>

	* Added "kazehakase" shell script.
	* Now mozilla related codes are under refactoring...

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

	* Added "Open selected links" feature.

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

	* Removed user agent setting from kzrc. It should be set directly
	to prefs.js by GUI.

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

	* RSSMenu has been renamed to KzRSSMenu.
	* Separated action implements from kz-window.[ch] to kz-actions.[ch].
	* Moved mozilla related codes to $(top_srcdir)/src/mozilla.
	* Moved config files to $(top_srcdir)/etc.
	* Fixed to avoid wasted redrawing at size_allocate of GtkMozEmbed.

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

	* Owener of KzGesture was changed from KzMozEmbed to KzWindow.
	* Refine gesture related codes.
	* Plugged memory leaks of mozilla's event info (This code should be
	completely rewritten as KzMozPrivate class which will be implemented by
	C++).
	* Added popup menu for anchor and tab.
	* Added tooltips for tab label.
	* Enabled to change current tab by wheel up and down on tab.	
	* Fixed to remove timer and thread of RSS when dispose.
	* Removed KzWindow from KzRSSItem.
	* Other minor bug fixes and refines for RSS feature.

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

	* Modified to change color of update button when loading status of RSS
	is changed.

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

	* Added "Open all items" for RSS menu.

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

	* Added "Extract links" feature.

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

	* Minor fix.

2003-07-31 Takuro Ashie<ashie@homa.ne.jp>

	* Modified to check existing kazehakase proess when start a new
	kazehakase.

2003-07-31 Takuro Ashie<ashie@homa.ne.jp>

	* Added "Copy Title" and "Copy URL".
	* Added "Close all left tab" and "Close all right tab".
	* Update ja.po.

2003-07-30 Takuro Ashie<ashie@homa.ne.jp>

	* Enabled to change fonts by GUI.
	* Added "Detailed preference"
	(This feature only open "about:config" in new tab).

2003-07-30 Takuro Ashie<ashie@homa.ne.jp>

	* "General" page in preference window has been enabled to work.

2003-07-30 Takuro Ashie<ashie@homa.ne.jp>

	* Added "Tab" menu.
	* The bug which doesn't call gtk_moz_embed_pop_startup() has been fixed.
	* Other minor fix.

2003-07-29 Takuro Ashie<ashie@homa.ne.jp>

	* version 0.0.6.

2003-07-29 Takuro Ashie<ashie@homa.ne.jp>

	* Minor changes for preference UI.

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

	* Added some preference UI (not work yet).

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

	* Parent class of KzHome has been chaned from GtkButton to GObject.
	Home button has been modified as family of EggMenu.

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

	* Added preference window (no contetents are included yet).

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

	* Fixed drag_data_received handler to terminate data->data by NUL
	character.

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.
