2003-04-30  Kevin Vandersloot <kfv101@psu.edu>

	* wireless-applet.c: open pixbufs on startup so they aren't read form the file
	all the time. Fixes bug #111893

2003-04-26  Dennis Cranston <dennis_cranston at yahoo com>

	* wireless-applet.glade:  HIGify the preferences dialog: fix widget
	padding; add missing mnemonic; set default button.
	 
2003-03-20  Evan Martin <martine@cs.washington.edu>

	* wireless-applet.c: When there is no wireless device, show "No
	Wireless Devices" in prefs dialog (instead of an empty menu).

2003-03-10  Kevin Vandersloot <kfv101@psu.edu>

	* wireless-applet.c: destroy the dialogs after being run. Fixes bug #104465. Draw
	the applet even if no devices. Also don't close the wireless file if it doesn't exist

2003-03-10  Kevin Vandersloot <kfv101@psu.edu>

	* wireless-applet.c: don't set gconf string if it's NULL. Also if there's no devices then
	there's no menuitems so don't try to get data from them. Should fix bug #107722

2003-01-21  Arvind Samptur <arvind.samptur@wipro.com>
	* wireless-applet.c (wireless_applet_destroy): Destroy
	the prefs dialog on destroying the applet.

2002-12-14  Fernando Herrera <fherrera@onirica.com>

	* GNOME_Panel_WirelessApplet.server.in.in: added bugzilla attributtes

2002-12-10  Kjartan Maraas  <kmaraas@gnome.org>

	* wireless-applet.c (wireless_applet_about_cb): Don't leak
	the about logo. #100776.
	
2002-11-07  Bastien Nocera  <hadess@hadess.net>

	* broken-0.png:
	* no-link-0.png:
	* signal-1-40.png:
	* signal-41-60.png:
	* signal-61-80.png:
	* signal-81-100.png: New icons by Jakub Steiner <jimmac@ximian.com>,
	swapped the no-link and the broken icons. Broken is when the device
	isn't up, No Link is when it's up but there are no Base Stations
	available.

2002-11-06  Bastien Nocera  <hadess@hadess.net>

	* wireless-applet.c: (wireless_applet_draw): simplify the code,
	should fix problem with the pixmap not being in sync with the tooltip
	(and the actual state)

2002-07-18  Bastien Nocera  <hadess@hadess.net>

	* wireless-applet.c: (wireless_applet_draw): fix display of the
	percentage when it's 0% -> N/A

2002-07-18  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: install applet into libexec.

	* GNOME_Panel_WirelessApplet.server.in: move .server.in to
	.server.in.in to allow for libexec dir substitution.

2002-07-12  Bastien Nocera  <hadess@hadess.net>

	* wireless-applet.c: (wireless_applet_start_animation):
	fix "link lost" animation problem

2002-07-10  Julian Missig  <julian@jabber.org>

	* wireless-applet.glade: Changed the spacing slightly

2002-07-10  Bastien Nocera  <hadess@hadess.net>

	* broken-0.png:
	* no-link-0.png:
	* signal-1-40.png:
	* signal-41-60.png:
	* signal-61-80.png:
	* signal-81-100.png: new theme from Tuomas, put together by yours truly

2002-07-10  Bastien Nocera  <hadess@hadess.net>

	* GNOME_Panel_WirelessApplet.server.in: change the category from
	Utility to Internet

2002-07-09  Bastien Nocera  <hadess@hadess.net>

	* wireless-applet.c: (wireless_applet_update_state):
	make sure the percentage doesn't go over 100% (which would prevent the
	icons from appearing)

2002-07-09  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: updated
	* Makefile.am: added deprecation flags
	* wireless-applet.c: (wireless_applet_load_theme),
	(show_error_dialog), (show_warning_dialog), (show_message_dialog),
	(start_file_read), (wireless_applet_option_change),
	(wireless_applet_properties_dialog), (wireless_applet_new),
	(wireless_applet_fill): use non-deprecated apis,
	fix the messages to be a bit more user-friendly
	* wireless-applet.glade: add mnemonics

