Wed Nov 18 10:02:43 1998  joseph  <joseph@wish.student.harvard.edu>

	* main_menu.c:
	"view", "add", and "delete" now require that a tree node be selected.

	* main_window.c: Added creation of the KB root's data.
	KB tree is now BROWSE (not MULTIPLE)
	KB root is created by default.

	* view_dialog.c: Cleaned up the code.
	Displays the data of the currently selected node.

	* all.h: Added glib.h and kb.h

	* Makefile.am: Added kb.c and kb.h

	* TODO: Added some more short-term and mid-term goals.

	* add_dialog.c: Description text box is now editable.

	* main.c, main.h: Moved tree_kb to kb.c

	* NEWS: Version 0.5.

	* kb.c, kb.h: Handles double-clicks.
	Create/free KB nodes.

	* BUGS: Two bugs noticed by Eric Corwin.

	* configure.in: Version 0.5.

	* main.c, about_dialog.c, about_dialog.h, add_dialog.h, delete_dialog.c, delete_dialog.h, view_dialog.c, view_dialog.h, add_dialog.c:
	Minor cosmetic change.

Tue Nov 17 22:26:29 1998  joseph  <joseph@wish.student.harvard.edu>

	* NEWS: Version 0.4. NEWS.

	* about_dialog.c, kb_selectfile.c, main.c, view_dialog.c:
	Fixed a bug causing "delete event" to fail.

	* configure.in: Version 0.4.

	* main_menu.c: Added Ctl-O as Open's accelerator.

	* NEWS: Updated for version 0.3

	* main.h: Added modal window support.

	* add_dialog.h, data_selectfile.h, delete_dialog.h, kb_selectfile.h, view_dialog.h:
	Added modal window support.
	"cancel" button works.

	* main.c, main_menu.c, main_window.c, view_dialog.c:
	Added modal window support.

	* data_selectfile.c, delete_dialog.c, kb_selectfile.c, add_dialog.c:
	Added modal window support.
	"cancel" button works.

	* TODO: Added "undo" button idea.

	* main.h: Minor cosmetic change.

	* configure.in: Changed the version number to 0.3.

	* NEWS: Added version 0.2 information.

	* main_menu.c: Added basic functionality for all the menu items.

	* main.h: Added a not_implemented dialog box.

	* main.c: Added a not_implemented dialog box.
	Made the message boxes have focusable buttons.

	* TODO: Added several new short-term ideas.

	* main_menu.c: Added error message boxes for the help commands

	* main_window.c: Removed the menu code, moved it to main_menu.c.
	Cleaned up the variable names.

	* main_menu.h, main_menu.c:
	Cleaned up the menu code a bit, added about_box implementation.
	Acceleration seems to work.

	* main.h, main.c:
	Globalized the KB, added message box code lifted from GLADE's util.c

	* configure.in: Changed the version number to 0.2.

	* TODO: Added a few more ideas, mid/long term.

	* THANKS: Added references to Damon Chaplin/Glade.

	* all.h, Makefile.am: Removed references to about_dialog.

	* main.c:
	Does not contain any references to any windows besides the main one.

	* main_window.c, main.c: Added quitting functionality.

	* TODO: Added a few long term ideas.

	* README: Basic README. Structure stolen from that of Automake's.

	* TODO: Get the program working. That is a good todo.

	* THANKS: I had no one to thank, so I included Eran E.

	* AUTHORS: Contains me! :)

	* NEWS: First program. What do you expect?

	* COPYING: GPL. Duh.

	* INSTALL: Generic installation instructions.

	* about_dialog.c: Changed the speling of "kibble" to "Kibble"

	* all.h: Contains all current header files.

	* main.h, main.c: Basic GTK initialization.

	* main_menu.h, main_menu.c:
	Contains glade-generated menu for the main program window.

	* view_dialog.h, view_dialog.c:
	Contains glade-generated "view" dialog window.

	* main_window.h, main_window.c:
	Contains glade-generated main program window.

	* delete_dialog.h, delete_dialog.c:
	Contains glade-generated delete dialog window.

	* kb_selectfile.h, kb_selectfile.c:
	Contains glade-generated KB file selection window.

	* data_selectfile.h, data_selectfile.c:
	Contains glade-generated data file selection window.

	* add_dialog.h, add_dialog.c:
	Contains glade-generated "add" dialog window.

	* about_dialog.h, about_dialog.c: Contains glade-generated about box.

	* configure.in: Contains glade generated configuration information.

	* Makefile.am: Contains all current files.

