commit 5cb77cdb1802bece4da47c980178d89a8a11fe77
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Wed Jul 29 19:03:42 2009 +1200

    General: 2.27.4 release notes and version bump

 NEWS         |   23 +++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)

commit a26d7452bc79f473ac5d72e980d8eb5902e99b2b
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Wed Jul 29 18:56:41 2009 +1200

    invest-applet: Build cleanly after a make distclean
    
    Don't remove the transitional GtikApplet .server file. Debian patch,
    see gnome:589428.

 invest-applet/data/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2fef58bad96c519a5710a4dd65db3a63a9331ef2
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Wed Jul 29 08:18:27 2009 +0530

    Updated Tamil translation

 po/ta.po |   82 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 44 insertions(+), 38 deletions(-)

commit e2c60617f1ac4c040095d15da24402a1c7c0e192
Author: Petr Kovar <pknbe@volny.cz>
Date:   Tue Jul 28 01:33:46 2009 +0200

    Added Czech help translation for multiload by Marek Cernocky
    
    Reviewed by: Lucas Lommer and Petr Kovar.

 multiload/docs/Makefile.am                         |    2 +-
 multiload/docs/cs/cs.po                            |  748 ++++++++++++++++++++
 .../docs/cs/figures/multiload-preferences.png      |  Bin 0 -> 40874 bytes
 3 files changed, 749 insertions(+), 1 deletions(-)

commit ce76730c04caae9e69469651960112b12467dbee
Author: Petr Kovar <pknbe@volny.cz>
Date:   Tue Jul 28 01:25:08 2009 +0200

    Added Czech help translation for battstat by Marek Cernocky

 battstat/docs/Makefile.am                          |    2 +-
 battstat/docs/cs/cs.po                             |  514 ++++++++++++++++++++
 .../docs/cs/figures/battstat-applet-expanded.png   |  Bin 0 -> 7687 bytes
 battstat/docs/cs/figures/battstat-applet.png       |  Bin 0 -> 8089 bytes
 battstat/docs/cs/figures/battstat-credits-hal.png  |  Bin 0 -> 44645 bytes
 battstat/docs/cs/figures/battstat-preferences.png  |  Bin 0 -> 41874 bytes
 battstat/docs/cs/figures/context-menu.png          |  Bin 0 -> 12487 bytes
 7 files changed, 515 insertions(+), 1 deletions(-)

commit c81842b3a168bfe945af53c575e8586ca1a2172e
Author: Petr Kovar <pknbe@volny.cz>
Date:   Tue Jul 28 01:14:07 2009 +0200

    Updated Czech help translation for various applets by Marek Cernocky

 accessx-status/docs/cs/cs.po |  348 +++++++++++++++++++++++++----------
 charpick/help/cs/cs.po       |   40 +++--
 drivemount/help/cs/cs.po     |   23 ++-
 geyes/docs/cs/cs.po          |  105 ++++++-----
 gswitchit/help/cs/cs.po      |  423 ++++++++++++++++++++++++++++++++----------
 mixer/docs/cs/cs.po          |  163 +++++++++--------
 trashapplet/docs/cs/cs.po    |  104 ++++++-----
 7 files changed, 818 insertions(+), 388 deletions(-)

commit 297e4139a58654fbfcefd73fa1cbfc411ffe086e
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Jul 27 13:39:19 2009 +0300

    Updated Hebrew translation

 po/he.po |  542 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 236 insertions(+), 306 deletions(-)

commit 39ed34268f5f29212b8f9c1b9b98596c0843ef99
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Jul 24 19:41:35 2009 +0200

    Updated Spanish translation

 po/es.po |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

commit e3f343127a8626d42b7fb16f9eb1ca7749ecb52a
Merge: e286e49... fb6862e...
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Fri Jul 24 21:19:12 2009 +1200

    Merge branch 'invest-labels-586364'

commit fb6862e5540f59491a64917e61cc870d4652286c
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Fri Jul 24 21:17:05 2009 +1200

    invest-applet: Allow labels instead of stock symbols
    
    A contribution from Enrico Minack to allow user-supplied labels
    to be used instead of the stock symbol.

 invest-applet/invest/__init__.py    |   28 ++++++++++++++++++++++++++++
 invest-applet/invest/preferences.py |   32 ++++++++++++++++++--------------
 invest-applet/invest/quotes.py      |   27 +++++++++++++++++----------
 invest-applet/invest/test.py        |    2 +-
 invest-applet/invest/widgets.py     |   22 +++++++++++++++-------
 5 files changed, 79 insertions(+), 32 deletions(-)

