2004-08-19 Krzysztof Luks  <kluks@iq.pl>

	* __init__.py:
	Patch from Alexander Kreuzer to adjust to new Yahoo data format.

2004-03-02  Krzysztof Luks  <kluks@iq.pl>

	* __init__.py:
        Patch from Martin Rubli that picks up first URL if multiple matches
        are returned by Yahoo.

2004-01-18  Krzysztof Luks  <kluks@iq.pl>

	* __init__.py:
        One more patch from Claudio fixing rouding again ;)

2004-01-13  Krzysztof Luks  <kluks@iq.pl>

	* __init__.py:
        Applied patch from Claudio Bley fixing rounding errors.

2003-12-29  Krzysztof Luks  <kluks@iq.pl>

	* Sensors/Weather/__init__.py:
        Added more weather data (visibility, air pressure, dewpoint, 'feels
        like', wind, sunrise/sunset).


2003-11-15  Krzysztof Luks  <kluks@iq.pl>

	* __init__.py: Changed 'url' property to 'action' as it now provides
        Python command to launch browser to be used in watch="on-click",
        thanks Pycage :)

2003-11-15  Krzysztof Luks  <kluks@iq.pl>

	* __init__.py: Added option to specify direct link to Yahoo's page.
        Should help people who have problems with retriving data for the right
        city. Also export URL in output.
        Data retrieval function was put in try - except block so any problems
        can be gracefuly detected.

2003-08-25  Martin Grimme  <martin@pycage.de>

	* __init__.py: Added icon for "unknown" and made all icons 80 pixels
	high.
	(WeatherSensor.__get_weather_thread): Incorporated patch by Benot
	Dejean to use urllib instead of wget.
	(WeatherSensor.__init__): Made the update value an integer instead of
	a string.
	(WeatherSensor.get_configurator): Use a spin button instead of an entry
	for the update value.

2003-08-19  Martin Grimme  <martin@pycage.de>

	* __init__.py (WeatherSensor.__get_weather_thread): Fixed bug 120208
	(Weather 0.2 display City and Country bugs) by using urllib.quote.
