2004-07-28  Sean Harshbarger <harshy@dersoldat.org>

	* The "We can't code worth shit" release 0.1pre1

2004-07-28  Sean Harshbarger <harshy@dersoldat.org>

	* HACKING: Updated
	* TODO: Marked HACKING as done
	* README: Updated
	* AUTHORS: Added Bryan
	* configure.in: get ready for 0.1pre1

2004-07-27  Matt Colyer <linuxcoder@colyer.org>

	* src/library/prefences.*: cleaned coding style
	* src/library/common.*: cleaned coding style
	* TODO: marked desktop file TODO as done

2004-07-22  Bryan Forbes  <bryan@reigndropsfall.net>

	* src/library/coaster.h:
	* src/library/common.h: added coaster_refresh_drives() and
	coaster_get_gconf_client() and removed the GConfClient parameter from
	coaster_init().
	* src/library/common.c: added a GConfClient singleton for use throughout
	libcoaster applications so we don't have to ref and unref it all the time;
	initialized the singleton in coaster_init(); cleanup debugging code so we
	don't do the for loop if debugging is turned off; added
	coaster_refresh_drives(); all functions that need a GConfClient now use
	coaster_get_gconf_client().
	* src/library/preferences.c:
	* src/capplet/capplet.c: use new coaster_get_gconf_client().

2004-07-20  Bryan Forbes  <bryan@reigndropsfall.net>

	* src/library/preferences.c: pass the dialog as a parameter to the "clicked"
	callback so coaster gui can hide the dialog in the callback; don't show the
	widget from the library and let the program using	the widget take care of
	that (like other libraries do).
	* src/capplet/capplet.c: show the widget after creating it.

2004-07-19  Bryan Forbes  <bryan@reigndropsfall.net>

	* src/library/coaster.h: include gconf/gconf-client.h for programs that use
	this library (like coaster-gui).

2004-07-19  Sean Harshbarger <harshy@dersoldat.org>
	
	* data/gnome-burn-preferences: add icon for the .desktop
	* data/MakeFile.am: add icon for install
	* data/gnome-burn-preferences.desktop.in: use new icon
	* src/capplet/capplet.c: some cleanups and header changes, add new
	gconf client code
	* src/library/coaster.h: update header, add libburn structs so all
	programs have access
	* src/library/common.c: update header, change coaster_init to have a
	client passed from gconf, add burn_drive_info_free to coaster_finish
	* src/library/common.h: update header
	* src/library/preferences.h: update header, move libburn structs out
	* src/library/preferences.c: update header, cleanup the GtkTreeStores

2004-07-19  Matt Colyer <linuxcoder@colyer.org>

	* src/library/preferences.c: cleaned up formating and made the close
	  handler work once again. I also reordered the functions the code a bit.
	* src/library/preferences.h: cleaned up and synced with preferences.c
	* src/library/common.c: cleaned up syntax and blew away logging functions
	* src/library/coaster.h: synced with preferences.c
	
2004-07-15  Sean Harshbarger <harshy@dersoldat.org>

	* configure.in: bump gnome deps to 2.6 and libburn to 0.2
	* data/MakeFile.am: don't need to make/install preferences.glade
	* data/libcoaster.pc.in: bump gnome libs to 2.6
	
2004-07-15  Bryan Forbes  <bryan@reigndropsfall.net>

	* data/preferences.glade: removed this, we don't need it.

2004-07-09  Sean Harshbarger <harshy@dersoldat.org>

	* src/library/preferences.c: Convert libglade to gtk 2.4
	* TODO: Update

2004-04-30  Bryan Forbes  <bryan@reigndropsfall.net>

	* src/library/coaster.h: Derek's changes left us with two G_*_DECLS pairs so
	I fixed it.

2004-04-28  Bryan Forbes  <bryan@reigndropsfall.net>

	* data/libcoaster.pc.in: fix this so it doesn't have extraneous stuff.

2004-04-27  Bryan Forbes  <bryan@reigndropsfall.net>

	* src/library/coaster.h: set up the G_BEGIN_DECLS and G_END_DECLS to
	interface with coaster-gui.
	* data/libcoaster.pc.in: point it at the correct directories and libraries.

2004-04-26  Bryan Forbes  <bryan@reigndropsfall.net>

	* Started ChangeLog!
	* src/library/Makefile.am: changed to install headers in the right place so
	I can start using libcoaster in coaster-gui.