commit e286e49b5a9f1ed6fe8d3de8fd7b2e51c1ff527a
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Jul 22 13:56:02 2009 +0200

    Updated Swedish translation

 po/sv.po |   39 +++++++++++++++++++++------------------
 1 files changed, 21 insertions(+), 18 deletions(-)

commit f318b474129c34ff262f5c75d7f32bf03417e3d0
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Wed Jul 22 20:53:15 2009 +1200

    stickynotes: Make sure we only save when asked to.
    
    Make sure the function stickynotes_save_now returns FALSE rather than
    whatever its void return value returned. Should fix bug 589213,
    I think the report of every 1 seconds in that case might be mistaken.

 stickynotes/stickynotes.c |    4 +++-
 stickynotes/stickynotes.h |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

commit b439c6cd1a469b4de979a7da59324fa33e264e65
Author: Yaron Sharabani <sh.yaron@gmail.com>
Date:   Mon Jul 20 23:06:51 2009 +0300

    Updated Hebrew translation

 po/he.po |  760 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 408 insertions(+), 352 deletions(-)

commit ad6ce9aa1d3b184aad5e00a7e5227459cf74704b
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Jul 19 22:28:29 2009 +0200

    Removed obsolete script

 po/update.sh |   45 ---------------------------------------------
 1 files changed, 0 insertions(+), 45 deletions(-)

commit 2b6230ed36529cba62b75e52b8282d8517205970
Author: Ilkka Tuohela <hile@iki.fi>
Date:   Sun Jul 19 11:11:23 2009 +0300

    Updated Finnish translation

 po/fi.po |  607 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 315 insertions(+), 292 deletions(-)

commit 6df48d5c1b0d47b7f1fd387f05c98a0183e19da1
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Jul 18 21:17:12 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  598 +++++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po |  598 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 628 insertions(+), 568 deletions(-)

commit d22641075368cd33ae8233c32c0de89a14842efb
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Jul 18 14:04:58 2009 +0200

    Updated Spanish translation

 po/es.po |  114 +++++++++++++++++++++++++++----------------------------------
 1 files changed, 51 insertions(+), 63 deletions(-)

commit 61e76a842876f8c2cd9e8933ae3b10baddfcc3fd
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Sat Jul 18 20:51:24 2009 +1200

    invest-applet: Update the "uninstalled" check
    
    Previously the check used ChangeLog and we switched to Makefile.am.
    This update fixes a missed case.

 invest-applet/invest/__init__.py |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 369caed944a16da36605080fa4241787ccdbc47a
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Thu Jul 16 22:55:22 2009 +1200

    trashapplet: Remove markup from a translatable string.
    
    Patch from Claude Paroz. See bug 588683. Also, rework the other
    message in the trash emptying dialog to remove an old FIXME.

 trashapplet/src/trash-empty.c |   28 +++++++++++++---------------
 1 files changed, 13 insertions(+), 15 deletions(-)

commit 94b465a4c85f1d98b54a395f4e9b06da38a30d44
Author: Jonathan Ernst <jonathan@ernstfamily.ch>
Date:   Wed Jul 15 18:20:03 2009 +0200

    Updated French translation

 po/fr.po |  523 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 246 insertions(+), 277 deletions(-)

commit 65d7d63a5436d5a989d61da27771a1fe7a18054c
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Jul 12 22:26:25 2009 +0300

    Updating Estonian translation

 po/et.po |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 115801365e0f3f33a09bb6452d0ad60fc450983b
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Fri Jul 10 20:58:14 2009 +1200

    invest: auto-convert stock symbols to upper case
    
    Patch from Enrico Minack. Fixes bug 450176.

 invest-applet/invest/preferences.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 6c77ab3d9c189bae30f5b7cee25a63fddbe41018
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Fri Jul 10 20:50:51 2009 +1200

    invest: Select the newly added stock for editing.
    
    Nice patch from Enrico Minack to make adding a new stock more intuitive.
    See bug 473706.

 invest-applet/invest/preferences.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 3541818f77407b62ce128ecf9dafac344540bd76
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Fri Jul 10 20:42:50 2009 +1200

    invest: Make the selection of stocks nicer (hover)
    
    Patch from Enrico Minack. Bug 508419. I also updated the file that
    is checked to detect an uninstalled version since ChangeLog has been
    removed. We now use Makefile.am.

 invest-applet/invest/invest-applet.py |   22 +++++++++---------
 invest-applet/invest/widgets.py       |   37 +++++++++++++++++----------------
 2 files changed, 30 insertions(+), 29 deletions(-)

