2001-03-04  ERDI Gergo  <cactus@cactus.rulez.org>

	* NEWS:
	* README: Release 0.2 information

	* src/dialog-res.cc (save_rcp): Export help ID information

	* src/app-res.cc (save_rcp): Save only properties that are set

	* src/guikachu.glade:
	* src/dialog-win.{cc,h} (help_edit_cb): Shortcut button to edit
	the help string

2001-03-03  ERDI Gergo  <cactus@cactus.rulez.org>

	* src/app-res.{cc,h}:
	* src/app-win.{cc,h}: Per-application resources

	* src/resource-manager-io.cc (load): 
	* src/resource-manager-io.cc (save): 
	* src/resource-manager-io.cc (export_rcp): Save/load/export
	per-application resources
	
	* src/string-win.cc:
	* src/menu-win.cc: removed excess inclusion of gtk--.h
	
	* src/menu-win.cc (MenuWindow): apply changed values when the
	focus exits the entries (FIXME: might cause unnecessary dirtyness)

	* src/top-treeitem.{cc,h}: new class for the toplevel tree item
	(for accessing per-application resource settings)

2001-03-02  ERDI Gergo  <cactus@cactus.rulez.org>

	* src/dialog-win.cc: Consistent tracking of string IDs in the help list

2001-03-01  ERDI Gergo  <cactus@cactus.rulez.org>

	* src/sample.guikachu: connected the dlgNewHelp string to dlgNew
	
	* src/dialog-win.cc (help_id_cb): implemented setting the help ID
	
	* src/dialog-win.cc (show): 
	* src/menu-win.cc (show):
	* src/string-win.cc (show): Raise the window after showing it

2001-02-28  ERDI Gergo  <cactus@cactus.rulez.org>

	* configure.in: Bump version number to 0.2 (always one version
	number ahead of last release)

	* src/resource-manager.h: Accessor method for the set of managed resources

	* src/guikachu.glade: new widget (a combo box) to set help ID
	
	* src/dialog-res.h: accessors for the help string ID

2001-02-28  ERDI Gergo  <cactus@cactus.rulez.org>

	* src/dialog-win.cc (update): 
	* src/menu-win.cc (update): 
	* src/string-win.cc (update): I18N of window title

	* src/*.{cc,h}: clean up I18N issues (like inclusion of config.h
	where its needed)

---------------- Release 0.1 ----------------------
	
2001-02-27  ERDI Gergo  <cactus@cactus.rulez.org>

	* NEWS: add more to-do items
	
	* Makefile.am:
	* guikachu.desktop.in: Add desktop entry to GNOME foot menu

2001-02-25  ERDI Gergo  <cactus@cactus.rulez.org>

	* NEWS: Release notes for 0.1

	* README: General informations about Guikachu

	* src/resource-manager.h: New methods to register/deregister
	resource ID's without actual Guikachu::Resources associated with
	them (useful for menu items and form widgets) 

	* src/menu-res.cc (set_submenus): Check uniqueness of menu item ID's

2001-02-25  ERDI Gergo  <cactus@cactus.rulez.org>

	* src/resource-manager.h: New methods to register/deregister
	resource ID's without actual Guikachu::Resources associated with
	them (useful for menu items and form widgets) 

	* src/guikachu.glade: Added missing name for some of the buttons

	* configure.in: Require GTK-- 1.2.5

	* src/menu-win.cc (btn_remove_cb): implement
	(item_*_entry_cb): implement
	(btn_submenu_cb): implement

	* src/menu-res.cc (save): Implemented saving

2001-02-24  ERDI Gergo  <cactus@cactus.rulez.org>

	* src/resource.h: changed the `name' attribute to `id'

2001-02-18  ERDI Gergo  <cactus@cactus.rulez.org>

	* src/mainwin-io.cc (save_cb): Exit after saving if inside an exit cycle

	* src/guikachu.glade:
	* src/dialogwin.cc (button_default_cb): Support setting of the
	default dialog button

	* src/dialogwin.cc: Implementation of btnUp/btnDown

