1999-12-19  James LewisMoss  <dres@ioa.com>

	* gnote.c (gnote_new): comment out delete_event and destroy_event
	signal handlers.
	(gnote_destroy): Clean up destroy.

1999-11-30  James LewisMoss  <dres@ioa.com>

	* gnotes_applet.c (main): Add signal handlers to save notes.

	* gnote.c (gnote_new): Connect to delete_event rather than
	destroy. 

1999-11-18  James LewisMoss  <dres@ioa.com>

	* gnotes_applet.h: Fix single include define. Remove gnote.h
	stuff. 

	* gnote.h: add menu to GNote struct. Add prototypes.

	* gnote.c (get_text_text): use gtk_editable_get_chars.
	(gnote_create_menu): New function (menu for each window instead of
	being created each time).
	(gnote_destroy): Use unref functions.

1999-10-26  James LewisMoss  <dres@ioa.com>

	* properties.c: add lots more code to save properties: size,
	position, onbottom. start passing gnotes struct as data to
	callbacks. 

	* gnotes_session.c: add prototype

	* gnotes_applet.h: Move defaults to own structure.  Add some
	prototypes. 

	* gnotes_applet.c: Move preferences_{load,save} to
	properties.c. use new defaults rather than hardcoded 1x1. start
	passing gnotes struct as callback arg.  Add destroy callback (may
	not be correct).

	* gnote.c: move to using structure in gnotes for defaults. New
	default note size using defaults from gnotes (rather than
	hardcoded 1x1).  Add callback on destroy to remove note from save
	dir.

1999-10-21  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* Makefile.am: use _LDADD

1999-09-18  James LewisMoss  <dres@ioa.com>
        * gnote.c (get_text_text): Add method to properly extract the
        characters from the GtkText structure.  This hopefully will fix
        the random crap in the notes problem.

1999-08-23  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* gnote.c (gnote_load_xml_v10): C++ comments -> C comments

1999-08-05  James LewisMoss  <dres@ioa.com>

	* src/gnote.c (gnote_menu): Make menu options for one note affect
	one note.

1999-08-01  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* Makefile.am (gnotes_applet_LDFLAGS): don't explicitly
	link against -lpanel_applet

1999-07-30  James LewisMoss  <dres@ioa.com>
        * src/gnote.c (gnote_load_xml_v10): Fix all the places where we
        can print, scan and otherwise use null pointers (hopefully).
        (make_gnote_filename_string): Add and cleanup
        (gnote_destroy): Make this do all the required things.
        remove resize, motion and change callbacks.
        (gnote_motion_cb): speed up function.
        (gnote_new): set text text to empty and text size to 0.
        * src/gnotes_applet.c (main): Doh.  Put the chdir back.

1999-07-28  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* *.c: #include <config.h>
	
	* Makefile.am: set up for use in gnome-applets

1999-07-18  James LewisMoss  <dres@ioa.com>

	* src/gnote.c (gnotes_load): Change to XML format for save files.
	(gnote_save): ditto

