Tue Nov 17 17:34:34 1998  joseph  <joseph@wish.student.harvard.edu>

	* 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.

