commit eb63ca6c22b94c8629cb61d8a7a99ea3c504be95
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Feb 2 21:27:57 2011 +0100

    Updates for release.

commit 2c1769259226843dedd47e9f8b6696297111c005
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Feb 2 21:21:20 2011 +0100

    Fix auto location detection (bug #6208).
    
    Added our own geoip detection on http://archive.xfce.org/geolocation, since
    the ipinfodb.com service stopped. Unfortunatly the server does not return
    a content-length in the header (ssi scripting), so add a hack for that.

commit 9dfefdc166d936c92e6c67fbcfaee1a27040e122
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Feb 2 19:22:59 2011 +0100

    Allow chaining of expose event in scrollbox.

commit 1052702419390daeaeec10cfa924ed8853cb0be0
Author: Jérôme Guelfucci <jeromeg@xfce.org>
Date:   Thu Jan 27 14:53:15 2011 +0100

    Make the plugin compatible with Xfce 4.8 (bug #6965, bug #7189).
    
    Based on an initial patch by Nick Schermer which did not apply anymore.
    Also added back scrolling and animation option lost with this patch.
    
    Removed encoding key from desktop file..

commit 9c0188e12f1451614c2a384521dd525a3dc03e1c
Author: Sergio Marques <smarquespt@gmail.com>
Date:   Mon Jan 31 17:21:45 2011 +0100

    l10n: Updated Portuguese (pt) translation to 100%
    
    New status: 258 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit c4d8e6b690f301762da0076e6d6c522012a3e23d
Author: Xavier Devlamynck <magicrhesus@ouranos.be>
Date:   Sun Jan 30 10:23:48 2011 +0100

    l10n: Updated French (fr) translation to 100%
    
    New status: 258 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 7c5e6380ad8b47165baf57a977f9912ebb753a71
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Mon Jan 24 09:39:15 2011 +0900

    Automate Changelog updates

commit 1126e624500e99ef2f76ee7d754f88f4c212bc7b
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Wed Jan 26 14:29:01 2011 +0100

    l10n: Updated Italian (it) translation to 100%
    
    New status: 258 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 200d4ea204bef4fc0650a9cc7cb97b73def2b4dd
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue Jan 25 23:22:23 2011 +0100

    l10n: Updated Basque (eu) translation to 100%
    
    New status: 258 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 757e879b4e4957daa2462978a92f912ac0ff2048
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Tue Jan 18 15:40:59 2011 +0100

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 258 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 3d3621e960e35193f66c5a810eae28b5bb4f7b0b
Author: Harald Servat <redcrash@gmail.com>
Date:   Tue Jan 18 12:39:17 2011 +0100

    l10n: Updated Catalan (Valencian) (ca) translation to 100%
    
    New status: 258 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 18e9aaa06f53b40762ebfa25d8c25292cf45dfc2
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Mon Jan 17 16:42:11 2011 +0100

    l10n: Updated Danish (da) translation to 100%
    
    New status: 258 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 68f74327c41cee7d1e610b24eb675964c1abd6ca
Author: Dmitry Nikitin <luckas_fb@mail.ru>
Date:   Mon Jan 17 10:55:26 2011 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 258 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cd832c2c3478d5ee8aedd4a1587cf2924a4d5472
Author: Masato Hashimoto <hashimo@xfce.org>
Date:   Sat Jan 15 16:55:15 2011 +0100

    l10n: Updated Japanese (ja) translation to 100%
    
    New status: 258 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 13a998c97f1fbbe12d2061f51ec850aabae9f781
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Fri Jan 14 08:45:42 2011 +0900

    Correct style inconsistencies
    
    Apply patch from bug # 6810, and do the corresponding modification in
    translations where it makes sense.

commit aa8564dd6987e3f26ee7699896dede01faf2be14
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Thu Jan 13 23:35:28 2011 +0900

    Fix leak and improve memory usage
    
    Simplify string handling. By doing fewer copies we have fewer things to
    free, so a lower risk of missing something and leaking.
    
    This should solve the remaining leaks reported in bug #7067

commit 9e7325b45fb760286b93210af330422eb1d47d7c
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Thu Jan 13 19:54:01 2011 +0900

    Fix memory leaks
    
    Apply parts of the patch proposed in bug #7067

commit a7f3c0382fce3a6ebf7ceadc40454483d6346746
Author: forfolias <forfolias@gmail.com>
Date:   Thu Jan 6 11:21:04 2011 +0100

    l10n: Updated Greek (el) translation to 100%
    
    New status: 257 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1952eb4f6e3622983b2bbd916c3f0d9093badb95
Author: forfolias <forfolias@gmail.com>
Date:   Thu Jan 6 11:00:49 2011 +0100

    l10n: Updated Greek (el) translation to 92%
    
    New status: 237 messages complete with 2 fuzzies and 18 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2b11896bc2fda6547d65366f0bbfce0d2b00a0c8
Author: forfolias <forfolias@gmail.com>
Date:   Thu Jan 6 10:43:28 2011 +0100

    l10n: Updated Greek (el) translation to 69%
    
    New status: 178 messages complete with 3 fuzzies and 76 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit cfa8e9537e03dd75cea979559cdeee9082154b9c
Author: forfolias <forfolias@gmail.com>
Date:   Thu Jan 6 10:25:15 2011 +0100

    l10n: Updated Greek (el) translation to 53%
    
    New status: 137 messages complete with 2 fuzzies and 118 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit f2f762eae3da23d5da16a395fd41d7c98492475d
Author: forfolias <forfolias@gmail.com>
Date:   Thu Jan 6 09:57:26 2011 +0100

    l10n: Updated Greek (el) translation to 28%
    
    New status: 74 messages complete with 2 fuzzies and 181 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 06e3d03aa8ff8c80657f1f515c2127c2175522db
Author: forfolias <forfolias@gmail.com>
Date:   Tue Jan 4 16:24:57 2011 +0100

    l10n: add greek translation
    
    New status: 1 message complete with 0 fuzzies and 256 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ea5ded0f1164c813047b9f504b88d9d1dedcbdc5
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Tue Jan 4 18:53:15 2011 +0900

    Add support for ipv6 proxies
    
    Apply patch from bug #6426

commit 1eda30de4e6974b3a727df9507441d18bc744c81
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Tue Jan 4 18:46:40 2011 +0900

    Fix compiler warnings
    
    Applied the patch from bug #6038

commit 6c0621681612fb7ac7136019b72f2b828edfc93c
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Tue Jan 4 18:35:46 2011 +0900

    Fix compile warnings
    
    Add a missing include, and change a function's return type to void,
    since the return value isn't used, and wasn't properly returned.
    
    This addresses bug #6027

commit 4267fecbea1303eff63f8332998b78213b212e31
Author: Florian Rivoal <frivoal@xfce.org>
Date:   Tue Jan 4 10:07:44 2011 +0900

    Clean up

commit cdb9c731383d11bcb907d3e560cc4257166674d1
Author: Terje Uriansrud <terje@uriansrud.net>
Date:   Sun Jan 2 19:44:56 2011 +0100

    l10n: Updated Norwegian Bokmal (nb) translation to 100%
    
    New status: 257 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 275034744a667372ca6fd0f787b890d99ecbc2b9
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Oct 16 16:22:29 2010 +0200

    l10n: Updated Swedish (sv) translation to 100%
    
    New status: 257 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 1c83961847d58e1ab2b9c3576883cf4bf12d4e25
Author: Andres Kovtunos <kovtunos@yandex.ru>
Date:   Mon Aug 16 22:16:59 2010 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 257 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit bcd56ccadcc2d73c9433c1f9023746d025bf567c
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Thu Aug 5 09:33:53 2010 +0200

    l10n: Updated Uyghur (ug) translation to 100%
    
    New status: 258 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit b87ba2211e8920ea9d980e3b7516a75fdac152ae
Author: Gheyret Kenji <gheyret@yahoo.com>
Date:   Fri Jul 30 04:26:10 2010 +0200

    l10n: Uyghur translation
    
    New status: 38 messages complete with 0 fuzzies and 220 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2b37646ab5169eb517d489ad9afea612c35288e7
Author: Andres Kovtunos <kovtunos@yandex.ru>
Date:   Tue May 25 11:11:05 2010 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 257 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6079141f55bb988038d458e4607edc4c7dd91a6d
Author: Xu Meihong <mhuntxu@gmail.com>
Date:   Tue May 25 04:04:43 2010 +0200

    l10n: Updated Chinese (China) (zh_CN) translation to 100%
    
    New status: 257 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6eb6751c0c9bb9918f73db29eeffa09b8c94efd9
Author: Osman Karagöz <osmank3@gmail.com>
Date:   Mon May 3 21:59:57 2010 +0200

    l10n: Updated Turkish (tr) translation to 100%
    
    New status: 257 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 4151f79babde79fc7bc32f35ec140acf31c1b5de
Author: Andres Kovtunos <kovtunos@yandex.ru>
Date:   Fri Apr 23 05:28:09 2010 +0200

    l10n: Updated Russian (ru) translation to 100%
    
    New status: 257 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 78a9eb8ae066df9f78e054099366b196ec51993e
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Tue Apr 6 20:38:38 2010 +0200

    l10n: Updated Finnish (fi) translation to 100%
    
    New status: 257 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 521778a8192ca74da7fe6c1b8bab6da3fcb6a9ad
Author: Fabian Nowak <timystery@arcor.de>
Date:   Sun Mar 28 12:54:52 2010 +0200

    l10n: Updated German (de) translation to 100%
    
    New status: 257 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 2fb0e0885fbfc90eaeefc6d33b61524b3d7dfc55
Author: Fabian Nowak <timystery@arcor.de>
Date:   Sun Mar 28 12:54:12 2010 +0200

    l10n: Updated German (de) translation to 99%
    
    New status: 256 messages complete with 1 fuzzy and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 926fcce6e29b21b9840d498591fe2c5465c68b56
Author: Dmitry Nikitin <luckas_fb@mail.ru>
Date:   Wed Mar 17 12:32:32 2010 +0100

    l10n: Updated Ukrainian (uk) translation to 100%
    
    New status: 257 messages complete with 0 fuzzies and 0 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 6b622514c781be98857a9bca9417f7720488e05f
Author: Robert Hartl <hartl.robert@gmail.com>
Date:   Mon Mar 8 10:41:35 2010 +0100

    l10n: Updated Slovak (sk) translation to 96%
    
    New status: 249 messages complete with 0 fuzzies and 8 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 723bbb9387d1512af46f1192113ff6d89d9f6b06
Author: Dmitrij Smirnov <arch@cnc-parts.info>
Date:   Mon Mar 1 09:21:03 2010 +0100

    l10n: Updated Russian (ru) translation to 99%
    
    New status: 255 messages complete with 0 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 91ef139ed65a83c7e9ae528d48166aa1555f39ef
Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>
Date:   Sat Feb 27 21:35:16 2010 +0100

    l10n: Updated German (de) translation to 98%
    
    New status: 252 messages complete with 3 fuzzies and 2 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 0af762cf8ca266d552f97ad2c379901e6b11fc7b
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Wed Feb 10 13:05:02 2010 +0100

    l10n: Updated Galician (gl) translation to 35%
    
    New status: 90 messages complete with 125 fuzzies and 42 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit ebdc495b82a17fcfc5e8b4471b2c8eaeb3df1e5f
Author: Aleksandr Ponomarenko <dwqwt3i02@sneakemail.com>
Date:   Mon Feb 1 17:05:44 2010 +0100

    l10n: Updated Russian (ru) translation to 98%
    
    New status: 254 messages complete with 0 fuzzies and 3 untranslated.
    
    Transmitted-via: Transifex (translations.xfce.org).

commit 5a11ada3578c1c81d817f5842308e32266e0a3e4
Author: Colin Leroy <colin@colino.net>
Date:   Fri Jan 22 10:00:18 2010 +0100

    2010-01-22	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather-http.c
    		Fix bug 5965, "weather plugin may deadlock on network error"
    		Patch by Leonid Evdokimov.
    		Also, test git commit.

commit 9e16920727c986cc44e61ae4e344083843cf1666
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Fri Jan 8 18:27:14 2010 +0100

    l10n: Updates to Galician (gl) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 7c55c91f553e78abad74183ac5ea8bd87c2ee1c3
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Mon Jan 4 18:00:06 2010 +0000

    l10n: Updates to Czech (cs) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit bda2fe84ab89f2339cc5a91252edf61850233258
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Dec 16 16:59:17 2009 +0000

    l10n: Updates to Swedish (sv) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 12d6d0134448315dbc26510ff7a8810d91ed2856
Author: Cristian Marchi <cri.penta@gmail.com>
Date:   Tue Dec 8 06:59:26 2009 +0000

    l10n: Updates to Italian (it) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 45c3d67b570c63581f65acbee58ad84781a02d91
Author: Nuno Miguel <nunis@netcabo.pt>
Date:   Fri Oct 23 13:55:00 2009 +0000

    l10n: Updates to Portuguese (pt) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 5492f6e8bcb95e9fc65262e94d5e7d9d7afdbc18
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Thu Oct 1 16:05:59 2009 +0000

    l10n: Updates to Galician (gl) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 6b77889f2679f085181a8eb701d72a61d6c12eee
Author: Rihards Prieditis <rprieditis@gmail.com>
Date:   Fri Sep 18 22:43:58 2009 +0000

    l10n: Updates to Latvian (lv) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 48f933cc104944194f116d5f8bc6a933a3e1f1af
Author: Robert Hartl <hartl.robert@gmail.com>
Date:   Sun Sep 13 16:25:26 2009 +0000

    l10n: Updates to Slovak (sk) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit 3c46baa27cc5a1ce16cd4c72013464810d596c18
Author: Jeff Bailes <thepizzaking@gmail.com>
Date:   Sun Aug 30 07:15:45 2009 +0000

    l10n: Updates to English (United Kingdom) (en_GB) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit a0280030a0b19a3ae266b237160db151f4fb97a5
Author: Ignacio Velasco <elega@elega.com.ar>
Date:   Fri Aug 21 05:10:38 2009 +0000

    l10n: Updates to Spanish (Castilian) (es) translation
    
    Transmitted-via: Transifex (translations.xfce.org)

commit cb154536bf123436a9703a9aba0f31206b608934
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat Aug 8 13:41:32 2009 +0000

    update goodies translation
    
    (Old svn revision: 7896)

commit 26432d1ff93d48ea576e104f794bdfd1ae4e531e
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Tue Aug 4 18:06:26 2009 +0000

    	* da.po: Danish translation update (Lars Christian Jensen)
    
    (Old svn revision: 7892)

commit 287a7ac734c5d444ba5fcf4278dab3c4a7b37410
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Tue Aug 4 18:04:32 2009 +0000

    	*ja.po : Undoing change in revision 7889
    
    (Old svn revision: 7891)

commit 04955a26ba449e602967288560e34df1e2ca5844
Author: Colin Leroy <colin@colino.net>
Date:   Tue Aug 4 17:12:18 2009 +0000

    2009-08-04	Colin Leroy <colin@colino.net>
    
    	Release 0.7.3
    
    2009-08-04	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather-summary.c
    		Fix directory creation problem. Patch by Yves-Alexis Perez
    
    
    
    (Old svn revision: 7890)

commit 18f05016ba2b5181a510c28d7c50cf6f39d87b1c
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Tue Aug 4 17:05:41 2009 +0000

    	* da.po: Danish translation update (Lars Christian Jensen)
    
    (Old svn revision: 7889)

commit 71e66b46685ffa000c1df2f1dbd740885f1cc0cd
Author: Colin Leroy <colin@colino.net>
Date:   Tue Jul 28 13:38:16 2009 +0000

    Release 0.7.2
    
    
    (Old svn revision: 7856)

commit 430278a9a3537c3709877ed4c8cd6c912e93963e
Author: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Date:   Sun Jul 26 16:45:07 2009 +0000

    ja translation update
    
    
    (Old svn revision: 7842)

commit 1df6cf31a2f68cd5c6bc89dd1d31587532025dcb
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Jul 24 21:56:48 2009 +0000

    2009-07-24  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation reworked.
    
    (Old svn revision: 7817)

commit 58d8e87dff0fec1f96863570461728bc95fada6a
Author: Colin Leroy <colin@colino.net>
Date:   Thu Jul 23 09:11:00 2009 +0000

    2009-07-23	Colin Leroy <colin@colino.net>
    
    	* panel-plugin, icons/liquid: Remove weather.com logo, and instead
    	download it from their website the first time it's needed.
    
    
    
    (Old svn revision: 7767)

commit e37e9bf9dff4b83a64187826772445c8a0d11902
Author: Piarres Beobide <pi@beobide.net>
Date:   Wed Jul 22 21:08:12 2009 +0000

    BAsque translation update
    
    
    (Old svn revision: 7760)

commit 4759fa42562099ef2a130cd2b4358773147ebf7f
Author: Colin Leroy <colin@colino.net>
Date:   Tue Jul 21 06:40:24 2009 +0000

    Release 0.7.1
    
    
    (Old svn revision: 7751)

commit d9f5cb2308f675eac542b6ec73e1c453b7a2baf9
Author: Colin Leroy <colin@colino.net>
Date:   Tue Jul 21 06:38:53 2009 +0000

    Strings update, french translation update
    
    
    (Old svn revision: 7750)

commit dc4ce0d8697c738c7a02e413d8e79115ce11602f
Author: Colin Leroy <colin@colino.net>
Date:   Sun Jul 19 20:57:42 2009 +0000

    2009-07-19	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather-scrollbox.c
    	* panel-plugin/weather-scrollbox.h
    	* panel-plugin/weather.c: Fix bug 5586, implement label change on
    	mouse scroll. Patch by Leonid Evdokimov.
    
    
    
    (Old svn revision: 7748)

commit ff07abbcabf245b6c34656f9f51cdf7735c0175a
Author: Colin Leroy <colin@colino.net>
Date:   Sun Jul 19 20:55:22 2009 +0000

    2009-07-19	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather-http.c: Fix fd closing problem, where we could
    	close stdout if _receive_data_idle() errors out early. Spotted and
    	patch by Johannes Stezenbach
    
    
    (Old svn revision: 7747)

commit a2ac6c98f1cae54ab759a8295992899c7b2aa442
Author: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Date:   Wed Jul 15 13:58:56 2009 +0000

    ja translation update
    
    
    (Old svn revision: 7724)

commit d3f40effa0dd1c5222edab04a1cf1a597c27206d
Author: Colin Leroy <colin@colino.net>
Date:   Thu Jul 9 18:52:08 2009 +0000

    Fix wrong usage of translate_bard()
    
    
    (Old svn revision: 7712)

commit 82d7a44edadcbb1e2d8354f472a6029df9111efa
Author: Colin Leroy <colin@colino.net>
Date:   Wed Jul 8 17:20:18 2009 +0000

    Finish fixing bug 5055; use getaddrinfo() instead of gethostbyname()
    
    
    (Old svn revision: 7696)

commit e308714f153e043cfa4ec8597bbb81c6434172c4
Author: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Date:   Tue Jul 7 13:50:40 2009 +0000

    ja translation update
    
    
    (Old svn revision: 7689)

commit e6dd9a30d7da944f9c75abe6dfc970d44018a646
Author: Colin Leroy <colin@colino.net>
Date:   Tue Jul 7 04:56:44 2009 +0000

    2009-07-07      Colin Leroy <colin@colino.net>
    
            * panel-plugin/weather-translate.c: Fix bug 5505, 'some strings are not
            localized'
    
    
    
    (Old svn revision: 7687)

commit 04df600f83afcb8304ef05e49271bbd208d7fa90
Author: Ali Abdallah <ali.slackware@gmail.com>
Date:   Mon Jul 6 07:47:25 2009 +0000

    Catalan translation updates
    
    (Old svn revision: 7682)

commit fd688d964618a6dc65c0b233c855d69e113adb31
Author: Colin Leroy <colin@colino.net>
Date:   Wed Jun 24 04:41:56 2009 +0000

    Post-release
    
    
    (Old svn revision: 7628)

commit 9fb35f58a2e76dcef73d2396fc1a727a01cb06b7
Author: Colin Leroy <colin@colino.net>
Date:   Wed Jun 24 04:30:48 2009 +0000

    Update french translation
    
    
    (Old svn revision: 7626)

commit 827234270541b5f28d0268bebd51f4c18233b7dc
Author: Colin Leroy <colin@colino.net>
Date:   Fri Jun 19 06:56:07 2009 +0000

    2009-06-19	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather.c: Don't require 'http://' to be in the $HTTP_PROXY
    	environment variable.
    
    
    
    (Old svn revision: 7616)

commit f48487f6d39f3a4ab9eccc7a032914d2f18a60be
Author: Colin Leroy <colin@colino.net>
Date:   Thu Jun 18 17:30:02 2009 +0000

    Forgot part of the description
    
    
    
    (Old svn revision: 7610)

commit 2fe6039900ad8137c6b2b8982cd18d115842eb6f
Author: Colin Leroy <colin@colino.net>
Date:   Thu Jun 18 17:29:09 2009 +0000

    2009-06-18      Colin Leroy <colin@colino.net>
    
            * panel-plugin/*: Use ipinfodb.com to automatically set the location at
            the first startup of the plugin instance (when no location is set). This
            should provide a more or less relevant location (but it can't be worse
            than no location at all :-)
    
    
    
    (Old svn revision: 7609)

commit a43c04fbd1214ec9800084bf9dae5e391e2b1bed
Author: Colin Leroy <colin@colino.net>
Date:   Wed Jun 17 18:14:47 2009 +0000

    2009-06-17	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/*: Some fixes to the location handling: better search
    	dialog with buttons that enable/disable when appropriate, focus handling
    	to allow for a quick search. Display the location name instead of code
    	in the configuration panel (and make it non-editable once chosen), and
    	store the display name along the location code (which could help us
    	migrate to/add another provider transparently if ever needed).
    
    
    
    (Old svn revision: 7601)

commit 39fd95aeab6d918e2ae46500f487e048f469b99f
Author: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Date:   Tue Jun 16 14:02:06 2009 +0000

    Update ja translation
    
    
    (Old svn revision: 7595)

commit e78c19e9360bed49d1edabbf29668123c704aac7
Author: Colin Leroy <colin@colino.net>
Date:   Tue Jun 16 11:07:39 2009 +0000

    French translation update
    
    
    (Old svn revision: 7592)

commit a79d68d4ffdb1ff7c3bc9cfeb7713a74777c2cf5
Author: Colin Leroy <colin@colino.net>
Date:   Tue Jun 16 07:35:30 2009 +0000

    Update .pot file
    
    
    (Old svn revision: 7590)

commit d4f272b092e66cb3c58439f96c558f4f405d09dc
Author: Colin Leroy <colin@colino.net>
Date:   Tue Jun 16 07:06:46 2009 +0000

    Post-release bump
    
    
    (Old svn revision: 7589)

commit b95aaaeec7a0e92c8301f66c8a4039f2168386b7
Author: Colin Leroy <colin@colino.net>
Date:   Tue Jun 16 07:01:31 2009 +0000

    Release 0.6.4
    
    
    
    (Old svn revision: 7587)

commit ad2b7d0dad32b04cc6f4063c1c770f66985cd19a
Author: Colin Leroy <colin@colino.net>
Date:   Tue Jun 16 07:00:59 2009 +0000

    2009-06-16	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather.c: Add a Forecast menu item for completeness.
    
    
    
    (Old svn revision: 7586)

commit 145a698e2075a0ed6820defc0b9c9dddac91ae3d
Author: Colin Leroy <colin@colino.net>
Date:   Tue Jun 16 06:39:42 2009 +0000

    2009-06-16	Colin Leroy <colin@colino.net>
    
    	* icons/liquid/*: Fix bug #4641, "Unreadable icons". Fix the fog icon,
    	and also fix a few mismatches.
    
    
    
    (Old svn revision: 7585)

commit a0ae14b42bdefa0cf0d1a500427f96f59fa18611
Author: Colin Leroy <colin@colino.net>
Date:   Tue Jun 16 06:35:39 2009 +0000

    2009-06-16	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather-summary.c: Fix bug #5471, "Destroying summary
    	window opens up help window". Thanks to Erik Xian.
    
    
    
    (Old svn revision: 7584)

commit abf45a438f7df482a706e3c7af44ccbfd19a8eab
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Jun 15 12:37:13 2009 +0000

    update translations
    
    (Old svn revision: 7578)

commit 9f963bd4d846a4822832c639d9c01eed060c8c8b
Author: Colin Leroy <colin@colino.net>
Date:   Mon Jun 15 07:11:06 2009 +0000

    2009-06-15	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather.c: Use g_timeout_add_seconds when possible.
    
    
    
    (Old svn revision: 7576)

commit 6bad358c07d8b3025e77729d924a76641011ddd2
Author: Colin Leroy <colin@colino.net>
Date:   Mon Jun 15 06:49:47 2009 +0000

    2009-06-15	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/*: Fix bug #4219, "animation when switching between
    	2+ values is too distracting": Add a preference for label animation.
    
    
    
    (Old svn revision: 7575)

commit 889a1e409f129fb0802674bad9c5899e41195482
Author: Colin Leroy <colin@colino.net>
Date:   Sat Jun 13 18:23:14 2009 +0000

    2009-06-13	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather.c: Check the HTTP_PROXY environment variable
    	both upper and lower case.
    
    
    
    (Old svn revision: 7557)

commit 4b1027b5f716af3b477a31392304deef8b21cd64
Author: Masato Hashimoto <cabezon.hashimoto@gmail.com>
Date:   Sat Jun 13 15:57:06 2009 +0000

    Update ja translation
    
    
    
    (Old svn revision: 7555)

commit c75503607a7668bd3d05a30c43aaeec57e51f8b7
Author: Colin Leroy <colin@colino.net>
Date:   Sat Jun 13 13:21:53 2009 +0000

    Post-release bump
    
    
    (Old svn revision: 7553)

commit 46a4fecd0b218663772288cf1e789529f1fdf529
Author: Colin Leroy <colin@colino.net>
Date:   Sat Jun 13 13:14:58 2009 +0000

    Add myself
    
    
    (Old svn revision: 7552)

commit 8bdbc6e98b7040b061fb44d4a3ba27c7561badeb
Author: Colin Leroy <colin@colino.net>
Date:   Sat Jun 13 07:46:50 2009 +0000

    Fix build (typo)
    
    
    (Old svn revision: 7550)

commit e9ea0f9456b8435aaf4bbda62973589d01109219
Author: Colin Leroy <colin@colino.net>
Date:   Sat Jun 13 07:40:16 2009 +0000

    2009-06-13	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather-icon.c: fix bug #5456, "Icon unaccessible when
    	XOAP error". If we couldn't load an icon, load the default one (99).
    
    
    
    (Old svn revision: 7549)

commit 8e1fa76133c5d64f0f4224202854ec49f403e576
Author: Colin Leroy <colin@colino.net>
Date:   Sat Jun 13 07:38:42 2009 +0000

    2009-06-13	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather-summary.c: fix bug #5127, "Bug: Wireless: UMTS |
    	Improvement: Default: Forecast". The first part of it is probably fixed
    	by the fix to bug #4118, this addresses the second part: Forecast tab
    	by default. Also, rename "Summary" to "Details".
    
    
    
    (Old svn revision: 7548)

commit e3c7898ba77311ffd21b620aa0480da064e05ae8
Author: Colin Leroy <colin@colino.net>
Date:   Sat Jun 13 07:36:32 2009 +0000

    2009-06-13	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather-translate.c: fix bug #4742, "Some strings are
    	not localized".
    
    
    
    (Old svn revision: 7547)

commit 81244d682893bfc9bfe5d8da0ac95822a69a11fc
Author: Colin Leroy <colin@colino.net>
Date:   Sat Jun 13 07:35:18 2009 +0000

    2009-06-13	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather.c: fix bug #4642, "Change Location of
    	Text / Format". The location part was already fixed (bug #5442),
    	this removes the "T:" or similar prefix when there's only one value
    	to display.
    
    
    
    (Old svn revision: 7546)

commit 3a115e2371e39f2d0007318e5420c213514875c5
Author: Colin Leroy <colin@colino.net>
Date:   Sat Jun 13 07:28:23 2009 +0000

    2009-06-13	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather-translate.c: fix bug #3818, "weekdays in
    	Russian are displayed ugly in forecast tab". First patch fixes a
    	too short buffer (by Sergey Otinov), second patch checks whether
    	the strftime-formatted buffer is UTF-8 (based on a patch from
    	Yves-Alexis Perez).
    
    
    
    (Old svn revision: 7545)

commit 1b9fc2403901261cec2e82e34dba7a0142f17907
Author: Colin Leroy <colin@colino.net>
Date:   Fri Jun 12 16:39:42 2009 +0000

    2009-06-12	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/*: Add an about button in the summary window.
    
    
    
    (Old svn revision: 7539)

commit 66876fa5b6243c843d9554a712a5ea80612d9929
Author: Colin Leroy <colin@colino.net>
Date:   Fri Jun 12 13:14:56 2009 +0000

    Accept that autotools won't stop updating INSTALL.
    
    
    (Old svn revision: 7537)

commit e13d0368be53b6e6e4e6973805d2453be8a81381
Author: Colin Leroy <colin@colino.net>
Date:   Thu Jun 11 20:31:51 2009 +0000

    Add weather.com's logo
    
    
    (Old svn revision: 7534)

commit 44a1e77badbffb9575660c5baaa42e5ec7aa45e8
Author: Colin Leroy <colin@colino.net>
Date:   Thu Jun 11 20:31:02 2009 +0000

    2009-06-11	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/*: Comply better with weather.com's XOAP license:
    	https://registration.weather.com/common/eula/xmloap.html
    	That'll avoid problems the day they cut service to wrongly formed
    	URLs. The drawback is to have to put their links and logo...
    
    
    
    (Old svn revision: 7533)

commit 3ed0ba07daacd0b0c9aceaa5022d8af95d05c563
Author: Colin Leroy <colin@colino.net>
Date:   Thu Jun 11 20:26:28 2009 +0000

    2009-06-11	Colin Leroy <colin@colino.net>
    
    	* panel-plugin/weather-http.c: Fix HTTP request (Host: and other
    	parameters are only valid in HTTP/1.1)
    
    
    
    (Old svn revision: 7532)

commit eb932ef4f6b1073bc0f3ff106169031d42848b5f
Author: Colin Leroy <colin@colino.net>
Date:   Thu Jun 11 17:16:37 2009 +0000

    Make the font size logic easier on horizontal panels.
    
    
    (Old svn revision: 7531)

commit 3c90876e3b3e9d18464040a6c3cd59518483d926
Author: Colin Leroy <colin@colino.net>
Date:   Thu Jun 11 16:07:24 2009 +0000

    2009-06-11	Colin Leroy <colin@colino.net>
    
    	* Fix bug #5444, "Make use of the new GtkTooltip API":
    	Make the tooltip nicer when possible.
    
    
    
    (Old svn revision: 7530)

commit 81b337642c3a04a69b0abfea3512a646db0e1923
Author: Colin Leroy <colin@colino.net>
Date:   Thu Jun 11 16:05:28 2009 +0000

    2009-06-11	Colin Leroy <colin@colino.net>
    
    	* Fix bug #5442, "Unreadable information in weather-plugin":
    	On horizontal panel, put the label(s) at the right instead of the
    	bottom.
    
    
    
    (Old svn revision: 7529)

commit 6c943b78d6bde4840370197286426fe121c5af41
Author: Colin Leroy <colin@colino.net>
Date:   Thu Jun 11 07:27:22 2009 +0000

    2009-06-11	Colin Leroy <colin@colino.net>
    
    	* Fix bug #4118, "weather-plugin does not adapt to new network
    	configuration": use res_init() whenever /etc/resolv.conf changes.
    
    
    
    (Old svn revision: 7526)

commit 7e401812ddb940fd0129ed301647c0b6478dcf6e
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue Jun 9 20:43:09 2009 +0000

    Drop svn:executable bit from po files
    
    (Old svn revision: 7518)

commit fa830ffaaa5295498d05e7cef43ba4a795a1ec49
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Fri May 29 10:44:34 2009 +0000

    update goodies translations
    
    (Old svn revision: 7436)

commit d767a561a5da5413861859bceb66bf3d6fce907c
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon May 11 16:30:40 2009 +0000

    update translations
    
    (Old svn revision: 7327)

commit ebb1fb1460f8ec2c28cbfca2546c6bd9ffd2f780
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Apr 20 13:47:42 2009 +0000

    goodies translation update (galician only)
    
    (Old svn revision: 7249)

commit 30276d1d3ab92bb84609b6c464f725ee414c18fd
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Apr 16 08:20:27 2009 +0000

    goodies translation update
    
    (Old svn revision: 7213)

commit c5051ef0d844e773d7eb46795911b877c07229e3
Author: Piotr Sokól <piotr.sokol@10g.pl>
Date:   Wed Apr 15 18:57:46 2009 +0000

    Updated Polish translations
    
    (Old svn revision: 7208)

commit 8de4eef3128ccaac758876a97a091123df234e93
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Mon Apr 13 17:27:37 2009 +0000

    goodies translation update
    
    (Old svn revision: 7182)

commit aa23025c35c332b9fc1b50167a6a27f61192e540
Author: Piotr Sokól <piotr.sokol@10g.pl>
Date:   Wed Apr 8 13:05:35 2009 +0000

    Updated Polish translations
    
    (Old svn revision: 7141)

commit 30f5bbf42f668a7fc6f184743cfc768dcb8f2b43
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Mar 29 22:01:27 2009 +0000

    Translations updates - it pt
    
    (Old svn revision: 7036)

commit fa79eb2f40213b24002614099bf2d92e7e1765f1
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Mar 14 15:26:30 2009 +0000

    Translations updates - es fr gl it tr
    
    (Old svn revision: 6902)

commit 4e5567281bc8670d427965f0313956b72ace2d2a
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Mar 5 20:12:29 2009 +0000

    Fix the renaming of the pt nb files -- thanks to jerome who noticed this problem
    
    (Old svn revision: 6850)

commit 3772979b8b0e23d1266b013e811712d7a5285950
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Mar 5 14:53:41 2009 +0000

    Renamed pt_PT to pt and nb_NO to nb (bug #4574)
    
    (Old svn revision: 6848)

commit f3ae207d4fca539b25952e1ce74541c8a5927e43
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Mar 1 22:48:31 2009 +0000

    Translations updates - es pl uk
    
    (Old svn revision: 6826)

commit ef362762ae665bab5edc00e8c78fa13b779044cf
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Feb 23 17:51:35 2009 +0000

    Add AM_PROG_CC_C_O(), bug #4980.
    Add AC_PROG_LIBTOOL(), bug #4699.
    
    
    (Old svn revision: 6768)

commit bfa9835bce2035c24c6cc053fec182878df09aca
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Feb 22 22:57:36 2009 +0000

    Update translations -- Remove executable property on all po files (only da.po actuall)
    
    (Old svn revision: 6759)

commit 97bdd5a6b79ecd36d06e8804675fcf80c56fbee4
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Feb 20 23:55:23 2009 +0000

    Translations udpates - ca gl id
    
    (Old svn revision: 6730)

commit 6c087428e4f22927cfa45a91e3b953cf3a192708
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Feb 8 08:24:06 2009 +0000

    Translations updates - fr id it ja nb pl
    
    (Old svn revision: 6659)

commit 4462ffcb51461a3ef0a63411ca25a3ce5f8f1717
Author: Alexander Toresson <alexander.toresson@gmail.com>
Date:   Mon Jan 12 23:30:19 2009 +0000

    thunar-svn-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-cddrive-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-weather-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-volstatus-icon/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-quicklauncher-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-timer-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-clipman-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-diskperf-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-mailwatch-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    ristretto/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-sensors-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-mount-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-genmon-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    thunar-volman/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    notification-daemon-xfce/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-power-manager/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-dict/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-cellmodem-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    xfce4-battery-plugin/trunk/po:
    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
    
    (Old svn revision: 6445)

commit a3df175ddbc636da69517a1c22bbba08220f294a
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Dec 25 19:20:40 2008 +0000

    Translations updates - es gl id ja uk
    
    (Old svn revision: 6367)

commit 91f0b2240e0a38ebcf8baaaeae04c57b7b4f80a6
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 30 21:44:26 2008 +0000

    Translations updates - ca
    
    (Old svn revision: 6240)

commit cd0944eaa5e4314375ab1e3bdf7acef93ac7a75e
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 16 22:45:19 2008 +0000

    Translations updates and additions - ca, nb_NO, uk, zh_CN
    
    (Old svn revision: 6128)

commit a8926e3d52fe8396abd677e598005b4a1f78cabf
Author: Piarres Beobide <pi@beobide.net>
Date:   Wed Nov 12 10:59:45 2008 +0000

    Some goodies Basque translation update
    
    
    (Old svn revision: 6068)

commit 0fbf3167ad10c9de30558d3d75bf2b1c471b6da8
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 9 23:17:35 2008 +0000

    Translations updates for a lot of languages in a lot of packages
    
    (Old svn revision: 6041)

commit 49691d2494035b388a96e35a2d1f88fd3d4f2af7
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Oct 30 10:36:45 2008 +0000

    Basque translation update
    
    
    (Old svn revision: 5874)

commit 91954672cf1ac55eb3a516ff5dc51fe3046ef4fe
Author: Lars Nielsen <lars@mit-web.dk>
Date:   Mon Oct 20 16:28:26 2008 +0000

    	* da.po,LINGUAS: Danish translation added
    
    
    (Old svn revision: 5726)

commit 4c4a6f46da0c551e4f045ba63bde01b9443a0387
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Thu Jul 31 13:16:06 2008 +0000

    Maxim Dziumanenko <dziumanenko@gmail.com>
    
    * Updated Ukrainian translation.
    
    
    
    (Old svn revision: 5183)

commit 796765beed2674008a232d4af3ace0963977f76a
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Fri Jul 25 01:09:39 2008 +0000

    Updated Brazilian Portuguese translation.
    
    (Old svn revision: 5157)

commit 5402cc2da9d6560710f66cc6d988f33a05ee1b63
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Wed Jul 16 23:01:19 2008 +0000

    Update Arabic translations
    
    (Old svn revision: 5118)

commit cdb9e8272b2eb24ea7471c2be4013be3268afd51
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Tue Jul 15 19:15:17 2008 +0000

    Update Arabic translations
    
    (Old svn revision: 5098)

commit 187ca94291fe2610e0312445d798b3f4a655de39
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Jul 14 07:27:43 2008 +0000

    Translations added and updated for most goodies (gl;pt_PT;zh_CN)
    
    (Old svn revision: 5072)

commit e95330d5c515c3db635e625db6830e4b82956b4f
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Jun 26 22:00:51 2008 +0000

    Translations added and updated for most goodies (gl)
    
    (Old svn revision: 4998)

commit 54b61d18ecda3ea0161baa5705061d7dbac6b081
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Jun 25 21:44:02 2008 +0000

    Translations added for most goodies (id)
    
    (Old svn revision: 4996)

commit 91bbe7b833b54752374991d0771089b440bcc53b
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue May 13 09:01:45 2008 +0000

    update en_GB translations
    
    (Old svn revision: 4794)

commit f483e2f10c614a0801b132a3d32495d415f1152a
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue Mar 18 13:05:17 2008 +0000

    Update Portuguese translation
    
    (Old svn revision: 4067)

commit 00b744ec8bf593a0ddff56d6fa26cfd8b7be8f64
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Jan 9 16:48:55 2008 +0000

    Norwegian Bokmal translation update
    
    (Old svn revision: 3790)

commit 7de93ce5dfe0ccc3b388605ace8e00f205cc3715
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Dec 19 22:52:48 2007 +0000

    German translation updates in trunk
    
    (Old svn revision: 3731)

commit 0e0537c2c108db26dc22dc18b5333d7c67719bb9
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Mon Dec 17 21:28:47 2007 +0000

    Czech translations updated
    
    
    (Old svn revision: 3722)

commit 5f9db7171ea2e0cbc60e0462cd09e13334cee822
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Nov 19 23:06:36 2007 +0000

    Latvian translations added to most goodies.
    
    (Old svn revision: 3611)

commit 1c90e7f2e602ef4e4692111f773b030952ed5c53
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Nov 18 19:13:27 2007 +0000

    	* Post release bump, 0.6.3svn
    
    (Old svn revision: 3609)

commit aa08462f2bdaf59fa0febdbb6077c662f3307019
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Nov 18 19:01:43 2007 +0000

    	* Fix includes for bsd users.
    	* Bump version to 0.6.2 for release.
    
    (Old svn revision: 3607)

commit ebe17298fb977ef31a2f06f75408fada4e3c64ca
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Nov 18 10:38:22 2007 +0000

    	* Post release bump, 0.6.2svn
    
    
    (Old svn revision: 3605)

commit 5e491945a74fde16b80302dc20fb0131631b2c0f
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Nov 18 10:35:13 2007 +0000

    * Bump version for release to 0.6.1
    
    (Old svn revision: 3603)

commit 597746d30ec9b2e2cb30ed37077d0a41cccdc4a7
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Nov 18 10:25:46 2007 +0000

    	* Replace g_error with g_warning to avoid aborts.
    	* Fix indents in ChangeLog.
    
    	* Code cleanups.
    	* Fix problem with requests.
    
    	* Make the panel dialog icon 48x48 pixels (Bug #3513).
    
    (Old svn revision: 3602)

commit 35b8e5e629a5101eb4c7ab0361aaac7b1e5fd00c
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Nov 15 08:37:37 2007 +0000

    Fix changelogs for updated ur.po files, and add thunar-archive-plugin
    
    (Old svn revision: 3591)

commit 45604cbcf2b93c1cbb04b9840aea5129de9a1274
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Thu Nov 15 08:24:33 2007 +0000

    Rename pk.po to ur.po
    
    (Old svn revision: 3590)

commit d4660bfa26e6a7c7eee2660e780256f4ba7d528f
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Thu Nov 8 15:00:20 2007 +0000

    Updated Brazilian Portuguese translation by Fábio Nogueira <deb-user-ba@ubuntu.com>
    
    (Old svn revision: 3570)

commit 1d7c4269eedb8414ff2408d2d2d23d86e16dcf59
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Nov 3 10:45:47 2007 +0000

    Italian updates and new translations added to some goodies.
    
    (Old svn revision: 3500)

commit 507b44c473d98788d1bab780d6e8149aadb25549
Author: SZERVÁC Attila <sas@321.hu>
Date:   Mon Oct 29 04:44:17 2007 +0000

    hu trunk: little updates
    
    (Old svn revision: 3469)

commit 510eef355b510abcbef8c3af301ba089d550594f
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Oct 28 19:05:17 2007 +0000

    Add new translation by محمد علي المكي <makki.ma@gmail.com>
    
    (Old svn revision: 3466)

commit d94d467da199ffcfe53ec2ce9c4c26ba8bc9ed55
Author: Brian Tarricone <brian@tarricone.org>
Date:   Wed Oct 24 22:36:53 2007 +0000

    remove trailing parens on AC_INIT version info to work around bug
    in intltool 0.35.x and 0.36.x
    
    
    (Old svn revision: 3434)

commit b27a55cd83211b2c6d2fb590988d9acbcaaee73e
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sat Sep 22 22:46:13 2007 +0000

     * xfce4-sensors-plugin, xfce4-weather-plugin, xfce4-systemload-plugin,
       thunar-volman: Update European Portuguese translation.
    
    
    (Old svn revision: 3240)

commit f7e11feca041c5cb509bc7c22081dbd97395546a
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Sep 14 14:43:27 2007 +0000

    * Code cleanups.
    * Fix problem with requests.
    
    
    (Old svn revision: 3231)

commit 2e3ed1c6dc07472fa32bf16a64a4f3c2d73aa6cb
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Thu Sep 13 10:09:37 2007 +0000

    Updated Finnish translation.
    
    
    (Old svn revision: 3225)

commit 03ef54cbbdd5510efc3d72a4a25b7ff326386d74
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Sep 12 20:08:14 2007 +0000

    * Add fully threaded data update, prevent loops, timeout check,
      better data handling, no cache file. Reschedule an update when
      there is no connection (up to 5 times).
    * Merge new strings (warnings and errors only).
    
    
    (Old svn revision: 3212)

commit c44f2700aef19eaac126480dfac871b3849772e9
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Sep 10 18:53:59 2007 +0000

    * Make the panel dialog icon 48x48 pixels (Bug #3513).
    
    
    (Old svn revision: 3198)

commit e764447bbb86c21c370a77dcf543506d7a6bb047
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Wed Sep 5 01:23:53 2007 +0000

    Updated LINGUAS to include pt_BR.
    
    (Old svn revision: 3143)

commit d0faafd5497967974eb026194a58b2790353541e
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Tue Sep 4 16:05:46 2007 +0000

     * Fix french translation for weather-plugin
    
    (Old svn revision: 3138)

commit 2907abc53becd6b872e2e0dd1c781693376d9122
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Mon Sep 3 22:18:07 2007 +0000

    Minor tweaks to Brazilian Portuguese translation.
    
    (Old svn revision: 3127)

commit b250841b2e59e40342817a1ada35761aa9e11807
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Mon Sep 3 22:15:12 2007 +0000

    Updated translations for Brazilian Portuguese by Andrius da Costa Ribas.
    
    (Old svn revision: 3126)

commit a14b12f88afc6d825fef6419e8d4d6b6c963605b
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Fri Aug 24 23:30:50 2007 +0000

    * po/pt_PT.po: Update translations.
    
    
    (Old svn revision: 3070)

commit b6de99bf3f9b92a4728cbefff00d66d3645d02cb
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jul 8 20:18:00 2007 +0000

    * nb_NO.po: Norwegian Bokmal translations added
    * pt_PT.po: European Portuguese translations added
    
    
    (Old svn revision: 2898)

commit aa9a1e6a100e5b91bfaad87219aa53731ad450b5
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Jun 15 18:58:06 2007 +0000

    * fr.po: Updated translations for the mount and weather plugin packages
    * *.po: Fixed headers for the mount and weather plugin packages
    
    
    (Old svn revision: 2837)

commit fb5e5c13df98e73d1da5348a1640108bb4ed8c62
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Jun 11 07:30:21 2007 +0000

    previous patch lightly changed one string (removed a ':')
    
    (Old svn revision: 2822)

commit 2f6bc8aa50ffbec9d2c13e2ad18b1c4490a750f8
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Jun 11 07:27:40 2007 +0000

    * update svn:ignore property
    * improve search dialog using XfceTitledDialog
    * using 'adaptive' text size for the 'No Data' message
    
    
    
    (Old svn revision: 2821)

commit 7ab6b831166bc0c92e2be9e6414190ac5710bacb
Author: Nick Schermer <nick@xfce.org>
Date:   Sat May 26 20:04:05 2007 +0000

    	* Improve icon loading. When you remove all the labels the
    	  icon will fill the entire panel. The icon size is also
    	  pixel based, not linked to the GtkIconSize anymore (Bug #3232).
    	* Hide the event box window in the summary dialog, this looks
    	  better with most themes.
    
    (Old svn revision: 2782)

commit 662904cb060dc71d10e8298ba6daebfafbe44aed
Author: Nick Schermer <nick@xfce.org>
Date:   Sat May 26 19:28:51 2007 +0000

    	* Commit fix from bug #2934 to fix the location search.
    
    (Old svn revision: 2781)

commit 06ea14f174c12fe57f2daa20d31e22d5572e7605
Author: Nick Schermer <nick@xfce.org>
Date:   Sat May 26 10:10:05 2007 +0000

    	* Make the plugin working on FreeBSD. Patch by Stephen Hurd.
    
    (Old svn revision: 2780)

commit 2b00ca48befb5655b07c5ab1ca10da0269a03906
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Apr 13 16:45:49 2007 +0000

    Updated and fixed the German translation of the weather plugin.
    
    (Old svn revision: 2685)

commit ad3d648ef3e6f72e4e94d641172b684a2b7af3d1
Author: Amanpreet Alam <apbrar@gmail.com>
Date:   Wed Apr 11 02:46:09 2007 +0000

    updating for Punjabi
    
    (Old svn revision: 2684)

commit a59025fb8e4e21121ea569358c21b6cbb0d57d30
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sat Mar 31 11:51:35 2007 +0000

    forgot to add in LINGUAS en_GB
    
    (Old svn revision: 2626)

commit cd52971981517fd4c262d816c22271293a237e57
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Sat Mar 31 07:25:25 2007 +0000

    i18n british translation
    
    (Old svn revision: 2591)

commit b50dcbec20d288753410531def6bcdb8bdc0a40c
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Mar 14 20:07:53 2007 +0000

    	* Hide the ebox window, so you can see the panel background.
    	* Don't crash when no icons were found.
    	* Show a "No Data" label when nothing has been configured.
    	* panel-plugin/sample.c: Hmm, chinese translation updates that
    	  didn't get picked up by my previous commit. Should have been in
    	  rc1, sorry.
    	* ChangeLog: Update ChangeLog's for release
    	* ChangeLog: Update ChangeLog's for release
    	* ChangeLog: Update ChangeLogs
    	* Makefile.in, aclocal.m4, config.h.in, configure, ltconfig,
    	  ltmain.sh, panel-plugin/Makefile.in: libtool update
    	* AUTHORS, COPYING, INSTALL, autogen.sh, config.guess, config.sub,
    	  ltconfig, ltcf-c.sh, ltmain.sh, Makefile.in, aclocal.m4, compile,
    	  config.h.in, depcomp, install-sh, missing, mkinstalldirs,
    	  Makefile.am, README, configure, configure.ac, m4/debug.m4,
    	  m4/depends.m4, m4/i18n.m4, panel-plugin/Makefile.am,
    	  panel-plugin/Makefile.in, panel-plugin/sample.c: Initial import of
    	  the sample panel plugin.
    	* AUTHORS, COPYING, INSTALL, autogen.sh, config.guess, config.sub,
    	  ltconfig, ltcf-c.sh, ltmain.sh, Makefile.in, aclocal.m4, compile,
    	  config.h.in, depcomp, install-sh, missing, mkinstalldirs,
    	  Makefile.am, README, configure, configure.ac, m4/debug.m4,
    	  m4/depends.m4, m4/i18n.m4, panel-plugin/Makefile.am,
    
    (Old svn revision: 2555)

commit ef5caaca59922c9daec456726a22fa34aeab2bfb
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Feb 2 18:52:37 2007 +0000

    Added the Albanian translations by Besnik Bleta for all the goodies.
    
    (Old svn revision: 2480)

commit 43cca4ea4b9f8d6c7c4474d15a9df56136d39de5
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Jan 19 15:42:55 2007 +0000

    Updated the German translation by Fabian Nowak for the weather plugin package.
    
    (Old svn revision: 2432)

commit b697ad3c3f18698be41ea78990dc368f189044e4
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Jan 19 14:23:08 2007 +0000

    Remove line in the translations. Was a typo.
    
    (Old svn revision: 2431)

commit b34c8e98217216b283268c25925140132da14e3b
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Thu Jan 18 22:35:53 2007 +0000

    New Finnish translation for volman, weather plugin translation updated.
    
    
    (Old svn revision: 2429)

commit 19a3582de533a7a26b2e9562b41a77752996563b
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Jan 17 17:50:04 2007 +0000

    * Bump version for release
    
    
    (Old svn revision: 2401)

commit 276cdbf5fb2b4b1eee6101dd32f07fe70d10b3f8
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Jan 15 19:10:23 2007 +0000

    Add copyright
    
    (Old svn revision: 2366)

commit a1fd632fb413ed179e6e4c5ffc970b227c234321
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Jan 15 18:49:51 2007 +0000

    Improve the Makefile.am and configure.in.in files.
    You can now use enter and double-click in the search dialog.
    
    
    (Old svn revision: 2365)

commit a20eb6d736f769cef9ccf24f2a05289fb2f5258f
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sat Jan 13 12:41:15 2007 +0000

    Updated + fixed Czech translations for xfce4-weather-plugin
    
    
    (Old svn revision: 2353)

commit f5f6dd85a281f0922dfe4e9dac445f6acf66c2b8
Author: SZERVÁC Attila <sas@321.hu>
Date:   Mon Jan 8 08:28:05 2007 +0000

    hu trunk: updates
    
    (Old svn revision: 2316)

commit 3958fa5cd1b6a0e33a36669c347ea62808e53b85
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Jan 7 00:36:22 2007 +0000

    Updated the French translations for the verve, netload and weather plugins packages.
    
    (Old svn revision: 2305)

commit 152a4c52f53598ee2eb8163fe9f702e5ea6bb35c
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Tue Jan 2 13:35:45 2007 +0000

    Added the Belorusian translation of the xfce4-wavelan-plugin package.
    
    (Old svn revision: 2293)

commit d62f1f7203033ff1250219ab1d4cda26baa2f87d
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Dec 22 18:50:02 2006 +0000

    Updated the French translations for the dict, weather, battery and clipman plugins
    
    (Old svn revision: 2273)

commit a35c2fa61cebaa7935c1b4cd18b7cdc6590e182e
Author: Amanpreet Alam <apbrar@gmail.com>
Date:   Fri Dec 22 04:32:22 2006 +0000

    update with POT
    
    (Old svn revision: 2272)

commit 6def76a68d1bc366ecf25a6c27fbcd6bf3cdaa87
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Dec 20 23:49:14 2006 +0000

    Updated the Czech translations by Michal Várady for the battery, clipman and weather plugins
    
    (Old svn revision: 2269)

commit fa8d25eae45f0d5e27ed563113886c1ef11052bc
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Dec 20 17:30:58 2006 +0000

    Add help button
    
    (Old svn revision: 2262)

commit 21e799b3e46242ae6f5d0992330a858da290a318
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Sun Dec 17 22:05:06 2006 +0000

    Updated Finnish translation
    
    
    (Old svn revision: 2250)

commit 718426edcd9564548a71fad6dcf59b26c84a8d66
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sun Dec 17 19:49:36 2006 +0000

    little header fixes
    
    (Old svn revision: 2248)

commit 9eaf3edf4ddd9cc1aee40eafd8bead356639c45c
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Dec 17 15:15:01 2006 +0000

    Code layout improved, applied patch from Peggy Kutyla
    
    (Old svn revision: 2243)

commit 0d8a0991863f74376a2b6f62c77dc88525103d2d
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Dec 16 13:20:22 2006 +0000

    Change code layout, to be continued
    
    (Old svn revision: 2237)

commit 52750a02f402c3be2acd6f53a1cce5784f706a20
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Dec 16 13:02:07 2006 +0000

    Improve file names
    
    (Old svn revision: 2236)

commit 402e836f2e9ab202d0877f4c924a3993db091ba9
Author: SZERVÁC Attila <sas@321.hu>
Date:   Wed Dec 13 22:59:51 2006 +0000

    hu trunk: dict & weather updates
    
    (Old svn revision: 2214)

commit ca6496f2e18ae3f9bedb53eae06247a74753b2f8
Author: Amanpreet Alam <apbrar@gmail.com>
Date:   Tue Dec 12 05:03:37 2006 +0000

    adding new transaltion
    
    (Old svn revision: 2211)

commit 22e766fa375fbbf4f0a45d9dd5ad45f204bbd4b9
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Nov 25 11:08:12 2006 +0000

    Tiny alignment fix and added libxfce4util header to the plugin.h file
    
    (Old svn revision: 2176)

commit 3aa78ab17eb901013af7fdd945e9cfcb58d347fb
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Fri Nov 24 22:32:36 2006 +0000

    Updated the French translations of the xmms-plugin and weather-plugin packages by Gérald Barré
    
    (Old svn revision: 2175)

commit 9ff7ceeebbd02a5df223cd0743de3d3a44f08c0b
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Oct 26 10:00:58 2006 +0000

    xfce4-weather basque translation
    
    
    (Old svn revision: 2129)

commit af5e7a58e8bb98bcbca2c09cecfd0424db78a56c
Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
Date:   Thu Oct 5 13:30:07 2006 +0000

    Added Finnish translations.
    
    
    (Old svn revision: 2092)

commit ebe8a38bef3dbd78bb2c51829396babd93618536
Author: SZERVÁC Attila <sas@321.hu>
Date:   Wed Sep 27 20:17:27 2006 +0000

    hu trunk: updates
    
    (Old svn revision: 2077)

commit f1627e8df7129ebf9f58c2f1ba0d43f8d537ab32
Author: Pau Rullan Ferragut <paurullan@bulma.net>
Date:   Mon Sep 18 18:23:44 2006 +0000

    weather, catalan translation
    	add first work on the translation but it is not finished
    
    
    
    (Old svn revision: 2053)

commit 31d1568cce14e14986541a0b00e73ab4f43664b6
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Sep 10 19:31:33 2006 +0000

    * Regenerated all *.po files
    
    
    (Old svn revision: 2006)

commit aac686af21a97b8661585fedba0b2148ecd20812
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Sep 10 19:16:49 2006 +0000

    * Created new pot files for all goodies
    
    
    (Old svn revision: 2005)

commit 5ffddf28cd0e9728477417cfb5e3a630c2ff0d71
Author: Hydonsingore Cia <hydonsingore@educities.edu.tw>
Date:   Wed Sep 6 13:28:26 2006 +0000

    Updated traditional Chinese translations.
    
    (Old svn revision: 1981)

commit 859d88b6b6155685449d85361257fec1f164b589
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Sep 6 08:58:22 2006 +0000

    * Addded $Id$'s using svn:keyword
    * Trailing spaces are striped by Geany
    
    
    (Old svn revision: 1973)

commit 808730907bdc58b0b7f19a01ceb9c89eb7cd16c2
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Sep 5 20:01:17 2006 +0000

    * Fix typo in desktop file
    
    
    (Old svn revision: 1967)

commit 37c651f8eec29c80a4d1d840f615a179c8234490
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Sep 5 17:53:30 2006 +0000

    * Improve Makefile.am files. Make distcheck works
      without any problems now.
    
    
    (Old svn revision: 1963)

commit 6f13e61b87b2b326099d28a2f173574cab576d30
Author: Nick Schermer <nick@xfce.org>
Date:   Tue Sep 5 16:40:39 2006 +0000

    * Bump version to 0.5.99.1
    * Depend on Xfce4-panel 4.3.99.1
    
    
    (Old svn revision: 1959)

commit b5fc143623116ac46246b2d9e14395ead24e805c
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Sep 3 15:34:44 2006 +0000

    Updated German translations
    
    (Old svn revision: 1956)

commit 211bb6aa4b3037e38199023f874dab6063e077d3
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Sep 3 13:56:26 2006 +0000

    Add/Update Polish, German and French translations
    
    (Old svn revision: 1954)

commit 32fde01ef6ac40b78005f716a71afe46b80606f2
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Sep 2 21:27:42 2006 +0000

    * Include libxfcegui4_libs and some other fixes in the build files
    
    
    (Old svn revision: 1952)

commit 3858483c68358e37937a3b3d052a106237470242
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Sep 2 19:52:31 2006 +0000

    * Remove *.gmo files
    * Regenerated *.po files
    * Added *.pot file
    
    
    (Old svn revision: 1950)

commit e7774e05619406c96cfce4fcc3424902387c1eed
Author: Nick Schermer <nick@xfce.org>
Date:   Sat Sep 2 19:45:01 2006 +0000

    * Remove executable bits
    * Update ChangeLog
    
    
    (Old svn revision: 1949)

commit fbfaf7fccbc998662521c83d1d7b0fc8e402d28e
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 27 14:14:49 2006 +0000

    Add/Update Czech translations
    
    (Old svn revision: 1927)

commit 2040b10b5ba65363e91110fe6d322a64a64f45f7
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Aug 20 20:56:31 2006 +0000

    add Galician translations
    
    (Old svn revision: 1914)

commit 7ee5c37e90fde19233fd4b44ee77b72736c84d21
Author: Nick Schermer <nick@xfce.org>
Date:   Fri Aug 11 06:27:35 2006 +0000

    * Depend on xfce4-panel rev 22703
    
    
    (Old svn revision: 1881)

commit 837320a36790472c4e9d12590ba9d749c5ca3cdb
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Aug 9 18:48:12 2006 +0000

      * Fix some memory leaks
        * Clear dialog data and free the liststore
        * Finalize scrollbox widget
      * Use panel_slice_new0 and panel_slice_free
    
    
    (Old svn revision: 1872)

commit d2f97bb3cd9caeb187d2ae43b945b3b2d33aacfd
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Aug 7 21:36:15 2006 +0000

    * Added hu
    
    
    (Old svn revision: 1857)

commit 9504b6ccb5cd59eb6b0312e4b2c773866ea719a1
Author: Nick Schermer <nick@xfce.org>
Date:   Mon Aug 7 21:34:40 2006 +0000

    * Change version to 0.5.90.2 (weather 0.6 beta 2)
    * Typo in configure.in.in
    
    
    (Old svn revision: 1856)

commit 1923864b902e325f34dec2ba8fc075c1066d7100
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Aug 3 20:30:15 2006 +0000

    * Fix bug #1206, patch by Bob Schlärmann
    
    
    (Old svn revision: 1847)

commit 19ccf54e2645e0746ff2e0f315d2aff239502ec0
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Jul 27 19:17:16 2006 +0000

    updated French translations
    
    (Old svn revision: 1810)

commit e431f790108330c7fee8afdadbb7cd004abf0304
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Jul 13 20:16:38 2006 +0000

    * Fix compiler warnings and plug small leak
    
    
    (Old svn revision: 1765)

commit efbbdece3bc9cfc2b786904d790d27b935ddd5c7
Author: Nick Schermer <nick@xfce.org>
Date:   Thu Jul 13 19:08:00 2006 +0000

    * Fix typo in configure.in.in
    * Add extra header to check
    * (Fully) Depend on beta 2
    
    
    (Old svn revision: 1763)

commit 43d9a336e59638c63685775baee9f9d854f07405
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sun Jul 2 07:39:54 2006 +0000

    hu: weather added
    
    (Old svn revision: 1467)

commit 050b2fa32717627569285ae1667ab11a5975196f
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Jun 14 20:14:45 2006 +0000

    * Fix huge memory leak in the weather plugin (1,2 MB each startup).
      This happend while creating the icon factory, the pixmaps where loaded
      and unrefed but the icon factory also raised the ref_count by 1, so
      all the 47 pixmaps where never freed.
      I've fixed this by removing the factory and load the pixmaps manually.
    * Remove the 0.png and use 25.png instead.
    * Fixed icon in summary window if no weather data was available
    * Fixed panel resizing, this also seems to fix the "no update back from
      laptop suspend", duno why, but it works :).
    * The previous commit also added some more usefull default labels
    
    
    (Old svn revision: 1446)

commit 278e163c9010e00e61fca477eee16fdb007b7ff5
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Jun 14 08:05:58 2006 +0000

    * Update Changelog
    * Added GPL
    
    
    (Old svn revision: 1445)

commit dbf18866a40ae00ee67e93c2668fc0b28c0ccb29
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Jun 14 07:40:17 2006 +0000

    * Fix problem when compiling without debug
    
    
    (Old svn revision: 1444)

commit 7810d4dc0299d9a9a1ab73a07783de7d24b97520
Author: Nick Schermer <nick@xfce.org>
Date:   Wed Jun 14 07:37:14 2006 +0000

    * Fixed problems with --as-needed
    * Some small mem leaks
    * Added LINGUAS support for translators
    * Raised version to 0.6.0, because i think it's ready for 4.4
    * You need libxfcegui4 from svn (or b2)
    * Added debug code
    * Some cleanups
    
    
    (Old svn revision: 1443)

commit a3925d9abff8917f89f7602fe9f9e4009c997051
Author: Nick Schermer <nick@xfce.org>
Date:   Sun Jun 11 18:17:10 2006 +0000

    From Berios:
     * Reorder the includes a bit
     * Changed titled dialog
     * Added icon for the panel add items dialog
    
    
    (Old svn revision: 1442)

commit 36f1348553a997b6c3dbb52d3409c123130f7ccf
Author: Nick Schermer <nick@xfce.org>
Date:   Mon May 22 19:13:04 2006 +0000

    * Make array const
    * Added G_{BEGIN,END}_DECLS
    * Improve Layout
    * Use guint where possible
    
    
    (Old svn revision: 1428)

commit 21630eca3f59a251d4b97868588516de5cca63ab
Author: Nick Schermer <nick@xfce.org>
Date:   Fri May 19 12:42:29 2006 +0000

    * A lot if changed in the code to reduce exec. size
    * Fix build
    * Added new xfce dialog (if available)
    
    
    (Old svn revision: 1416)

commit d91a5fe06540885514705cc29719879ad6d4708f
Author: Nick Schermer <nick@xfce.org>
Date:   Fri May 19 06:38:56 2006 +0000

    * Another Makefile
    
    (Old svn revision: 1415)

commit 77f0e2b7ab013bc0f8424a4aab178a08624126a3
Author: Nick Schermer <nick@xfce.org>
Date:   Fri May 19 06:29:13 2006 +0000

    * Add Makefile.am
    
    (Old svn revision: 1414)

commit b0f29002087260c4ea50c6be1a5a2f31d027e6ca
Author: Nick Schermer <nick@xfce.org>
Date:   Thu May 18 21:44:20 2006 +0000

    * Add refresh button to right click menu for the n00bs
    * Cleanup code layout
    * Free some extra pixbufs
    * Replaced (most) of the debug messages
    * Remove the build and intltool files, they don't belong
      in a repo IMHO
    
    
    (Old svn revision: 1413)

commit 7818359a6afc3f3503060313338a04a310b3cd12
Author: Nick Schermer <nick@xfce.org>
Date:   Wed May 17 22:10:04 2006 +0000

    * Fix build errors
    * Free a pixbuf with g_object_unref, not with g_free
    * Typo in metric/imperial save
    
    
    (Old svn revision: 1412)

commit 79d8b2e88e4021af2ee25df0002b3aecde49bc22
Author: Benedikt Meurer <benny@xfce.org>
Date:   Wed May 3 22:37:21 2006 +0000

    Apply patch from Oliver Lehmann to fix GCC 2.95 compilation. Bug #1759
    
    (Old svn revision: 1376)

commit dd2bda5034086f400d16005622de498f7faafed5
Author: Masse Nicolas <masse_nicolas@yahoo.fr>
Date:   Tue Apr 25 20:59:49 2006 +0000

    update with version from Jasper - now compatible with Xfce-4.4
    
    (Old svn revision: 1366)

commit a22a27f9f31ee6c6777bee5b7d24c0c2dc38f97d
Author: Masse Nicolas <masse_nicolas@yahoo.fr>
Date:   Tue Apr 25 20:53:22 2006 +0000

    update with version from Jasper - now compatible with Xfce-4.4
    
    (Old svn revision: 1365)

commit da8ab640949cccc700190b9da8ea64d3195691a2
Author: Masse Nicolas <masse_nicolas@yahoo.fr>
Date:   Tue Apr 25 20:52:21 2006 +0000

    update with version from Jasper - now compatible with Xfce-4.4
    
    (Old svn revision: 1364)

commit 8008eb2d6f249063840020a8591842ce1ceb4920
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 8 07:15:52 2006 +0000

    Added/Updated Polish translations by Piotr Malinski <admin@rk.edu.pl>.
    
    
    (Old svn revision: 1306)

commit 7bba36e075785da935b70ecc22bede08ea8c8a3c
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 8 03:58:57 2006 +0000

    Removed.
    
    
    (Old svn revision: 1304)

commit b7c7dac8e54bb5f0fdb35ca8e11077a86dadc4a5
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Apr 8 03:45:45 2006 +0000

    Removed auto-generated files.
    
    
    (Old svn revision: 1303)

commit dda0a4980710320c75a3d231301a95b721b9674a
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Thu Feb 23 11:59:55 2006 +0000

    Added Vietnamese translations by Phan Vinh Thinh <teppi@vnlinux.org>.
    
    
    (Old svn revision: 1120)

commit 4587de35e123607d7052d033acd1dbc71e830bd2
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Sat Feb 18 09:36:55 2006 +0000

    Added for the translators.
    
    
    (Old svn revision: 1067)

commit c31e0879978c5fb26d261da2aa40a23314c17e4b
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Wed Feb 15 14:05:35 2006 +0000

    Added Basque translations by Piarres Beobide <pi@beobide.net>.
    
    
    (Old svn revision: 1059)

commit c566ab338b257d85f8a595abd44fe0fd98c96451
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Wed Jan 4 13:49:27 2006 +0000

    Updated.
    
    
    (Old svn revision: 931)

commit 5df533e2f06e7f33971a5c0cf7cfacfa49afc786
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Wed Jan 4 13:47:17 2006 +0000

    Added Japanese translations.
    
    
    (Old svn revision: 930)

commit 05c74d6476efdc4860e32fa370f5879b7e78a859
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Wed Jan 4 05:52:25 2006 +0000

    Updated.
    
    
    (Old svn revision: 913)

commit a49aadf5da3bf6072851fc3f0fe6ed5543b6874f
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Jan 1 15:06:14 2006 +0000

    update French translations (patch from Stephane Roy
    
    (Old svn revision: 910)

commit 01d9765aa5cc9afa3ebc8b475a27a17955971bdd
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Nov 28 16:10:43 2005 +0000

    Added.
    
    
    (Old svn revision: 872)

commit 07160236c3413c986cbd3164e5693368dbc06235
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Nov 28 16:09:57 2005 +0000

    Updated with the latest POT file.
    Modified initial comment/header strings.
    
    
    (Old svn revision: 871)

commit f604fa575397235eb536a83ef5587096b199907e
Author: Daichi Kawahata <daichi.k@aioros.ocn.ne.jp>
Date:   Mon Nov 28 16:09:31 2005 +0000

    Updated with the latest POT file.
    Modified initial comment/header strings.
    Converted local charset to UTF-8.
    
    
    (Old svn revision: 870)

commit e6d38a7a07ff83f1c65edee0625be8ad73e8b834
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Nov 27 21:19:55 2005 +0000

    Patch from Stephane Roy :
     - new strings in translate.c,
     - update french translation.
    
    
    
    (Old svn revision: 869)

commit 058167884f646264795e61ad7948cb17338e72f9
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Thu Sep 15 14:59:26 2005 +0000

    Fixed bug: plugin didn't use font color of the current theme
    
    
    (Old svn revision: 785)

commit c7f31f8722b5c4df19866c20535693b942af0992
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Thu Aug 25 14:15:47 2005 +0000

    Added: retrieving the xml weather data now happens "in the background",
    so the panel doesn't freeze anymore.
    
    
    (Old svn revision: 774)

commit 48412cf827ed20f2ae0bac73a35767a368302260
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Thu Jul 7 13:35:06 2005 +0000

    The non-corrupted icons
    
    
    (Old svn revision: 693)

commit 395e3a48d9226510a3e776b6d50b8fbe8023595a
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Thu Jul 7 13:32:40 2005 +0000

    Corrupted icons
    
    
    (Old svn revision: 692)

commit 39a29adef87a57b2ab274fc6b8efee88c3031134
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Jun 14 17:56:12 2005 +0000

    update FR translations
    
    
    (Old svn revision: 684)

commit b96dd726c0a2589430b5d0801a0fc012ea641191
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Tue Jun 14 17:53:39 2005 +0000

    rename xfce4-wheather-plugin in xfce4-weather-plugin
    
    
    (Old svn revision: 683)

commit a2e98725b6fc036f216af33eb101037baae09780
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Thu Mar 10 19:33:10 2005 +0000

    add SK translations from Juraj Brosz <juro@jurajbrosz.info>
    
    
    (Old svn revision: 596)

commit 3c7e44e894815df533448d4f2ff3a5051a95fc23
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Mon Mar 7 08:57:16 2005 +0000

    update zh_TW translations
    
    
    (Old svn revision: 595)

commit 151e59a311d51bc2d7e6ce1e0ae170f5b93afbf9
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Mar 5 12:52:33 2005 +0000

    wrong file
    
    
    (Old svn revision: 594)

commit 93a71a002fa14f54e8cd01a059d5e3c8f5dc2931
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sat Mar 5 12:49:40 2005 +0000

    add zh_TW translations
    
    
    (Old svn revision: 593)

commit 46a654ca48930a6cf8e09271d90395c8a3db5a08
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Thu Mar 3 14:57:44 2005 +0000

    Changed to version 0.4.9
    
    
    (Old svn revision: 592)

commit a9615ef4ba28c1a19a72efd224f250f3f94e0d35
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Mon Feb 28 15:26:41 2005 +0000

    Commited patch #354 to fix the redraw bug
    
    
    (Old svn revision: 591)

commit 99c22da56b774849a931a87feca898376c159312
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Mon Feb 28 15:17:55 2005 +0000

    Commited patch patch #351
    
    
    (Old svn revision: 590)

commit 374973bee6c0061a274df7ceccf8a1745fed80d2
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Mon Feb 28 14:54:58 2005 +0000

    Try all ip-addresses when connecting to xoap.weather.com
    
    
    (Old svn revision: 589)

commit 8404954bd44616dd57ac96db9a537090d12f5e0f
Author: Jean-François Wauthy <pollux@xfce.org>
Date:   Sun Feb 13 12:58:48 2005 +0000

    add LT translations
    
    
    (Old svn revision: 588)

commit 1ffbc7bc55e2f4f88994003de9cf34813ff9bd51
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Sun Jan 23 21:54:44 2005 +0000

    Added french translation
    Added some sky condition strings
    
    
    (Old svn revision: 587)

commit f252fbc433f2c9ad7ffbfdd4037bf2e60bbcbf9c
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Thu Jan 20 21:38:11 2005 +0000

    Changed version to 0.4.1
    
    
    (Old svn revision: 586)

commit 8e9bf926da3e0ff7ff6dfb73d2668e3cd98bc4b8
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Thu Jan 20 20:49:17 2005 +0000

    Removed calls to depricated functions
    Changed save location
    
    
    (Old svn revision: 585)

commit c70659d9e20a90618569f86c809d3c71753590b8
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Thu Jan 13 21:42:08 2005 +0000

    Prevent unloading of plugin. Requires Xfce 4.1.x. Fixes a crash.
    
    
    (Old svn revision: 584)

commit b6577bcd5da8c31c5bc8dba7802c9684616f3804
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Wed Jan 12 14:56:15 2005 +0000

    Added: german translation, this time for real
    Added: option to check the HTTP_PROXY environment variable for proxy settings
    
    
    (Old svn revision: 583)

commit 6c99ac18f72ba9afc5ec5a9306cc74dab9bc7827
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Fri Jan 7 23:28:15 2005 +0000

    Added german translation from Oliver Krieger
    
    
    (Old svn revision: 582)

commit 42fb722fba1c3bee0c3ba67728efbe716c8a16b1
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Fri Oct 22 13:09:20 2004 +0000

    Added: more description translations
    
    
    (Old svn revision: 581)

commit c1ce6184b08b7224f1eec91532fc7cac3c728305
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Mon Oct 18 13:49:59 2004 +0000

    Added: translation for: wind direction, date, time format, day of week, pressure
    Fixed: translate_str didn't compare entire str
    
    
    (Old svn revision: 580)

commit 50811d4b1c981ff5bd43fdd2f3bf7d6fa6e8366d
Author: Jasper Huijsmans <jbhuijsmans@home.nl>
Date:   Sun Oct 17 10:34:23 2004 +0000

    Prevent crash with incorrect translations array length. It's a bit safer like this ;-)
    
    
    (Old svn revision: 579)

commit a7d95f6272899f6ff9605bdb91d4ab9e3df9559b
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Sat Oct 16 19:34:13 2004 +0000

    Added: support for translating the sky condition (description).
    Cleaned up header includes
    
    
    (Old svn revision: 578)

commit cbb0a5e3a81f48c17418415b9fbd1d5badd9d914
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Sun Aug 22 21:06:40 2004 +0000

    Added -.png, small fix in icons makefile
    
    
    (Old svn revision: 577)

commit 2044df04857a00ebb10ce4da23b093dc36b9df24
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Sun Aug 22 20:55:30 2004 +0000

    Cleaned up some compiler warnings
    Added basic proxy support
    Added locking for multithreaded panel
    Composed missing icons 45, 46, 47 from other icons
    
    
    (Old svn revision: 576)

commit a0addbea02fd96a1265a8a00a0363563d0ad6823
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Sun Jul 25 20:42:36 2004 +0000

    Added i18n support
    
    
    (Old svn revision: 575)

commit e3aae7ef8bdcb9664dd987fc385f5d2cff5aa90d
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Wed Jun 23 19:19:23 2004 +0000

    Changed version to 0.3.9.1
    
    
    (Old svn revision: 574)

commit a334c0a31c2b53965aad3c0c9b74e0ce5b9849a7
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Mon Jun 7 13:29:59 2004 +0000

    Fixed bug, forgot NULL at end of argument list for gtk_tree_view_append_column (spotted, fixed by Bernhard Walle).
    
    
    (Old svn revision: 573)

commit f68a15babf8a491c4f914534c5f6fc3cd2dae803
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Sun May 30 13:59:45 2004 +0000

    Added debug.h to Makefile sources.
    Now closing the socket fd after using it, caused sockets to go in CLOSE_WAIT
    Added code to free the forecast data
    Changed some c++ style comments to c style
    
    
    (Old svn revision: 572)

commit 365caec913d081c24cbe8c3c68fb8f9b4d5a4e90
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Thu May 20 18:58:30 2004 +0000

    Fixed segfault when forecast data is unavailable
    
    
    (Old svn revision: 571)

commit 2d065cf34a98f72b61742491e92aacc218de4419
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Wed May 12 20:26:06 2004 +0000

    Added signal callback to the scrollbox to handle the change of a GTK theme
    
    
    (Old svn revision: 570)

commit 3f3e93b024a71c700098cad35fe5488e4fd00ed8
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Mon May 3 12:17:38 2004 +0000

    Split up all functions into different files for easier maintenance. Changed from non-blocking sockets to blocking sockets that are less difficult to use. Rewrote the functions that deal with the xml data, it should handle errors in the xml file better. Added a location search dialog. Remodelled the summary and forecast tabs.
    
    
    (Old svn revision: 569)

commit f82e2c6a5e4e9c89b4cc55936740c7df1c51361f
Author: Bob Schlärmann <blackhole@atreidis.nl.eu.org>
Date:   Mon Mar 1 20:42:19 2004 +0000

    Initial revision
    
    
    (Old svn revision: 565)

commit 8f8df479a8016e7d97b833185d4506c936ee3faa
Author: Unknown Author <xfce4-dev@xfce.org>
Date:   Mon Mar 1 20:42:19 2004 +0000

    New repository initialized by cvs2svn.
    
    (Old svn revision: 564)