2002-07-09  Bastien Nocera  <hadess@hadess.net>

	* wireless-applet.c: (wireless_applet_load_properties),
	(wireless_applet_properties_dialog), (wireless_applet_about_cb):
	fix the dialogs showing up multiple times, remove debugging,
	fix the description in the about box

2002-07-09  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: added
	* wireless-applet.c: (wireless_applet_stop_animation):
	fix a run-time warning

2002-07-08  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: install the .server file as well... dah!

2002-07-08  Bastien Nocera  <hadess@hadess.net>

	* ChangeLog:
	* GNOME_Panel_WirelessApplet.server.in:
	* GNOME_WirelessApplet.xml:
	* Makefile.am:
	* broken-0.png:
	* no-link-0.png:
	* signal-1-40.png:
	* signal-41-60.png:
	* signal-61-80.png:
	* signal-81-100.png:
	* wireless-applet.c:
	* wireless-applet.glade:
	* wireless-applet.png: Ported to GNOME2, changed the icon
	to a nifty icon from Jimmac <jimmac@ximian.com>

2001-12-18  Eskil Heyn Olsen  <eskil@eskil.dk>

	* configure.in:
	* po/da.po:
	* po/ja.po:
	* po/wavelan-applet.pot:
	* src/wavelan-applet.c: (wavelan_applet_draw),
	(wavelan_applet_load_properties), (wavelan_applet_save_properties),
	(wavelan_applet_new):
	* themes/Makefile.am:
	* themes/wavelan-card/Makefile.am:
	* themes/wavelan-card/broken-0.png:
	* themes/wavelan-card/no-link-0.png:
	* themes/wavelan-card/signal-1-40.png:
	* themes/wavelan-card/signal-41-60.png:
	* themes/wavelan-card/signal-61-80.png:
	* themes/wavelan-card/signal-81-100.png:
	Fixed the session stuff.
	Added a theme
	did things..

2001-12-13  Eskil Heyn Olsen  <eskil@eskil.dk>

	* configure.in:
	* src/wavelan-applet.c: (wavelan_applet_draw),
	(wavelan_applet_animate_timeout), (wavelan_applet_start_animation),
	(wavelan_applet_stop_animation), (wavelan_applet_animation_state),
	(wavelan_applet_update_state), (wavelan_applet_load_theme_image),
	(wavelan_applet_load_theme), (wavelan_applet_set_theme),
	(wavelan_applet_read_device_state), (wavelan_applet_new),
	(applet_activator):
	* themes/Makefile.am:
	* themes/airport/Makefile.am:
	* themes/airport/broken-0.png:
	* themes/airport/busted-link.png:
	* themes/airport/good-link.png:
	* themes/airport/no-link-0.png:
	* themes/airport/no-link.png:
	* themes/airport/ok-link.png:
	* themes/airport/really-good-link.png:
	* themes/airport/signal-1-40.png:
	* themes/airport/signal-41-60.png:
	* themes/airport/signal-61-80.png:
	* themes/airport/signal-81-100.png:
	* themes/airport/some-link.png:
	* themes/default/Makefile.am:
	* themes/default/broken-0.xpm:
	* themes/default/broken-1.xpm:
	* themes/default/busted-link.xpm:
	* themes/default/good-link.xpm:
	* themes/default/no-link-0.xpm:
	* themes/default/no-link.xpm:
	* themes/default/ok-link.xpm:
	* themes/default/really-good-link.xpm:
	* themes/default/signal-1-40.xpm:
	* themes/default/signal-41-60.xpm:
	* themes/default/signal-61-80.xpm:
	* themes/default/signal-81-100.xpm:
	* themes/default/some-link.xpm:
	* wavelan-applet.spec.in:

	nuked the sad-ass themes. Used the animation and theming from the power-applet.
	
2001-12-11  Eskil Heyn Olsen  <eskil@eskil.dk>

	reviewed by: <delete if not using a buddy>

	* po/wavelan-applet.pot:
	* src/wavelan-applet.c: (wavelan_applet_add_theme_menu),
	(wavelan_applet_properties_dialog), (wavelan_applet_new):

	changed the theme list reding thing
