==================== 2.11.5 ====================

==================== 2.11.4 ====================

==================== 2.11.3 ====================

==================== 2.11.1 ====================

==================== 2.10.0 ====================

==================== 2.9.92 ====================

2005-02-26  Vincent Untz  <vincent@vuntz.net>

	* main.c: (applet_change_background): don't leak the style

2005-02-09  Vincent Untz  <vincent@vuntz.net>

	* main.c: (about_cb): simplify.
	Patch by Luca Ferretti <elle.uca@libero.it>
	Fix bug #166766

==================== 2.9.91 ====================

==================== 2.9.90 ====================

2005-01-12  Arvind Samptur  <arvind.samptur@wipro.com>

	* main.c (help_cb): get the help window on the
	right screen. Fixes #134027

==================== 2.9.4 ====================

2005-01-03  Vincent Untz  <vincent@vuntz.net>

	* fixedtip.c: (fixed_tip_show): kill HAVE_GTK_MULTIHEAD

2005-01-01  Vincent Untz  <vincent@vuntz.net>

	* main.c: (about_cb): better name for the applet

==================== 2.9.3 ====================

2004-11-30  Mark McLoughlin  <mark@skynet.ie>

	Correctly update the orientation hint and allow "size-allocate"
	to define the applet size rather than the "size-changed" signal.

	* main.c:
	(update_size_and_orientation): update the orientation hint and
	don't set the size request on the frame.
	(applet_factory): don't connect to "change-size".

==================== 2.9.2 ====================

==================== 2.9.1 ====================

2004-11-06  Vincent Untz  <vincent@vuntz.net>

	* main.c: (applet_change_background): better background support,
	code is shamelessly stolen from the trash applet

2004-11-04  Vincent Untz  <vincent@vuntz.net>

	* obox.[ch]: rename GtkObox to TrayObox.
	* main.c: (update_size_and_orientation): updated
	(applet_factory): ditto

2004-11-01  Vincent Untz  <vincent@vuntz.net>

	* fixedtip.c: (fixed_tip_show): replace deprecated
	gtk_window_set_policy() call with gtk_window_set_resizable() call
	* obox.[ch]: (gtk_obox_get_type):
	(gtk_obox_new): stop using GtkType stuff and port to GType

2004-11-01  Vincent Untz  <vincent@vuntz.net>

	* main.c: stop including everything from libgnomeui

2004-10-30  Vincent Untz  <vincent@vuntz.net>

	* Makefile.am: no need to define GNOME_ICONDIR

2004-10-27  Vincent Untz  <vincent@vuntz.net>

	* main.c: (applet_factory) set default icon here
	(about_cb): ditto, and port to GtkAboutDialog, and move to
	translator-credits

==================== 2.8.0.1 ====================

2004-09-27  Mark McLoughlin  <mark@skynet.ie>

	* eggtraymanager.[ch]: sync with libegg.

==================== 2.8.0 ====================

==================== 2.7.92.1 ====================

==================== 2.7.92 ====================

2004-08-24  Kjartan Maraas  <kmaraas@gnome.org>

	* fixedtip.c: (fixed_tip_show): Use g_signal_connect
	instead of the deprecated gtk_signal_connect(). Closes
	bug #150948.

==================== 2.7.91.1 ====================

==================== 2.7.91 ====================

==================== 2.7.90 ====================

2004-08-09  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_NotificationAreaApplet.server.in.in: remove the
	panel:category attribute.

==================== 2.7.4.1 ====================

==================== 2.7.4 ====================

==================== 2.7.3 ====================

==================== 2.7.1 ====================

==================== 2.6.1 ====================

==================== 2.6.0 ====================

==================== 2.5.93 ====================

==================== 2.5.92 ====================

==================== 2.5.91 ====================

2004-02-26  Fernando Herrera  <fherrera@onirica.com>

	* main.c: (about_cb): set the window icon. Fix #135085

==================== 2.5.90 ====================

==================== 2.5.5 ====================

2004-02-16  Mark McLoughlin  <mark@skynet.ie>

	* main.c: (about_cb): warning fix.

2004-02-14  Arvind Samptur <arvind.samptur@wipro.com>

	Patch from Archana Shah <archana.shah@wipro.com>

	* main.c: Added a field in the structure SystemTray for
	about dialog.
	(about_cb): Changed to use structure member about_dialog instead of
	static variable.
	(applet_factory): Attached a callback function for destroy event.
	(applet_destroy): Callback function, when the tray
	is removed, the about dialog should also be removed.
	Fixes bug# 132294

2004-02-12  Mark McLoughlin  <mark@skynet.ie>

	Patch from Shaun McCance <shaunm@gnome.org>

	* main.c: (help_cb): update help links to new user-guide
	location.

2004-02-05  Vincent Untz  <vincent@vuntz.net>

	* main.c: (about_cb) use the notification area icon in the about
	dialog.
	Fix bug #124253.

==================== 2.5.4 ====================

2004-01-27  Mark McLoughlin  <mark@skynet.ie>

	Patch from Padraig O'Briain in bug #128487.

	* main.c: (applet_factory): Set the accessible name.

==================== 2.5.3.1 ====================

==================== 2.5.3 ====================

2004-01-09  Kaushal Kumar  <kaushal.kumar@wipro.com>

	* GNOME_NotificationAreaApplet.server.in.in: Added info for 
	bug-reporting.
	Fix bug #129213.

2003-12-11  Mark McLoughlin  <mark@skynet.ie>

	* main.c: kill gnome-help.h and gnome-url.h includes.

2003-12-10  Vincent Untz  <vincent@vuntz.net>

	* main.c: (help_cb): use gnome_help_display_desktop_on_screen() to
	display help on the right screen.
	Fix bug #125025.

==================== 2.5.2 ====================

2003-12-09  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: redo marshaler generation.
	
	* egg-marshal.c: remove.

==================== 2.5.1 ====================

2003-11-11  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: use $(DISABLE_DEPRECATED_CFLAGS).

2003-10-20  Vincent Untz  <vincent@vuntz.net>

	* main.c: (help_cb): use the help from the user guide.
	Fix bug #103294.

2003-09-20  Kjartan Maraas  <kmaraas@gnome.org>

	* main.c: (about_cb): Get rid of warnings wrt
	pointer conversion with newer gcc.

==================== 2.4.0 ====================

==================== 2.3.91 ====================

==================== 2.3.90 ====================

==================== 2.3.7 ====================

==================== 2.3.6.2 ====================

==================== 2.3.6.1 ====================

==================== 2.3.6 ====================

==================== 2.3.4.1 ====================

==================== 2.3.4 ====================

==================== 2.3.3.3 ====================

==================== 2.3.3.2 ====================

2003-06-14  Kevin Vandersloot

	* main.c: exapnd the applet for Fitts' law complience.

==================== 2.3.3.1 ====================

==================== 2.3.3 ====================

2003-03-05  Mark McLoughlin  <mark@skynet.ie>

	* eggtraymanager.[ch]: sync with libegg.

	* main.c: update.

2003-03-05  Mark McLoughlin  <mark@skynet.ie>

	* eggtraymanager.c: fix warning temporarily.

2003-01-30  Havoc Pennington  <hp@pobox.com>

        Update to newer libegg with some fixes.

2003-01-14  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: link again X_LIBS. Should fix #103373.

2003-01-14  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: define PREFIX, SYSCONFDIR, DATADIR
	and LIBDIR ...

2003-01-07  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_NotificationAreaApplet.server.in.in:
	* Makefile.am:
	* main.c: make this applet an out-of-proc applet
	so that it doesn't crash the panel.