commit 8b0a283e1bb7aee43a7b97cf0d6cae1810b29b9a
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Fri Jul 10 19:56:41 2009 +1200

    invest: remove a superfluous argument
    
    Patch from Enrico Minack. Fixes bug 555789.

 invest-applet/invest/preferences.py |   40 +++++++++++++++++-----------------
 1 files changed, 20 insertions(+), 20 deletions(-)

commit 5b26d3b1392d84a2277934f941e3bbdb086afe4b
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Jul 10 00:09:59 2009 +0300

    Updated Ukrainian translation

 po/uk.po | 1114 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 587 insertions(+), 527 deletions(-)

commit 547db14a6fa8f6b8825fd4abf3b251215626aa63
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Jul 7 17:02:55 2009 +0200

    Updated Swedish translation

 po/sv.po |  566 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 290 insertions(+), 276 deletions(-)

commit a6b4d8e2e23418b5389ce2d46b4cfc278a967119
Author: Sergey V. Udaltsov <svu@gnome.org>
Date:   Wed Jul 1 15:59:51 2009 +0100

    Bumped libxklavier version to 4.0
    
    Libxklavier changed API/ABI, all gnome modules are changed to use new
    version

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d98c933d870092d2318250d77f4d80003a7fccf9
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Mon Jun 29 12:51:12 2009 +0300

    Remove figures identical to original (but only those) from fi help

 charpick/help/fi/figures/charpalette_applet.png    |  Bin 1797 -> 0 bytes
 charpick/help/fi/figures/charpick_characters.png   |  Bin 36598 -> 0 bytes
 .../fi/figures/cpufreq-applet-selector-both.png    |  Bin 7739 -> 0 bytes
 .../help/fi/figures/cpufreq-applet-selector.png    |  Bin 8836 -> 0 bytes
 .../help/fi/figures/drivemount-applet_example.png  |  Bin 1238 -> 0 bytes
 geyes/docs/fi/figures/geyes_applet.png             |  Bin 1690 -> 0 bytes
 gweather/docs/fi/figures/gweather_applet.png       |  Bin 1225 -> 0 bytes
 mixer/docs/fi/figures/volumecontrol_applet.png     |  Bin 987 -> 0 bytes
 .../fi/figures/system-monitor-applet_window.png    |  Bin 447 -> 0 bytes
 9 files changed, 0 insertions(+), 0 deletions(-)

commit a40db0c098ccf1a8f66c5c6a1b8ce58d48de5ded
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Jun 28 23:40:05 2009 +0200

    Fixed Czech help translation for stickynotes by Marek Cernocky
    
    Reviewed by: Petr Kovar.

 stickynotes/docs/cs/cs.po |  532 +++++++++++++++++++++++++++++++++++----------
 1 files changed, 418 insertions(+), 114 deletions(-)

commit 70a123d125979ba85072fe31259749a92e1b654d
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Jun 28 23:14:11 2009 +0200

    Added & fixed Czech help translation for various applets by Marek Cernocky
    
    Added Czech help translation for cpufreq and stickynotes. Fixed Czech help
    translation for gweather.
    
    Reviewed by: Lucas Lommer and Petr Kovar.

 cpufreq/help/Makefile.am                           |    2 +-
 cpufreq/help/cs/cs.po                              |  602 ++++++++++++++++++
 .../cs/figures/cpufreq-applet-preferences-smp.png  |  Bin 0 -> 9761 bytes
 .../help/cs/figures/cpufreq-applet-preferences.png |  Bin 0 -> 22936 bytes
 gweather/docs/cs/cs.po                             |  641 +++++++++++++++-----
 stickynotes/docs/Makefile.am                       |    2 +-
 stickynotes/docs/cs/cs.po                          |  522 ++++++++++++++++
 .../docs/cs/figures/stickynote-right-menu-lock.png |  Bin 0 -> 18805 bytes
 .../docs/cs/figures/stickynote-right-menu-new.png  |  Bin 0 -> 17762 bytes
 .../docs/cs/figures/stickynotes-note-prefs.png     |  Bin 0 -> 28228 bytes
 stickynotes/docs/cs/figures/stickynotes-prefs.png  |  Bin 0 -> 40453 bytes
 stickynotes/docs/cs/figures/stickynotes_applet.png |  Bin 0 -> 26380 bytes
 12 files changed, 1599 insertions(+), 170 deletions(-)

