2003-01-21  Arvind Samptur <arvind.samptur@wipro.com>
	* gweather-applet.c (gweather_applet_create) (applet_destroy):
	Destroy the preferences and forcast dialog when destroying the applet.

2003-01-06  Kjartan Maraas  <kmaraas@gnome.org>

	* Locations: Spell Gardermoen correctly.

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

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

2002-12-12  Kevin Vandersloot <kfv101@psu.edu>

	* Locations: remove Marquette since its not supported anymore.
	Patch from Kevin Breit <mrproper@ximian.com>. Fixes bug
	#100906

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

	* gweather-pref.c: Fix a typo causing Gtk-CRITICAL warnings.
	
2002-12-07  Dennis Cranston <dennis_cranston@yahoo.com>

	* gweather-pref.c:  Change the default tab to 'General', since it is
	the first tab in the notebook.

2002-12-07  Dennis Cranston <dennis_cranston@yahoo.com>

	* gweather-pref.c:  Fix the previous commit, so instead of having
	'Location' and 'Page 2' tab labels, we have 'General' and 'Location'
	tab labels.

2002-12-02  Christian Neumair  <chris@gnome-de.org>

	* gweather-pref.c: Made tabs HIG compliant (removed mnemonics),
	prepended "General" tab.

2002-11-27  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: fix memory leak. From patch by Sean Egan
	 <bj91704@binghamton.edu>. Fixes bug #96443

2002-09-15  Juan Salaverria <rael@vectorstar.net>

	* GNOME_GWeatherApplet.xml: Added a separator in the
	menu. May fix bug #89864

