2001-08-02  Kjartan Maraas  <kmaraas@gnome.org>

	* gnotes_applet.c: Fix a typo on the about box.
	
2001-07-05  Kjartan Maraas  <kmaraas@gnome.org>

	* gnotes_applet.c: Fix up the about box a bit.
	
2000-05-14  Andreas Hyden  <a.hyden@cyberpoint.se>

	* gnotes_applet.desktop: Added Swedish translation.

2000-04-25  Fatih Demir	<kabalak@gmx.net>
	
	* gnotes_applet.desktop : Added [tr] section . 

2000-04-24  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/*.sgml: A couple tiny changes
	* gnotes_applet.c: Rearranged right-click menu item order to
	be similar to that used by other applets

2000-04-24  Eric Baudais  <baudais@okstate.edu>

	* docs/C/*.sgml: Updated the docs to the newest template and fixed
	the authors of the manual.

2000-04-11  Eric Baudais  <baudais@okstate.edu>

	* docs/C/*.sgml: Updated the docs to the GDP 1.x applet templates and
	changed the license to the FDL.

2000-04-04  Jacob Berkman  <jacob@helixcode.com>

	* properties.c (phelp_cb): fix anchor

2000-02-23  Peter Hawkins <peterhawkins@ozemail.com.au>

	* gnote_applet.c: Stopped about box being shown multiple times at once.

2000-02-22  Jason Leach  <leach@wam.umd.edu>

	* Makefile.am: Fix bug #6405: Removed CFLAGS line, which should be
	inheriting the CFLAGS from the levels above it.

2000-02-12  Jacob Berkman  <jacob@helixcode.com>

	* gnote.c (gnote_destroy_cb): small memleak fix from
	Peter Hawkins <peterhawkins@ozemail.com.au>

Sun Feb 06 13:07:13 2000  George Lebl <jirka@5z.com>

	* gnote.[ch]: fixed segfault on deleting notes

Tue Feb 01 01:09:01 2000  George Lebl <jirka@5z.com>

	* gnotes_applet.[ch]: apply patch from Aron Griffis
	  <agriffis@bigfoot.com> to make this compile under non-gnuc
	  compilers and move some string constants around to make it
	  translate right

Thu Jan 27 16:57:35 2000  George Lebl <jirka@5z.com>

	* gnotes_applet.c: fix scaling so that it's nicer to smaller panels

Thu Jan 27 15:55:58 2000  George Lebl <jirka@5z.com>

	* gnote.c: use gtk_widget_destroy instead of gdk_window_destroy,
	  destroy the menu only if not NULL, and NULL the menu entry in the
	  structure when creating it, realize the window before setting the
	  hints, and then show it after, removes the henius hack and makes
	  it work all the time

	* gnotes_applet.h: for the g_debug, g_critical and g_info, use 
	  a __GNUC__ wrapper and if not on GNUC, use static functions,
	  also turn debugging off by default.

	* gnotes_applet.[ch]: fixup weird signal connections and follow the
	  sizehints

2000-01-19  Jacob Berkman  <jacob@helixcode.com>

	* Makefile.am (gnotes_applet_SOURCES): add headers to SOURCES

1999-12-23  Matthias Warkus  <mawa@iname.com>

	* gnome-gnotes.png: Added in all the appropriate places.

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