commit c1fe05d7568f925ee5390580c24aa586b9d150b9
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Sat Jun 27 21:21:20 2009 +1200

    general: Fix the test for NetworkManager
    
    Use quoting and 'test' for the inner check.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 658544741f42794c28c2919d974f0bb89bf15775
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Thu Jun 25 16:32:40 2009 +0530

    Updated Tamil translation

 po/ta.po |  376 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 194 insertions(+), 182 deletions(-)

commit 664d9317256c30a116a4b1fd29a819b6cf9399e6
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Thu Jun 25 20:56:53 2009 +1200

    General: Clean up GTK+ includes
    
    Remove #includes of specific gtk/gdk/glib header files in favour of the
    generic <glib.h>, <gdk/gdk.h>, <gtk/gtk.h>. Most of this is a patch
    from Luis Menina (see bug 560678) with mini-commander fixes by myself.
    The gswitchit applet does pass yet because of libgnomekbd.

 gweather/gweather-dialog.h                 |    2 +-
 gweather/gweather-pref.h                   |    2 +-
 mini-commander/src/about.c                 |    2 +-
 mini-commander/src/cmd_completion.h        |    2 +-
 mini-commander/src/command_line.c          |  130 +++++++++++++---------------
 mini-commander/src/command_line.h          |    4 +-
 mini-commander/src/exec.c                  |    8 +-
 mini-commander/src/exec.h                  |    2 +-
 mini-commander/src/macro.h                 |    2 +-
 mini-commander/src/mc-default-macros.h     |    4 +-
 mini-commander/src/mini-commander_applet.c |   53 +++++-------
 mini-commander/src/mini-commander_applet.h |    4 +-
 mini-commander/src/preferences.h           |    2 +-
 multiload/global.h                         |    2 +-
 multiload/netspeed.h                       |    2 +-
 15 files changed, 102 insertions(+), 119 deletions(-)

commit a4615ac3f74d31442a7bda28435befe7d179af66
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Thu Jun 25 20:56:53 2009 +1200

    General: Clean up GTK+ includes
    
    Remove #includes of specific gtk/gdk/glib header files in favour of the
    generic <glib.h>, <gdk/gdk.h>, <gtk/gtk.h>. Most of this is a patch
    from Luis Menina (see bug 560678) with mini-commander fixes by myself.
    The gswitchit applet does pass yet because of libgnomekbd.

 gswitchit/gswitchit-applet.c |    2 +-
 gswitchit/gswitchit-applet.h |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 70ac17ff0d3414be0a1f2ae1bba2f8972f77153e
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Jun 22 00:48:18 2009 +0200

    Added Czech help translation for gweather by Marek Cernocky
    
    Reviewed by Petr Kovar.

 gweather/docs/Makefile.am                          |    2 +-
 gweather/docs/cs/cs.po                             |  744 ++++++++++++++++++++
 gweather/docs/cs/figures/gweather-details.png      |  Bin 0 -> 45235 bytes
 gweather/docs/cs/figures/gweather-menu-prefs.png   |  Bin 0 -> 14772 bytes
 .../docs/cs/figures/gweather-prefs-general.png     |  Bin 0 -> 44087 bytes
 .../docs/cs/figures/gweather-prefs-locations.png   |  Bin 0 -> 35091 bytes
 6 files changed, 745 insertions(+), 1 deletions(-)

commit adfe30575d677038f37718c67f0bf8741f1ff124
Author: Callum McKenzie <callum@spooky-possum.org>
Date:   Wed Jun 17 23:53:18 2009 +1200

    2.27.3 release
    
    In addition fixes where made to the zh_CN translations for various
    modules to pass XML validation.

 NEWS                                          |  112 +++++++++++++++----------
 configure.in                                  |    2 +-
 mixer/docs/zh_CN/zh_CN.po                     |    2 +-
 po/POTFILES.skip                              |   13 +---
 stickynotes/docs/zh_CN/stickynotes_applet.xml |    6 +-
 stickynotes/docs/zh_CN/zh_CN.po               |    7 +-
 6 files changed, 78 insertions(+), 64 deletions(-)