2002-11-25  Kevin Vandersloot <kfv101@psu.edu>

	* pixmaps/*.xpm: Update icons from Calum Benson to show up better with
	different backgrounds. Fixes bug #79458

2002-11-25  Kevin Vandersloot <kfv101@psu.edu>

	* Locations: Add Lulea Sweden. Fixes bug #99514

2002-11-25  Kevin Vandersloot <kfv101@psu.edu>

	* Locations: Canadian updates from Mark L. Kahnt <kahnt@hosehead.dyndns.org>
	Fixes bug #99547

2002-11-19  Kevin Vandersloot <kfv101@psu.edu>

	* Locations: Lots of updates. Patches from Evert Verhellen
	and Pekka Pietikäinen. Fixes bugs  97980, 97021, 95311,
	93781, and 91872

2002-09-19  Mark McLoughlin  <mark@skynet.ie>

	* gweather-about.c: (gweather_about_run):
	* gweather-applet.c: (help_cb):
	* gweather-dialog.c: (gweather_dialog_create):
	* gweather-pref.c: (gweather_pref_create), (help_cb):
	kill the HAVE_GTK_MULTIHEAD conditionals. We require
	gtk+ HEAD now.

2002-08-14  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: link against libscreen-exec.la.

	* gweather-applet.c: (help_cb):
	* gweather-pref.c: (help_cb): use the multiscreen
	gnome_help variants.

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

	* Makefile.am: install applet into libexec.

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

2002-07-16  Kevin Vandersloot <kfv101@psu.edu>

        * gweather-pref.c: properly save the new location when changed
        in the prefs dialog. Adapted from patch by Deepa Chacko Pillai.
        Should fix bug #86631, #88182, and #79787

2002-07-11  Kevin Vandersloot <kfv101@psu.edu>

	* Locations: fix small breakage in the last commit

2002-07-11  Kevin Vandersloot <kfv101@psu.edu>

	* Locations: add Prince Edward Island. Patch by Damon Brodie
	< damon.brodie@bridgewatersystems.com>. Fixes bug #87343

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

	* gweather-about.c: (gweather_about_run):
	* gweather-dialog.c: (gweather_dialog_create):
	* gweather-pref.c: (gweather_pref_create):
	realise dialogs on the same screen as the applet.

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

	* gweather-about.c: (gweather_about_run): use
	gtk_window_present.

	* gweather-applet.c: use unsafe verbs to minise
	casting.

2002-07-03  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: undo previous changes since they cause more
	breakage. Need to rewrite a lot of code here

2002-07-01  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: set gweather_applet->gweather_info to the newly
	created info structure. Hopefully fixes bug #86631 and maybe some
	others. Prevents multiple http requests when the location has been
	changed and updated

2002-06-02  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-pref.c: destroy prefs dialog so it doesn't crash
	when closed using esc - bug #83816. Also free the data when
	destroying to prevent memory leaks

2002-05-31 Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: Fix GNOMELOCALEDIR to point to correct
	location. Fixes #83621. 

2002-05-30  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: fix up temp regex so that it can get the temp
	even if the dew is not available. Fixes bug #82335

2002-05-29  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: kill some memory leaks and become really 
	frightened by the code in this applet. Fixes bug #83457

2002-05-26 John Fleck <jfleck@inkstain.net>

	* docs/C/gweather.xml
	updated to fix #81306 and clean up other UI/doc
	inconistencies

2002-05-23  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-pref.c: gconf sanity checks and report any errros.

2002-05-20  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-applet.c: add window icon. Also don't call gtk_main_quit
	on destroy

2002-05-13  Satyajit Kanungo <satyajit.kanungo@wipro.com>
	*. gweather-pref.c - Added a help button to the preference dialog box.
	   gweather-applet.c Put the error check condition in the help callback.

2002-05-10  Deepa Natarajan <deepa.natarajan@wipro.com>

        * .xml: added mnemonics for the popup menu

2002-05-09  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-pref.c, gweather.h: remove the proxy stuff since
	we now have a capplet for it

2002-05-07  Kevin Vandersloot <kfv101@psu.edu>

	* Locations - fix spelling error pointed out by
	 chips@chips.fr.eu.org - bug #80773

2002-04-29  Satyajit Kanungo <satyajit.kanungo@wipro.com>
	* Makefile.am - to include docs directory 
	* docs/Makefile.am - currently only locale "C" is supported 
	* gweather-applet.c,gweather-pref.c - Used the gnome help api to display 
	* the help document.
	* GNOME_GWeatherApplet.xml - Added "help" button.	

2002-04-27  Dennis Cranston <dennis_cranston@yahoo.com>

        * gweather-about.c:  "About..." dialog fixes -- change name
        to "Weather Report" to match name in "Add to panel" menu.
        Add the tstorm.xpm pixmap for the logo and window icon.

2002-04-28  Kevin Vandersloot <kfv101@psu.edu>

	* cast the dialogs to GTK_DIALOG. Also remove some unneded
	stuff

2002-04-23  Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>

       * Fixes bug #79459

2002-04-24  Kevin Vandersloot <kfv101@psu.edu>

	* Locations: finnally get all the states. From Rikke Giles.
	Closes bug #76857

2002-04-20  Abel Cheung  <maddog@linux.org.hk>

	* gweather-about.c: Added translation_credit and documenters placeholders.

2002-04-09  Abel Cheung  <maddog@linux.org.hk>

	* gweather-pref.c (gweather_pref_create): Fix typo.

2002-04-07  Kevin Vandersloot <kfv101@psu.edu>

	* Locations: update Hawaii, ohio, north carolina and rhode island
	from Rikke Giles. She rocks!

2002-04-04  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: check for NULL string when comparing and
	make sure we have sane defaults if gconf returns notghin. 
	Also, don't leak the strings returned from gconf. Should
	fix bug #74535

2002-04-02  Kevin Vandersloot <kfv101@psu.edu>

	* *.xml: change properties to preferences

	* gweather-pref.c, gweather-dialog.c: add mnemonics and
	change properties to preferences

2002-04-02  Kevin Vandersloot <kfv101@psu.edu>

	* Locations: fix misspeling. From patch by leedjarv@interest.ee
	Fixes bug #77204

2002-04-02  Kevin Vandersloot <kfv101@psu.edu>

	* Locations: more updates:
	* Andrew Van Overloop
	* David Hoover
	* Rikke Giles
	* Seth Hadley

2002-03-31  Kevin Vandersloot <kfv101@psu.edu>

	* Locations: Lot's of radar map updates from the following awesome
	people see bug #76857:
	* John Fleck
	* Alex Duggan
	* David Hoover
	* Rikke Giles
	* Andrew Van Overloop
	* Chad McHenry

2002-03-28  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: update the radar map download url for a better
	one

	* Locations: random updates including the city I'm in ;)

2002-03-24 Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>

        * gweather-pref.c: added functions add_atk_relation() and set_access_namedesc()        to set atk relation, accessible name and description to the widgets. 
        Also added gweather_pref_set_accessibility() to set accessibility to the               gweather preference dialog.
     
        * gweather-pref.h: declarations to add_atk_relation() and set_access_namedesc()
        
        * gweather-dialog.c: accessible name and description added to forecast textview        and radar link button.

2002-03-23  Deepa Chacko Pillai <deepa.chacko@wipro.com>
 
	* weather.c, weather.h: Removed the redundant conversion of pixbuf
	to pixmap.
 	* gweather-applet.c, gweather-dialog.c, gweather.h: Changed GtkPixmap 
	to GtkImage.
 
2002-03-18  Kevin Vandersloot <kfv101@psu.edu.

	* gweather-pref.c: focus_out_event returns a gboolean. 
	Fixes the crashes in this dialog

2002-03-18  Trevor Curtis <tcurtis@somaradio.ca>
	* docs/C/gweather.xml: created xml document
	* docs/C/legal.xml: legal info for document

2002-03-17  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-pref.c: Make proxy settings work and match those
	found in nautilus

2002-03-11  Kevin Vandersloot <kfv101@psu.edu>

	* Allow for custom radar map urls. Fixes bug #53871

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

	* gweather-applet.c: on double click don't toggle the 
	forecast dialog - just show it.

2002-03-09  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: update the iwin url. Make forecasts work - bug #52518.

	* gweather-dialog.c: port forecast text to GtkTextView

	* gweather-pref.c: restart the timeout when user changes the
	pref for it. Hook up proxy prefs to gnome-vfs gconf values.
	First attempt at fixing bug #73578. Also remove the detailed
	forecast for now as local forecast are retrieved as a result
	of the previous fix.

	* gweather.schemas: remove the proxy stuff - they're handled
	by gnome-vfs automatically

2002-03-06  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-applet.c: don't call gnome_window_icon_ since
	it can cause crashes with bonobo applets. Also convert
	to metric here to fix bug #73600

	* gweather-pref.c: explicitly change the labels when
	metric units is toggled. Fix a typo in setting the update
	interval

	* weather.c: remove the metric gboolean global since it was
	causing bug #73600.

2002-03-05  Seth Nickell  <snickell@stanford.edu>

	* GNOME_GWeatherApplet_Factory.server.in:

	Change description, move into "Accessories".

2002-03-04  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-applet.c: fix bug #63251 by popping up the
	forecast on double click

2002-03-03  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: don't do gconf fu if DESTDIR is set

2002-02-28  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-applet.c: remove dumb error dialog when an
	update is in progress. Fixes bug #72843

	* weather.c: silently return if an update is in progress.
	Fix big memory leaks. Also clean up some indenting mess.
	Fix radar map retrieving. Test out new url for radars
	that actually displays recent maps - doesn't work
	for most cities though - see bug #53871

	* gweather-pref.c: fix memleaks. Hide the dialog when
	closed

	* gweather-dialog.c: don't hardcode font

2002-02-26  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-applet.c: use boxes instead of GtkFixed 
	so that labels don't get cut off and code is much
	simplified. Fixes bug #52369

	* weather.c: dont' spew error if info is NULL since
	we now check on startup

	* gweather-pref.c: #ifdef out the update on pref dialog
	closing because I think it is annoying

2002-02-27  Jamin P. Gray <jgray@writeme.com> 

	* Locations: Fixed some alphabetical disorder with the US states 

2002-02-25  Bastien Nocera  <hadess@hadess.net>

	* weather.c: (weather_location_new), (metar_finish_read),
	(metar_finish_open), (iwin_finish_open), (iwin_start_open):
	* weather.h: kill usage of fixed size strings, clean up

2002-02-25  Bastien Nocera  <hadess@hadess.net>

	* Locations: added Locations for Thailand (Fix:60226)
	get more locations from http://weather.noaa.gov/

2002-02-25  Bastien Nocera  <hadess@hadess.net>

	* Locations: add Ben-Gurion to the list of locations
	(Fix: 72310)

2002-02-25  Bastien Nocera  <hadess@hadess.net>

	* weather.c: (weather_info_to_metric), (weather_info_to_imperial):
	use hPa unit on metric systems (Fix:54483)

2002-02-25  Bastien Nocera  <hadess@hadess.net>

	* Locations: fix up the locations, I used
	hadess.net/files/stuff/weather.sh to get the infos
	(Fix: 31345)

2002-02-24  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c, gweather-applet: kill the applet global
	variable. Also remove a lot of debug spew

2002-02-24  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: remove some global variables to make
	multiple instances of gweather work

2002-02-25  Bastien Nocera  <hadess@hadess.net>

	* weather.c: (weather_location_new): check if the arguments are
	non-NULL before trying to copy them

2002-02-23  Kevin Vandersloot <kfv101@psu.edu>

	* fix the utf8 issues wrt the degrees symbol.

2002-02-22  Mark McLoughlin  <mark@skynet.ie>

	* gweather.desktop.in:
	* gweather.gnorba: remove these files

2002-02-20  Todd Kulesza  <fflewddur@dropline.net>

	* weather.c: initalize WeatherInfo's request_pending
	member to NULL and fix requests_init() to prevent
	multiple http requests.
	
	* gweather-pref.c: add a call to gweather_update()
	after the property dialog has been closed.
	
2002-02-19  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c, gweather-pref.c: change __inline to inline
	to fix compilation on Solaris. Pathc from Laszlo (Laca) Peter
	<laszlo.peter@ireland.sun.com>. Fixes bug #71933 

2002-02-17  Kjartan Maraas  <kmaraas@gnome.org>

	* gweather-applet.c, gweather-dialog.c: Remove calls to deprecated
	functions gtk_widget_push|pop_visual().
	
2002-02-17  Cody Russell  <bratsche@gnome.org>

	* gweather-applet.c: Got rid of BonoboUI XML data.  It's been moved.

	* GNOME_GWeatherApplet.xml: This is where it's been moved to!

2002-02-11  Kjartan Maraas  <kmaraas@gnome.org>

	* GNOME_MultiLoadApplet_Factory.server.in: Mark strings for l10n.
	
2002-02-11  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_GWeatherApplet_Factory.server.in: move to Vertigo namespace.

	* main.c: update for factory macro change.

2002-02-03  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: remove the gnome-vfs handle global variables.
	Fix the bug with not finishing when the server is not contacted.

2002-02-06  Seth Nickell  <snickell@stanford.edu>

	* GNOME_GWeatherApplet_Factory.server.in:

	Call it "Weather Report"

2002-02-03  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-pref.c: port the ctree to treeview. Also make double
	click update the weather. Finnally don't update when the dialog
	is closed. also call gtk_window_)present if the prefs dialog
	already exists

	* weather.c: remove some old stuff

2002-02-02  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-applet.c: fix crash with NULL data passed to
	timeout. Fixes bug #70305. Thanks to markb@cs.columbia.edu
	for pointing out the fix

	* gweather.schemas: make detailed forecast and radar not on
	by default since they seem to have issues atm

2002-01-30  Kevin Vandersloot <kfv101@psu.edu>

	* gweather.schemas: add this file to cvs

2002-01-28  Todd Kulesza  <fflewddur@dropline.net>

	* gweather-pref.c, weather.c, weather.h,
	gweather.schemas, Makefile.am: Hook up GConf.
	
	* main.c: comment out "Help" from right-click menu until
	it actually does something.
	
	* gweather-dialog.c: change "OK" button to "Close" for
	HIG compliance.
	
	* gweather-about.c: remove link to defunct website and
	update description.
	
	* GNOME_GWeatherApplet_Factory.server.in: change name
	to "Weather Monitor".

2002-01-28  Kevin Vandersloot <kfv101@psu.edu>

	* main.c: remove include of http.h since it isn't used anymore
	
	* Makefile.am: dist Locations

2002-01-25  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-pref.c: port prefs dialog to GtkDialog and make
	it instant apply. Need
	to hook up to gconf and port the ctree to treeview

	* gweather-applet.c: Fix issue with changing the location

2002-01-18  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: some more fixes to get the detailed forecast, 
	and don't use the same string to store the different http
	data. Still doesn't work half the time and the radar map
	is not getting shown for some reason

	* gweather-pref.c: default to showing detailed forecast for
	debugging purposes

	* gweather-dialog.c: port to GtkDialog and don't crash on
	closing

2002-01-17  Kevin Vandersloot <kfv101@psu.edu>

	* gweather-applet.h: add right click menu, hook up to panel
	changed signals

	* main.c: remove some unneded stuff

2002-01-17 Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: neglect the last patch. Really fix the problem
	now. 

2002-01-17  Kevin Vandersloot <kfv101@psu.edu>

	* weather.c: make the applet work by changing info->valid=succes
	to info->valid = TRUE

2002-01-17  Kevin Vandersloot <kfv101@psu.edu>

	* Initial port to GNOME 2.0 by Todd Kulesza <fflewddur@dropline.net>
	Hook up to gnome-vfs and remove global variables. Doesn't quite
	work yet though

2002-01-09  Kjartan Maraas  <kmaraas@gnome.org>

	* gweather-pref.c: Change string to be more presise. Christian
	Marillat <marillat@debian.org>. Fixes #62387.
	
2001-07-03  Kjartan Maraas  <kmaraas@gnome.org>

	* weather.c: Apply fix for compilation on FreeBSD from
	<Peter.A.Jonsson@epl.ericsson.se>.
	
2001-07-02  Christopher R. Gabriel  <cgabriel@softwarelibero.org>

	* gweather-pref.c (gweather_pref_create): Typo

2001-06-20  Kjartan Maraas  <kmaraas@gnome.org>

	* gweather-pref.c: Remove C99 comments :)
	* gweather.h: Remove trailing commas from enums to fix compilation
	with IBMs AIX compiler (and probably other picky compilers).
	From Dan McNichol <mcnichol@austin.ibm.com>.
	
2001-06-17  Kjartan Maraas  <kmaraas@gnome.org>

	* gweather.c: Apply patch from <mdoller@wpi.edu> to make detailed
	forecast more readable. Also a patch for Locations to fix Salem,
	Portland and Eugene (Oregon) and a patch for temperature rounding.
	
2001-05-15  Jason Leach  <jasonleach@usa.net>

	* gweather-pref.c: Made some tiny code changes that would make the
	"Update Interval" spinner be in minutes.  Who wants to set the
	interval as seconds between 30s and 7200s?  Seems better to ask
	the user if they'd like weather updates every 2 minutes, or maybe
	every 5 or 10.

	* gweather-pref.c (gweather_pref_create): Other semi-major
	cosmetic changes to the preferences->General tab.

2001-04-18  Jason Leach  <jasonleach@usa.net>

	* gweather-pref.c (update_pref): Only bug the user about an
	invalid proxy URL when they've actually toggled the proxy to be
	used.
	(gweather_pref_run): Fix bug #53254 (and clean up some code in the
	process): Pesky error dialog that wouldn't close properly.

2001-02-20  Nat Friedman  <nat@ximian.com>

	* gweather-pref.c: Define RADARMAP by default.
	(gweather_pref_create): Rearranged the pages so that Location is
	first.  Renamed "Basic" to "General".
	(gweather_pref_load): Enable the radar maps by default.

	* gweather-applet.c (clicked_cb): Single left click brings up the
	preferences.
	(forecast_cb): New function to bring up the detailed-forecast
	dialog when the user selects the appropriate context menu item.
	(gweather_applet_create): Added the detailed-forecast menu item.
	(gweather_applet_create): Removed the shadow.

2001-02-11  Jason Leach  <jasonleach@usa.net>

	* gweather-pref.c (gweather_pref_create): Make the Properties
	dialog resizable.

2001-01-25  Alan Shutko  <ats@acm.org>

	* weather.c (iwin_parse): Strip CR from CRLF input.

	* gweather-applet.c (gweather_update): Removed check for
	update_enabled.  This was preventing updates from happening when
	you ask for them by menu.

2000-12-08  Jason Leach  <jasonleach@usa.net>

	* gweather-pref.c (gweather_pref_create): Changed window title for
	the properties dialog to "GNOME Weather Properties" from "Gweather
	Properties".

2000-12-07  Jason Leach  <jasonleach@usa.net>

	* gweather-dialog.c (gweather_dialog_create): Made the forecast
	page scrollable via mousewheel.

	* gweather-pref.c (gweather_pref_create): Made the Location CList
	scrollable via mousewheel.

Tue Nov 28 20:11:22 2000  George Lebl <jirka@5z.com>

	* gweather-applet.c, weather.[ch], Makefile.am:  Fixes, use of
	  snprintf, bound checking in bunch of places, get rid of usage
	  of g_return_if_fail for error checking, and port to gdk-pixbuf
	  from imlib.

Sat Nov 25 13:10:14 2000  George Lebl <jirka@5z.com>

	* gweather-applet.c, weather.c:  A couple of potential crash fixes
	  and cleanups

2000-11-06  Jason Leach  <leach@wam.umd.edu>

	* Locations (name): Fixed a typo of "Stockholm (Arianda)" which
	should be "Stockholm (Arlanda)".  Fixed bug #30370.

2000-06-01  Jason Leach  <leach@wam.umd.edu>

	* weather.c: replaced 5 bzero() calls with equivalent memset()
	calls, see man 3 bzero, "this function is deprecated, use memset
	in new programs", the reason appers to be mainly a portability
	thing.
	
	* weather.c (_weather_info_get_pixmap): There was no case for
	QUALIFIER_VICINITY, which is a valid possability for this switch,
	which meant that it sent users who have this in their weather
	report to a assert_not_reached() and then crashed; fixing bug
	#11806.

	(_weather_info_get_pixmap): Threw in a missing case for
	PHENOMENON_ICE_CRYSTALS, which is another valid possability that
	would otherwise give a user a assert_not_reached() and maybe crash.

2000-05-14  Andreas Hyden  <a.hyden@cyberpoint.se>

	* gweather.desktop: Added Swedish translation.

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

	* docs/C/*sgml: Added corrections suggested by Spiros and
	a couple other small fixes.
	* docs/C/*png: Updated/cleaned up a couple screenshots.

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

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

	* gweather-pref.c: Moved help button link to point to preferences
	section of the docs

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

	* docs/C/Makefile.am: Added figures which were left
	out before

2000-04-20  Jonathan Blandford  <jrb@redhat.com>

	* gweather-pref.c (gweather_pref_run): Add a help button.  Hook it
	up.  My god, this code is crufty.  I mean really crufty.  I
	cleaned up a few things but quickly got scared...

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

	* docs/C/*: Added screenshots.  Moved to new templates.  Various
	small changes in documentation including improved markup.
	* gweather-applet.c: Fixed link from Help menuitem to docs.

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

	* gweather-applet.c (gweather_applet_create): reorder menu items

Sun Apr 02 17:33:11 2000  George Lebl <jirka@5z.com>

	* Locations: MT was left out of the states list for US, while MO was
	  there twice.  Patch from: Rusty Conover <rconover@zootweb.com>

2000-03-16  Jacob Berkman  <jacob@helixcode.com>

	* gweather-applet.c (place_widgets): show the temperature on small
	panels

2000-03-15  Jason Leach  <leach@wam.umd.edu>

	* gweather-applet.c (gweather_applet_create): reorganized right
	click applet menu with About on top and Properties at the bottom

	* gweather-pref.c (gweather_pref_create): changed the window title
	for the properties dialog to "Gweather Properties" from just
	"Properties"

2000-03-14  Spiros Papadimitirou <spapadim+@cs.cmu.edu>

	* Included a small patch from Jacob Berkman (jacob@helixcode.com); shows
      location name in tooltip -- useful if running multiple instances).

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

	* gweather-applet.c (gweather_applet_create): rearrange the menus
	and give help an icon

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

	* gweather-about.c: stopped about box from being shown multiple times at pnce.
 
2000-02-11  Jason Leach  <leach@wam.umd.edu>

	* weather.c (_weather_info_get_pixmap): fix bug #4746

2000-02-07  Spiros Papadimitriou  <spapadim+@cs.cmu.edu>

	* Locations: Added Russia (from Serge Matveev).
    * Fixed an error with pixel size stuff (if not present,
      compilation would fail).

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

	* Locations (name): kill bug #5711: added radar location for
	Rochester, MN.

Sun Jan 30 01:18:01 2000  Tom Gilbert  <gilbertt@tomgilbert.freeserve.co.uk>

	* The applet was starting at a set size, querying the weather
	server, *then* setting its size appropriately. On my slow modem,
	that meant it sat for 10 seconds before resizing to fit the panel
	size. Added a size/orientation check on startup to fix this.

Sat Jan 29 17:43:28 2000  Tom Gilbert  <gilbertt@tomgilbert.freeserve.co.uk>

	* On an anti-warning hunt using CFLAGS="-O6 -g -W -Wall
        -Wmissing-prototypes -Wmissing-declarations". Don't mind me.

Sun Oct 31 16:45:31 1999  George Lebl  <jirka@5z.com>

	* gweather-applet.c: use pixel size stuff

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

	* gweather.desktop (Icon): Use our icon

	* pixmaps/Makefile.am (gweather_iconsdir): install an
	icon for us

1999-08-12  Kjartan Maraas  <kmaraas@online.no>

	* gweather.c: fixed a typo.
	
1999-08-01  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* gweather-applet.c (gweather_applet_create): use
	the stock refresh image on the 'update' menu

1999-07-30  Spiros Papadimitriou <spapadim+@cs.cmu.edu>

    * Each applet now properly saves its configuration, so
      multiple applets displaying the weather at different
      locations can run without interfering with each other.
    * Changed upper limit of update interval to 2hrs.

1999-07-28  Spiros Papadimitriou <spapadim+@cs.cmu.edu>

    * More radar locations into Locations file (now using
      weather.com instead of wx.com; awaiting official response
      from weather.com for using their service on the web).
    * Improved (or at least changed ;) hunderstorm icon.

1999-07-25  Spiros Papadimitriou <spapadim+@cs.cmu.edu>

    * Use Gtk idle timeouts to process HTTP requests in the
      background, so the interface does not freeze during updates.
    * Made the background transparent on most icons.

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

	* gweather-applet.c (gweather_applet_create): don't use
	PACKAGE here, use "gweather" instead, so we don't get
	~/.gnome/gnome-applets as a config file

1999-07-18 Spiros Papadimitriou <spapadim+@cs.cmu.edu>

    * Sync gnome CVS version with my tree.


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

	* Makefile.am: added pixmaps directory, set up for building
	from gnome CVS

	* gweather-pref.c (load_locations): use gnome_datadir_file()
	instead of confdefs.h


1999-07-15 Spiros Papadimitriou <spapadim+@cs.cmu.edu>

    * Display of radar maps is now a runtime option (now
      compile-time) and windows are destoyed when not displayed,
      to free up X resources...
    * Properly respond to "change_size" and "save_session" applet
      signals.
    * Added proxy option.


1999-07-13 Spiros Papadimitriou <spapadim+@cs.cmu.edu>

    * Better support for users with a dialup connection.


1999-07-11 Spiros Papadimitriou <spapadim+@cs.cmu.edu>

    * Fixed a stupid, but serious bug, that would cause coredumps
      upon updates...
    * Added option for detailed zone forecasts, instead of the more
      general state forecasts (takes more time to update, though,
      since the zone forecast file is about 10-20 times that of the
      state forecast file).  

1999-07-07 Spiros Papadimitriou <spapadim+@cs.cmu.edu>

    * Fixed bug ocurring when METAR information is unavailable.
    * Replaced the gnome_less widget with a gtk_text + scrollbar,
      because it did strange things, so I worked around it.
    * Removed all regexps but one (got an occasional coredump when
      calling regcomp from metar_init_re that I couldn't figure out,
      so I worked around it).  The current C code isn't as comprehensive
      as the regexps were, but it should suffice (unless the METAR
      format contains any unexpected tokens).
    * Fixed a bug in the UTC to localtime conversion function (near
      midnight, would get time one hour early).  There should be a
      much simpler and less stupid way to do this, though! :-)
    * Changed the humidity formula.
    * Fixed a bug in the IWIN parser to handle a more general form of
      inputs (the old one would fail an assertion and dump core in
      forecasts where SFPxx was not used as expected) -- now uses regexps.
    * Fixed the layout for horizontal orientation (still need to take
      care of three digit temps).

1999-07-07 Spiros Papadimitriou <spapadim+@cs.cmu.edu>

    * Began ChangeLog

