# Generated by Makefile. Do not edit.

commit 1b1fa4824033074c9fd93c39db95cc797d8693d2
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Jul 13 12:04:07 2010 +0100

    Update NEWS for 2.31.5 release

 NEWS |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 76d29ba76d364c5e45af28a2f3752a7910a3ba19
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Jul 13 11:40:02 2010 +0100

    Add password.c to be translated

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c0eec5ce846200e0f4ed3f4abdc9417c23f2a404
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Jul 12 17:20:13 2010 +0100

    Bump to 2.31.5 and use GTK+3.0
    
    Yay Zenity runs on GTK+3.0 and it's ready for GNOME 3.0

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

commit 7969d942c8c1d6fa4b5536d36080a5331db196d7
Author: Arx Cruz <arxcruz@src.gnome.org>
Date:   Mon Jul 12 12:57:47 2010 -0300

    Change GTK_DIALOG(dialog)->vbox to gtk_dialog_get_content_area() in order to compile with GTK 3.0

 src/password.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 79ea294e0a55190f2e4e3de895e3f9afc78ef4eb
Author: Arx Cruz <arxcruz@src.gnome.org>
Date:   Mon Jul 12 11:20:02 2010 -0300

    Just changing the copyright.

 src/password.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 10d038022014a8069495bd72ccf9ed47fdf9d14d
Author: Arx Cruz <arxcruz@src.gnome.org>
Date:   Sat Jul 10 16:13:40 2010 -0300

    Add new password dialog

 src/Makefile.am |    1 +
 src/main.c      |    3 +
 src/option.c    |   72 +++++++++++++++++++++++-
 src/option.h    |    2 +
 src/password.c  |  169 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/zenity.h    |   10 +++
 6 files changed, 256 insertions(+), 1 deletions(-)

commit 728c840668de3ec7c8a66842cad1b758c4dc90b3
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Jul 11 16:33:10 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 771d00a9d35b0c487fcfed643f12b3a10abc2d0c
Author: Arx Cruz <arxcruz@src.gnome.org>
Date:   Mon Jun 28 12:44:29 2010 -0300

    Bug #616816 - Add new entries to Zenity's man page - Patch from Carnë Draug - carandraug.ml at gmail dot com

 data/zenity.1 |   27 ++++++++++++++++++++++-----
 1 files changed, 22 insertions(+), 5 deletions(-)

commit 52930f30a0c99a7117d84198edd78d40114f354f
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jun 20 01:52:41 2010 +0200

    Updated Galician translations

 po/gl.po |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

commit cf31a7640e1eababef6cd28c411ec8e730f5d04b
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Jun 8 21:22:20 2010 +0100

    Update NEWS for 2.31.3 release

 NEWS |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

commit 0bf28af6bf1fb5e88c48192c953482b26c8242ee
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Jun 8 12:44:22 2010 +0100

    Update NEWS to 2.30.0 release

 NEWS |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

commit b8518c89f300d7a95335620038e18aef8ee22c5c
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Fri May 28 01:05:11 2010 +0100

    Bump to 2.31.3

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

commit 6a780186e0b984ac4b3aaa9a4c4b84eee0585362
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Fri May 28 00:57:16 2010 +0100

    Update text files to reflect zenity in year 2010.
    
    - Update Maintainers email
    - Added a big thanks to Lucas Rocha
    - Update Hacking to git format patch

 AUTHORS     |    1 +
 HACKING     |    2 +-
 MAINTAINERS |    4 ++--
 README      |    2 +-
 THANKS      |    3 ++-
 zenity.doap |    2 +-
 6 files changed, 8 insertions(+), 6 deletions(-)

commit 1570a2bbf07627cb5f8d9828a95db67b7d00634c
Author: Philippe Gauthier <philippe.gauthier@deuxpi.ca>
Date:   Fri Oct 30 14:51:16 2009 -0400

    Use g_timeout_add_seconds instead g_timeout_add
    
    The calls to g_timeout_add are replaced with g_timeout_add_seconds to
    reduce the number or program wake ups. See the GNOME Goal description:
    http://live.gnome.org/GnomeGoals/UseTimeoutAddSeconds

 src/calendar.c      |    2 +-
 src/entry.c         |    2 +-
 src/fileselection.c |    2 +-
 src/msg.c           |    2 +-
 src/notification.c  |    2 +-
 src/progress.c      |    2 +-
 src/scale.c         |    2 +-
 src/text.c          |    2 +-
 src/tree.c          |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

commit bda85194a8d9ee5ee1ab0921f21528539a5460cb
Author: Ray Wang <raywang@gnome.org>
Date:   Thu May 27 14:07:33 2010 +0800

    Update Chinese (Simplified) translations.

 po/zh_CN.po |  277 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 151 insertions(+), 126 deletions(-)

commit 6373be92dfaa6ae5667dd465eb93a54eefe1a54e
Author: Lucas Rocha <lucasr@litl.com>
Date:   Wed May 26 18:16:49 2010 +0100

    [zenity] Update maintainer-related file with news guys

 MAINTAINERS |   10 +++++++---
 zenity.doap |   13 ++++++++++---
 2 files changed, 17 insertions(+), 6 deletions(-)

commit 5eec67644c52b39f97f8f9298966c439f5b13cf1
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed May 26 19:48:18 2010 +0300

    Estonian translation updated

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

commit 7a9ac956bd5b6d0f1452736e6e0018ae9b9a76dc
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Tue May 18 23:47:56 2010 -0400

    Updated Shavian translation

 po/en@shaw.po |   49 ++++++++++++++++---------------------------------
 1 files changed, 16 insertions(+), 33 deletions(-)

commit e5d73ae5e4a3645ce25e0699bf3a2e2fe87664a6
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:41:07 2010 -0400

    Updated Shavian transliteration

 po/en@shaw.po |  357 ++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 226 insertions(+), 131 deletions(-)

commit cad7ecdd2b7636b080af035ad914296977dd84e7
Author: Yaron Sharabani <sh.yaron@gmail.com>
Date:   Tue May 4 21:15:15 2010 +0300

    Updated Hebrew translation

 po/he.po |  353 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 196 insertions(+), 157 deletions(-)

commit 88033e555e8d025504efa1c55d6ff47d3ea59df8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun May 2 11:28:39 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

commit 55404085631f4ff4c739f84f96c08b8fa82b8232
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
Date:   Sat May 1 08:59:57 2010 +0200

    Updated Norwegian Nynorsk translation

 po/nn.po |  314 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 155 insertions(+), 159 deletions(-)

commit 1aed79ee47d91964bf3e0e9fc5875db0414f8eb4
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Wed Apr 21 21:15:16 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

commit eb6ed94c9eac1dae8c943041bc278b9b9e0e26b0
Author: Michal Pryc <michal.pryc@sun.com>
Date:   Mon Apr 19 13:36:52 2010 +0100

    Bug 615527 - zenity hangs if invalid WINDOWID is specified

 src/util.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 70c689bebecccb21cf2591562466276132e54941
Author: Olav Vitters <olav@vitters.nl>
Date:   Sun Apr 18 12:24:39 2010 +0200

    Fix doap file

 zenity.doap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit aff315c0d55e8cb2264faf6fed7d8c684a8e9fa9
Author: Francisco Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Apr 17 16:17:24 2010 +0200

    Updated Galician translations

 po/gl.po |  266 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 146 insertions(+), 120 deletions(-)

commit d4eb094507e9dd05739152728274f97311e99b42
Author: Andika Triwidada <andika@gmail.com>
Date:   Fri Apr 16 16:02:57 2010 +0700

    Updated Indonesian translation

 po/id.po |  494 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 287 insertions(+), 207 deletions(-)

commit 804f723ccc26a2a70221235cc049c53514504476
Author: Yannig Marchegay <yannig@marchegay.org>
Date:   Wed Apr 14 18:31:42 2010 +0200

    Updated Occitan translation

 po/oc.po |  476 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 257 insertions(+), 219 deletions(-)

commit 5658aa59447baf14dc575b4309d55499ad3c2a7f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Apr 14 15:04:36 2010 +0200

    Updated Slovenian translation

 po/sl.po |  305 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 166 insertions(+), 139 deletions(-)

commit 2b4f7ba55f36786596f444cdf6af7560d7b95d7c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Apr 14 15:02:32 2010 +0200

    Updated Slovenian translation

 po/sl.po |   37 ++++++++++++++++++-------------------
 1 files changed, 18 insertions(+), 19 deletions(-)

commit 79184cbe7af2a39f064403777ce2e0bffa0f1077
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Sun Apr 11 20:01:00 2010 +0200

    Updated asturian translation

 po/ast.po |  277 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 149 insertions(+), 128 deletions(-)

commit a2553a8a68968131a87ae6b29656d4c2c351081f
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Sun Apr 11 19:56:52 2010 +0200

    Updated asturian translation

 po/ast.po |  128 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 69 insertions(+), 59 deletions(-)

commit 29625ff9cc86c183c3c6a3b1ab8ee77722580c54
Author: Andre Klapper <a9016009@gmx.de>
Date:   Wed Mar 10 23:51:28 2010 +0100

    Compile with -DGSEAL_ENABLED. Fixes bug 612498.

 src/about.c |    4 ++--
 src/util.c  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 839437f4a80f8da4dd6da81eeaf04785c16e078b
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Apr 5 00:57:49 2010 +0200

    Update Czech translation by Lucas Lommer

 po/cs.po |   43 ++++++++++++++++++++++---------------------
 1 files changed, 22 insertions(+), 21 deletions(-)

commit 7d86cc2bbba4a231d0eef43f0bdb270770f758c2
Author: Jordi Serratosa <jordis.lists@gmail.com>
Date:   Fri Apr 2 18:53:45 2010 +0200

    Fixes to Catalan translation

 po/ca.po |   27 ++++++++++++++++-----------
 1 files changed, 16 insertions(+), 11 deletions(-)

commit 2cfd53bab323da71a847992620e3cdd1a04ae17c
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Tue Mar 30 18:14:57 2010 +0200

    Dutch translation updated by Wouter Bolsterlee

 po/nl.po |  370 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 201 insertions(+), 169 deletions(-)

commit b9ee3090efa7df0d527f6e7cad5430c6fc5eee14
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Tue Mar 30 00:05:33 2010 +0200

    Updated Danish translation of documentation

 help/da/da.po |  340 +++++++++++++++++++++++++--------------------------------
 1 files changed, 150 insertions(+), 190 deletions(-)

commit 099f89a98acdae231a26f02a69b555b6278c1ad5
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Mar 28 23:46:53 2010 +0200

    Updated Danish translation

 help/da/da.po |  224 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 112 insertions(+), 112 deletions(-)

commit e5b85a15038fe268099e1dd8ce46dbe12c4d7b89
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Mar 28 20:16:36 2010 +0200

    Updated Danish translation

 po/da.po |  302 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 166 insertions(+), 136 deletions(-)

commit e5b82a7b23e4980c2be446eeffcd9d716fd0af92
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sun Mar 28 00:20:33 2010 +0600

    Updated Bengali translation

 po/bn.po |  263 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 132 insertions(+), 131 deletions(-)

commit fa12e7fd11f9941f0a60d6875eda263c32616a29
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Mar 26 16:54:38 2010 +0200

    Updated Ukrainian translation

 po/uk.po |  266 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 144 insertions(+), 122 deletions(-)

commit 37de79528c37ea6fceb1aa248bcae3740f688e6f
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Mar 24 17:08:37 2010 +0100

    Updated Basque language

 po/eu.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0593d22dcaa6649043a5e5b232d3e024bd67c90d
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Mar 22 16:20:43 2010 +0700

    Updated Thai translation.

 po/th.po |  264 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 144 insertions(+), 120 deletions(-)

commit 817707874cf822b320aa0f25040c464f32660967
Author: Adi Roiban <adi@roiban.ro>
Date:   Mon Mar 22 00:40:47 2010 +0200

    Update Romanian translation

 po/ro.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0c5d03d37049262cf194b39f923a9ef132706b38
Author: Nikos Bakaoukas <nikolaosx1@gmail.com>
Date:   Fri Mar 19 22:18:51 2010 +0200

    Updated Greek translation for zenity

 po/el.po |  360 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 199 insertions(+), 161 deletions(-)

commit c0ff41633f3bb478cbc34a097da5ffcbf41ad661
Author: Adi Roiban <adi@roiban.ro>
Date:   Sun Mar 14 23:09:05 2010 +0200

    Update Romanian translation

 po/ro.po |  130 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 63 insertions(+), 67 deletions(-)

commit 235edd262644e1d9ff2d3af9e923689c08240906
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Mar 14 03:19:01 2010 +0900

    Updated Korean translation

 po/ko.po |  368 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 196 insertions(+), 172 deletions(-)

commit 9f2cb0d4b7f934870c5f8122a308ddd296feef77
Author: David Planella <david.planella@gmail.com>
Date:   Fri Mar 12 21:02:27 2010 +0100

    Updated Catalan translation

 po/ca.po |  291 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 158 insertions(+), 133 deletions(-)

commit 800c3cde72066abb25727115ae30064ca0129274
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Wed Mar 10 19:11:43 2010 +0100

    Updated Italian translation

 po/it.po |  332 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 172 insertions(+), 160 deletions(-)

commit d9fd2a55afc70508cd8970cbcf4e1e836a545b42
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Wed Mar 10 12:01:17 2010 +0200

    Updated Finnish translation

 po/fi.po |  275 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 156 insertions(+), 119 deletions(-)

commit 4f24c87d54ea4b078cff26efe46e32eb6d005a7e
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Wed Mar 10 11:59:05 2010 +0200

    Updated Finnish translation

 po/fi.po |  336 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 167 insertions(+), 169 deletions(-)

commit 575fece91688a7ad33f1326de78bfc205c43189d
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Mar 9 00:01:58 2010 +0000

    Updated Portuguese translation

 po/pt.po |  348 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 191 insertions(+), 157 deletions(-)

commit 8b9701efdd5fce18d677e6ea03f757b77b3f55e0
Author: Felipe Vieira Borges <felipe10borges@gmail.com>
Date:   Sun Mar 7 21:55:05 2010 -0300

    Updated Brazilian Portuguese Translation.
    
    Reviewed by Vladimir Melo.
    (cherry picked from commit dbdf89d2e353d3339c84b799f927df53078d103f)

 po/pt_BR.po |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

commit f1af763b01768a8f8469adf993c825bf871db21c
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Mar 6 20:13:10 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  263 ++++++++++++++++++++++++++++++++---------------------------
 po/zh_TW.po |  263 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 288 insertions(+), 238 deletions(-)

commit 7ea596050f51bbaeb4bb17fe03e4001b94b7bf78
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Mar 4 23:41:28 2010 +0100

    Updated Basque language

 po/eu.po |  275 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 151 insertions(+), 124 deletions(-)

commit 5c3896549f1868de5dc7e5b69dcfdaaf0e2e2ad0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Mar 4 23:14:04 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  276 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 155 insertions(+), 121 deletions(-)

commit da51eb357a72229587ee7f221f1e213362e1f6fb
Author: vasudeven <agnihot3@gmail.com>
Date:   Wed Mar 3 21:36:47 2010 +0530

    updated Tamil translation

 po/ta.po |  274 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 149 insertions(+), 125 deletions(-)

commit 08c9734cfcb2816de769b29a8b81f7920ef32451
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Feb 27 15:21:29 2010 +0100

    Updated Swedish translation

 po/sv.po |  308 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 167 insertions(+), 141 deletions(-)

commit adbaf12d1543a5d6abb43cf89273abccee5c8555
Author: Andre Klapper <a9016009@gmx.de>
Date:   Fri Feb 26 11:01:07 2010 +0100

    Update Czech translation

 po/cs.po |  274 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 152 insertions(+), 122 deletions(-)

commit a5b05740d9166efd662ba2889ef82b3fe5037ba8
Author: Marcel Telka <marcel@telka.sk>
Date:   Thu Feb 25 22:25:05 2010 +0100

    Updated Slovak translation

 po/sk.po |   39 +++++++++++----------------------------
 1 files changed, 11 insertions(+), 28 deletions(-)

commit dbcdbccd85e278fc8791de5c7f0f64021bf717a3
Author: Ivar Smolin <okul@linux.ee>
Date:   Thu Feb 25 23:06:44 2010 +0200

    Estonian translation updated

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

commit c55b2f6c53ea46159e8f1b4cacb5fbf81c457e09
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Feb 25 02:08:36 2010 +0100

    Updated Polish translation

 po/pl.po |  286 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 158 insertions(+), 128 deletions(-)

commit c708294723d36357c18f9e2b6ce252967e113cb4
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Feb 24 21:23:47 2010 +0200

    Updated Arabic translation

 po/ar.po |  348 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 190 insertions(+), 158 deletions(-)

commit dd33a5028a6f6a631d92d42000f3d2304c42a5e8
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Wed Feb 24 16:29:05 2010 +0000

    Updated British English translation

 po/en_GB.po |  358 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 184 insertions(+), 174 deletions(-)

commit 57e56e256c506890466f90bdb0248b6c7acd1041
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Feb 24 15:37:24 2010 +0100

    Updated Slovenian translation

 po/sl.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 765213341946dd68ca8e0e8ed690bf61c3c24467
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Feb 24 15:26:16 2010 +0100

    Updated Slovenian translation

 po/sl.po | 1273 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 637 insertions(+), 636 deletions(-)

commit 627ad08e5f06b6b6a4afa8438416e4888abe555a
Author: Alexander Shopov <ash@contact.bg>
Date:   Wed Feb 24 07:25:29 2010 +0200

    Updated Bulgarian translation

 po/bg.po |  261 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 143 insertions(+), 118 deletions(-)

commit bdeedcae39695e5d133ca494a49dc99843873561
Author: Marcel Telka <marcel@telka.sk>
Date:   Tue Feb 23 20:22:33 2010 +0100

    Updated Slovak translation

 po/sk.po |  380 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 215 insertions(+), 165 deletions(-)

commit 5a19d1b1b0c0e6540bacf6aaefa0697bbd92b758
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Feb 23 19:56:58 2010 +0100

    Updated Spanish translation

 po/es.po |   42 ++++++++++++++++--------------------------
 1 files changed, 16 insertions(+), 26 deletions(-)

commit ab89c159b82620ecd96c2a214cc99f4520dd8440
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Feb 23 19:50:44 2010 +0100

    Updated Spanish translation

 po/es.po |  302 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 167 insertions(+), 135 deletions(-)

commit 91371e624f65db60f464dc7ae731e8564fe88672
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Feb 23 19:46:14 2010 +0100

    Updated German translation

 po/de.po |  312 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 173 insertions(+), 139 deletions(-)

commit 4ccc7f6fac79a189e0c0c4896bb2f0f38d38d7c7
Author: Berislav Kovacki <pantokrator@pantokrator.net>
Date:   Tue Feb 23 18:24:20 2010 +0000

    Bug 540169 - Zenity should offer color selection dialog

 data/zenity.1   |   12 +++++++
 src/Makefile.am |    1 +
 src/color.c     |   97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c      |    3 ++
 src/option.c    |   90 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/option.h    |    2 +
 src/zenity.h    |    7 ++++
 7 files changed, 212 insertions(+), 0 deletions(-)

commit 3c17a5a8870422b9a9145ff805d6d3bb872dacea
Author: Huzaifa Sidhpurwala <huzaifas@redhat.com>
Date:   Tue Feb 23 18:07:08 2010 +0000

    Bug 593926 - --progress needs a --nocancel option

 src/option.c   |   17 ++++++++++++++++-
 src/progress.c |   17 +++++++++++++++++
 src/zenity.h   |    1 +
 3 files changed, 34 insertions(+), 1 deletions(-)

commit 078ff023621c57c7287a4978bf944d812481c82c
Author: Lucas Rocha <lucasr@litl.com>
Date:   Tue Feb 23 17:55:00 2010 +0000

    Bug 609224 - GPL mentioning left in about dialog

 src/about.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3b4f73ce466eb76c746920ba25e9c2f00374017a
Author: Lucas Rocha <lucasr@litl.com>
Date:   Tue Feb 23 17:53:38 2010 +0000

    [options] Use correct type in hide_header variable

 src/option.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 039b64b556f96ca684b173843d224f8c06b315ad
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Tue Feb 23 17:12:16 2010 +0200

    Update Russian translation by Yuri Kozlov <yuray@komyakino.ru>

 po/ru.po |  344 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 176 insertions(+), 168 deletions(-)

commit b4adcfa01ba1c48bc92676611379b17afc68803b
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sun Feb 21 21:34:01 2010 +0100

    Update Czech translation

 po/cs.po |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit bf41bf408728db121653f1e4d623f5bb1a8d49ed
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Feb 19 11:43:38 2010 +0100

    Updated Polish translation

 po/pl.po |  403 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 204 insertions(+), 199 deletions(-)

commit 7d8061b214a7f2875311f96ee77b7b2213a0720e
Author: vasudeven <agnihot3@gmail.com>
Date:   Thu Feb 18 10:25:43 2010 +0530

    updated Tamil translation

 po/ta.po |   32 ++++++++++++++++++--------------
 1 files changed, 18 insertions(+), 14 deletions(-)

commit 78b3e704ea3be9527d380d9b544fe62f7ce0f9c1
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Feb 16 19:23:01 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  319 ++++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po |  320 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 324 insertions(+), 315 deletions(-)

commit a08c1e80a24d10e506ec5df75a1b15b291e05d43
Author: Antón Méixome <meixome@certima.net>
Date:   Mon Feb 15 13:50:45 2010 +0100

    Updated Galician Translation

 po/gl.po |  344 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 178 insertions(+), 166 deletions(-)

commit 2239ef1bba342137ec9b4dd475a895e2e3443b82
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Feb 13 18:51:57 2010 +0200

    Update Romanian translation

 po/ro.po |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

commit 70889049d4201470f1172be655eddabb957203d6
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Feb 7 17:52:06 2010 +0700

    Updated Thai translation.

 po/th.po |  336 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 173 insertions(+), 163 deletions(-)

commit feb2f412e77579d754aee412dc904420ff9855bf
Author: Ísis Binder <isis.binder@gmail.com>
Date:   Fri Jan 29 12:32:00 2010 -0500

    Updated Brazilian Portuguese translation.

 po/pt_BR.po |   31 +++++++++++++++----------------
 1 files changed, 15 insertions(+), 16 deletions(-)

commit 4f315f3bbeba53a41d4cf1c33cf53236cb3e6985
Author: Christian.Kirbach <Christian.Kirbach@googlemail.com>
Date:   Wed Jan 27 13:54:59 2010 +0100

    Updated German translation

 po/de.po |  344 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 178 insertions(+), 166 deletions(-)

commit c4bab537d424cd59c27c0e4934a03b3bc9ffeff6
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Tue Jan 26 03:05:53 2010 +0600

    Updated Bengali translation

 po/bn.po |   43 +++++++++++++++++++++++++------------------
 1 files changed, 25 insertions(+), 18 deletions(-)

commit 95331bd66a4069ead45c64ebd018f9430bdea289
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Jan 25 11:18:56 2010 +0200

    Updated Bulgarian translation

 po/bg.po |  323 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 165 insertions(+), 158 deletions(-)

commit b719947a2daaa9493aaa5f7fdf3d26a00a128fcb
Author: Thomas Andersen <phomes@gmail.com>
Date:   Mon Jan 25 00:47:09 2010 +0000

    Bug 607175 - Use AM_SILENT_RULES

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

commit a130e0df5dcd400d02ea301d279d3237d4b669d3
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Jan 22 14:16:51 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po |   29 +++++++++++------------------
 1 files changed, 11 insertions(+), 18 deletions(-)

commit 6cc71bea3c64a5ff7a0cf417c09182723df6b134
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Fri Jan 22 13:21:51 2010 +0600

    Updated Bengali translation

 po/bn.po |  434 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 255 insertions(+), 179 deletions(-)

commit d6dc99d2148fc796be283235c0d7528328b2ede5
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Jan 13 18:26:51 2010 +0100

    Updated Basque language

 po/eu.po |  324 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 165 insertions(+), 159 deletions(-)

commit 1cad0189120bb11e4d157456e20b39a96f18f0ae
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Sun Jan 10 18:21:10 2010 +0200

    Update Ukrainian translation

 help/uk/figures/zenity-notification-screenshot.png |  Bin 3104 -> 3117 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 1758da2cb486d8431feb509f1f3c61de5b57ccec
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Sun Jan 10 18:19:03 2010 +0200

    Update Ukrainian translation

 help/uk/uk.po |  485 ++++++++++++++++++++++++++++-----------------------------
 1 files changed, 239 insertions(+), 246 deletions(-)

commit 114c047d751c81345872e7d2d5aafabf40cf0e3a
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jan 9 23:32:03 2010 +0100

    Updated French translation

 po/fr.po |  327 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 167 insertions(+), 160 deletions(-)

commit 4b07d1750aa98c4746aa9e067baa7324e810f0f9
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 9 17:36:21 2010 +0100

    Updated Swedish translation

 po/sv.po |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 9a2aceb22cd7c089c878bc6be027ea352ceb2520
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Jan 5 23:46:47 2010 +0200

    Updating Estonian translation

 po/et.po |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

commit 0b9aa34fc698a65a64e2e007cd93795ae29c44b7
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Tue Jan 5 11:59:39 2010 +0200

    Update Ukrainian translation

 po/uk.po |  327 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 168 insertions(+), 159 deletions(-)

commit 30c2a87aaee1ab8fff7375db346896eea6d7604a
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Mon Jan 4 20:35:07 2010 +0100

    Added asturian language

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit dd7fdcc8a45ee54ff8d9819e39bffc89048f41cb
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Mon Jan 4 20:34:52 2010 +0100

    Updated asturian translation

 po/ast.po |  612 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 612 insertions(+), 0 deletions(-)

commit ca4ac80d0a1a78e23cd730979f80bfcc8b04f806
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Jan 3 18:32:18 2010 +0100

    Updated Hungarian translation

 po/hu.po |  333 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 170 insertions(+), 163 deletions(-)

commit 7322af15b55b0c9786b3c96e5e994611bf8e03da
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Dec 23 20:10:58 2009 +0200

    Updating Estonian translation

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

commit b9f5732e6259ea6cad256f206bdd19d1256355a1
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Dec 21 21:42:09 2009 +0100

    Updated Slovenian translation

 po/sl.po | 1272 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 636 insertions(+), 636 deletions(-)

commit 162315d21cde7e1f1abeec61d3ddd82755e622b6
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Dec 21 12:16:52 2009 +0200

    Updating Estonian translation

 po/et.po |   31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)

commit b9cfd7383b9521ecd45fc173ccd50ef4c9303835
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Dec 19 14:33:57 2009 +0100

    Updated Spanish translation

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

commit 0292e2bc9f7724c5283602cbb1da882d275ae225
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Dec 19 12:53:38 2009 +0200

    Update Romanian translation

 po/ro.po |  397 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 206 insertions(+), 191 deletions(-)

commit 77d3b7cce74df75afc819894527f8030cba2de32
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun Dec 13 18:23:14 2009 +0000

    [man] Change --print-column expect a NUMBER

 data/zenity.1 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 97d7fa636e4f5ee20a53b667d9d27303b951a05d
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun Dec 13 17:45:28 2009 +0000

    Bug 603673 - Show correct license in the about dialog

 src/about.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit dc8d4848c3cb069eb2bcd8d8fd198794b3975bfd
Author: Tao Wei <weitao1979@gmail.com>
Date:   Wed Dec 9 14:45:55 2009 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |  306 ++++++++++++++++++++++++++++++----------------------------
 1 files changed, 158 insertions(+), 148 deletions(-)

commit 262951d41011302d8bce193f00f3c1a71a67cefd
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Nov 30 21:04:44 2009 +0200

    Update Hebrew translation

 po/he.po |  386 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 192 insertions(+), 194 deletions(-)

commit 2d1c16b12203017f94e9b502f6723f4b3402c6d5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Nov 15 13:55:03 2009 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |  302 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 154 insertions(+), 148 deletions(-)

commit 68798193b2ba3d6d6514c448a659872ba09419c0
Author: Thomas Thurman <tthurman@Dorothy.plexq.com>
Date:   Thu Nov 12 07:15:25 2009 +0000

    Shavian translation

 po/LINGUAS    |    1 +
 po/en@shaw.po |  554 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 555 insertions(+), 0 deletions(-)

commit b0c7ffa123c3c599c25e50e0d1ddc6c5f523e968
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Fri Nov 6 23:24:45 2009 +0200

    Updated Latvian translation.

 po/lv.po |  406 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 212 insertions(+), 194 deletions(-)

commit 01eca878141312f4a7c60cbe96b0da57a39cecbc
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Oct 28 14:08:25 2009 +0100

    Updated Slovenian translation

 po/sl.po |  377 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 194 insertions(+), 183 deletions(-)

commit 40efb20827d0560b6805cc936059469d963cfed3
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Tue Oct 27 12:27:54 2009 +0530

    Updated Tamil translation

 po/ta.po |  301 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 154 insertions(+), 147 deletions(-)

commit 992fb0de7e4706e92fc3fdfd92486cea1cbcbcfe
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Oct 18 22:17:17 2009 +0200

    Updated Swedish translation

 po/sv.po |  345 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 176 insertions(+), 169 deletions(-)

commit 07cafc5bb959f745173c696f62277f631adcd615
Author: Sterios Prosiniklis <steriosprosiniklis@gmail.com>
Date:   Sat Oct 17 17:56:04 2009 +0300

    Updated Greek documentation translation

 help/el/el.po |   56 +++++++++++++++++++++++++++-----------------------------
 1 files changed, 27 insertions(+), 29 deletions(-)

commit dc1af5216311e1c231f9581d5a1bf2778fb9c565
Author: Åsmund Skjæveland <aasmunds@ulrik.uio.no>
Date:   Wed Oct 14 17:53:39 2009 +0200

    Updated Norwegian Nynorsk translation

 po/nn.po |  381 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 217 insertions(+), 164 deletions(-)

commit 60277b6668f0c16e37033f86239b2c7486cce4be
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Oct 11 11:51:36 2009 +0200

    Updated Spanish translation

 po/es.po |  311 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 162 insertions(+), 149 deletions(-)

commit ea4cc0d31b8ff1d236dc56dd56a142d4f1f8c7ad
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Oct 5 00:12:02 2009 +0200

    Updated Spanish translation

 help/es/es.po |  386 ++++++++++++++++++++++++++------------------------------
 1 files changed, 179 insertions(+), 207 deletions(-)

commit 96a4c087ade51ee4c8628772669b22508b8d1072
Author: Gil Forcada <gforcada@gnome.org>
Date:   Thu Sep 24 20:53:42 2009 +0200

    Minor fix to Catalan translation

 po/ca.po |  304 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 157 insertions(+), 147 deletions(-)

commit fc608db0514cb69cbd63c07e8deb0915d427d542
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Sep 21 23:35:42 2009 +0200

    Updated Czech help translation by Marek Cernocky

 help/cs/cs.po | 1002 +++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 692 insertions(+), 310 deletions(-)

commit 13f0decdc9059294ba9bf30a3359b99a33604f3c
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Mon Sep 21 00:19:30 2009 +0200

    Added Danish translation

 help/da/da.po | 1773 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1773 insertions(+), 0 deletions(-)

commit 6b7b1322cbd1c57e435fc8623ef60ddad91d7f09
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Mon Sep 21 00:17:44 2009 +0200

    Added da to list of languages

 help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d945dd4c48f556cd5d82a8bf13f9953048e3c43a
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Sat Sep 19 00:07:25 2009 +0530

    maithili update, translated by Sangeeta Kumari

 po/LINGUAS |    1 +
 po/mai.po  |  601 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 602 insertions(+), 0 deletions(-)

commit cf0f0b1668d4a20f86eb30af290a7a136563f11c
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Wed Sep 16 21:30:46 2009 +0100

    [list] allow escaped chars as separator

 src/tree.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6391ece5a23f83ce14abc25af5605ad0ac52b48b
Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
Date:   Thu Sep 17 01:26:29 2009 +0900

    Updated Japanese translation
    Fix the bug reported by Yasumichi Akahoshi <yasumichi@vinelinux.org>

 po/ja.po |  237 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 120 insertions(+), 117 deletions(-)

commit ef741138916d7ce539a0d358203e1027c6535b11
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Mon Sep 14 12:49:23 2009 +0200

    Added Catalan (Valencian) translation

 po/LINGUAS        |    1 +
 po/ca@valencia.po |  648 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 649 insertions(+), 0 deletions(-)

commit 6bc08921aaed7fa47836b0919b376f28b6191eb2
Author: André Gondim <andregondim@ubuntu.com>
Date:   Sat Sep 12 23:37:45 2009 -0300

    Corrected some inconsistent quotation marks in Brazilian Portuguese
    translation

 po/pt_BR.po |  200 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 98 insertions(+), 102 deletions(-)

commit 4a59ee2b767b0be7137c7350174bd3bad4363a47
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 13 03:55:14 2009 +0200

    Updated Danish translation

 po/da.po |  305 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 158 insertions(+), 147 deletions(-)

commit 926770176ffd8b9dc9457a343d74497d2a243de8
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Sat Sep 12 20:40:12 2009 +0300

    Updated Greek help translation.

 help/el/el.po | 1343 ++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 1003 insertions(+), 340 deletions(-)

commit bb53d4d7e98166bdfc2a598b82172615210a56f8
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Fri Sep 11 21:10:20 2009 +0530

    Updated Telugu Translations

 po/te.po |  170 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 87 insertions(+), 83 deletions(-)

commit e1b63c7021731e06819ef2188b49814963316563
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sat Sep 5 20:54:38 2009 +0200

    Updated Czech translation by Pavel Sefranek
    
    Reviewed by: Petr Kovar

 po/cs.po |  301 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 155 insertions(+), 146 deletions(-)

commit 651e6e87627f34bee9e7df1e75922e44b8457be0
Author: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
Date:   Fri Aug 28 11:07:07 2009 -0300

    Updated Brazilian Portuguese translation, reviewed by Henrique P. Machado <zehrique@gmail.com>

 po/pt_BR.po |  490 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 252 insertions(+), 238 deletions(-)

commit e3f22edb4254aa2bdf444d77ad4fefd370d5d98f
Author: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
Date:   Wed Aug 26 08:49:06 2009 -0300

    Added Portuguese Brazilian translation for documentation

 help/Makefile.am    |    2 +-
 help/pt_BR/pt_BR.po | 1690 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1691 insertions(+), 1 deletions(-)

commit bc07603f1d0a7adbc58fb23d08aa70ba0d63fbac
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Mon Aug 17 12:31:31 2009 -0600

    Updated Irish translation

 po/ga.po |  593 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 353 insertions(+), 240 deletions(-)

commit f6afa4aad4bf03c23fc641f3be32f9e37a437439
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Mon Aug 17 11:54:51 2009 +0300

    Updated Finnish translation of the manual

 help/fi/fi.po |  374 ++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 221 insertions(+), 153 deletions(-)

commit 4468e1832ae6301c8ea4e4edf4de5c1f6a70b675
Author: Claude Paroz <claude@2xlibre.net>
Date:   Tue Aug 11 21:44:58 2009 +0200

    Updated French manual translation

 help/fr/fr.po |  569 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 292 insertions(+), 277 deletions(-)

commit f98e0c5b44e7a79e13f0661ab719230f7ce968bb
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Aug 11 20:23:04 2009 +0200

    Updated German doc translation

 help/de/de.po | 1001 ++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 678 insertions(+), 323 deletions(-)

commit 63da872c906d3cb8925926f192b6db5f52254772
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 10 22:04:24 2009 +0100

    Autogenerate ChangeLog on distcheck

 Makefile.am |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit dd026c67de7eaf13762336f2918f1120b4c02398
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 10 21:59:40 2009 +0100

    Add ChangeLog with commit message instructions

 ChangeLog | 2442 +------------------------------------------------------------
 1 files changed, 35 insertions(+), 2407 deletions(-)

commit 3c0176d7ee430370e5a1f170a9caac22bc19007b
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 10 21:57:57 2009 +0100

    Rename ChangeLog to ChangeLog.pre-git

 ChangeLog.pre-git | 2419 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 2419 insertions(+), 0 deletions(-)

commit 7fe1be1cc86388195711bf5073f7bd8001b190f6
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Aug 10 13:00:58 2009 +0300

    Updating Estonian translation

 po/et.po |  173 +++++++-------------------------------------------------------
 1 files changed, 18 insertions(+), 155 deletions(-)

commit c1f2e66288e5fbb5e2b4402139f45cb96735d24a
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 10 04:17:47 2009 +0100

    Bug 572835 – Zenity --question should be yes or no

 src/msg.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8e190dbb1f39eae31210f7d4c97a4c5ebb496907
Author: Bryce Harrington <bryce@canonical.com>
Date:   Mon Aug 10 04:10:53 2009 +0100

    Bug 552971 - Add a hide-header option to list dialog

 src/option.c |   16 ++++++++++++++++
 src/tree.c   |    3 +++
 src/zenity.h |    1 +
 3 files changed, 20 insertions(+), 0 deletions(-)

commit 171e59e3eae4ff183d690c460f99eea788b70be8
Author: Adrian Carpenter <adriatic.c@gmail.com>
Date:   Mon Aug 10 03:59:34 2009 +0100

    Bug 551116 - Fix default activation in entry dialog
    
    when using the dialog with drop down menu.

 src/entry.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 82f63f94d5f7204a77d22fea7eb0331ce5d59311
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 10 03:44:00 2009 +0100

    [option] Free file filter list on exit

 src/option.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit bf53ffc6f2d9e6345d04e9a8a88752ac9a071bdf
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 10 03:40:59 2009 +0100

    [option] Fix type of filters variable

 src/option.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4bba7c63f81b2d198bbe9fe2988005fed96b72ba
Author: Matt Keenan <matt.keenan@sun.com>
Date:   Mon Aug 10 03:36:13 2009 +0100

    Bug 549404 - --help-entry for hide-text incorrect

 src/option.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 81dc4ae2e2db09d4bfa087db9667a5cf2fbc061c
Author: Frederic Peters <fpeters@0d.be>
Date:   Mon Aug 10 03:29:53 2009 +0100

    Bug 541400 - document use of $WINDOWID variable

 data/zenity.1     |    6 ++++++
 help/C/zenity.xml |   13 +++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

commit f0dfc8a82038de334c545a4add70851051dabccc
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 10 03:22:05 2009 +0100

    [progress] Improve code to update of percentage

 src/progress.c |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

commit a66e4df5d1c0ebb485d5f3f8a24129366d2ff598
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Aug 8 18:15:42 2009 +0100

    Bug 556198 – Support toggling pulsate in progressbar

 src/progress.c |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

commit fa0349545d65df0ce1c8b4de2cedc5824c7a5866
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Aug 8 19:16:49 2009 +0100

    [progress] Factor out function to control pulsate

 src/progress.c |   29 ++++++++++++++++++++++-------
 1 files changed, 22 insertions(+), 7 deletions(-)

commit 54b171ff82c39fcc178c1366fdee94bb6555dead
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Aug 8 18:19:33 2009 +0100

    [progress] coding style fixes

 src/progress.c |   42 +++++++++++++++++++++---------------------
 1 files changed, 21 insertions(+), 21 deletions(-)

commit 533edc70443741edd36fe7b332ce47c2f2701167
Author: Aurélio A. Heckert <aurium@gmail.com>
Date:   Mon Aug 10 00:08:14 2009 +0100

    Bug 573802 - Support notification summary
    
    You can now define title and summary on notifications. The first line
    of the provided text will be considered the title and the following
    lines are the summary.

 src/notification.c |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

commit 5d1a3df18867e922dd1e657bbba755b808511131
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Aug 9 17:25:16 2009 +0200

    Updated Spanish translation

 help/es/es.po |   60 +++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 42 insertions(+), 18 deletions(-)

commit 327a75729d6158b004270398116afdcad2b206ba
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Aug 8 18:45:36 2009 +0200

    Updated German doc translation

 help/de/de.po |  746 +++++++++++++++------------------------------------------
 1 files changed, 199 insertions(+), 547 deletions(-)

commit eae739b52894f9eb631cfef4535b2c36384aba31
Author: Frederic Peters <fpeters@0d.be>
Date:   Sat Aug 8 17:15:34 2009 +0100

    Bug 559638 – explicitly link against libX11

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

commit 25ec1ed3bb17675c2e522e175676f5fa1551c0e7
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Aug 8 11:21:24 2009 +0100

    [progress] Remove duplicate code when returning

 src/progress.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit c53b690b4e4d94d1c6b0a5cf33acfd704589d904
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Aug 8 11:11:08 2009 +0100

    Bug 572775 – Error in help browser documentation
    
    All zenity dialog outputs their results to standard output by default,
    not standard error.

 help/C/zenity.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 5c6a48f6843bbc133a2c9b48ecc67c7a271474f2
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Aug 8 10:51:52 2009 +0100

    [progress] Cosmetic fix in code comment

 src/progress.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 62a1292d1ea8b611b539ab2cc5dc4dfe479225d8
Author: Olivier Blin <blino@mandriva.com>
Date:   Thu Apr 23 19:55:12 2009 +0200

    Bug 579999 – zenity sets a huge but finite timeout
    
    Declare timeout delay as signed, so that assigning -1 does not act as
    setting a huge (but finite) timeout (this has been noticed by resetting
    the clock)

 src/option.c |    2 +-
 src/zenity.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 94190df420ee849752f5726979fea65fdb3b313b
Author: Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>
Date:   Sat Aug 8 01:55:22 2009 +0200

    Bug 567773 – "zenity --entry --text" doesn't interpret line breaks

 src/entry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b87f233061134f8876803d150f1d1196d2d41561
Author: Lucas Rocha <lucasr@litl.com>
Date:   Thu Aug 6 15:42:04 2009 +0100

    Bug 561131 – zenity windows don't appear with the focus

 src/zenity.ui |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit 94c9ee1c7fac13090012943e19587e7952414e48
Author: Javier Jardón <javierjc1982@gmail.com>
Date:   Mon Jul 20 14:16:44 2009 +0200

    Clean some things in the GtkBuilder port (GnomeBug:578393)
    
    	* Makefile.am
    	* README
    	* configure.in
    	* po/POTFILES.skip
    	* src/zenity.ui

 Makefile.am      |    2 -
 README           |    2 +-
 configure.in     |    1 -
 po/POTFILES.skip |    1 -
 src/zenity.glade | 1224 ------------------------------------------------------
 src/zenity.ui    |  951 +-----------------------------------------
 zenity.spec.in   |   86 ----
 7 files changed, 13 insertions(+), 2254 deletions(-)

commit 2277a85cdb5c1a3c424d25380d89be55497f66c2
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Jul 26 23:07:53 2009 +0200

    Added Czech help translation by Marek Cernocky

 help/Makefile.am                                   |    2 +-
 help/cs/cs.po                                      | 1340 ++++++++++++++++++++
 help/cs/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 24618 bytes
 help/cs/figures/zenity-entry-screenshot.png        |  Bin 0 -> 10564 bytes
 help/cs/figures/zenity-error-screenshot.png        |  Bin 0 -> 13015 bytes
 .../cs/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 62362 bytes
 help/cs/figures/zenity-information-screenshot.png  |  Bin 0 -> 15262 bytes
 help/cs/figures/zenity-list-screenshot.png         |  Bin 0 -> 28472 bytes
 help/cs/figures/zenity-notification-screenshot.png |  Bin 0 -> 4888 bytes
 help/cs/figures/zenity-progress-screenshot.png     |  Bin 0 -> 15696 bytes
 help/cs/figures/zenity-question-screenshot.png     |  Bin 0 -> 14367 bytes
 help/cs/figures/zenity-text-screenshot.png         |  Bin 0 -> 44199 bytes
 help/cs/figures/zenity-warning-screenshot.png      |  Bin 0 -> 13529 bytes
 13 files changed, 1341 insertions(+), 1 deletions(-)

commit 3f33966167cf2216f813c091d47461c451837602
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Jul 20 10:23:32 2009 +0200

    Bug 578393 – convert from libglade to GtkBuilder

 configure.in        |    2 +-
 po/POTFILES.in      |    2 +-
 po/POTFILES.skip    |    1 +
 src/Makefile.am     |    8 +-
 src/calendar.c      |   23 +-
 src/entry.c         |   24 +-
 src/fileselection.c |    1 -
 src/msg.c           |   48 +-
 src/notification.c  |    1 -
 src/progress.c      |   41 +-
 src/scale.c         |   29 +-
 src/text.c          |   19 +-
 src/tree.c          |   34 +-
 src/util.c          |   60 ++-
 src/util.h          |    8 +-
 src/zenity.ui       | 1854 +++++++++++++++++++++++++++++++++++++++++++++++++++
 16 files changed, 2019 insertions(+), 136 deletions(-)

commit f22e523404eb930638b129252738cad21792aefd
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Tue Jul 7 14:21:36 2009 +0530

    hindi update by rajesh Ranjan

 po/hi.po |  349 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 209 insertions(+), 140 deletions(-)

commit 54049d03651daf26e23c83d4fd83bd89ddcb9e11
Author: Olav Vitters <olav@bkor.dhs.org>
Date:   Thu Apr 23 15:15:14 2009 +0200

    Add DOAP file

 zenity.doap |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

commit eb1fb432aa6328ca628997cb3b6603a18f44e975
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Mon Apr 6 23:30:46 2009 +0000

    Updated screenshot by Fotis Tsamis
    
    svn path=/trunk/; revision=1505

 help/ChangeLog                                 |    5 +++++
 help/el/figures/zenity-question-screenshot.png |  Bin 15126 -> 14285 bytes
 2 files changed, 5 insertions(+), 0 deletions(-)

commit a1b237327b9988851b6246efbe2f1ca9bcc2a326
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Mon Apr 6 17:38:50 2009 +0000

    Added Greek translation by Sterios Prosiniklis
    
    svn path=/trunk/; revision=1504

 help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 448fead08cd77a028390ede425a54d3d73484744
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Mon Apr 6 17:38:36 2009 +0000

    Added Greek translation by Sterios Prosiniklis
    
    svn path=/trunk/; revision=1503

 help/el/el.po | 1112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1112 insertions(+), 0 deletions(-)

commit bc38522d3074f7b0371a706394416118b1f16f01
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Mon Apr 6 17:38:23 2009 +0000

    Added Greek translation by Sterios Prosiniklis
    
    svn path=/trunk/; revision=1502

 help/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 6ceeb704b766ce1a3f11c8bd0302d92409e8ba05
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Apr 4 01:05:49 2009 +0000

    Added 11 screenshots (Fotis Tsamis)
    
    svn path=/trunk/; revision=1501

 help/ChangeLog                                     |    4 ++++
 help/el/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 27024 bytes
 help/el/figures/zenity-entry-screenshot.png        |  Bin 0 -> 14658 bytes
 help/el/figures/zenity-error-screenshot.png        |  Bin 0 -> 12442 bytes
 .../el/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 69751 bytes
 help/el/figures/zenity-information-screenshot.png  |  Bin 0 -> 14047 bytes
 help/el/figures/zenity-list-screenshot.png         |  Bin 0 -> 32026 bytes
 help/el/figures/zenity-notification-screenshot.png |  Bin 0 -> 2766 bytes
 help/el/figures/zenity-progress-screenshot.png     |  Bin 0 -> 16577 bytes
 help/el/figures/zenity-question-screenshot.png     |  Bin 0 -> 15126 bytes
 help/el/figures/zenity-text-screenshot.png         |  Bin 0 -> 25189 bytes
 help/el/figures/zenity-warning-screenshot.png      |  Bin 0 -> 14237 bytes
 12 files changed, 4 insertions(+), 0 deletions(-)

commit 19071b0efabe16a619c260baca562b2406bc9afa
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Mar 18 09:20:27 2009 +0000

    Updated Arabic translation
    
    svn path=/trunk/; revision=1500

 po/ChangeLog |    4 +
 po/ar.po     |  201 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 106 insertions(+), 99 deletions(-)

commit b0e9d8ea3ab86ff0af01f2cfe832a7e13993b93e
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Tue Mar 17 22:07:03 2009 +0000

    Updated Galician translation by Suso Baleato.
    
    svn path=/trunk/; revision=1499

 po/ChangeLog |    4 +
 po/gl.po     |  254 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 131 insertions(+), 127 deletions(-)

commit d3467717e15e38a4c917e39da14dde09adcf3fbf
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Tue Mar 17 02:17:01 2009 +0000

    updating for GNOME Punjabi Translation by A S Alam
    
    svn path=/trunk/; revision=1498

 po/pa.po |  415 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 225 insertions(+), 190 deletions(-)

commit 98369b98b2e0a7dd06ca070392e9720212ca2baa
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Mar 16 22:19:18 2009 +0000

    post-release version bump.
    
    2009-03-16  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1497

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

commit 499385db5d7eeebbb6b72d9b238e6c0afbea86f7
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Mar 16 22:16:15 2009 +0000

    release 2.26.0
    
    2009-03-16  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.26.0
    
    svn path=/trunk/; revision=1495

 ChangeLog      |    4 ++++
 NEWS           |   26 ++++++++++++++++++++++++++
 configure.in   |    2 +-
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 5 files changed, 39 insertions(+), 1 deletions(-)

commit 142d54d341a789805b9f0bd573334b504f49d3d1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Mar 14 18:41:16 2009 +0000

    Updated British English translation by Jen Ockwell
    
    2009-03-14  Philip Withnall  <philip@tecnocode.co.uk>
    
    	* en_GB/en_GB.po: Updated British English translation by Jen
    Ockwell
    	<jenfraggleubuntu@gmail.com>.
    
    
    svn path=/trunk/; revision=1494

 help/ChangeLog      |    5 +
 help/en_GB/en_GB.po | 1096 ++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 742 insertions(+), 359 deletions(-)

commit 9587a0c8b84faad303b9e4a54e01fe18a8114db8
Author: Amitakhya Phukan <amitakhya@src.gnome.org>
Date:   Sat Mar 14 08:16:58 2009 +0000

    Updated assamese translations
    
    svn path=/trunk/; revision=1493

 po/ChangeLog |    4 +
 po/as.po     |  283 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 163 insertions(+), 124 deletions(-)

commit ff6d891f6f02935e6a956af560869e15dfe8d863
Author: Krishnababu Krothapalli <kkrothap@src.gnome.org>
Date:   Wed Mar 11 15:13:10 2009 +0000

    Updated telugu Translation
    
    svn path=/trunk/; revision=1492

 po/te.po |  276 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 154 insertions(+), 122 deletions(-)

commit 8b1842356a37f05294acfb96ee3f622375c723ae
Author: Krishnababu Krothapalli <kkrothap@src.gnome.org>
Date:   Wed Mar 11 15:12:28 2009 +0000

    Updated Changelog entry
    
    svn path=/trunk/; revision=1491

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 30ebffcf75d07435b65d9cd5ca70ec315c49e187
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Tue Mar 10 23:39:15 2009 +0000

    Updated Lithuanian translation.
    
    2009-03-11  Gintautas Miliauskas  <gintas@akl.lt>
    
    	* lt.po: Updated Lithuanian translation.
    
    
    
    svn path=/trunk/; revision=1490

 po/ChangeLog |    4 ++++
 po/lt.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 278a669eaf7f2621fa547d5028911912e68408b0
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun Mar 8 22:34:50 2009 +0000

    disable monk easter egg in order to remove gnome-canvas dependency (Fixes
    
    2009-03-08  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in, src/about.c: disable monk easter egg in order to
    	remove gnome-canvas dependency (Fixes #571741).
    
    svn path=/trunk/; revision=1489

 ChangeLog    |    5 +++++
 configure.in |    2 +-
 src/about.c  |    6 +++++-
 3 files changed, 11 insertions(+), 2 deletions(-)

commit 6dd1d4b5e674014d1eeaad82d5b057e6537fc346
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun Mar 8 22:04:02 2009 +0000

    replace deprecated GTK+ calls (fixes bug #571869). Patch from Felix
    
    2009-03-08  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in, src/notification.c: replace deprecated
    	GTK+ calls (fixes bug #571869).
    	Patch from Felix Riemann <friemann@svn.gnome.org>.
    
    svn path=/trunk/; revision=1488

 ChangeLog          |    6 ++++++
 configure.in       |    2 +-
 src/notification.c |    6 +++---
 3 files changed, 10 insertions(+), 4 deletions(-)

commit 9df2eda37fba550d5d13f8597454d25d1955fde7
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun Mar 8 22:01:00 2009 +0000

    remove deprecated/obsoleted dialog definition (fixes bug #571869). Patch
    
    2009-03-08  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/zenity.glade: remove deprecated/obsoleted dialog
    	definition (fixes bug #571869).
    	Patch from Felix Riemann <friemann@svn.gnome.org>.
    
    svn path=/trunk/; revision=1487

 ChangeLog        |    6 ++++++
 src/zenity.glade |   40 ----------------------------------------
 2 files changed, 6 insertions(+), 40 deletions(-)

commit 2cb0f65780cc5759bbde7e8bab1546c13fcd33d3
Author: Timo Jyrinki <tjyrinki@src.gnome.org>
Date:   Mon Mar 2 18:59:21 2009 +0000

    typo fix from #564485 by Harri Pitkänen
    
    svn path=/trunk/; revision=1486

 po/fi.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 71a4cccbdd5b139612082f824587bf6e8bfeff7d
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Mon Mar 2 10:15:47 2009 +0000

    Added entries for Oriya Language Translation
    
    svn path=/trunk/; revision=1485

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 71ef12d48f24a9feffe4c84e313a445401bbd8ee
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Mon Mar 2 10:14:11 2009 +0000

    Updated Oriya Translation
    
    svn path=/trunk/; revision=1484

 po/or.po |   53 +++++++++++++++++++++++++++++------------------------
 1 files changed, 29 insertions(+), 24 deletions(-)

commit c29d597edbe50eaf1b3ce7a4127be8620cebf5a5
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Fri Feb 27 08:49:45 2009 +0000

    Updated Finnish translation.
    
    2009-02-27  Tommi Vainikainen  <thv@iki.fi>
    
    	* fi.po: Updated Finnish translation.
    
    svn path=/trunk/; revision=1483

 help/ChangeLog |    4 +
 help/fi/fi.po  |  711 +++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 454 insertions(+), 261 deletions(-)

commit 934bc66553529ab967fa50d8c9bd7db365fc366c
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Feb 23 18:09:29 2009 +0000

    Translation updated.
    
    2009-02-23  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    svn path=/trunk/; revision=1482

 po/ChangeLog |    4 ++++
 po/hu.po     |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit fae810e9d4bee88f5d18edc4018c4665b6d8b406
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 20:26:21 2009 +0000

    Added image in Basque language. Images are: zenity-entry-screenshot.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		zenity-entry-screenshot.png
    		zenity-error-screenshot.png
    		zenity-warning-screenshot.png
    		zenity-progress-screenshot.png
    		zenity-calendar-screenshot.png
    		zenity-notification-screenshot.png
    		zenity-information-screenshot.png
    		zenity-question-screenshot.png
    		zenity-list-screenshot.png
    		zenity-fileselection-screenshot.png
    		zenity-text-screenshot.png
    
    
    svn path=/trunk/; revision=1481

 help/ChangeLog                                     |   15 +++++++++++++++
 help/eu/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 17708 bytes
 help/eu/figures/zenity-entry-screenshot.png        |  Bin 0 -> 9064 bytes
 help/eu/figures/zenity-error-screenshot.png        |  Bin 0 -> 9941 bytes
 .../eu/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 37802 bytes
 help/eu/figures/zenity-information-screenshot.png  |  Bin 0 -> 10928 bytes
 help/eu/figures/zenity-list-screenshot.png         |  Bin 0 -> 20600 bytes
 help/eu/figures/zenity-notification-screenshot.png |  Bin 0 -> 7290 bytes
 help/eu/figures/zenity-progress-screenshot.png     |  Bin 0 -> 11409 bytes
 help/eu/figures/zenity-question-screenshot.png     |  Bin 0 -> 11461 bytes
 help/eu/figures/zenity-text-screenshot.png         |  Bin 0 -> 40303 bytes
 help/eu/figures/zenity-warning-screenshot.png      |  Bin 0 -> 10100 bytes
 12 files changed, 15 insertions(+), 0 deletions(-)

commit c13a02b4146bdc074148d5791f4aee90143f2d6a
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 17:11:17 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=1480

 help/ChangeLog   |   13 +++++++++----
 help/Makefile.am |    2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)

commit 322209b21933223083f39ba0832e9be5df9c50b2
Author: Iñaki Larrañaga Murgoitio <dooteo@src.gnome.org>
Date:   Mon Feb 16 17:10:20 2009 +0000

    svn path=/trunk/; revision=1479
    
    
    
    svn path=/trunk/; revision=1479

 help/eu/eu.po | 1062 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1062 insertions(+), 0 deletions(-)

commit 696b084847487f3c6069fb0420c7ef22589e6e8e
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sun Feb 15 22:41:31 2009 +0000

    Updated Swedish translation. Updated screenshots.
    
            * sv/sv.po: Updated Swedish translation.
            * sv/figures/*png: Updated screenshots.
    
    
    svn path=/trunk/; revision=1478

 help/ChangeLog                                     |    5 +
 help/sv/figures/zenity-calendar-screenshot.png     |  Bin 21379 -> 22941 bytes
 help/sv/figures/zenity-entry-screenshot.png        |  Bin 9904 -> 11110 bytes
 help/sv/figures/zenity-error-screenshot.png        |  Bin 9687 -> 10928 bytes
 .../sv/figures/zenity-fileselection-screenshot.png |  Bin 50287 -> 51020 bytes
 help/sv/figures/zenity-information-screenshot.png  |  Bin 11423 -> 12766 bytes
 help/sv/figures/zenity-list-screenshot.png         |  Bin 26624 -> 27951 bytes
 help/sv/figures/zenity-progress-screenshot.png     |  Bin 11260 -> 12520 bytes
 help/sv/figures/zenity-question-screenshot.png     |  Bin 12715 -> 13951 bytes
 help/sv/figures/zenity-text-screenshot.png         |  Bin 17544 -> 18472 bytes
 help/sv/figures/zenity-warning-screenshot.png      |  Bin 10720 -> 12015 bytes
 help/sv/sv.po                                      |  414 ++++++++++----------
 12 files changed, 220 insertions(+), 199 deletions(-)

commit 948ed6a44f67c9d4fae9d7c01d4e6034dc97f5be
Author: Chao-Hsiung Liao <chliao@src.gnome.org>
Date:   Sat Feb 14 11:46:50 2009 +0000

    2.24.2
    
    svn path=/trunk/; revision=1477

 po/ChangeLog |    5 +
 po/zh_HK.po  |  229 +++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po  |  237 ++++++++++++++++++++++++++++------------------------------
 3 files changed, 229 insertions(+), 242 deletions(-)

commit 73e742841597dab2242a05a28746ef81c7a0c2a5
Author: Jani Monoses <janimo@src.gnome.org>
Date:   Fri Feb 13 19:38:51 2009 +0000

    Updated Romanian translations from Adi Roiban
    
    svn path=/trunk/; revision=1476

 po/ChangeLog |    5 +
 po/ro.po     |  437 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 242 insertions(+), 200 deletions(-)

commit 75ef876cfe855d9187293904c0903b8aee58a151
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Sun Feb 8 23:58:36 2009 +0000

    Added Pashto translation on behalf of Zabeeh Khan
    
    svn path=/trunk/; revision=1475

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/ps.po     |  594 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 600 insertions(+), 0 deletions(-)

commit e5d8a5247a11f28d5f453fec3b2cc6b8464aef59
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Feb 6 11:07:38 2009 +0000

    Updated French translation.
    
    2009-02-06  Claude Paroz  <claude@2xlibre.net>
    
    	* fr/fr.po: Updated French translation.
    
    svn path=/trunk/; revision=1474

 help/ChangeLog |    4 +
 help/fr/fr.po  |  425 +++++++++++++++++++++++++++++---------------------------
 2 files changed, 226 insertions(+), 203 deletions(-)

commit dbcd2d4d372aac7be3de922de393c1dd412bb557
Author: Mario Blättermann <mariobl@src.gnome.org>
Date:   Sat Jan 31 12:28:42 2009 +0000

    Updated German help translation
    
    svn path=/trunk/; revision=1473

 help/ChangeLog |    4 +
 help/de/de.po  | 1107 ++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 753 insertions(+), 358 deletions(-)

commit c145da0b02a3673eb013de35371fb9bac42691f8
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Thu Jan 29 12:41:04 2009 +0000

    Updated Korean translation
    
    svn path=/trunk/; revision=1472

 po/ChangeLog |    4 ++++
 po/ko.po     |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 1caaaa8a8c9d6ab1056dc355286007c91fa605e2
Author: Raivis Dejus <orvils@gmail.com>
Date:   Sun Jan 25 11:05:58 2009 +0000

    Updated Latvian translation.
    
    2009-01-25  Raivis Dejus  <orvils@gmail.com>
    
    	* lv.po: Updated Latvian translation.
    
    
    svn path=/trunk/; revision=1471

 po/ChangeLog |    4 +
 po/lv.po     |  259 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 150 insertions(+), 113 deletions(-)

commit a54fc16a9b524498166b6dc38ba011c571b0b9cf
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Jan 12 23:47:18 2009 +0000

    post-release version bump.
    
    2008-01-12  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1470

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

commit 4a3eb1c1730b6f4a097ad24d3b09831af920e901
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Mon Jan 12 23:42:38 2009 +0000

    Small update in NEWS
    
    svn path=/trunk/; revision=1468

 NEWS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit a82ba8318170f7bbbe5b9a9b63eda09569ee6fba
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Jan 12 23:42:36 2009 +0000

    release 2.24.1
    
    2008-01-12  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.24.1
    
    svn path=/trunk/; revision=1467

 ChangeLog      |    4 ++++
 NEWS           |   16 ++++++++++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

commit 99351a94306ecef96d25ca23538ab5dba965dc68
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Jan 10 01:18:50 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1466

 help/ChangeLog |    4 +
 help/es/es.po  |  468 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 256 insertions(+), 216 deletions(-)

commit 977276a9f9ea2c4d727b28839059f5d3bb1c54c7
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jan 9 10:31:03 2009 +0000

    depend on intltool 0.40.0.
    
    2009-01-09  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: depend on intltool 0.40.0.
    
    svn path=/trunk/; revision=1465

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

commit c6da35807bee14b9a7e813e6bbcf757472cbf9e0
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jan 9 00:17:40 2009 +0000

    translator comment for file-filter option string (Fixes bug #547202).
    
    2009-01-09  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/option.c: translator comment for file-filter option string
    	(Fixes bug #547202). Patch from Frederic Peters <fpeters@0d.be>.
    
    svn path=/trunk/; revision=1464

 ChangeLog    |    5 +++++
 src/option.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

commit ba29edd13497fac1414d9dacd9f1ad147ac716ad
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jan 9 00:14:01 2009 +0000

    GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452). Patch from
    
    2009-01-09  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/tree.c:
    	GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452).
    	Patch from Frederic Peters <fpeters@0d.be>.
    
    svn path=/trunk/; revision=1463

 ChangeLog  |    6 ++++++
 src/tree.c |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit bd9e29d33ac1ed929ee09ccdffaf59d4db428fe9
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jan 9 00:10:30 2009 +0000

    GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). Patch
    
    2009-01-09  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/main.c:
    	* src/option.h:
    	GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855).
    	Patch from Pedro Fragoso  <ember@ubuntu.com>.
    
    svn path=/trunk/; revision=1462

 ChangeLog    |    7 +++++++
 src/main.c   |    2 +-
 src/option.h |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit ec484005101b3720feb95c8d76a65bcd6b0472c2
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jan 9 00:08:01 2009 +0000

    correctly handle --filename option on file selection mode (Fixes bug
    
    2009-01-09  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/fileselection.c (zenity_fileselection): correctly handle
    	--filename option on file selection mode (Fixes bug #564552).
    	Patch from Gilles Detillieux.
    
    svn path=/trunk/; revision=1461

 ChangeLog           |    6 ++++++
 src/fileselection.c |    5 ++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit d661db7e4e425668f8a7faeaee043ba8bfd67a62
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jan 9 00:03:05 2009 +0000

    document --timeout (Fixes bug #565133). Patch from Luca Bruno
    
    2009-01-08  Lucas Rocha  <lucasr@gnome.org>
    
    	* data/zenity.1: document --timeout (Fixes bug #565133).
    	Patch from  Luca Bruno <lethalman88@gmail.com>.
    
    svn path=/trunk/; revision=1460

 ChangeLog         |    5 +++++
 data/zenity.1     |    3 +++
 help/C/zenity.xml |   15 +++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

commit 75ae2224f2d9a804298ed3eef0751ca7bd5be7d1
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Wed Oct 22 16:37:56 2008 +0000

    Updated Greek translation by Nick Agianniotis.
    
    svn path=/trunk/; revision=1458

 po/ChangeLog |    4 +
 po/el.po     |  339 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 216 insertions(+), 127 deletions(-)

commit e3a122b290bd2a2a2d3c0aefa874f52277a983de
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Oct 19 11:45:42 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    * Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1457

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit b6ed7e0e6c8d387466ee4ffa8344c36e645e9485
Author: Marcel Telka <marcel@telka.sk>
Date:   Fri Oct 17 18:07:53 2008 +0000

    Updated Slovak translation.
    
    2008-10-17  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.
    
    svn path=/trunk/; revision=1456

 po/ChangeLog |    4 +
 po/sk.po     |  232 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 124 insertions(+), 112 deletions(-)

commit fa48ebde2906eda54b250b3f4fd60b68d3dde353
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Oct 13 08:14:20 2008 +0000

    Added a note for a message.
    
    2008-10-13  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Added a note for a message.
    
    svn path=/trunk/; revision=1455

 po/ChangeLog |    4 ++++
 po/it.po     |    7 ++++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit 8f2bce6dacb870e58d9cc81582876db37f626381
Author: Ihar Hrachyshka <iharh@src.gnome.org>
Date:   Sat Oct 11 10:23:09 2008 +0000

    Updated Belarusian Latin translation.
    
    svn path=/trunk/; revision=1454

 po/ChangeLog   |    4 +
 po/be@latin.po |  251 ++++++++++++++++++++++++++++++-------------------------
 2 files changed, 141 insertions(+), 114 deletions(-)

commit 5cdfb2028ce457a1746ed9c6948328186d4b93fd
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat Sep 27 16:55:04 2008 +0000

    Updated Translation
    
    svn path=/trunk/; revision=1453

 po/ChangeLog |    4 +
 po/sq.po     |  213 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 110 insertions(+), 107 deletions(-)

commit 3e7651d4bf51c74c2da4ccfd51e1d006631b1cd9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Sep 23 09:28:16 2008 +0000

    post-release bump to 2.24.1.
    
    2008-09-23  Vincent Untz  <vuntz@gnome.org>
    
    	* configure.in: post-release bump to 2.24.1.
    
    svn path=/trunk/; revision=1452

 ChangeLog      |    6 ++++++
 configure.in   |    2 +-
 help/ChangeLog |    2 ++
 po/ChangeLog   |    2 ++
 4 files changed, 11 insertions(+), 1 deletions(-)

commit 49bb0edef00b2351a31f39ae2c15117a1a4c9bf9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Sep 23 09:27:41 2008 +0000

    version 2.24.0
    
    2008-09-22  Vincent Untz  <vuntz@gnome.org>
    
    	* NEWS:
    	* configure.in: version 2.24.0
    
    svn path=/trunk/; revision=1450

 ChangeLog    |    5 +++++
 NEWS         |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 47 insertions(+), 1 deletions(-)

commit 9bcd785b5aea5a748cc2411eed6547bd3cee27e0
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Sep 21 23:52:51 2008 +0000

    Updated Czech translation by Pavel Sefranek.
    
    2008-09-22  Petr Kovar  <pknbe@volny.cz>
    
    	* cs.po: Updated Czech translation by Pavel Sefranek.
    
    svn path=/trunk/; revision=1449

 po/ChangeLog |    4 ++++
 po/cs.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 5c0005b4338229e471ec95a2bef0f61913a7e5b4
Author: Maxim V. Dziumanenko <mdziumanenko@src.gnome.org>
Date:   Sun Sep 21 22:38:04 2008 +0000

    svn path=/trunk/; revision=1448
    
    
    
    svn path=/trunk/; revision=1448

 po/uk.po |  247 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 139 insertions(+), 108 deletions(-)

commit 7c369b52eb51b416789b88cd14e1d2306a0fa307
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Sun Sep 21 21:36:11 2008 +0000

    Fixed terminology in Brazilian Portuguese translation by Vladimir Melo.
    
    2008-09-21  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Fixed terminology in Brazilian Portuguese translation by
    	Vladimir Melo.
    
    svn path=/trunk/; revision=1447

 po/ChangeLog |    5 ++++
 po/pt_BR.po  |   62 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 36 insertions(+), 31 deletions(-)

commit f0e16d211d96483b744e6c2322935bdf2ab42edc
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Sun Sep 21 20:38:47 2008 +0000

    Updated Russian translation.
    
    2008-09-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    	* ru.po: Updated Russian translation.
    
    
    svn path=/trunk/; revision=1446

 po/ChangeLog |    4 +
 po/ru.po     |  245 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 142 insertions(+), 107 deletions(-)

commit a1526a4be4e19cfb3be8a6a7e048a2a7d0d16228
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Sat Sep 20 20:56:37 2008 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=1445

 po/ChangeLog |    4 +
 po/da.po     |  257 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 149 insertions(+), 112 deletions(-)

commit 2b1a4f4a708db7096410ed770b834751db188130
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Sat Sep 20 20:33:31 2008 +0000

    Updated Italian translation by Milo Casagrande.
    
    2008-09-20  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Updated Italian translation by Milo Casagrande.
    
    svn path=/trunk/; revision=1444

 po/ChangeLog |    4 +
 po/it.po     |  266 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 150 insertions(+), 120 deletions(-)

commit 49bafcf9c3238ff1be3170270815211c39e9e22e
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Sep 19 02:15:22 2008 +0000

    Translation updated.
    
    2008-09-19  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    svn path=/trunk/; revision=1443

 po/ChangeLog |    4 +
 po/hu.po     |  257 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 149 insertions(+), 112 deletions(-)

commit 7a4b17df76703295e361357276c74152a47f9fb4
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Thu Sep 18 19:35:06 2008 +0000

    Added Finnish translation Added screenshots Added translated screenshot
    
    2008-09-18  Tommi Vainikainen  <thv@iki.fi>
    
    	* Makefile.am, fi/fi.po: Added Finnish translation
    	* fi/figures/*.png: Added screenshots
    	* fi/l10n_scripts/*: Added translated screenshot scripts
    
    svn path=/trunk/; revision=1442

 .bzrignore                                         |   77 +
 help/ChangeLog                                     |    6 +
 help/Makefile.am                                   |    2 +-
 help/fi/fi.po                                      | 1505 ++++++++++++++++++++
 help/fi/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 24325 bytes
 help/fi/figures/zenity-entry-screenshot.png        |  Bin 0 -> 8028 bytes
 help/fi/figures/zenity-error-screenshot.png        |  Bin 0 -> 9573 bytes
 .../fi/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 66862 bytes
 help/fi/figures/zenity-information-screenshot.png  |  Bin 0 -> 10832 bytes
 help/fi/figures/zenity-list-screenshot.png         |  Bin 0 -> 22178 bytes
 help/fi/figures/zenity-notification-screenshot.png |  Bin 0 -> 3522 bytes
 help/fi/figures/zenity-progress-screenshot.png     |  Bin 0 -> 8400 bytes
 help/fi/figures/zenity-question-screenshot.png     |  Bin 0 -> 10269 bytes
 help/fi/figures/zenity-text-screenshot.png         |  Bin 0 -> 31550 bytes
 help/fi/figures/zenity-warning-screenshot.png      |  Bin 0 -> 9414 bytes
 help/fi/l10n_scripts/bzr.txt                       |   11 +
 help/fi/l10n_scripts/calendar.sh                   |   10 +
 help/fi/l10n_scripts/error.sh                      |    4 +
 help/fi/l10n_scripts/filesel.sh                    |   13 +
 help/fi/l10n_scripts/info.sh                       |    4 +
 help/fi/l10n_scripts/list.sh                       |    8 +
 help/fi/l10n_scripts/notification.sh               |    5 +
 help/fi/l10n_scripts/progress.sh                   |   21 +
 help/fi/l10n_scripts/question.sh                   |    4 +
 help/fi/l10n_scripts/text_entry.sh                 |   11 +
 help/fi/l10n_scripts/text_info.sh                  |   16 +
 help/fi/l10n_scripts/warning.sh                    |    4 +
 27 files changed, 1700 insertions(+), 1 deletions(-)

commit 017e426bca750269d295b8fd32614ca5ca43de93
Author: Chao-Hsiung Liao <chliao@src.gnome.org>
Date:   Thu Sep 18 04:41:20 2008 +0000

    2.23.4
    
    svn path=/trunk/; revision=1441

 po/ChangeLog |    5 +
 po/zh_HK.po  |  294 +++++++++++++++++++++++++++++++-------------------------
 po/zh_TW.po  |  302 ++++++++++++++++++++++++++++++++--------------------------
 3 files changed, 335 insertions(+), 266 deletions(-)

commit cfbb16d73be8016d75d844563fda0ee884c1ee15
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Thu Sep 18 04:39:02 2008 +0000

    Updated Turkish Translation
    
    svn path=/trunk/; revision=1440

 po/ChangeLog |    4 +
 po/tr.po     |  255 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 147 insertions(+), 112 deletions(-)

commit 3e5dc069e2013f8e145a09fc19dda1bd072c8457
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Sep 18 02:06:55 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    * Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1439

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit a155d92bff4dc611ea3809c83ea78be2ff46cdbf
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Sep 15 14:17:48 2008 +0000

    Updated Czech translation by Pavel Sefranek.
    
    2008-09-15  Petr Kovar  <pknbe@volny.cz>
    
    	* cs.po: Updated Czech translation by Pavel Sefranek.
    
    svn path=/trunk/; revision=1438

 po/ChangeLog |    4 +
 po/cs.po     |  253 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 147 insertions(+), 110 deletions(-)

commit 0cff3312f0832f60a41c630a78e784c9b808c069
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Mon Sep 15 13:04:57 2008 +0000

    updated kannada translation and ChangeLog
    
    svn path=/trunk/; revision=1437

 po/ChangeLog |    4 +
 po/kn.po     |  621 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 362 insertions(+), 263 deletions(-)

commit 352bb9fbf65d4bc4674e99ea762f9e68cc5e084d
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon Sep 15 09:48:16 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    * Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1436

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 954fba1098f92c9da8fcd75f87063ed30be2a913
Author: Goran Rakic <grakic@src.gnome.org>
Date:   Sun Sep 14 15:25:06 2008 +0000

    Updated Serbian translation
    
    svn path=/trunk/; revision=1435

 po/ChangeLog   |    4 ++++
 po/sr.po       |    1 -
 po/sr@latin.po |    1 -
 3 files changed, 4 insertions(+), 2 deletions(-)

commit d40eb8ee70789e8b58c999c68031f0bb040fe030
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Sat Sep 13 03:23:27 2008 +0000

    Updated Korean translation.
    
    svn path=/trunk/; revision=1434

 po/ChangeLog |    4 +
 po/ko.po     |  241 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 136 insertions(+), 109 deletions(-)

commit 47c539d0ad1d4ffe7ccb6f4d11c753105b5d25bf
Author: Mario Blättermann <mariobl@src.gnome.org>
Date:   Fri Sep 12 20:30:28 2008 +0000

    Updated German translation
    
    svn path=/trunk/; revision=1433

 po/ChangeLog |    4 ++++
 po/de.po     |   15 ++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)

commit c5b169072065ff9ea12eba1c652888522b604bcd
Author: Mario Blättermann <mariobl@src.gnome.org>
Date:   Fri Sep 12 19:18:23 2008 +0000

    Deleted some unneeded fuzzies in German translation
    
    svn path=/trunk/; revision=1432

 help/ChangeLog |    4 ++++
 help/de/de.po  |    4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 9becaa87b57ae0d8fe9687be9c6a836bd79e089b
Author: Mario Blättermann <mariobl@src.gnome.org>
Date:   Fri Sep 12 18:29:08 2008 +0000

    Added German translation
    
    svn path=/trunk/; revision=1431

 help/ChangeLog                                     |    6 +
 help/Makefile.am                                   |    2 +-
 help/de/de.po                                      | 1321 ++++++++++++++++++++
 help/de/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 18440 bytes
 help/de/figures/zenity-entry-screenshot.png        |  Bin 0 -> 9647 bytes
 help/de/figures/zenity-error-screenshot.png        |  Bin 0 -> 9206 bytes
 .../de/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 63948 bytes
 help/de/figures/zenity-information-screenshot.png  |  Bin 0 -> 10830 bytes
 help/de/figures/zenity-list-screenshot.png         |  Bin 0 -> 20164 bytes
 help/de/figures/zenity-notification-screenshot.png |  Bin 0 -> 7727 bytes
 help/de/figures/zenity-progress-screenshot.png     |  Bin 0 -> 10860 bytes
 help/de/figures/zenity-question-screenshot.png     |  Bin 0 -> 11346 bytes
 help/de/figures/zenity-text-screenshot.png         |  Bin 0 -> 23778 bytes
 help/de/figures/zenity-warning-screenshot.png      |  Bin 0 -> 10028 bytes
 14 files changed, 1328 insertions(+), 1 deletions(-)

commit 7866fc36d760962dcae786a08a0f763c692cffe1
Author: Goran Rakic <grakic@src.gnome.org>
Date:   Fri Sep 12 09:54:55 2008 +0000

    Updated Serbian translation (by Miloš Popović)
    
    svn path=/trunk/; revision=1430

 po/ChangeLog   |    4 +
 po/sr.po       |  239 +++++++++++++++++++++++++++++++-------------------------
 po/sr@latin.po |  239 +++++++++++++++++++++++++++++++-------------------------
 3 files changed, 268 insertions(+), 214 deletions(-)

commit bacaea31fa3a152b4a60fede819be319c97a21bd
Author: Robert Sedak <rsedak@src.gnome.org>
Date:   Tue Sep 9 17:58:32 2008 +0000

    Update: Croatian Language
    
    svn path=/trunk/; revision=1429

 po/ChangeLog |    4 +
 po/hr.po     |  493 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 299 insertions(+), 198 deletions(-)

commit 2bf35b2e8c5456b715bc36180163cd9138e18170
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Tue Sep 9 14:13:29 2008 +0000

    Updated Japanese translation.
    
    2008-09-09  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=1428

 po/ChangeLog |    4 +
 po/ja.po     |  253 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 142 insertions(+), 115 deletions(-)

commit 9c4bcf03b8ef5412e22272a8d9517ccb4b85ebbe
Author: Tomasz Dominikowski <tdominikowski@aviary.pl>
Date:   Mon Sep 8 16:21:50 2008 +0000

    Updated Polish translation
    
    2008-09-08  Tomasz Dominikowski  <tdominikowski@aviary.pl>
    
    	* pl.po: Updated Polish translation
    
    svn path=/trunk/; revision=1427

 po/ChangeLog |    4 +
 po/pl.po     |  350 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 190 insertions(+), 164 deletions(-)

commit 3a611e042f5dd8aad79636db23709afb1e51c8ba
Author: Yang Zhang <zyang@src.gnome.org>
Date:   Sun Sep 7 03:59:55 2008 +0000

    Updated zh_CN translation
    
    svn path=/trunk/; revision=1426

 po/zh_CN.po |  247 +++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 139 insertions(+), 108 deletions(-)

commit 3e056212c4f63205bf6d4a67f011dcff5af1870c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 6 07:35:35 2008 +0000

    Updated British English translation.
    
    2008-09-06  Philip Withnall  <philip@tecnocode.co.uk>
    
    	* en_GB.po: Updated British English translation.
    
    
    svn path=/trunk/; revision=1425

 po/ChangeLog |    4 +
 po/en_GB.po  |  243 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 137 insertions(+), 110 deletions(-)

commit ff8665e9a582be76b5353807d196cc0aa456a6f2
Author: Alexander Shopov <ash@contact.bg>
Date:   Thu Sep 4 20:04:47 2008 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2008-09-04  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>
    
    svn path=/trunk/; revision=1424

 po/ChangeLog |    5 +
 po/bg.po     |  269 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 155 insertions(+), 119 deletions(-)

commit a6802975a2207d179f48311ecf6a3fb7b696175f
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Tue Sep 2 11:24:51 2008 +0000

    Added Entry for Bengali India Translation Updation
    
    svn path=/trunk/; revision=1423

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 7b5ab3fcd227bb230645b390f0a85b6c699c34b1
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Tue Sep 2 11:24:36 2008 +0000

    Updated Bengali India Translation
    
    svn path=/trunk/; revision=1422

 po/bn_IN.po |  266 +++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 151 insertions(+), 115 deletions(-)

commit 7c52f9f13e91b1c89a440f89cbd2ee82b2892807
Author: Felix I <ifelix@src.gnome.org>
Date:   Tue Sep 2 09:31:21 2008 +0000

    Tamil translation updated
    
    svn path=/trunk/; revision=1421

 po/ChangeLog |    4 +
 po/ta.po     |  255 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 147 insertions(+), 112 deletions(-)

commit 32adb4e6af0bcfb3a57644470cb2861a637facd0
Author: Mario Blättermann <mariobl@src.gnome.org>
Date:   Sat Aug 30 21:49:33 2008 +0000

    Updated German translation
    
    svn path=/trunk/; revision=1420

 po/ChangeLog |    3 +++
 po/de.po     |   42 ++++++++++++++++++++----------------------
 2 files changed, 23 insertions(+), 22 deletions(-)

commit d18f53a1cc8f1e0a715f0397b495ea2067c9ccb6
Author: Goran Rakic <grakic@src.gnome.org>
Date:   Mon Aug 25 14:57:28 2008 +0000

    Conversion from sr@Latn to sr@latin
    
    svn path=/trunk/; revision=1419

 po/ChangeLog   |    5 +
 po/LINGUAS     |    2 +-
 po/sr@Latn.po  |  608 ------------------------------------------------------
 po/sr@latin.po |  623 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 629 insertions(+), 609 deletions(-)

commit 3f1b6c7905d0ba74414e418f6d857d728261635f
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Mon Aug 25 03:47:56 2008 +0000

    Updated Lithuanian translation.
    
    2008-08-24  Gintautas Miliauskas  <gintas@akl.lt>
    
    	* lt.po: Updated Lithuanian translation.
    
    
    
    svn path=/trunk/; revision=1418

 po/ChangeLog |    4 +
 po/lt.po     |  247 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 143 insertions(+), 108 deletions(-)

commit 7ef40702306ad151c9eedd124ebe3d46c4ebd67c
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Mon Aug 25 03:45:24 2008 +0000

    Updated Translations for Marathi
    
    svn path=/trunk/; revision=1417

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 91176fde75234259a26efefeda89c367320fadd1
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Mon Aug 25 03:43:39 2008 +0000

    Updated Translations for Marathi
    
    svn path=/trunk/; revision=1416

 po/mr.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 0087c4c75458b1ad85a44634b8dcaf4a5e526d97
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Mon Aug 25 03:42:54 2008 +0000

    Updated Translations for Marathi
    
    svn path=/trunk/; revision=1415

 po/mr.po |  274 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 157 insertions(+), 117 deletions(-)

commit 0b7c5b338020473af88249d1d539352b91b61e2c
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Wed Aug 20 14:04:46 2008 +0000

    Added entry for Oriya translation updation
    
    svn path=/trunk/; revision=1414

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 1335a66a2ea464b69a1ed0846ab28d8fec16aba2
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Wed Aug 20 14:04:22 2008 +0000

    Updated Translation For Oriya
    
    svn path=/trunk/; revision=1413

 po/or.po |  465 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 237 insertions(+), 228 deletions(-)

commit 10d4a34050fec145007417bf9e98bcec61b0da4a
Author: Praveen Arimbrathodiyil <apravi@src.gnome.org>
Date:   Fri Aug 15 09:22:38 2008 +0000

    Malayalam translation update by Ragsagar
    
    svn path=/trunk/; revision=1412

 po/ChangeLog |    4 +
 po/ml.po     |  505 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 300 insertions(+), 209 deletions(-)

commit 42021a7fda5c1c60082f9911168f38f2491483c2
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Aug 14 23:24:50 2008 +0000

    Updated Portuguese translation.
    
    2008-08-14  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=1411

 po/pt.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3980bdc087c19d7bb2358f09105b67314b350e74
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Aug 14 23:24:19 2008 +0000

    Updated Portuguese translation.
    
    2008-08-14  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=1410

 po/ChangeLog |    4 +
 po/pt.po     |  253 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 146 insertions(+), 111 deletions(-)

commit 70f970019ca1757c262bab3d1bf765aa464d93b1
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Wed Aug 13 18:08:02 2008 +0000

    Updated Basque translation.
    
    2008-08-13  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=1409

 po/ChangeLog |    4 +
 po/eu.po     |  263 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 150 insertions(+), 117 deletions(-)

commit 7b5eb3b5a01155c65b30661546b4daa8a1181926
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Aug 11 13:26:07 2008 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=1408

 po/ChangeLog |    4 +
 po/fi.po     |  241 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 136 insertions(+), 109 deletions(-)

commit 2986b4d55f3564a2a7de254c8abd4f88c5c97e29
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Sun Aug 10 21:35:13 2008 +0000

    Updated Catalan translation
    
    svn path=/trunk/; revision=1407

 po/ChangeLog |    6 +-
 po/ca.po     |  247 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 144 insertions(+), 109 deletions(-)

commit d842cc99bbce511227f930573f6faf89885ac19f
Author: Arangel Angov <arangela@src.gnome.org>
Date:   Sun Aug 10 18:30:29 2008 +0000

    Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian translation
    
    svn path=/trunk/; revision=1406

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 0a5fe3e54e508c8dafa316c150193671e7c7e2eb
Author: Arangel Angov <arangela@src.gnome.org>
Date:   Sun Aug 10 18:30:01 2008 +0000

    Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian translation
    
    svn path=/trunk/; revision=1405

 po/mk.po |  251 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 141 insertions(+), 110 deletions(-)

commit 028ffe831589a48f4099a5a001d980c5dc56cd2a
Author: Sweta Kothari <swkothar@src.gnome.org>
Date:   Thu Aug 7 07:07:09 2008 +0000

    Committed Translation by Sweta Kothari
    
    svn path=/trunk/; revision=1404

 po/ChangeLog |    4 +
 po/gu.po     |  255 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 148 insertions(+), 111 deletions(-)

commit 7d747a3b1ec4d244875503c3d6799b428f528535
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Wed Aug 6 13:17:04 2008 +0000

    Brazilian Portuguese translation updated by Fábio Nogueira.
    
    2008-08-06  Jonh Wendell  <jwendell@gnome.org>
    
    	* pt_BR.po: Brazilian Portuguese translation updated by Fábio Nogueira.
    
    svn path=/trunk/; revision=1403

 po/ChangeLog |    6 +-
 po/pt_BR.po  |  253 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 147 insertions(+), 112 deletions(-)

commit a4616ac6bf978cf1496d68458731a98d89ba964b
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Aug 6 08:33:24 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1402

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit bfd3dc99f3ae5a3b248e9012e0a9550d6743990a
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Tue Jul 29 01:37:46 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1401

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit e60c5f17bf4e6a74eeb0cf10a9956bf2af4acf17
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Tue Jul 22 10:26:14 2008 +0000

    Updated Translation
    
    svn path=/trunk/; revision=1400

 po/ChangeLog |    4 +
 po/sq.po     |  254 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 143 insertions(+), 115 deletions(-)

commit 27d7f1818959e38ea4a1d48d3053426e69335475
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Tue Jul 22 02:59:35 2008 +0000

    Terminology improvements by Vladimir Melo.
    
    2008-07-21  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Terminology improvements by Vladimir Melo.
    
    svn path=/trunk/; revision=1399

 po/ChangeLog |    4 ++
 po/pt_BR.po  |  116 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 66 insertions(+), 54 deletions(-)

commit b379908e75b110cda556fe19ee123980d03f991e
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Jul 2 15:06:51 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1398

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 959a9a1a4dcd1488e514077b043104d3b5cfde95
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Jul 2 15:06:32 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1397

 po/oc.po |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 136ccde9159a8f5da2b5fa38104fe7a0df442251
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Jun 24 11:09:40 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1396

 po/ChangeLog |    4 +
 po/sv.po     |  276 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 146 insertions(+), 134 deletions(-)

commit 0e33289a29e7e19f47ffb2ef3f27f5edb7516c53
Author: Andre Klapper <a9016009@gmx.de>
Date:   Mon Jun 23 16:54:55 2008 +0000

    Fixed bug #539437.
    
    2008-06-23  Andre Klapper  <a9016009@gmx.de>
    
    	* de.po: Fixed bug #539437.
    
    
    svn path=/trunk/; revision=1395

 po/ChangeLog |    4 +
 po/de.po     |  257 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 149 insertions(+), 112 deletions(-)

commit e6b772bf291513efb493f48c791f512d49ca7eb1
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Thu Jun 19 07:31:15 2008 +0000

    Updated Thai translation.
    
    2008-06-19  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=1394

 po/ChangeLog |    4 +
 po/th.po     |  243 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 137 insertions(+), 110 deletions(-)

commit 4c3e208210239d0a396bc612a15cd540b1e2a62a
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Tue Jun 17 13:53:36 2008 +0000

    post-release version bump.
    
    2008-06-16  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1393

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

commit f6f85688ca350c5664b08ec08b327e48fa95b7b0
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Tue Jun 17 13:52:21 2008 +0000

    release 2.23.3.1 depend on intltool 0.40.0.
    
    2008-06-16  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.23.3.1
    	* configure.in: depend on intltool 0.40.0.
    
    svn path=/trunk/; revision=1391

 ChangeLog      |    9 +++++++++
 NEWS           |    4 ++++
 configure.in   |    2 +-
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 5 files changed, 22 insertions(+), 1 deletions(-)

commit 25f7a2ab9e8bee9039104528877681ee3a0ef4b3
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Tue Jun 17 13:45:01 2008 +0000

    release 2.23.3
    
    2008-06-16  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.23.3
    
    svn path=/trunk/; revision=1389

 ChangeLog      |    4 ++++
 Makefile.am    |    3 ---
 NEWS           |    7 +++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 5 files changed, 19 insertions(+), 3 deletions(-)

commit d22cc424eaf828a5d8d2796493274b76fda09a60
Author: Claude Paroz <claude@2xlibre.net>
Date:   Mon Jun 16 08:14:48 2008 +0000

    Updated French translation.
    
    2008-06-16  Claude Paroz  <claude@2xlibre.net>
    
    	* fr.po: Updated French translation.
    
    svn path=/trunk/; revision=1388

 po/ChangeLog |    4 +
 po/fr.po     |  255 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 148 insertions(+), 111 deletions(-)

commit 8b0d5429b0a527863e969d5bb92e94b28c45b53f
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Jun 11 21:42:47 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1387

 po/ChangeLog |    4 ++
 po/ar.po     |  116 +++++++++++++++++++++++++++------------------------------
 2 files changed, 59 insertions(+), 61 deletions(-)

commit 5c75dcb941b55ff31ede5d6ec4e20d3ee4c20a96
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Jun 11 09:48:03 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1386

 po/ChangeLog |    4 +
 po/oc.po     |  252 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 142 insertions(+), 114 deletions(-)

commit b7b06c088b436215ece80d2c7aace2beabdceb34
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Tue Jun 3 08:00:20 2008 +0000

    post-release version bump.
    
    2008-06-03  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1385

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

commit b74e793a690699675ed1cc17d0879c11873290ea
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Tue Jun 3 07:58:59 2008 +0000

    release 2.23.2
    
    2008-06-03  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.23.2
    
    svn path=/trunk/; revision=1383

 ChangeLog      |    4 ++++
 NEWS           |   15 +++++++++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    6 +++++-
 4 files changed, 28 insertions(+), 1 deletions(-)

commit f3a862f43f8f0eb06406aadcbe3adf03dca73429
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Mon Jun 2 08:54:39 2008 +0000

    Updated Vietnamese translation
    
    svn path=/trunk/; revision=1382

 po/ChangeLog |    4 +
 po/vi.po     |  300 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 156 insertions(+), 148 deletions(-)

commit 92eda5b9ce67831c136cf2403ca24e6030b1c9eb
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat May 31 13:52:18 2008 +0000

    set all dialogs in glade file as resizable in order to have them
    
    2008-05-31  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/zenity.glade: set all dialogs in glade file as resizable in
    	order to have them respecting the --width and --height command-line
    	options (Fixes bug #529452).
    
    svn path=/trunk/; revision=1380

 ChangeLog        |    6 ++++++
 src/zenity.glade |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 280c584d97577627d9e66acc6326c107243bbcae
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu May 22 23:00:58 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=1379

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 714f337b30f4e3da9e69f2a3ec5421ff5099c004
Author: SANDRA MARAKKALA DANISHKA NAVIN <snavin@src.gnome.org>
Date:   Thu May 22 16:53:24 2008 +0000

    added Sinhala si.po file
    
    svn path=/trunk/; revision=1378

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/si.po     |  585 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 591 insertions(+), 0 deletions(-)

commit 9215ff5c8f02c175d85501a4291317dc7297c1bc
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon May 19 01:17:26 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=1377

 po/ChangeLog |    4 +
 po/ar.po     |  315 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 174 insertions(+), 145 deletions(-)

commit 1c9764cb4f01ef9e9fd87ca273affb8b1e4499fc
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu May 8 15:14:35 2008 +0000

    Translation updated by Tino Meinen.
    
    2008-05-08  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.
    
    svn path=/trunk/; revision=1376

 po/ChangeLog |    4 +
 po/nl.po     |  261 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 147 insertions(+), 118 deletions(-)

commit 0c7e87b31e52a62b89d24260ffae083a49c3d7f8
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Apr 27 13:31:52 2008 +0000

    Updated Galician Translation.
    
    svn path=/trunk/; revision=1375

 po/ChangeLog |    4 +
 po/gl.po     |  251 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 142 insertions(+), 113 deletions(-)

commit ff8448728e926293a0fd91509ff8699f9858b019
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Sat Apr 26 13:31:48 2008 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=1374

 po/sl.po |  282 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 146 insertions(+), 136 deletions(-)

commit f3f87facb2573624ff014f0cb800745167c88e46
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Sat Apr 26 12:29:16 2008 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=1373

 po/ChangeLog |    4 +
 po/he.po     |  230 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 123 insertions(+), 111 deletions(-)

commit 9fcd12645ef7262d61415023820ff1a25d74ec56
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Apr 26 12:00:11 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1372

 po/ChangeLog |    4 +
 po/es.po     |  234 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 125 insertions(+), 113 deletions(-)

commit 524123d128fb9531d228671fe7e2b2156533bc7b
Author: Gabor Keleman <kelemeng@src.gnome.org>
Date:   Fri Apr 25 19:56:50 2008 +0000

    Small updates
    
    svn path=/trunk/; revision=1371

 po/hu.po |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit aba33d67f25e0aaa6ea431b0c6ccdfa8476c4b85
Author: Gabor Kelemen <kelemeng@gnome.org>
Date:   Fri Apr 25 19:52:26 2008 +0000

    Translation updated.
    
    2008-04-25 Gabor Kelemen  <kelemeng@gnome.org>
    
    	* hu.po: Translation updated.
    
    svn path=/trunk/; revision=1369

 po/ChangeLog |    4 ++++
 po/hu.po     |   40 ++++++++++++++++++++--------------------
 2 files changed, 24 insertions(+), 20 deletions(-)

commit c2ebcaf02bcdf2e5e1d9c284b4b63840842fa8d6
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Fri Apr 25 13:57:04 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-04-25  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=1368

 po/ChangeLog |    4 +
 po/et.po     |  232 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 124 insertions(+), 112 deletions(-)

commit 311281096ae414e51de5cb76377216a3a681e063
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Apr 22 19:31:38 2008 +0000

    Updated Norwegian bokmål translation.
    
    2008-04-22  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=1367

 po/ChangeLog |    4 +
 po/nb.po     |  232 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 124 insertions(+), 112 deletions(-)

commit 48a8042fa5d426ff7a60f3d5239a3df26ee11200
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Apr 21 22:16:02 2008 +0000

    post-release version bump.
    
    2008-04-21  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1366

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

commit 954fd84362fdbbf602479d049393fffc57c0f9b1
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Apr 21 22:14:32 2008 +0000

    release 2.23.1
    
    2008-04-21  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.23.1
    
    svn path=/trunk/; revision=1364

 ChangeLog        |    4 ++++
 NEWS             |   21 +++++++++++++++++++++
 configure.in     |    2 +-
 help/ChangeLog   |    4 ++++
 po/ChangeLog     |    4 ++++
 src/util.c       |    2 --
 src/zenity.glade |   22 +++++++++++-----------
 7 files changed, 45 insertions(+), 14 deletions(-)

commit c4f1a2556aec9d9031d54a9ffceb0f2836587ad9
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Mon Apr 21 20:48:50 2008 +0000

    Added patch author reference on latest ChangeLog entry.
    
    svn path=/trunk/; revision=1363

 ChangeLog |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 8cda6025f0a11278c8d2f01482ad1656a2b5e5b1
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Apr 21 20:47:38 2008 +0000

    Add support for file filter in file selection dialog through the new
    
    2008-04-21  Lucas Rocha  <lucasr@gnome.org>
    
    	Add support for file filter in file selection dialog through the new
    	--file-filter command line option (Fixes bug #409843).
    
    	* src/option.c, src/zenity.h: added supporting variable and new
    	GOptionEntry entry for the new command line option.
    	* src/fileselection.c (zenity_fileselection): add file filters based
    	on command line input.
    
    
    svn path=/trunk/; revision=1362

 ChangeLog           |   10 ++++++++++
 src/fileselection.c |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 src/option.c        |   24 ++++++++++++++++++++----
 src/zenity.h        |    1 +
 4 files changed, 77 insertions(+), 4 deletions(-)

commit e37c2fe935a4750003394e77c78b6fdff4dc617f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Apr 21 19:05:50 2008 +0000

    Updated Norwegian bokmål translation.
    
    2008-04-21  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=1361

 po/ChangeLog |    4 +
 po/nb.po     |  231 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 127 insertions(+), 108 deletions(-)

commit 54497d8a6085baa246ee9b6c56a3332b47e8c790
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Sun Apr 20 17:44:22 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-04-20  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=1360

 po/ChangeLog |    4 +
 po/et.po     |  245 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 138 insertions(+), 111 deletions(-)

commit 5982b4edf4d22e7e3c1e5e09773d9a715f861ea8
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Sun Apr 20 15:56:59 2008 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=1359

 po/ChangeLog |    4 +
 po/he.po     |  237 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 134 insertions(+), 107 deletions(-)

commit 2774617bb61ec38493a7f25e02ce2f618340e057
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sat Apr 19 11:41:07 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1358

 po/ChangeLog |    4 +
 po/sv.po     |  282 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 153 insertions(+), 133 deletions(-)

commit e32bbc1408ba729339a70dcb3a882d0efd71868a
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Sat Apr 12 17:08:41 2008 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=1357

 po/sl.po |  307 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 158 insertions(+), 149 deletions(-)

commit 535f6156a7f7cb25170cc5c87487513bae6f5b10
Author: Karsten Braeckelmann <guenther@rudersport.de>
Date:   Sat Apr 12 17:00:05 2008 +0000

    Fix typo and remove obsolete freeze note. Fixes bug #527345. Patch by
    
    2008-04-12  Karsten Braeckelmann  <guenther@rudersport.de>
    
    	    * HACKING: Fix typo and remove obsolete freeze note.
    	    Fixes bug #527345. Patch by kraai@ftbfs.org.
    
    
    svn path=/trunk/; revision=1355

 ChangeLog |    5 +++++
 HACKING   |    4 +---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit fe1f72bf1f17418741118ab8acbd9607fe301833
Author: Marcel Telka <marcel@telka.sk>
Date:   Fri Apr 11 05:10:22 2008 +0000

    Updated Slovak translation.
    
    2008-04-11  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.
    
    svn path=/trunk/; revision=1354

 po/ChangeLog |    4 +
 po/sk.po     |  227 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 122 insertions(+), 109 deletions(-)

commit a740e32652506eb82fd2a20623dd996ed3bd1ae7
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Thu Apr 10 09:57:14 2008 +0000

    use g_value_dup_string when applicable (Fixes bug #527258). Patch from
    
    2008-04-10  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/tree.c (zenity_tree_dialog_get_selected,
    	zenity_tree_dialog_toggle_get_selected): use g_value_dup_string when
    	applicable (Fixes bug #527258). Patch from kraai@ftbfs.org.
    
    svn path=/trunk/; revision=1352

 ChangeLog  |    6 ++++++
 src/tree.c |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit eeb43bf65b8fd1f41b30e69fd898526ba02d9f78
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Apr 7 19:06:21 2008 +0000

    fix memory leak on custom labels (Fixes bug #526627). Patch by
    
    2008-03-30  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/msg.c (zenity_msg_construct_question_dialog): fix memory leak on
    	custom labels (Fixes bug #526627). Patch by kraai@ftbfs.org.
    
    svn path=/trunk/; revision=1348

 ChangeLog |    5 +++++
 src/msg.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 70ab527ea74a824b2abd6c74344093dd4d5e93c7
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Mar 30 09:10:48 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1347

 po/ChangeLog |    4 +
 po/es.po     |  239 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 135 insertions(+), 108 deletions(-)

commit 2141cb9184c20be91e469b2bd4e4bb22e57faba3
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Mar 29 22:13:50 2008 +0000

    Allow question dialogs to use custom button label text (Fixes bug
    
    2008-03-30  Lucas Rocha  <lucasr@gnome.org>
    
    	Allow question dialogs to use custom button label text (Fixes
    	bug #335763). Patch from Cosimo Cecchi <anarki@lilik.it> and
    	Thomas Thurman <tthurman@gnome.org>.
    
    	* src/msg.c (zenity_msg_construct_question_dialog), (zenity_msg):
    	dynamically add dialog buttons with provided labels.
    	* src/option.c (zenity_option_free): free input labels.
    	(zenity_question_post_callback): set button labels provided by the
    	respective command line options.
    	* src/zenity.glade: remove pre-defined dialog button from question
    	dialog.
    	* src/zenity.h: added ok_label and cancel_label to ZenityMsgData.
    
    svn path=/trunk/; revision=1346

 ChangeLog        |   15 +++++++++++++++
 src/msg.c        |   24 ++++++++++++++++++++++++
 src/option.c     |   29 ++++++++++++++++++++++++++++-
 src/zenity.glade |   33 +++++----------------------------
 src/zenity.h     |    2 ++
 5 files changed, 74 insertions(+), 29 deletions(-)

commit 23eb83f5bc97bb777b9612122a9ebd3cfd6f49c0
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Mon Mar 17 19:54:18 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1345

 po/oc.po |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit f5c34703eb3ef343d79018a04fd2fe19bc618f12
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Mar 17 19:49:27 2008 +0000

    Updated Slovak translation.
    
    2008-03-17  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.
    
    svn path=/trunk/; revision=1343

 po/ChangeLog |    4 +
 po/sk.po     |  206 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 110 insertions(+), 100 deletions(-)

commit 20aa467765644a81116f10ba944998753585638c
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Mon Mar 17 19:34:42 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1342

 po/ChangeLog |    4 ++++
 po/oc.po     |   30 +++++++++++++++++++++---------
 2 files changed, 25 insertions(+), 9 deletions(-)

commit 69390b9e435e71acd9c965ce3b9c1a73b77dc16f
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Mar 17 19:28:49 2008 +0000

    added arg_description for --timeout option (Fixes bug #516876). Patch from
    
    2008-03-17  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/option.c: added arg_description for --timeout option (Fixes
    	bug #516876). Patch from Luca Ferretti <elle.uca@libero.it>.
    
    svn path=/trunk/; revision=1341

 ChangeLog    |    5 +++++
 src/option.c |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit da748de053a894003808791047ab73bc138e2502
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Mon Mar 17 19:25:08 2008 +0000

    Fix ChangeLog entry dates.
    
    svn path=/trunk/; revision=1340

 ChangeLog |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 82358456e04897a96749e0a43f1cf4b518571d27
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Mar 17 19:23:03 2008 +0000

    set value range before setting value in order to correctly set initial
    
    2007-03-17  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/scale.c (zenity_scale): set value range before setting value
    	in order to correctly set initial state (Fixes bug #521574).
    
    svn path=/trunk/; revision=1337

 ChangeLog   |    5 +++++
 src/scale.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 67baada43072de56c7a9f0c88fd29d1056cf31a3
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Mar 17 19:16:31 2008 +0000

    added comment on a string in order clarify its meaning for translators
    
    2007-03-17  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/option.c: added comment on a string in order clarify its
    	meaning for translators (Fixes bug #520847).
    
    svn path=/trunk/; revision=1335

 ChangeLog    |    5 +++++
 src/option.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

commit dc31270bb25b0d4f292aeb98618c5e1ee237e8fc
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Mar 10 11:07:58 2008 +0000

    post-release version bump.
    
    2007-03-10  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1330

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

commit b630ba074a4ab5744b561fca4a7a0c4c7d564826
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Mar 10 11:07:20 2008 +0000

    release 2.22.0
    
    2008-03-10  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.22.0
    
    svn path=/trunk/; revision=1329

 ChangeLog      |    4 ++++
 NEWS           |   10 ++++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    8 ++++++--
 4 files changed, 24 insertions(+), 2 deletions(-)

commit 08b3c7b648b238e578e53d8ce4c4eb92185d602f
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Mar 9 13:36:00 2008 +0000

    Updated Traditional Chinese translation(Hong Kong). Updated Traditional
    
    2008-03-09 Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
    
    
    
    svn path=/trunk/; revision=1328

 po/ChangeLog |    5 +
 po/zh_HK.po  |  285 ++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po  |  291 +++++++++++++++++++++++++++++-----------------------------
 3 files changed, 294 insertions(+), 287 deletions(-)

commit 4debd2ecd311528d5a778e2a21ab55aeb590d28c
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Mar 8 13:41:13 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1327

 help/ChangeLog                                     |    5 +++
 help/es/es.po                                      |   30 ++++++++++----------
 help/es/figures/zenity-calendar-screenshot.png     |  Bin 22627 -> 21694 bytes
 help/es/figures/zenity-entry-screenshot.png        |  Bin 9880 -> 10304 bytes
 help/es/figures/zenity-error-screenshot.png        |  Bin 9444 -> 10282 bytes
 .../es/figures/zenity-fileselection-screenshot.png |  Bin 42938 -> 73765 bytes
 help/es/figures/zenity-information-screenshot.png  |  Bin 11836 -> 12742 bytes
 help/es/figures/zenity-list-screenshot.png         |  Bin 22283 -> 14065 bytes
 help/es/figures/zenity-notification-screenshot.png |  Bin 4290 -> 3657 bytes
 help/es/figures/zenity-progress-screenshot.png     |  Bin 10506 -> 11314 bytes
 help/es/figures/zenity-question-screenshot.png     |  Bin 13226 -> 12904 bytes
 help/es/figures/zenity-text-screenshot.png         |  Bin 27347 -> 31286 bytes
 help/es/figures/zenity-warning-screenshot.png      |  Bin 12685 -> 11263 bytes
 13 files changed, 20 insertions(+), 15 deletions(-)

commit ee62688c8c74eb120bfd8646a154f5c48b57b412
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sat Mar 8 09:32:55 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1326

 po/oc.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 61427e7db71bca40730217b8be67883c08ae5dc9
Author: Marcel Telka <marcel@telka.sk>
Date:   Thu Mar 6 21:29:18 2008 +0000

    Updated Slovak translation.
    
    2008-03-06  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.
    
    svn path=/trunk/; revision=1325

 po/ChangeLog |    4 +
 po/sk.po     |  298 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 174 insertions(+), 128 deletions(-)

commit 7434582e4356efd1e045c0f651fe56b5bf6ce515
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Mar 4 20:59:37 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1324

 po/oc.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e489ba624f53fcbbda4825c3db6d9917c84b9e90
Author: Philip Withnall <pwithnall@svn.gnome.org>
Date:   Mon Mar 3 18:43:49 2008 +0000

    Updated British English translation.
    
    2008-03-03  Philip Withnall  <pwithnall@svn.gnome.org>
    
    	* en_GB.po: Updated British English translation.
    
    
    svn path=/trunk/; revision=1323

 po/ChangeLog |    4 +
 po/en_GB.po  |  309 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 170 insertions(+), 143 deletions(-)

commit 3a137b6cb2388b32b165d2e07bf6e5645d283ca7
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Fri Feb 29 18:36:00 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=1322

 po/ChangeLog |    4 ++++
 po/es.po     |   20 ++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit 304eaf6692304bdef0967430927ea422fc0a9a3e
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Feb 25 20:23:28 2008 +0000

    post-release version bump.
    
    2007-02-25  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1320

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

commit 2f374bf42184429bb57d6cd1703d355e5cbfa3aa
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Feb 25 20:21:50 2008 +0000

    release 2.21.1
    
    2008-02-25  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.21.1
    
    svn path=/trunk/; revision=1318

 ChangeLog      |    4 ++++
 NEWS           |   24 ++++++++++++++++++++++++
 configure.in   |    2 +-
 help/ChangeLog |   14 ++++++++++----
 po/ChangeLog   |    4 ++++
 5 files changed, 43 insertions(+), 5 deletions(-)

commit 8b5edf98e97afd46310bacfd246588124f234c21
Author: Ihar Hrachyshka <iharh@src.gnome.org>
Date:   Sat Feb 23 17:55:33 2008 +0000

    Added Belarusian Latin translation.
    
    svn path=/trunk/; revision=1317

 po/ChangeLog   |    5 +
 po/LINGUAS     |    1 +
 po/be@latin.po |  580 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 586 insertions(+), 0 deletions(-)

commit 6085574ff3a5c86c8389c0bd17b89ea41dc829bc
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Feb 19 21:33:15 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1316

 po/oc.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5c5a5436b6f559f797002de6a566fff6b5a517ce
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Thu Feb 14 12:21:08 2008 +0000

    Updated Galician Translation.
    
    svn path=/trunk/; revision=1315

 po/ChangeLog |    4 +
 po/gl.po     |  233 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 127 insertions(+), 110 deletions(-)

commit 065176d92698b57ff0aa1e921918990e7b630dfe
Author: Pawan Chitrakar <pachimho@src.gnome.org>
Date:   Thu Feb 14 09:44:06 2008 +0000

    Updated Nepali Translation
    
    svn path=/trunk/; revision=1314

 po/ChangeLog |    4 +
 po/ne.po     |  573 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 330 insertions(+), 247 deletions(-)

commit 403f9329567bf7213ad364ff24ccd4849b6997a1
Author: Petr Kovář <pmkovar@src.gnome.org>
Date:   Sat Feb 9 20:45:35 2008 +0000

    cs.po: Updated Czech translation by Pavel Sefranek.
    
    svn path=/trunk/; revision=1313

 po/ChangeLog |    4 +
 po/cs.po     |  278 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 152 insertions(+), 130 deletions(-)

commit ebfb638c930eccef1b17ab4871bc6498e66f44c3
Author: Jovan Naumovski <jovanna@src.gnome.org>
Date:   Tue Feb 5 21:50:10 2008 +0000

    2008-02-05 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Fix for bug #514613.
    
    svn path=/trunk/; revision=1312

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 67cca7ce40f581aca8a48375e8e083090c1a5d3c
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Mon Feb 4 12:19:19 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1311

 po/oc.po |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit d8d042896afb6ce52ec67c6bdc5e80f09ab83811
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Jan 31 08:23:17 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=1310

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 3925628c36c21a7d26139822c680108df9abcedf
Author: Amitakhya Phukan <amitakhya@src.gnome.org>
Date:   Wed Jan 30 10:23:47 2008 +0000

    Updated assamese translations
    
    svn path=/trunk/; revision=1309

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/as.po     |  578 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 584 insertions(+), 0 deletions(-)

commit 61f4f912ad715886291db6f1d7bffb8ff33ab62c
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Jan 20 15:04:06 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1308

 help/ChangeLog |    5 +-
 help/oc/oc.po  |  603 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 308 insertions(+), 300 deletions(-)

commit da02c8ed8c6fc55d12b3a1dd76e18aeec44c2338
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Jan 16 15:09:32 2008 +0000

    Translation updated
    
    2008-01-16  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated
    
    
    svn path=/trunk/; revision=1307

 po/ChangeLog |    4 ++++
 po/hu.po     |   12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 2fa6e7229305937437ebef96514372078e9ba979
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Jan 14 16:17:54 2008 +0000

    Updated Basque translation.
    
    2008-01-14  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=1306

 po/ChangeLog |    4 ++
 po/eu.po     |   88 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 49 insertions(+), 43 deletions(-)

commit 96aed4e74158172b62623b390141dd70e34e8ebb
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Thu Jan 10 16:50:47 2008 +0000

    Import updated Italian translation from gnome-2-20 branch
    
    2008-01-10  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Import updated Italian translation from gnome-2-20 branch
    
    
    svn path=/trunk/; revision=1305

 po/ChangeLog |    4 +
 po/it.po     |  436 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 284 insertions(+), 156 deletions(-)

commit 650e2803e43777a4745cf5cb3ce1cb40857a5cd5
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Fri Jan 4 09:54:15 2008 +0000

    Updated Korean translation.
    
    svn path=/trunk/; revision=1304

 po/ChangeLog |   13 ++-
 po/ko.po     |  372 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 203 insertions(+), 182 deletions(-)

commit 9435c08ada322cc3d2f64a445a15367abb0245e7
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Mon Dec 31 19:38:02 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1303

 help/ChangeLog |    5 ++-
 help/oc/oc.po  |   86 ++++++++++++++++++++++++++++----------------------------
 po/ChangeLog   |    5 ++-
 po/oc.po       |   35 +++++++++++------------
 4 files changed, 68 insertions(+), 63 deletions(-)

commit 73079ae9a68865334e1aef26d4f27af80e99542a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Dec 13 11:16:22 2007 +0000

    Updated Norwegian nynorsk translation from Eskild Hustvedt <eskild at
    
    2007-12-13  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nn.po: Updated Norwegian nynorsk translation from
    	Eskild Hustvedt <eskild at zerodogg org>
    
    svn path=/trunk/; revision=1302

 po/ChangeLog |    5 +
 po/nn.po     |  331 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 205 insertions(+), 131 deletions(-)

commit 26dc102b0c33b75e42f70e54065ed865d708bc5c
Author: Rahul Bhalerao <rahulb@src.gnome.org>
Date:   Tue Dec 11 12:53:40 2007 +0000

    Added Marathi Translations
    
    svn path=/trunk/; revision=1301

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/mr.po     |  564 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 570 insertions(+), 0 deletions(-)

commit 6539d908ad4093a0dd140387a24c217940433fc8
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed Dec 5 18:48:31 2007 +0000

    Converted to UTF-8.
    
    2007-12-05  Claude Paroz  <claude@2xlibre.net>
    
    	* NEWS: Converted to UTF-8.
    
    svn path=/trunk/; revision=1300

 ChangeLog |    4 +++
 NEWS      |   72 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 40 insertions(+), 36 deletions(-)

commit 7950c86968b44428c7bcef5630248e8bb72d6f60
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Nov 28 13:38:26 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1299

 help/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit f68bc5c6533c075aae9f4de2866ede35f8c1a8d8
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Nov 28 13:38:20 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1298

 po/ChangeLog |    4 ++++
 po/oc.po     |   29 ++++++++++++++---------------
 2 files changed, 18 insertions(+), 15 deletions(-)

commit 8c0c1a98c1202ea6e93d3160c9118331b70ff741
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Nov 28 13:26:49 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1297

 help/oc/oc.po |  145 ++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 93 insertions(+), 52 deletions(-)

commit a51e47de2e683f3b031da266551429223725e753
Author: Sunil Mohan Adapa <sunil@atc.tcs.com>
Date:   Thu Nov 22 09:53:58 2007 +0000

    Added Telugu (te) translation done by Matapathi Pramod
    
    2007-11-22  Sunil Mohan Adapa  <sunil@atc.tcs.com>
    
            * LINGUAS, te.po: Added Telugu (te) translation
            done by Matapathi Pramod <pramod@swecha.net>.
    
    
    svn path=/trunk/; revision=1292

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/te.po     |  569 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 575 insertions(+), 0 deletions(-)

commit 1030975d50c6e0e592319d3c9db3ea15ca0e62e8
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Nov 20 19:51:21 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1291

 help/oc/oc.po |   36 +++++++++++++++++-------------------
 po/oc.po      |   18 ++++++++++--------
 2 files changed, 27 insertions(+), 27 deletions(-)

commit d78f1f229bb5848e2d7541f25735aa41fc93fdb0
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Tue Nov 13 13:45:37 2007 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=1290

 po/ChangeLog |    4 ++++
 po/sl.po     |    7 +++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 58dc19f6b4ba84e8f59cdb6fe908658e889ba5af
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Nov 2 12:31:10 2007 +0000

    Updated Norwegian bokmål translation.
    
    2007-11-02  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=1289

 po/ChangeLog |    4 ++++
 po/nb.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 87fa2c49250e60bd0564129f193f7b291fb0d355
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Tue Oct 23 20:57:20 2007 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=1288

 po/ChangeLog |    4 ++
 po/ar.po     |  121 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 68 insertions(+), 57 deletions(-)

commit 73415fcd5d3473640f10863c5a76156c9b81bd8d
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Oct 21 16:45:58 2007 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1285

 po/ChangeLog |    4 +
 po/ar.po     |  305 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 158 insertions(+), 151 deletions(-)

commit 3b9e8e53d6aa17c82e37628d4937230ef82d1036
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Fri Oct 19 10:00:21 2007 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=1284

 po/ChangeLog |   10 ++-
 po/sl.po     |  274 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 146 insertions(+), 138 deletions(-)

commit 1463f46e4fcdcfc7d321e3bcfdf5e06a5294e454
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Oct 17 11:38:24 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1282

 po/oc.po |   40 ++++++++++++++++++++++++----------------
 1 files changed, 24 insertions(+), 16 deletions(-)

commit 2b3ea8133fae22fec7b1c346e27c0bce7db8986e
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Mon Oct 15 22:44:22 2007 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=1281

 po/ChangeLog |    4 +
 po/he.po     |  220 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 116 insertions(+), 108 deletions(-)

commit 4827971600fafa162f65ba1dc3adbf32ea409343
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Oct 3 16:19:33 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1277

 help/oc/oc.po |    2 +-
 po/oc.po      |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 864b1d1d99dde4b2249bd5427ac4685f491b721a
Author: Khandakar Mujahidul Islam <mislam@src.gnome.org>
Date:   Tue Sep 18 08:23:53 2007 +0000

    Updated Bengali Translation
    
    svn path=/trunk/; revision=1276

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 5927a51a1f91ca6e70ee39e9fc6c0ab044bd7a84
Author: Khandakar Mujahidul Islam <mislam@src.gnome.org>
Date:   Tue Sep 18 08:23:35 2007 +0000

    Updated Bengali Translation
    
    svn path=/trunk/; revision=1275

 po/bn.po |  378 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 198 insertions(+), 180 deletions(-)

commit 244af073f22d03aecf0dedd1f6777c573841de43
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Sep 17 19:32:55 2007 +0000

    post-release version bump.
    
    2007-09-17  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1273

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

commit 1634b3e6a56da6b74d27964fe2f9d0e6e86bf870
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Sep 17 19:31:44 2007 +0000

    release 2.20.0
    
    2007-09-17  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.20.0
    
    svn path=/trunk/; revision=1271

 ChangeLog      |    4 ++++
 NEWS           |   36 ++++++++++++++++++++++++++++++++++++
 configure.in   |    2 +-
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    8 ++++++--
 5 files changed, 51 insertions(+), 3 deletions(-)

commit 2e316e0d01cd5f9380fbaf1fca408f40799a70df
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Mon Sep 17 19:00:39 2007 +0000

    Updated Turkish Translation
    
    svn path=/trunk/; revision=1270

 po/ChangeLog |    4 +
 po/tr.po     |  229 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 120 insertions(+), 113 deletions(-)

commit d24ac46de1a93a2e853481704f33d2ca120dd552
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Mon Sep 17 08:34:57 2007 +0000

    Updated Catalan translation
    
    svn path=/trunk/; revision=1269

 po/ChangeLog |    4 +
 po/ca.po     |  220 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 116 insertions(+), 108 deletions(-)

commit 0390f331b3c4ca45bef98d1e889e67cb4aa0d06f
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sun Sep 16 14:38:12 2007 +0000

    Updated Basque translation.
    
    2007-09-16  Inaki Larranaga Murgoitio  <dooteo@zundan.com>
    
            * eu.po: Updated Basque translation.
    
    
    
    svn path=/trunk/; revision=1268

 po/ChangeLog |    4 +
 po/eu.po     |  225 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 119 insertions(+), 110 deletions(-)

commit 4f014e6caf9a75350b479a71b5d4ecec5bb3d0bf
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Sun Sep 16 10:54:27 2007 +0000

    Updated Lithuanian translation.
    
    2007-09-16  Gintautas Miliauskas  <gintas@akl.lt>
    
    	* lt.po: Updated Lithuanian translation.
    
    
    
    svn path=/trunk/; revision=1267

 po/ChangeLog |    4 +
 po/lt.po     |  220 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 116 insertions(+), 108 deletions(-)

commit d2fd8834e8b62372a3cf7947fa09e57d5f24029d
Author: Artur Flinta <aflinta@svn.gnome.org>
Date:   Sat Sep 15 17:41:40 2007 +0000

    Updated Polish translation by GNOME PL Team.
    
    2007-09-15  Artur Flinta  <aflinta@svn.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.
    
    
    svn path=/trunk/; revision=1266

 po/ChangeLog |    4 +
 po/pl.po     |  230 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 125 insertions(+), 109 deletions(-)

commit 1cd0bd667dbc532eab11a6cd5ce209ca6c5b2c0f
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Sat Sep 15 15:29:22 2007 +0000

    Updated Romanian translation
    
    2007-09-15  Mugurel Tudor  <mugurelu@gnome.ro>
    
    	* ro.po: Updated Romanian translation
    
    svn path=/trunk/; revision=1265

 po/ChangeLog |    4 +
 po/ro.po     |  328 +++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 205 insertions(+), 127 deletions(-)

commit 339db6e2d9f78ef77c6262b5f56b0fc5b1436e94
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 13 22:28:06 2007 +0000

    Translation updated.
    
    2007-09-14 Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    
    svn path=/trunk/; revision=1264

 po/ChangeLog |    4 +
 po/hu.po     |  222 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 117 insertions(+), 109 deletions(-)

commit 94c8ccdf8578f16ac81d90e79dce0e18d1cb63aa
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Wed Sep 12 20:25:05 2007 +0000

    Updated Albanian translation.
    
    * sq.po: Updated Albanian translation.
    
    svn path=/trunk/; revision=1263

 po/ChangeLog |    4 +
 po/sq.po     |  237 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 129 insertions(+), 112 deletions(-)

commit daa2cea70bdb641132ae93a963887d50a4aabf16
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Wed Sep 12 20:08:24 2007 +0000

    Update Ukrainian translation.
    
    2007-09-12 Maxim Dziumanenko <dziumanenko@gmail.com>
    
    	* Update Ukrainian translation.
    
    svn path=/trunk/; revision=1262

 po/ChangeLog |    4 +
 po/uk.po     |  222 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 117 insertions(+), 109 deletions(-)

commit 652c5953ac781aef90891703aa7d60ba545c98af
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Sep 11 08:41:39 2007 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2007-09-11  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>
    
    svn path=/trunk/; revision=1261

 po/ChangeLog |    5 +
 po/bg.po     |  367 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 196 insertions(+), 176 deletions(-)

commit b6b5a3fdbdea6a565757fc4eab3c11650ef5f0e7
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Mon Sep 10 19:39:27 2007 +0000

    Updated Serbian translation.
    
    svn path=/trunk/; revision=1260

 po/ChangeLog |    4 +
 po/sr.po     |  235 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 129 insertions(+), 110 deletions(-)

commit 9b8449bf4c6b1e5fc34f5c861f5fa077ea6e82eb
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Sep 9 01:10:38 2007 +0000

    Updated Portuguese translation.
    
    2007-09-09  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=1259

 po/ChangeLog |    4 +
 po/pt.po     |  224 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 118 insertions(+), 110 deletions(-)

commit ff1345bb488f9671aa78f8c99bfd427cc90fe927
Author: Yang Zhang <zyang@src.gnome.org>
Date:   Fri Sep 7 08:48:06 2007 +0000

    Updated zh_CN translation
    
    svn path=/trunk/; revision=1258

 po/zh_CN.po |  285 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 139 insertions(+), 146 deletions(-)

commit bb2f190ec52a36e48baed55be14f33a9301c8fa7
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Thu Sep 6 21:15:26 2007 +0000

    Translation updated by Wouter Bolsterlee.
    
    2007-09-06  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
    	* nl.po: Translation updated by Wouter Bolsterlee.
    
    
    svn path=/trunk/; revision=1257

 po/ChangeLog |    4 +
 po/nl.po     |  232 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 126 insertions(+), 110 deletions(-)

commit 0ce92c6b4202b266beba6c5fea965a39e999757c
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Sep 3 22:06:28 2007 +0000

    use new standard/required format.
    
    2007-09-04  Lucas Rocha  <lucasr@gnome.org>
    
    	* MAINTAINERS: use new standard/required format.
    
    svn path=/trunk/; revision=1256

 ChangeLog   |    4 ++++
 MAINTAINERS |    5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 0a19a7eb56a69fd0644c65e77421e2f1fb9070ca
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Mon Sep 3 13:11:00 2007 +0000

    2007-09-03    vi.po    Updated Vietnamese translation
    
    Clytie Siddall <clytie@riverland.net.au>
    
    svn path=/trunk/; revision=1255

 po/ChangeLog |    4 +
 po/vi.po     |  322 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 179 insertions(+), 147 deletions(-)

commit 533cf65f4db99861d693d3b3c35178a4059dab84
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Mon Sep 3 07:04:31 2007 +0000

    Updated Russian translation.
    
    2007-09-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    	* ru.po: Updated Russian translation.
    
    
    svn path=/trunk/; revision=1254

 po/ChangeLog |    8 ++-
 po/ru.po     |  222 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 119 insertions(+), 111 deletions(-)

commit 5092f7c3cc3bf438e21962f04499a4c71b735992
Author: Jovan Naumovski <jovanna@src.gnome.org>
Date:   Sat Sep 1 10:56:35 2007 +0000

    2007-09-01 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
    
    svn path=/trunk/; revision=1253

 po/ChangeLog |    4 +
 po/mk.po     |  229 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 121 insertions(+), 112 deletions(-)

commit 4f68485855a2a0d1a1f425ed210b24c366167463
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Fri Aug 31 12:45:42 2007 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=1252

 po/ChangeLog |    4 +
 po/da.po     |  309 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 168 insertions(+), 145 deletions(-)

commit 38afb3d3376e2ea6c71151bb6780a62322ed8eea
Author: Felix I <ifelix@src.gnome.org>
Date:   Wed Aug 29 07:15:37 2007 +0000

    updated ta translation
    
    svn path=/trunk/; revision=1251

 po/ChangeLog |    4 +
 po/ta.po     |  236 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 125 insertions(+), 115 deletions(-)

commit 99bbab043bff33842c8f47813099183d188decb3
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sun Aug 26 12:53:01 2007 +0000

    Updated Brazilian Portuguese translation
    
    svn path=/trunk/; revision=1250

 po/ChangeLog |    5 +
 po/pt_BR.po  |  308 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 158 insertions(+), 155 deletions(-)

commit 79a045e4574267eb572d48be0bed9d8948927e10
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Thu Aug 23 16:12:09 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1249

 help/Makefile.am |    2 +-
 help/oc/oc.po    | 1397 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1398 insertions(+), 1 deletions(-)

commit ec31abb1def822f36305576749eabdbd3ac49300
Author: Stéphane Raimbault <stephaner@src.gnome.org>
Date:   Thu Aug 23 12:46:04 2007 +0000

    Updated French translation.
    
    svn path=/trunk/; revision=1248

 po/ChangeLog |    4 +
 po/fr.po     |  342 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 177 insertions(+), 169 deletions(-)

commit ac1410e73d552cc3839303b1ef5c8f3c84b3104c
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Aug 21 11:17:08 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1247

 po/oc.po |  225 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 114 insertions(+), 111 deletions(-)

commit 8c372b9aa61ff424b6e446ae964a363864eb996d
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sun Aug 19 14:51:27 2007 +0000

    Updated Japanese translation.
    
    2007-08-19  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=1246

 po/ChangeLog |    4 +
 po/ja.po     |  266 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 143 insertions(+), 127 deletions(-)

commit 83dcf3f1e8f89fd5405008679c4f6e028b1f5cfe
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Fri Aug 17 18:23:51 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1245

 po/oc.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7b1329994c44f01d96592da94a85100e13d47971
Author: Priit Laes <plaes@svn.gnome.org>
Date:   Thu Aug 16 10:03:22 2007 +0000

    Estonian translation update by Ivar Smolin.
    
    2007-08-16  Priit Laes  <plaes@svn.gnome.org>
    
    	* et.po: Estonian translation update by Ivar Smolin.
    
    svn path=/trunk/; revision=1244

 po/ChangeLog |    4 +
 po/et.po     |  263 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 123 insertions(+), 144 deletions(-)

commit d1fc264fa74abbefb6a589f631f6d22ea378a6ec
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Thu Aug 16 09:24:09 2007 +0000

    Updated Thai translation.
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=1243

 po/ChangeLog |    4 +
 po/th.po     |  238 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 129 insertions(+), 113 deletions(-)

commit 31787cc849b5c17ede9e89a6279e538b8309f697
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Thu Aug 16 08:19:35 2007 +0000

    Updated Translation
    
    svn path=/trunk/; revision=1242

 po/ChangeLog |    4 +
 po/gu.po     |  227 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 120 insertions(+), 111 deletions(-)

commit 3ae5a3f72e7a7e83fa1042fec4a43851400b10f5
Author: Adam Weinberger <adamw@gnome.org>
Date:   Wed Aug 15 22:02:19 2007 +0000

    Updated Canadian English translation.
    
    2007-08-15  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    
    
    svn path=/trunk/; revision=1241

 po/ChangeLog |    4 +
 po/en_CA.po  |  331 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 211 insertions(+), 124 deletions(-)

commit da938ecd0564aeca7ea631abeab5700e1efd3dd3
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Wed Aug 15 15:11:19 2007 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=1240

 po/ChangeLog |    4 +
 po/fi.po     |  228 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 124 insertions(+), 108 deletions(-)

commit d3243f664fcdf05f260796c56be145a9df0f759a
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Wed Aug 15 10:29:52 2007 +0000

    Updated German translation.
    
    2007-08-15  Hendrik Richter  <hendrikr@gnome.org>
    
    	* de.po: Updated German translation.
    
    svn path=/trunk/; revision=1239

 po/ChangeLog |    4 +
 po/de.po     |  224 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 118 insertions(+), 110 deletions(-)

commit d6423d7806c1045c58ee04fac44c92274d43e3e2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 15 09:26:03 2007 +0000

    Updated Norwegian bokmål translation.
    
    2007-08-15  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=1238

 po/ChangeLog |    4 +
 po/nb.po     |  230 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 125 insertions(+), 109 deletions(-)

commit 4e0668e20e63058a010720b151231d0f0b620dc6
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Aug 15 07:17:17 2007 +0000

    Updated screenshots.
    
            * sv/figures/*png: Updated screenshots.
    
    
    svn path=/trunk/; revision=1237

 help/ChangeLog                                     |    4 ++++
 help/sv/figures/zenity-calendar-screenshot.png     |  Bin 19882 -> 21379 bytes
 help/sv/figures/zenity-entry-screenshot.png        |  Bin 10688 -> 9904 bytes
 help/sv/figures/zenity-error-screenshot.png        |  Bin 10436 -> 9687 bytes
 .../sv/figures/zenity-fileselection-screenshot.png |  Bin 42954 -> 50287 bytes
 help/sv/figures/zenity-information-screenshot.png  |  Bin 12334 -> 11423 bytes
 help/sv/figures/zenity-list-screenshot.png         |  Bin 24694 -> 26624 bytes
 help/sv/figures/zenity-progress-screenshot.png     |  Bin 9093 -> 11260 bytes
 help/sv/figures/zenity-question-screenshot.png     |  Bin 12731 -> 12715 bytes
 help/sv/figures/zenity-text-screenshot.png         |  Bin 16749 -> 17544 bytes
 help/sv/figures/zenity-warning-screenshot.png      |  Bin 13540 -> 10720 bytes
 11 files changed, 4 insertions(+), 0 deletions(-)

commit 519a09b20267668079b6befc88f4e8ad8b61aa92
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Aug 15 06:55:52 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=1236

 po/ChangeLog |    4 +
 po/sv.po     |  284 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 151 insertions(+), 137 deletions(-)

commit 7b9ee762339c728b86870cbd824106266200c945
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Aug 14 09:20:20 2007 +0000

    Updated spanish translation
    
    svn path=/trunk/; revision=1235

 po/ChangeLog |    4 +
 po/es.po     |  250 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 127 insertions(+), 127 deletions(-)

commit 9717449e5efd638bba042412a11c2dc5042ef100
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 13 20:51:05 2007 +0000

    post-release version bump.
    
    2007-08-13  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1234

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

commit 74bfe85d292159b0d01a4e27a858e68cc16a26b8
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 13 20:49:19 2007 +0000

    release 2.19.2
    
    2007-08-13  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.19.2
    
    svn path=/trunk/; revision=1232

 ChangeLog      |    4 ++++
 NEWS           |   16 ++++++++++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

commit 8b16d4d4122e6337517ec16b9ca22dd27df0dafb
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 13 20:36:29 2007 +0000

    added timeout option to all dialogs (Fixes bug #160654). Based on patch
    
    2007-08-13  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/*.c: added timeout option to all dialogs (Fixes bug #160654).
    	Based on patch from Muthiah Annamalai <gnumuthu@users.sf.net>.
    
    svn path=/trunk/; revision=1231

 ChangeLog           |    5 +++++
 src/calendar.c      |    5 +++++
 src/entry.c         |    4 ++++
 src/fileselection.c |    5 +++++
 src/msg.c           |    5 +++++
 src/notification.c  |    5 +++++
 src/option.c        |   13 ++++++++++++-
 src/progress.c      |    4 ++++
 src/scale.c         |    5 +++++
 src/text.c          |    4 ++++
 src/tree.c          |    5 +++++
 src/util.c          |    9 +++++++++
 src/util.h          |    4 +++-
 src/zenity.h        |    4 +++-
 14 files changed, 74 insertions(+), 3 deletions(-)

commit ae3e8d1496fcfc3bf2ca65e475455bbf4c935e50
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 13 20:16:37 2007 +0000

    fix critical warning when using checkbox and radiobox in list dialog
    
    2007-08-13  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/tree.c: fix critical warning when using checkbox and radiobox in
    	list dialog (Fixes bug #453713).
    
    svn path=/trunk/; revision=1230

 ChangeLog  |    5 +++++
 src/tree.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 9d2a28f897288d43fd65df3cda9d2cc9505e1777
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Jul 29 14:12:34 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1229

 po/oc.po |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 14dfb21c2894cd87a3949dd5871e42bcd775c111
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Jul 16 16:11:20 2007 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=1228

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 0eebaf561a45da375956fa11967ddc44917bb86d
Author: Felix I <ifelix@src.gnome.org>
Date:   Thu Jun 21 10:40:57 2007 +0000

    updated ta translation
    
    svn path=/trunk/; revision=1227

 po/ChangeLog |    4 +
 po/ta.po     |  312 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 180 insertions(+), 136 deletions(-)

commit 192ce386ce93cbcb1cf739ba45ac2b1a194a7cb7
Author: Jakub Friedl <jfriedl@suse.cz>
Date:   Tue Jun 5 12:50:24 2007 +0000

    Updated Czech Translation.
    
    2007-06-05  Jakub Friedl  <jfriedl@suse.cz>
    
      * cs.po: Updated Czech Translation.
    
    
    svn path=/trunk/; revision=1226

 po/ChangeLog |    4 ++++
 po/cs.po     |   24 ++++++++++++------------
 2 files changed, 16 insertions(+), 12 deletions(-)

commit b2459f3b6e480ba8568084f4ed50d1634239b0ea
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun May 27 21:20:39 2007 +0000

    fix broken handling of input from pipes in list dialog (Fixes bug
    
    2007-05-27  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/tree.c: fix broken handling of input from pipes in list
    	dialog (Fixes bug #343684).
    
    svn path=/trunk/; revision=1221

 ChangeLog  |    5 +++++
 src/tree.c |   34 +++++++++++++++++-----------------
 2 files changed, 22 insertions(+), 17 deletions(-)

commit 5868adac7501134a8cb9d2ace1ae12622368a910
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun May 27 20:35:32 2007 +0000

    correctly handle UTF-8 input text in the text info dialog (Fixes bug
    
    2007-05-27  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/text.c: correctly handle UTF-8 input text in the text info
    	dialog (Fixes bug #407275).
    
    svn path=/trunk/; revision=1220

 ChangeLog  |    5 +++++
 src/text.c |   11 ++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

commit b73e72bcfea040aaf4ea681068676de3ee013ac8
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun May 27 20:09:27 2007 +0000

    initialize GTK+ before parsing command line options to better handle
    
    2007-05-27  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/main.c: initialize GTK+ before parsing command line options to
    	better handle errors on display setting (Fixes bug #410055).
    
    svn path=/trunk/; revision=1217

 ChangeLog          |    5 +++++
 src/main.c         |    6 +++---
 src/notification.c |    1 +
 3 files changed, 9 insertions(+), 3 deletions(-)

commit feba0d3136651f7ea15bfad8e3f61b2e096a5d3c
Author: David Lodge <dlodge@src.gnome.org>
Date:   Tue May 15 22:31:11 2007 +0000

    Updated en_GB translation
    
    svn path=/trunk/; revision=1216

 help/ChangeLog      |    5 +
 help/Makefile.am    |    2 +-
 help/en_GB/en_GB.po | 1318 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1324 insertions(+), 1 deletions(-)

commit 0e6aa980310ca7b55e0ced4f32780427f2dfc3e5
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon May 14 23:10:16 2007 +0000

    post-release version bump.
    
    2007-05-15  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1215

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

commit 33bb2765a479f38f14b9784152dce867ded78406
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon May 14 23:08:37 2007 +0000

    release 2.19.1
    
    2007-05-15  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.19.1
    
    svn path=/trunk/; revision=1213

 ChangeLog      |    4 ++++
 NEWS           |   18 ++++++++++++++++++
 configure.in   |    2 +-
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 5 files changed, 31 insertions(+), 1 deletions(-)

commit b9cbcc8d0ba9ed63920ba0b7bbe1bc3fa553aeb5
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon May 14 22:13:59 2007 +0000

    fix seg fault when outputing files with special printf format strings
    
    2007-05-15  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/text.c (zenity_text_dialog_response): fix seg fault when
    	outputing files with special printf format strings (Fixes
    	bug #405006). Patch from Mariano Suárez-Alvarez.
    
    svn path=/trunk/; revision=1212

 ChangeLog  |    6 ++++++
 src/text.c |    5 ++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit a705262d816a7f2d9bdd5405f6c077b690219cef
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon May 14 22:07:13 2007 +0000

    fix index handling for --print-column (Fixes bug #420396).
    
    2007-05-15  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/tree.c (zenity_tree_dialog_toggle_get_selected): fix index
    	handling for --print-column (Fixes bug #420396).
    
    svn path=/trunk/; revision=1211

 ChangeLog  |    5 +++++
 src/tree.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit ab6159f84b497d0b73a0212632095e2cabbefcfa
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon May 14 21:49:32 2007 +0000

    make libnotify support an option (Fixes bug #346843). Patch from Saleem
    
    2007-05-15  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.ac: make libnotify support an option (Fixes bug #346843).
    	Patch from Saleem Abdulrasool <compnerd@gentoo.org>.
    
    svn path=/trunk/; revision=1210

 ChangeLog    |    5 +++++
 configure.in |   20 ++++++++++++++------
 2 files changed, 19 insertions(+), 6 deletions(-)

commit f297dd91bd4e6a81d0b14562fccd615f2045bc48
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon May 14 21:38:47 2007 +0000

    double-click on day results in dialog response (Fixes bug #395152). Patch
    
    2007-05-15  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/calendar.c (zenity_calendar, zenity_calendar_double_click):
    	double-click on day results in dialog response (Fixes bug #395152).
    	Patch from Tom Tromey <tromey@redhat.com>.
    
    svn path=/trunk/; revision=1209

 ChangeLog      |    6 ++++++
 src/calendar.c |   10 ++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit adee9db56646cc297fd226db983d40f3ba0d4793
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon May 14 21:26:08 2007 +0000

    general cleanups for build warnings (Fixes bug #416196). Patch from
    
    2007-05-14  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/progress.c (zenity_progress_handle_stdin), src/option.c
    	(zenity_create_context), src/about.c, src/notification.c
    	(zenity_notification_handle_stdin): general cleanups for
    	build warnings (Fixes bug #416196). Patch from Kjartan
    	Maraas <kmaraas@gnome.org>.
    
    svn path=/trunk/; revision=1208

 ChangeLog          |    8 ++++++++
 src/about.c        |    2 +-
 src/notification.c |    2 +-
 src/option.c       |   30 +++++++++++++++---------------
 src/progress.c     |    2 --
 5 files changed, 25 insertions(+), 19 deletions(-)

commit 5c1ff4ebd1cb580b54320c6f0ed8f8f4215810ab
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon May 14 18:18:01 2007 +0000

    man page update (Fixes bug #436187). Patch from Sven Arvidsson
    
    2007-05-14  Lucas Rocha  <lucasr@gnome.org>
    
    	* data/zenity.1: man page update (Fixes bug #436187). Patch from
    	Sven Arvidsson <sa@whiz.se>.
    
    svn path=/trunk/; revision=1207

 ChangeLog     |    5 ++++
 data/zenity.1 |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 71 insertions(+), 3 deletions(-)

commit 74324a504348b894f2342b46a69f401dcf9db749
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun May 13 12:30:09 2007 +0000

    + Occitan
    
    svn path=/trunk/; revision=1206

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 5579ae6dd08033e73091fc080aac23ab2a6427fd
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun May 13 11:23:40 2007 +0000

    Occitan translation update
    
    svn path=/trunk/; revision=1205

 po/oc.po |  561 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 561 insertions(+), 0 deletions(-)

commit f7ce23aab6204c7e63bbe8eead27292924a2a749
Author: Jakub Friedl <jfriedl@suse.cz>
Date:   Mon Apr 23 10:01:36 2007 +0000

    Updated Czech Translation.
    
    2007-04-23  Jakub Friedl  <jfriedl@suse.cz>
    
      * cs.po: Updated Czech Translation.
    
    
    
    svn path=/trunk/; revision=1203

 po/ChangeLog |    4 +
 po/cs.po     |  342 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 198 insertions(+), 148 deletions(-)

commit 4f1b33d6a84dc7c51397bd5e573ab45e1f2e47e3
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Sun Apr 22 09:45:30 2007 +0000

    Added Russian translation by Yury Deshko <deshko@tut.by>.
    
    2007-04-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    	* Makefile.am:
    	* ru/ru.po: Added Russian translation by
    	Yury Deshko <deshko@tut.by>.
    
    
    svn path=/trunk/; revision=1202

 help/ChangeLog                                     |    6 +
 help/Makefile.am                                   |    2 +-
 help/ru/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 20521 bytes
 help/ru/figures/zenity-entry-screenshot.png        |  Bin 0 -> 7942 bytes
 help/ru/figures/zenity-error-screenshot.png        |  Bin 0 -> 9656 bytes
 .../ru/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 46490 bytes
 help/ru/figures/zenity-information-screenshot.png  |  Bin 0 -> 12032 bytes
 help/ru/figures/zenity-list-screenshot.png         |  Bin 0 -> 26454 bytes
 help/ru/figures/zenity-notification-screenshot.png |  Bin 0 -> 4597 bytes
 help/ru/figures/zenity-progress-screenshot.png     |  Bin 0 -> 11574 bytes
 help/ru/figures/zenity-question-screenshot.png     |  Bin 0 -> 12115 bytes
 help/ru/figures/zenity-scale-screenshot.png        |  Bin 0 -> 9738 bytes
 help/ru/figures/zenity-text-screenshot.png         |  Bin 0 -> 49396 bytes
 help/ru/figures/zenity-warning-screenshot.png      |  Bin 0 -> 13527 bytes
 help/ru/ru.po                                      | 1676 ++++++++++++++++++++
 15 files changed, 1683 insertions(+), 1 deletions(-)

commit 9b662da24d50870a5943da0d964f685e82ad7eb1
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Apr 21 13:41:56 2007 +0000

    Updated Spanish translation.
    
    svn path=/trunk/; revision=1201

 help/ChangeLog |    4 +
 help/es/es.po  |  803 +++++++++++++++++++++++++++++---------------------------
 2 files changed, 417 insertions(+), 390 deletions(-)

commit 9e4459c0c7df0c8d161ff49672137ecd01db4a23
Author: Funda Wang <fwang@src.gnome.org>
Date:   Thu Apr 19 00:40:35 2007 +0000

    Updated Simplified Chinese translation from Yang Zhang.
    
    svn path=/trunk/; revision=1200

 po/ChangeLog |    4 +
 po/zh_CN.po  |  341 +++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 213 insertions(+), 132 deletions(-)

commit cae7e29ed9cb21e9fa6debb96487ca972ee62e5b
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Apr 9 22:21:54 2007 +0000

    post-release version bump.
    
    2007-04-09  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1199

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

commit f855ef04cd855a5d2071be12b0cb599d0439d150
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Apr 9 22:19:45 2007 +0000

    release 2.18.1
    
    2007-04-09  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.18.1
    
    svn path=/trunk/; revision=1197

 ChangeLog      |    4 ++++
 NEWS           |    8 ++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 4 files changed, 20 insertions(+), 0 deletions(-)

commit 0c4f2699247319f47ee76e9003d7b79eae04862a
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Apr 8 21:57:50 2007 +0000

    Updated Galician Translation
    
    svn path=/trunk/; revision=1196

 po/ChangeLog |    4 +
 po/gl.po     |  321 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 188 insertions(+), 137 deletions(-)

commit 7c0942fa74fb5d8c413a303e57613da9ea17fb1e
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Sat Mar 31 17:35:05 2007 +0000

    Updated Basque translation.
    
    2007-03-31  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=1195

 po/ChangeLog |    4 +
 po/eu.po     |  290 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 166 insertions(+), 128 deletions(-)

commit f317325b439b1ee798c7c27f823c6f99146c73e2
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Mar 25 21:14:31 2007 +0000

    Updated Galician translation.
    
    svn path=/trunk/; revision=1194

 po/ChangeLog |    4 +
 po/gl.po     |  258 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 142 insertions(+), 120 deletions(-)

commit baeed6846091c2299ca38e8bde7639fe1a2ced50
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Fri Mar 16 17:14:41 2007 +0000

    Updated Albanian translation.
    
    svn path=/trunk/; revision=1192

 po/ChangeLog |    4 +
 po/sq.po     |  328 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 204 insertions(+), 128 deletions(-)

commit 1af831ddc88230ab02a1e6f8d4d9fe385f0404f2
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Mon Mar 12 22:04:13 2007 +0000

    Updated Turkish Translation
    
    svn path=/trunk/; revision=1191

 po/ChangeLog |    4 +
 po/tr.po     |  323 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 174 insertions(+), 153 deletions(-)

commit 0c1f4a1a0b4077be228a5f60863e23e05cb566fd
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Mon Mar 12 10:36:43 2007 +0000

    Update Ukrainian translation.
    
    2007-03-12 Maxim Dziumanenko <dziumanenko@gmail.com>
    
    	* Update Ukrainian translation.
    
    
    svn path=/trunk/; revision=1190

 help/uk/uk.po |  826 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 420 insertions(+), 406 deletions(-)

commit 300f2f7f191cd810f98b7a72fc8df28ceb1518c5
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun Mar 11 18:58:08 2007 +0000

    post-release version bump.
    
    2007-03-11  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1189

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

commit 974bcca95a023194ec4d5861ccb136791d53e706
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun Mar 11 18:56:32 2007 +0000

    release 2.18.0
    
    2007-03-11  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.18.0
    
    svn path=/trunk/; revision=1187

 ChangeLog      |    4 ++++
 NEWS           |   14 ++++++++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 4 files changed, 26 insertions(+), 0 deletions(-)

commit 26a1e75c63d4fe7d2f7cb355873ae6a453eb26c7
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Mar 10 18:42:08 2007 +0000

    Updated Serbian translation.
    
    svn path=/trunk/; revision=1186

 po/ChangeLog  |    4 +
 po/sr.po      |  331 +++++++++++++++++++++++++++++++++++----------------------
 po/sr@Latn.po |  333 +++++++++++++++++++++++++++++++++++----------------------
 3 files changed, 413 insertions(+), 255 deletions(-)

commit 67cd575e8c7c55d1bdab06f3b6bfb058c3c6da92
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sat Mar 10 08:32:13 2007 +0000

    Updated Japanese translation.
    
    2007-03-10  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=1185

 po/ChangeLog |    4 +
 po/ja.po     |  307 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 174 insertions(+), 137 deletions(-)

commit 6b94a4d45e9e3aab78d72166135e15e8ee70a134
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Fri Mar 9 20:39:47 2007 +0000

    Updated Russian translation.
    
    2007-03-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    	* ru.po: Updated Russian translation.
    
    
    svn path=/trunk/; revision=1184

 po/ChangeLog |    4 +
 po/ru.po     |  299 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 177 insertions(+), 126 deletions(-)

commit eb5b1d4b24295be1c40d939bacaac30097133c2f
Author: Thierry Randrianiriana <thierryr@src.gnome.org>
Date:   Thu Mar 8 03:34:34 2007 +0000

    Added Malagasy translation
    
     * Added Malagasy translation
    
    svn path=/trunk/; revision=1183

 po/ChangeLog |   99 ++++++------
 po/LINGUAS   |    1 +
 po/mg.po     |  515 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 568 insertions(+), 47 deletions(-)

commit f30011076a3c5002fa8ec888c74e9fca2dba8e81
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon Mar 5 14:44:15 2007 +0000

    Updated Translation
    
    svn path=/trunk/; revision=1182

 po/ChangeLog |    4 +
 po/gu.po     |  287 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 164 insertions(+), 127 deletions(-)

commit 4d3a59a6716ecee0afa8932a15521d9b72fd9b47
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Sun Mar 4 21:21:45 2007 +0000

    Updated Lithuanian translation.
    
    2007-03-04  Gintautas Miliauskas  <gintas@akl.lt>
    
    	* lt.po: Updated Lithuanian translation.
    
    
    
    svn path=/trunk/; revision=1181

 po/ChangeLog |    4 ++++
 po/lt.po     |   36 ++++++++++++++++--------------------
 2 files changed, 20 insertions(+), 20 deletions(-)

commit 87915a9a66364889d190590e8f0d7dea0df83967
Author: Peter Bach <pbach@src.gnome.org>
Date:   Sun Mar 4 20:39:46 2007 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=1180

 po/ChangeLog |    4 +
 po/da.po     |  353 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 219 insertions(+), 138 deletions(-)

commit 85dbaaeeb06e9e426391863e3c1901b4a15ba13e
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Thu Mar 1 13:44:47 2007 +0000

    Added Changelog Entry for Bengali India Translation Updation
    
    svn path=/trunk/; revision=1179

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit eecbf77284e10e9d5250596d9a732a770949fb57
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Thu Mar 1 13:44:14 2007 +0000

    Updated Bengali India Translation
    
    svn path=/trunk/; revision=1178

 po/bn_IN.po |  279 ++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 161 insertions(+), 118 deletions(-)

commit 163d1b9c1a16cf9475ddd619174ad2b3e73378e1
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Mar 1 09:10:56 2007 +0000

    Update Ukrainian translation.
    
    2007-03-01 Maxim Dziumanenko <dziumanenko@gmail.com>
    
    	* Update Ukrainian translation.
    
    
    svn path=/trunk/; revision=1177

 help/ChangeLog |    5 +
 help/uk/uk.po  |   37 ++++---
 po/ChangeLog   |    4 +
 po/uk.po       |  310 +++++++++++++++++++++++++++++---------------------------
 4 files changed, 191 insertions(+), 165 deletions(-)

commit 33dedf93fd6851c2639a3c7ee4056d41b02b0079
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Tue Feb 27 14:51:29 2007 +0000

    Updated Lithuanian translation.
    
    2007-02-27  Gintautas Miliauskas  <gintas@akl.lt>
    
    	* lt.po: Updated Lithuanian translation.
    
    
    svn path=/trunk/; revision=1176

 po/ChangeLog |    4 +
 po/lt.po     |  285 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 169 insertions(+), 120 deletions(-)

commit dfe49fbbf359ef5c689fcbfea240d83237487b73
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Tue Feb 27 11:19:38 2007 +0000

    Updated Brazilian Portuguese translation by Fábio Nogueira
    
    2007-02-27  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation by Fábio Nogueira
    	<deb-user-ba@ubuntu.com>.
    
    svn path=/trunk/; revision=1175

 po/ChangeLog |    5 ++++
 po/pt_BR.po  |   76 ++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 63 insertions(+), 18 deletions(-)

commit ef060e6791ef3fc533695e8037c836adfce3400f
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Feb 26 17:41:03 2007 +0000

    post-release version bump.
    
    2007-02-26  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1174

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

commit 342f3f62772b6ee23eb4f8332b750a6c8b3ac197
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Feb 26 17:36:30 2007 +0000

    release 2.17.92
    
    2007-02-26  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.17.92
    
    svn path=/trunk/; revision=1172

 ChangeLog      |    4 ++++
 NEWS           |    8 ++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 4 files changed, 20 insertions(+), 0 deletions(-)

commit a7cdd49abfbbee257bb7e4daf0209aaebf36eac2
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Feb 25 09:08:04 2007 +0000

    Translation updated.
    
    2007-02-25  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    svn path=/trunk/; revision=1171

 po/ChangeLog |    4 +
 po/hu.po     |  301 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 180 insertions(+), 125 deletions(-)

commit 8aacd53a83b79ac7ee71726e26bd2da752c1e526
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Feb 24 21:56:44 2007 +0000

    Updated Korean translation.
    
    2007-02-25  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Updated Korean translation.
    
    svn path=/trunk/; revision=1170

 po/ChangeLog |    4 +
 po/ko.po     |  301 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 176 insertions(+), 129 deletions(-)

commit 2000206626df6498f0ac33050a2681091633b7e6
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Tue Feb 20 23:29:16 2007 +0000

    Updated Polish translation by GNOME PL Team.
    
    2007-02-21  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.
    
    
    svn path=/trunk/; revision=1169

 po/ChangeLog |    4 +
 po/pl.po     |  268 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 160 insertions(+), 112 deletions(-)

commit 30019fbe185bde54804567ac4dfc9b7d0c1d37d4
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Feb 15 01:27:18 2007 +0000

    Updated Portuguese translation.
    
    2007-02-15  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=1168

 po/ChangeLog |    4 +
 po/pt.po     |  276 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 164 insertions(+), 116 deletions(-)

commit 45eac08e0790d70fadfb5fb29f2edcb4a8db4c7c
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Wed Feb 14 01:06:32 2007 +0000

    updating for Punjabi
    
    svn path=/trunk/; revision=1167

 po/pa.po |  361 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 216 insertions(+), 145 deletions(-)

commit 009539d9fe9a7a11d6357ce3da323dc9a8be37b0
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Feb 12 18:13:31 2007 +0000

    post-release version bump.
    
    2007-02-12  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1166

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

commit e0e0a995fb56d2e5ea1c911b83e38daca5cd7a90
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Feb 12 18:11:42 2007 +0000

    release 2.17.91
    
    2007-02-12  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.17.91
    
    svn path=/trunk/; revision=1164

 ChangeLog      |    4 ++++
 NEWS           |   11 +++++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 4 files changed, 23 insertions(+), 0 deletions(-)

commit d7c5df602aac8d2bff5257c2aacbfc3f420f0f66
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Feb 12 16:29:07 2007 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=1163

 po/ChangeLog |    4 +
 po/fi.po     |  301 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 175 insertions(+), 130 deletions(-)

commit 224c740e3b4bbda8ab101ef78f59cb14d8d30625
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Sun Feb 11 00:30:53 2007 +0000

    Updated Catalan translation.
    
    svn path=/trunk/; revision=1162

 po/ChangeLog |    4 +
 po/ca.po     |  272 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 162 insertions(+), 114 deletions(-)

commit 360a008f15822be8a4b48118f22b10c7d0b6ce90
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Mon Feb 5 12:02:22 2007 +0000

    Updated Dzongkha Translation
    
    svn path=/trunk/; revision=1161

 po/ChangeLog |    4 +
 po/dz.po     |  370 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 203 insertions(+), 171 deletions(-)

commit d98e51fecdbc5c0d45b9fee5c4f499b5131b481c
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Fri Feb 2 12:08:14 2007 +0000

    Updated Traditional Chinese translation(Hong Kong). Updated Traditional
    
    
    2007-02-02  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
    	* zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
    	* zh_TW.po: Updated Traditional Chinese translation(Taiwan).
    
    
    svn path=/trunk/; revision=1160

 po/ChangeLog |    5 +
 po/zh_HK.po  |  340 +++++++++++++++++++++++++++++++++------------------------
 po/zh_TW.po  |  336 +++++++++++++++++++++++++++++++++------------------------
 3 files changed, 395 insertions(+), 286 deletions(-)

commit 60bbe553e3f740e217005e8b9756d747cdebe610
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Tue Jan 30 21:02:29 2007 +0000

    Updated Dutch Translation by Wouter Bolsterlee.
    
    2007-01-30  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
    	* nl.po: Updated Dutch Translation by Wouter Bolsterlee.
    
    svn path=/trunk/; revision=1159

 po/ChangeLog |    4 +
 po/nl.po     |  327 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 189 insertions(+), 142 deletions(-)

commit 0ed149ecd064546893de13c6ab4aea1ceb8825ee
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Sun Jan 28 04:07:20 2007 +0000

    updated vi.po
    
    svn path=/trunk/; revision=1155

 po/ChangeLog |    4 +
 po/vi.po     |  314 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 183 insertions(+), 135 deletions(-)

commit feb200919881ec3a5f08299c56158214475b8c55
Author: Stéphane Raimbault <stephane.raimbault@gmail.com>
Date:   Sat Jan 27 21:48:04 2007 +0000

    Updated French translation by Robert-André Mauchin.
    
    2007-01-27  Stéphane Raimbault  <stephane.raimbault@gmail.com>
    
    	* fr.po: Updated French translation by Robert-André Mauchin.
    
    svn path=/trunk/; revision=1154

 po/ChangeLog |    4 +
 po/fr.po     |  303 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 172 insertions(+), 135 deletions(-)

commit 708a021ab4f9bd84284e0da18363e0517038d6a3
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Jan 22 18:59:39 2007 +0000

    post-release version bump.
    
    2007-01-22  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1153

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

commit 979a7ad7695d2d114bec28e94855dc43b74a67c3
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Jan 22 18:56:40 2007 +0000

    release 2.17.90
    
    2007-01-22  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.17.90
    
    svn path=/trunk/; revision=1151

 ChangeLog      |    4 ++++
 NEWS           |    5 +++++
 configure.in   |    2 +-
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 5 files changed, 18 insertions(+), 1 deletions(-)

commit d98ea48b8189f65f050401b004e31650aadbbe56
Author: Alexander Shopov <ash@contact.bg>
Date:   Sun Jan 14 19:43:15 2007 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2007-01-14  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>
    
    svn path=/trunk/; revision=1150

 po/ChangeLog |    5 +
 po/bg.po     |  283 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 163 insertions(+), 125 deletions(-)

commit 73d0d179373782cd5e81df054035130d4b498eb7
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Jan 8 20:38:48 2007 +0000

    post-release version bump.
    
    2007-01-08  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.
    
    svn path=/trunk/; revision=1149

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

commit da6536f1378ce531d9730404c2ebe918d4def365
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Jan 8 20:36:41 2007 +0000

    release 2.17.3
    
    2007-01-08  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.17.3
    
    svn path=/trunk/; revision=1147

 ChangeLog      |    4 ++++
 NEWS           |   10 ++++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    6 +++++-
 4 files changed, 23 insertions(+), 1 deletions(-)

commit 29691d96e305b1343a3e76230c018687a7039bdb
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Fri Jan 5 19:16:14 2007 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=1146

 po/ChangeLog |    4 +
 po/he.po     |  268 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 160 insertions(+), 112 deletions(-)

commit c21b1a9be928fff3b50ad5af9ede2a8553c040b9
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Jan 3 22:01:26 2007 +0000

    Updated Arabic Translation.
    
    svn path=/trunk/; revision=1145

 po/ChangeLog |    4 ++
 po/ar.po     |  165 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 86 insertions(+), 83 deletions(-)

commit 237148472a169ac5edcb15b4a5f5b434b5def713
Author: Matic Žgur <maticz@src.gnome.org>
Date:   Wed Jan 3 08:30:51 2007 +0000

    Updated Slovenian translation.
    
    svn path=/trunk/; revision=1144

 po/ChangeLog |    4 +
 po/sl.po     |  322 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 195 insertions(+), 131 deletions(-)

commit 5fe180dae98fc1dda43cfc4bfd8a79981e63eea0
Author: David Lodge <dlodge@src.gnome.org>
Date:   Mon Jan 1 23:01:11 2007 +0000

    Updated English (British) translation
    
    svn path=/trunk/; revision=1143

 po/ChangeLog |    4 +
 po/en_GB.po  |  427 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 269 insertions(+), 162 deletions(-)

commit 077dea5cd2aef91ffddfc724e7e247bea6d09ed9
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Dec 27 22:51:49 2006 +0000

    Updated Arabic Translation.

 po/ChangeLog |    4 ++++
 po/ar.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 53ceac048ffe702373fd67b7a86d8372caa78044
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Dec 24 21:53:18 2006 +0000

    Updated Arabic Translation.

 po/ChangeLog |    4 ++++
 po/ar.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 25e92f1253746499f67be8804f907dfefdc2c862
Author: Arangel Angov <arangela@src.gnome.org>
Date:   Thu Dec 21 21:13:38 2006 +0000

    Updated Macedonian translation, Arangel Angov <arangel@linux.net.mk>

 po/mk.po |  282 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 158 insertions(+), 124 deletions(-)

commit e9146c677cde4f2c1a46e4513ee12d0f8967fb2d
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Thu Dec 21 08:45:45 2006 +0000

    Updated German translation.
    
    
    2006-12-21  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    6 +-
 po/de.po     |  289 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 170 insertions(+), 125 deletions(-)

commit 7a9db25aea8fe52ccda73326beb39b21c1c0b69f
Author: Raivis Dejus <orvils@gmail.com>
Date:   Tue Dec 19 14:29:50 2006 +0000

    Updated Latvian Translation.
    
    2006-12-19  Raivis Dejus <orvils@gmail.com>
    
            * lv.po: Updated Latvian Translation.

 po/ChangeLog |    4 +
 po/lv.po     |  298 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 172 insertions(+), 130 deletions(-)

commit 46b427c813d20eb90b1eb460041bea768fe5017c
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Dec 18 20:48:17 2006 +0000

    post-release version bump.
    
    2006-12-18  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.

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

commit de2e933858d723290903aa1b7f6c719b76578422
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Dec 18 20:46:51 2006 +0000

    release 2.17.2
    
    2006-12-18  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.17.2

 ChangeLog      |    4 ++++
 NEWS           |   11 +++++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 4 files changed, 23 insertions(+), 0 deletions(-)

commit a95fe1165c3244120d29c55d0edb3addf5ae511b
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon Dec 18 01:44:47 2006 +0000

    Updated Arabic Translation. Sync for gnome-2-18

 po/ChangeLog |    4 +
 po/ar.po     |  478 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 265 insertions(+), 217 deletions(-)

commit 6b8f0dc257f3aec06dcd9ccdbdbc6bb6d05a1c03
Author: Ales Nyakhaychyk <nab@mail.by>
Date:   Mon Dec 18 00:03:56 2006 +0000

    Updated Belarusian Translation.
    
    2006-12-18  Ales Nyakhaychyk  <nab@mail.by>
    
    	* be.po: Updated Belarusian Translation.

 po/ChangeLog |    4 +
 po/be.po     |  491 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 291 insertions(+), 204 deletions(-)

commit ef4cdf5157a913bb3bc7ede9773f567c7b07470d
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Thu Dec 14 16:22:35 2006 +0000

    Updated Thai translation.
    
    2006-12-14  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 +
 po/th.po     |  289 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 169 insertions(+), 124 deletions(-)

commit 0a370b170f7f3fd64dcc16b555725c80cd0e5197
Author: Francisco Javier F. Serrador <serrador@openshine.com>
Date:   Mon Dec 11 09:44:50 2006 +0000

    Updated Spanish translation.
    
    2006-12-11  Francisco Javier F. Serrador  <serrador@openshine.com>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  299 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 176 insertions(+), 127 deletions(-)

commit 6fcb3b7cef476632675ccf4e511a110535795f1b
Author: Daniel Nylander <po@danielnylander.se>
Date:   Mon Dec 11 06:56:38 2006 +0000

    Updated Swedish translation.
    
    2006-12-11  Daniel Nylander <po@danielnylander.se>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     |  329 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 191 insertions(+), 142 deletions(-)

commit d8f67879ccfd8baab0d3cfd8f0d7e69df13f9b0c
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Mon Dec 11 06:01:51 2006 +0000

    Translation updated.
    
    2006-12-11  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated.

 po/ChangeLog |    4 +
 po/et.po     |  368 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 220 insertions(+), 152 deletions(-)

commit 0472194e77a8c7c5f4f44befca8ba24086fdf405
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Dec 11 00:54:36 2006 +0000

    Updated Norwegian bokmål translation.
    
    2006-12-11  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.

 po/ChangeLog |    4 +
 po/nb.po     |  267 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 158 insertions(+), 113 deletions(-)

commit e96c5b07d1990fd11b67ca289dd5c41b8d17b52e
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Dec 4 21:02:19 2006 +0000

    post-release version bump.
    
    2006-12-04  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post-release version bump.

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

commit b1625e26f42fce48b0ee8ab8626e56f5a3499de8
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Dec 4 20:56:29 2006 +0000

    release 2.17.1
    
    2006-12-04  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: release 2.17.1

 ChangeLog      |    4 ++++
 NEWS           |   21 +++++++++++++++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 4 files changed, 33 insertions(+), 0 deletions(-)

commit 7a58e9e4c77f835ec51b87e618bcfab1b4ad0764
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Dec 4 20:35:48 2006 +0000

    complete list dialog options with respective arguments (Fixes bug
    
    2006-12-04  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/option.c: complete list dialog options with respective arguments
    	(Fixes bug #353320). Patch from Glynn Foster <glynn.foster@sun.com>.

 ChangeLog    |    5 +++++
 src/option.c |   48 ++++++++++++++++++++++++------------------------
 2 files changed, 29 insertions(+), 24 deletions(-)

commit 72e55948250d955b9abdeba2fb34fe0d4ef69898
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Dec 4 20:22:54 2006 +0000

    make dialog text selectable on message dialogs (error, warning, info, and
    
    2006-12-04  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/zenity.glade: make dialog text selectable on message dialogs
    	(error, warning, info, and question) (Fixes bug #352910). Patch
    	from Greg Hudson <ghudson@mit.edu>.

 ChangeLog        |    6 ++++++
 src/zenity.glade |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 784eada1b4defd0aa4bbcfd4431a012b8855fad5
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun Dec 3 16:48:39 2006 +0000

    merged identic i18n strings (Fixes bug #334361).
    
    2006-12-03  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/zenity.glade: merged identic i18n strings (Fixes bug #334361).

 ChangeLog        |    4 +
 po/pt_BR.po      |  302 +++++++++++++++++++++++++++++-------------------------
 src/zenity.glade |    2 +-
 3 files changed, 167 insertions(+), 141 deletions(-)

commit 924aaf3aa28d95e5aa023975a6c88d1b74c59244
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Dec 2 11:05:10 2006 +0000

    revert back to GNU LGPL.
    
    2006-12-02  Lucas Rocha  <lucasr@gnome.org>
    
    	* COPYING: revert back to GNU LGPL.

 COPYING   |  620 +++++++++++++++++++++++++++++++++++++------------------------
 ChangeLog |    4 +
 2 files changed, 385 insertions(+), 239 deletions(-)

commit 09c4a49800992d979845e3c7a05122b5aa1ceaed
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Dec 2 10:54:45 2006 +0000

    add "auto-kill" option to progress dialog. Now the user can choose whether
    
    2006-12-02  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/zenity.h, src/progress.c, src/option.c: add "auto-kill" option
    	to progress dialog. Now the user can choose whether to kill parent
    	process or not (Fixes bug #310824). Patch from Diego Escalante Urrelo
    	<diego@aureal.com.pe>.

 ChangeLog      |    9 ++++++++-
 src/option.c   |   17 +++++++++++++++++
 src/progress.c |   21 +++++++++++++++------
 src/zenity.h   |    1 +
 4 files changed, 41 insertions(+), 7 deletions(-)

commit 4d9c0448f583c97fdac316c6773951f987357dbc
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Dec 2 10:41:21 2006 +0000

    don't show cancel button on warning dialog (Fixes bug #324100). Patch from
    
    2006-12-02  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/zenity.glade: don't show cancel button on warning dialog (Fixes
    	bug #324100). Patch from Claudio Saavedra
    	<csaavedra@alumnos.utalca.cl>

 ChangeLog        |    6 ++++++
 src/zenity.glade |   13 -------------
 2 files changed, 6 insertions(+), 13 deletions(-)

commit b771478a3a813222da96219f3c2385771ba3e5dd
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Wed Nov 22 07:42:44 2006 +0000

    updated hebrew translation

 po/ChangeLog |    4 +
 po/he.po     |  247 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 145 insertions(+), 106 deletions(-)

commit da3277b9df375df84d5768690aa488792a540ebc
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon Oct 30 01:58:51 2006 +0000

    Updated Arabic Translation

 po/ChangeLog |    4 +
 po/ar.po     |  349 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 205 insertions(+), 148 deletions(-)

commit 759a75ada57163cb55a2287a0db4e48d615173c2
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Oct 26 22:07:09 2006 +0000

    Added Swedish translation. Added screenshots. Added sv to DOC_LINGUAS.
    
    2006-10-26  Daniel Nylander <po@danielnylander.se>
    
    	* sv/sv.po: Added Swedish translation.
    	* sv/figures/*png: Added screenshots.
    	* Makefile.am: Added sv to DOC_LINGUAS.

 help/ChangeLog                                     |    6 +
 help/Makefile.am                                   |    2 +-
 help/sv/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 19882 bytes
 help/sv/figures/zenity-entry-screenshot.png        |  Bin 0 -> 10688 bytes
 help/sv/figures/zenity-error-screenshot.png        |  Bin 0 -> 10436 bytes
 .../sv/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 42954 bytes
 help/sv/figures/zenity-information-screenshot.png  |  Bin 0 -> 12334 bytes
 help/sv/figures/zenity-list-screenshot.png         |  Bin 0 -> 24694 bytes
 help/sv/figures/zenity-notification-screenshot.png |  Bin 0 -> 5011 bytes
 help/sv/figures/zenity-progress-screenshot.png     |  Bin 0 -> 9093 bytes
 help/sv/figures/zenity-question-screenshot.png     |  Bin 0 -> 12731 bytes
 help/sv/figures/zenity-text-screenshot.png         |  Bin 0 -> 16749 bytes
 help/sv/figures/zenity-warning-screenshot.png      |  Bin 0 -> 13540 bytes
 help/sv/sv.po                                      | 1316 ++++++++++++++++++++
 14 files changed, 1323 insertions(+), 1 deletions(-)

commit 20af0e6ae9b428f2ee69a2b1b9e81269c3c9fa11
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Oct 26 20:45:26 2006 +0000

    Updated Swedish translation.
    
    2006-10-26  Daniel Nylander <po@danielnylander.se>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 ++++
 po/sv.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit fc27a6fdfa933ea7d6ad2a28377e633fcb37dab2
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Oct 26 20:25:17 2006 +0000

    Updated Swedish translation.
    
    2006-10-26  Daniel Nylander <po@danielnylander.se>
    
    	* sv.po: Updated Swedish translation.

 po/sv.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 77d5c4e879dee97aee10379cd8d39be21ac7a28d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Oct 17 13:34:50 2006 +0000

    Updated Norwegian bokmål translation.
    
    2006-10-17  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.

 po/ChangeLog |    4 ++++
 po/nb.po     |   27 ++++++++++++++-------------
 2 files changed, 18 insertions(+), 13 deletions(-)

commit 6b16e4addc421e4a1dc6f38f4b22f92785bd53bc
Author: Guilherme de S. Pastore <gpastore@src.gnome.org>
Date:   Mon Oct 2 20:05:28 2006 +0000

    post-release version bump

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

commit 5bd52fba6510e04661c0b67f703c80d4f4407d52
Author: Guilherme de S. Pastore <gpastore@src.gnome.org>
Date:   Mon Oct 2 20:01:44 2006 +0000

    release 2.16.1

 ChangeLog |    4 ++++
 NEWS      |    6 ++++++
 2 files changed, 10 insertions(+), 0 deletions(-)

commit 665e7c2885f7d00a87b84758bcaa631885d8a596
Author: Francisco Javier F. Serrador <serrador@openshine.com>
Date:   Sat Sep 23 14:23:14 2006 +0000

    Updated Spanish translation
    
    2006-09-23  Francisco Javier F. Serrador  <serrador@openshine.com>
    
    	* es/es.po: Updated Spanish translation

 help/ChangeLog |    4 ++
 help/es/es.po  |  114 +++++++++++++++++++++++---------------------------------
 2 files changed, 51 insertions(+), 67 deletions(-)

commit e193d41f7b91c7609b9f62d65bf95c94ee2cf683
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Sat Sep 16 05:39:58 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-09-16  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 ++++
 po/et.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 0d28f8c1e8b85214dc69ada096dda4b1e535a103
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Mon Sep 4 19:35:15 2006 +0000

    Updated Turkish TRanslation

 po/ChangeLog |    4 +
 po/tr.po     |  340 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 212 insertions(+), 132 deletions(-)

commit 44acf950cf16e74427026c0c2b232e238a54fa46
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Sep 4 13:01:56 2006 +0000

    post release version bump.
    
    2006-09-04  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post release version bump.

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

commit 04563f0be839e5797a7e035fbfffc572a223e4a8
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Sep 4 12:55:27 2006 +0000

    Release 2.16.0
    
    2006-09-04  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: Release 2.16.0

 ChangeLog      |    4 ++++
 NEWS           |   13 +++++++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 4 files changed, 25 insertions(+), 0 deletions(-)

commit a69b5942c4c3bc6d7bc1555635de79806ae535f5
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Sep 4 12:41:20 2006 +0000

    post release version bump.
    
    2006-08-21  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post release version bump.

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

commit 9a2cbe6b0bdb1af1b4a049fe62aa7965dc1a3eca
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Sep 4 12:36:51 2006 +0000

    Release 2.15.92
    
    2006-08-21  Lucas Rocha  <lucasr@gnome.org>
    
    	* NEWS: Release 2.15.92

 ChangeLog      |    4 ++++
 NEWS           |   16 ++++++++++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    8 ++++++--
 4 files changed, 30 insertions(+), 2 deletions(-)

commit 80551da3d3e798eacd1afaff6fe62508b2e314d8
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Mon Sep 4 11:26:02 2006 +0000

    Updated Greek translation

 po/ChangeLog |    4 +
 po/el.po     |  276 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 148 insertions(+), 132 deletions(-)

commit 83074d03bbd4becd233d82b2fb38afd76d8affb9
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Sep 1 12:46:26 2006 +0000

    Added Entry for Bengali India Translation Updation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 28f155133c7a74760684f2daddd6fdd7b2befab6
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Sep 1 12:46:08 2006 +0000

    Updated Bengali India Translation

 po/bn_IN.po |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit f10c9da06abd27c042e599923c714824205477cf
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Fri Sep 1 11:01:56 2006 +0000

    Add missing entries into LINGUAS

 po/ChangeLog |    4 ++++
 po/LINGUAS   |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 2004cd6139f21f71c5b5eeb89c8420580c5274fb
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Fri Sep 1 10:17:59 2006 +0000

    Added Oriya to The List of Languages

 po/ChangeLog |    4 ++++
 po/LINGUAS   |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 56e4cf506c232ce9c49868f536ea8ee2225a0117
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Sep 1 07:32:19 2006 +0000

    Update Ukrainian translation.
    
    2006-09-01  Maxim Dziumanenko <dziumanenko@gmail.com>
    
    	* Update Ukrainian translation.

 po/ChangeLog |    4 +
 po/uk.po     |  252 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 148 insertions(+), 108 deletions(-)

commit df914022cc7f08de14011fcc673facb766c9a1c1
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Aug 27 23:33:01 2006 +0000

    Updated Portuguese translation.
    
    2006-08-28  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     |  248 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 146 insertions(+), 106 deletions(-)

commit b03cd2fff659085af0bfe9c898c2938aaaeb0c66
Author: Khandakar Mujahidul Islam <mislam@src.gnome.org>
Date:   Tue Aug 22 14:25:22 2006 +0000

    Updated Bengali translation

 po/ChangeLog |    4 +
 po/bn.po     |  337 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 209 insertions(+), 132 deletions(-)

commit e650faaffd1cc68b6b0feeabaa229ce3680dfbf1
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Tue Aug 22 13:33:42 2006 +0000

    Added Entry for Bengali India Translation Updation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 6ab4c61e8278548fdbd6986c262c70d45bc23a0b
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Tue Aug 22 13:33:12 2006 +0000

    Updated Bengali India Translation

 po/bn_IN.po |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit c64968d5bd69adcee9a43217df51bd7d9c73d2a0
Author: Jordi Mas <jmas@src.gnome.org>
Date:   Tue Aug 22 13:04:45 2006 +0000

    Update Catalan translation

 po/ChangeLog |    4 ++++
 po/ca.po     |   25 +++++++++++--------------
 2 files changed, 15 insertions(+), 14 deletions(-)

commit c9107c374c7284737e8178b8e776b1b43e134d75
Author: Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
Date:   Tue Aug 22 04:00:11 2006 +0000

    Updated.
    
    2006-08-22  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>
    
            * id.po: Updated.

 po/ChangeLog |    4 +
 po/id.po     |  362 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 220 insertions(+), 146 deletions(-)

commit 38e7dba83de675118df12334d897ae31ae754692
Author: Ani Peter <anipeter@src.gnome.org>
Date:   Tue Aug 22 03:47:44 2006 +0000

    Updated Malayalam translation

 po/ChangeLog |    4 +
 po/ml.po     |  521 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 286 insertions(+), 239 deletions(-)

commit 3347d066a1db1ffe194322fac094e0cde00329cc
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sun Aug 20 02:58:06 2006 +0000

    Updated Brazilian Portuguese translation

 po/ChangeLog |    4 +
 po/pt_BR.po  |  261 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 144 insertions(+), 121 deletions(-)

commit 06387d5cbc7426390845ee99a3e38aa4d2fefb6e
Author: Gintautas Miliauskas <gintas@src.gnome.org>
Date:   Fri Aug 18 19:03:26 2006 +0000

    Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     |  258 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 151 insertions(+), 111 deletions(-)

commit 9fe49693855dc1a790c07e7ccf27cc605c88f751
Author: Satoru SATOH <ss@gnome.gr.jp>
Date:   Thu Aug 17 13:16:21 2006 +0000

    Updated Japanese translation.
    
    2006-08-17  Satoru SATOH <ss@gnome.gr.jp>
    
    	* Updated Japanese translation.

 po/ChangeLog |    4 +
 po/ja.po     |  247 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 146 insertions(+), 105 deletions(-)

commit 0f28b5966b7a44acf4a0ec66dd7ec565e131860a
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Wed Aug 16 22:08:06 2006 +0000

    Updated Polish translation by GNOME PL Team.
    
    2006-08-17  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |    4 +
 po/pl.po     |  254 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 148 insertions(+), 110 deletions(-)

commit 723e45548d88483d706e4ca8c838e79e2292b671
Author: Matic Žgur <mr.zgur@gmail.com>
Date:   Wed Aug 16 14:44:16 2006 +0000

    Updated Slovenian translation.
    
    2006-08-16  Matic Žgur  <mr.zgur@gmail.com>
    
    	* sl.po: Updated Slovenian translation.

 po/ChangeLog |    4 +
 po/sl.po     |  410 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 224 insertions(+), 190 deletions(-)

commit 2ccebf9544c5fb8cad4efd855efd8d413630ae43
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 15 12:15:17 2006 +0000

    Fix intltool req. Update this.
    
    2006-08-15  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* configure.in: Fix intltool req.
    	* po/nb.po: Update this.

 ChangeLog    |    5 +++++
 configure.in |    2 +-
 po/nb.po     |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

commit f245e08a1bc2381a3b84c3c3260bd165906f0bd7
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Aug 15 11:07:07 2006 +0000

    Translation updated.
    
    2006-08-15  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.

 po/ChangeLog |    4 +
 po/hu.po     |  243 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 136 insertions(+), 111 deletions(-)

commit 4256f52e4afc30cf58427eeef1143313739a1db7
Author: Leonid Kanter <lkanter@src.gnome.org>
Date:   Sat Aug 12 12:07:07 2006 +0000

    Updated Russian translation

 po/ChangeLog |    4 +
 po/ru.po     |  248 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 141 insertions(+), 111 deletions(-)

commit 2a50c552de9fae6c7b207cb38a3c577ae6f5684b
Author: Vladimer Sichinava <vsichi@src.gnome.org>
Date:   Sat Aug 12 00:33:51 2006 +0000

    Updated Georgian translation

 po/ka.po | 1431 +++++++++++++++++---------------------------------------------
 1 files changed, 378 insertions(+), 1053 deletions(-)

commit 05b2647b5a528309ba57b67a20fc542d2c9df35f
Author: Vladimer Sichinava <vsichi@src.gnome.org>
Date:   Fri Aug 11 20:25:41 2006 +0000

    Added Georgian translation

 po/ChangeLog |    4 +
 po/LINGUAS   |    1 +
 po/ka.po     | 1198 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1203 insertions(+), 0 deletions(-)

commit d3ac99b4780b385855386d6947588be10914aa0c
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Fri Aug 11 13:21:54 2006 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 +
 po/vi.po     |  397 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 217 insertions(+), 184 deletions(-)

commit 2f212b377e6b403e8b669415eb90f7515643e7c6
Author: Christophe Bliard <christophe.bliard@trux.info>
Date:   Wed Aug 9 22:13:46 2006 +0000

    Updated French translation.
    
    2006-08-10  Christophe Bliard  <christophe.bliard@trux.info>
    
            * fr/fr.po: Updated French translation.

 help/ChangeLog |    4 ++
 help/fr/fr.po  |  107 +++++++++++++++++++++++++++++---------------------------
 2 files changed, 59 insertions(+), 52 deletions(-)

commit 89118fd7fe0186215e00b7034e3b4d4303d67679
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Wed Aug 9 01:06:20 2006 +0000

    post release version bump.
    
    2006-08-08  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post release version bump.

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

commit 94e6ab1132d0510edb6a733593de7f031d259101
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Wed Aug 9 00:55:59 2006 +0000

    Release 2.15.91 Update.
    
    2006-07-28  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: Release 2.15.91
    	* NEWS: Update.

 ChangeLog          |    5 +++++
 NEWS               |   11 ++++++++++-
 help/ChangeLog     |    4 ++++
 po/ChangeLog       |    4 ++++
 src/notification.c |    1 +
 5 files changed, 24 insertions(+), 1 deletions(-)

commit 1a96f8b01c479275bf6676b26340f0adb730e0a2
Author: Inaki Larranaga <dooteo@euskalgnu.org>
Date:   Mon Aug 7 16:22:16 2006 +0000

    Fixed some typos.
    
    2006-08-07  Inaki Larranaga  <dooteo@euskalgnu.org>
    
    	* eu.po: Fixed some typos.

 po/ChangeLog |    4 ++++
 po/eu.po     |   34 +++++++++++++++-------------------
 2 files changed, 19 insertions(+), 19 deletions(-)

commit a4099d62f35a0e2bfd3e259191ce625f5bccf2a8
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Aug 4 06:02:30 2006 +0000

    Added Entry for Bengali India Translation Updation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 8b64669bbb0360a9375f012b73c1b826c68b80d4
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Aug 4 06:02:09 2006 +0000

    Updated Bengali India Translation

 po/bn_IN.po |   38 ++++++++++++++++++++++++++------------
 1 files changed, 26 insertions(+), 12 deletions(-)

commit 7b4c45c3c9e6874504ed5a97fc748be3761cfa38
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Thu Aug 3 09:50:18 2006 +0000

    Added Entry for Bengali India Translation Updation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit c3f00571ce009c69e5a4144fdbd5dd5b0287c1cc
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Thu Aug 3 09:49:36 2006 +0000

    Updated Bengali Indian Translation

 po/bn_IN.po |  321 +++++++++++++++++++++--------------------------------------
 1 files changed, 114 insertions(+), 207 deletions(-)

commit 6a0ace52dffbeb3e9821deb154ebda6e46fd0c10
Author: Jovan Naumovski <jovanna@src.gnome.org>
Date:   Tue Aug 1 16:06:53 2006 +0000

    2006-08-01 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated/Fixed Macedonian Translation

 po/ChangeLog |    4 ++++
 po/mk.po     |   44 +++++++++++++++++++++-----------------------
 2 files changed, 25 insertions(+), 23 deletions(-)

commit 3bee27d54162402d0bccb243516ebb07ce92c6c0
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Tue Aug 1 09:49:13 2006 +0000

    New and updated traditional Chinese translations

 po/ChangeLog |    6 +
 po/LINGUAS   |    1 +
 po/zh_HK.po  |  529 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/zh_TW.po  |  353 ++++++++++++++++++++++-----------------
 4 files changed, 736 insertions(+), 153 deletions(-)

commit 3650f6b42ac4c9b0e5359b72511e5c4ebc9f56b0
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jul 28 22:29:44 2006 +0000

    post release version bump.
    
    2006-07-28  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post release version bump.

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

commit 5f7447fa05d7a4d8fb79ddfdac9d8ee7a0f4a795
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jul 28 22:25:31 2006 +0000

    Release 2.15.90 Update. remove eggtrayicon.c reference.
    
    2006-07-28  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: Release 2.15.90
    	* NEWS: Update.
    	* po/POTFILES.in: remove eggtrayicon.c reference.

 ChangeLog      |    6 ++++++
 NEWS           |   29 +++++++++++++++++++++++++++++
 configure.in   |    2 +-
 help/ChangeLog |    4 ++++
 po/ChangeLog   |   16 ++++++++++------
 po/POTFILES.in |    1 -
 6 files changed, 50 insertions(+), 8 deletions(-)

commit d373b3f3ce9e1876f2e267bf240fbb807abd6815
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jul 28 21:25:11 2006 +0000

    src/notification.c (-set_scaled_pixbuf, +zenity_notification_icon_update,
    
    2006-07-27  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/notification.c (-set_scaled_pixbuf,
    	+zenity_notification_icon_update,
    	-zenity_notification_icon_press_callback,
    	+zenity_notification_icon_size_changed_cb,
    	-zenity_notification_icon_expose_callback,
    	-zenity_notification_icon_destroy_callback,
    	+zenity_notification_icon_activate_cb,
    	zenity_notification_handle_stdin, zenity_notification),
    	src/util.[ch] (+zenity_util_stock_from_filename,
    	zenity_util_pixbuf_new_from_file), Makefile.am, configure.in:
    
    	Migration to gtk_status_icon (Fixes bug #341451). Patch from
    	Christian Persch <chpe@gnome.org>.
    
    	* src/eggtrayicon.[ch]: removed.

 ChangeLog          |   18 ++
 configure.in       |    4 +-
 src/Makefile.am    |   20 +--
 src/eggtrayicon.c  |  468 ----------------------------------------------------
 src/eggtrayicon.h  |   77 ---------
 src/notification.c |  287 ++++++++++++++------------------
 src/util.c         |   36 +++--
 src/util.h         |    3 +-
 8 files changed, 183 insertions(+), 730 deletions(-)

commit e46814b46ac4687de519dfdd0fd8f578cfa17946
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jul 28 04:18:58 2006 +0000

    correctly stdin input for text info dialog (Fixes bug #336736).
    
    2006-07-27  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/text.c (zenity_text_handle_stdin): correctly stdin input for
    	text info dialog (Fixes bug #336736).

 ChangeLog  |    5 +++++
 src/text.c |   59 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 31 insertions(+), 33 deletions(-)

commit 8af67dea6c4fe99e2c2248cd8cf1cba1adbf8dcb
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Thu Jul 27 14:39:55 2006 +0000

    Updated German translation.
    
    2006-07-27  Hendrik Richter  <hendrikr@gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  238 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 141 insertions(+), 101 deletions(-)

commit 80d39c09c1ceecbf854fa9a8632708e2ab6fe878
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Thu Jul 27 03:29:44 2006 +0000

    entry activation makes dialog return OK (Fixes bug #347340).
    
    2006-07-27  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/entry.c (zenity_entry): entry activation makes dialog
    	return OK (Fixes bug #347340).

 ChangeLog   |    5 +++++
 src/entry.c |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 216ee62fe1c062a9fb87aa3ce2097e0f8d21a06e
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Wed Jul 26 23:17:04 2006 +0000

    fix small build warnings on 64-bit architectures (Fixes bug #344125). fix
    
    2006-07-26  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/tree.c (zenity_tree_fill_entries_from_stdin, zenity_tree): fix
    	small build warnings on 64-bit architectures (Fixes bug #344125).
    	* src/zenity.h: fix small build warning.

 ChangeLog    |    6 ++++++
 src/tree.c   |   14 +++++++-------
 src/zenity.h |    2 ++
 3 files changed, 15 insertions(+), 7 deletions(-)

commit 210f77fea82940ca72d19a860505c79cabc7cd14
Author: Arangel Angov <arangela@src.gnome.org>
Date:   Sun Jul 23 22:36:40 2006 +0000

    Updated Macedonian Translation <arangela@cvs.gnome.org>

 po/mk.po |  235 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 136 insertions(+), 99 deletions(-)

commit 6e623ede2bbecd9dbb2575f92157e126b11b9c4d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 22 16:45:48 2006 +0000

    Updated Korean translation.
    
    2006-07-23  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Updated Korean translation.

 po/ChangeLog |    4 ++++
 po/ko.po     |   27 +++------------------------
 2 files changed, 7 insertions(+), 24 deletions(-)

commit 9aad3f5849b0c26ac163b21cb93e5620f3155bdf
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Jul 22 16:43:13 2006 +0000

    Updated Korean translation.
    
    2006-07-23  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Updated Korean translation.

 po/ko.po |  222 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 125 insertions(+), 97 deletions(-)

commit c35dcdef285430f6cf95dfea2845996a3eab0040
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sat Jul 22 07:34:18 2006 +0000

    Translation updated.
    
    2006-07-22  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 +
 po/nl.po     |  235 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 141 insertions(+), 98 deletions(-)

commit f3d951aa99831c1c7cbe77b06a8534d7ecb8f775
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Fri Jul 21 17:48:00 2006 +0000

    Updated French translation.

 po/ChangeLog |    4 ++++
 po/fr.po     |   28 +++++++++++++---------------
 2 files changed, 17 insertions(+), 15 deletions(-)

commit 82b10dbdbf41844a0e8e67f6623f6628bbb5e0e2
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Fri Jul 21 09:05:21 2006 +0000

    Updated Catalan translation by Gil Forcada.

 po/ChangeLog |   10 ++-
 po/ca.po     |  233 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 143 insertions(+), 100 deletions(-)

commit dcf8f9581ab0968a38988edff81c9ef4819032ee
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Jul 16 16:54:15 2006 +0000

    Updated Swedish translation.
    
    2006-07-16  Daniel Nylander  <po@danielnylander.se>
    
            * sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     |  522 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 253 insertions(+), 273 deletions(-)

commit 0c384098bb87c27c771de88cdf9b6a98b735666d
Author: Benoît Dejean <benoit@placenet.org>
Date:   Wed Jul 12 21:38:56 2006 +0000

    Updated French translation.
    
    2006-07-12  Benoît Dejean  <benoit@placenet.org>
    
    	* fr.po: Updated French translation.

 po/ChangeLog |    4 +
 po/fr.po     |  287 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 159 insertions(+), 132 deletions(-)

commit 11d6edb767a31a4a4796d4981a33c53e99152701
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Jul 8 20:44:20 2006 +0000

    Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
    
    2006-07-08  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Rostislav Raykov <zbrox@i-space.org>

 po/ChangeLog |    5 +
 po/bg.po     |  232 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 140 insertions(+), 97 deletions(-)

commit 63a2d71678509b1c62dc094add26e1fc2055c80d
Author: Inaki Larranaga <dooteo@euskalgnu.org>
Date:   Thu Jul 6 19:55:57 2006 +0000

    Updated Basque translation.
    
    2006-07-06  Inaki Larranaga  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.

 po/ChangeLog |    4 +
 po/eu.po     |  236 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 142 insertions(+), 98 deletions(-)

commit 4f86489ccd3a336f1ddd92c53a508ffaf3647881
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Thu Jul 6 13:50:52 2006 +0000

    Fixed misspelled 'phạm vị'

 po/vi.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b980910397f41a7196f352bc16a8beed84473a43
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Jul 3 14:24:57 2006 +0000

    Added entry for addition of  bengali India (bn_IN) translation and to LINGUAS

 po/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 95a0e62f3a5e9ccf29acf0bc6a8fba96b473d609
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Jul 3 14:24:41 2006 +0000

    Added bengali India (bn_IN)

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit ca54a649333023b5f9dfe079c20846bea95b09f6
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Jul 3 14:24:08 2006 +0000

    Added Bengali India Translation

 po/bn_IN.po |  618 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 618 insertions(+), 0 deletions(-)

commit 735a91f35eca92c001097597dd0c651435f4b094
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sun Jul 2 16:46:29 2006 +0000

    Updated Finnish translation

 po/ChangeLog |    4 +
 po/fi.po     |  233 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 140 insertions(+), 97 deletions(-)

commit 5114a7602bf6c318a1d875e602a294386c01853d
Author: Raivis Dejus <orvils@gmail.com>
Date:   Fri Jun 30 11:45:18 2006 +0000

    Added Latvian translation.
    
    2006-06-29  Raivis Dejus  <orvils@gmail.com>
    
            * lv.po: Added Latvian translation.

 po/ChangeLog |    4 +
 po/LINGUAS   |    1 +
 po/lv.po     |  532 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 537 insertions(+), 0 deletions(-)

commit d5b2e06dd24dd63aa7ed6e0ed09c668cdd2bf6f3
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Wed Jun 28 19:55:29 2006 +0000

    Updated Dzongkha translation

 po/ChangeLog |    5 +
 po/dz.po     |  353 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 218 insertions(+), 140 deletions(-)

commit 9ea00fb378e071e36080ec9c6e4bc339c849e0b9
Author: Felix I <ifelix@src.gnome.org>
Date:   Tue Jun 27 08:39:01 2006 +0000

    Tamil translation updated

 po/ChangeLog |    4 +
 po/ta.po     |  386 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 211 insertions(+), 179 deletions(-)

commit e058c225c0787a5cd532907e7e2b1024dcdde648
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Mon Jun 26 05:44:47 2006 +0000

    Updated Translation

 po/ChangeLog |    4 +
 po/hi.po     |  234 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 141 insertions(+), 97 deletions(-)

commit 5ca1d2d2266ae61b3f44b3ba616a1f2cc63506ba
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Fri Jun 16 13:38:47 2006 +0000

    Updated Thai translation.
    
    2006-06-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 ++++
 po/th.po     |   28 ++++++++++++++--------------
 2 files changed, 18 insertions(+), 14 deletions(-)

commit 3d7a071073035a994f61aa6af4002952a26e2935
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Thu Jun 15 15:43:39 2006 +0000

    Updated German translation.
    
    2006-06-15  Hendrik Richter  <hendrikr@gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 ++++
 po/de.po     |   13 ++++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

commit 615fe21576abc924a2b740e2e8ecb5285359c847
Author: Marcel Telka <marcel@telka.sk>
Date:   Wed Jun 14 20:19:36 2006 +0000

    Updated Slovak translation.
    
    2006-06-14  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |   21 +++++++++++----------
 2 files changed, 15 insertions(+), 10 deletions(-)

commit 888dddff8cf23c09bd43105b65244b15a51f33ef
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jun 12 10:48:49 2006 +0000

    Updated Norwegian bokmål translation.
    
    2006-06-12  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.

 po/ChangeLog |    4 +
 po/nb.po     |  222 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 129 insertions(+), 97 deletions(-)

commit b88470fca287083b6ec80d4431964793e2855bba
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon Jun 12 06:53:25 2006 +0000

    Updated Translation

 po/ChangeLog |    4 ++++
 po/gu.po     |   13 +++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

commit 5b3555a964a5e136d70f017b270de6f4087eaf37
Author: Priit Laes <amd@store20.com>
Date:   Sun Jun 11 12:59:03 2006 +0000

    Translation updated.
    
    2006-06-11  Priit Laes  <amd@store20.com>
    
    	* et.po: Translation updated.

 po/ChangeLog |    4 +
 po/et.po     |  255 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 140 insertions(+), 119 deletions(-)

commit 731a66d4f569664afdd76880b0cca8068d46a214
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Jun 10 20:31:45 2006 +0000

    Updated Spanish translation.
    
    2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |    7 ++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit fa80ef89cee9ab8232efd53e850e92a54d816042
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Jun 10 20:18:36 2006 +0000

    Updated Spanish translation.
    
    2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/es.po |   57 ++++++++++++++++++++++++---------------------------------
 1 files changed, 24 insertions(+), 33 deletions(-)

commit 5968740b29dcbe3f7d3e009bd63a96e0b0d4e949
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Jun 10 20:16:35 2006 +0000

    Replaced old FSF postal address with current one.
    
    2006-06-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* src/about.c: Replaced old FSF postal address with current one.

 ChangeLog   |    4 ++++
 src/about.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 6fbea96a5b7fefcfdeda5ce126da110ef974fd19
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Fri Jun 9 10:00:50 2006 +0000

    Updated Thai translation.
    
    2006-06-09  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 +
 po/th.po     |  236 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 141 insertions(+), 99 deletions(-)

commit f7b24bf06b4c9f196235096fc76795d58c8433b9
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon Jun 5 04:23:15 2006 +0000

    Updated Translation

 po/ChangeLog |    4 +
 po/gu.po     |  236 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 142 insertions(+), 98 deletions(-)

commit 9ecf0ab4dc44c5fecc7cecc580d3c54358378ced
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Jun 4 20:15:34 2006 +0000

    Updated Spanish translation.
    
    2006-06-04  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  230 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 130 insertions(+), 104 deletions(-)

commit 11f4f65de300aaea784c6f188f7277732c81f4c5
Author: Marcel Telka <marcel@telka.sk>
Date:   Sun Jun 4 20:03:11 2006 +0000

    Updated Slovak translation.
    
    2006-06-04  Marcel Telka  <marcel@telka.sk>
    
            * sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  236 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 141 insertions(+), 99 deletions(-)

commit 1bf8562a2e23b5c54d8e9ff0014d317fc3ef6a33
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri May 19 20:00:29 2006 +0000

    about dialog update.
    
    2006-05-19  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/about.c (zenity_about): about dialog update.

 ChangeLog   |    4 ++++
 src/about.c |   24 ++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

commit 4b0d957186d531b14a47d4117d88eb5ab5121609
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Tue May 16 12:43:44 2006 +0000

    post release version bump.
    
    2006-05-16  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post release version bump.

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

commit e3587488aa0c0830b3d1b9028050b30078aafc98
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Tue May 16 12:42:15 2006 +0000

    Release 2.15.2 Update.
    
    2006-05-16  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: Release 2.15.2
    	* NEWS: Update.

 ChangeLog      |    5 +++++
 NEWS           |    6 ++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 4 files changed, 19 insertions(+), 0 deletions(-)

commit 07618f9daa007f7cabfee3b25845e9088330abcd
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Thu May 11 01:31:35 2006 +0000

    add optional dropdown menu to entry dialog (Fixed bug #311038). Patch from
    
    2006-05-10  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/entry.c (zenity_entry_fill_entries, zenity_entry),
    	src/main.c, src/option.c, src/zenity.glade, src/zenity.h:
    	add optional dropdown menu to entry dialog (Fixed bug #311038).
    	Patch from Diego Escalante Urrelo <dieguito@gmail.com>.

 ChangeLog        |    7 +++++
 src/entry.c      |   65 ++++++++++++++++++++++++++++++++++++++++++++---------
 src/main.c       |    1 +
 src/option.c     |    2 +-
 src/zenity.glade |   21 +----------------
 src/zenity.h     |    1 +
 6 files changed, 65 insertions(+), 32 deletions(-)

commit 59b5bad79402b81b130e3b4242a74611d1c3be63
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Wed May 10 03:37:14 2006 +0000

    move to automake 1.9 and several cleanups (Fixes bug #341056). Patch from
    
    2006-05-10  Lucas Rocha  <lucasr@gnome.org>
    
    	* .cvsignore, Makefile.am, autogen.sh, configure.in,
    	data/Makefile.am, po/.cvsignore, src/Makefile.am: move to
    	automake 1.9 and several cleanups (Fixes bug #341056).
    	Patch from Christian Persch <chpe@gnome.org>.

 .cvsignore       |   44 +++++++++++++-------------
 ChangeLog        |    7 ++++
 Makefile.am      |   23 +-------------
 autogen.sh       |    4 +-
 configure.in     |   91 ++++++++++++++++++++++++++++--------------------------
 data/Makefile.am |    2 +-
 po/.cvsignore    |    1 +
 src/Makefile.am  |   22 +++++++++---
 8 files changed, 97 insertions(+), 97 deletions(-)

commit c8da127a67eac038d20848dc924fbff022a48309
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Apr 29 03:32:47 2006 +0000

    post release version bump.
    
    2006-04-29  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post release version bump.

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

commit 986c97f672891a5c16b5667fadf39f4de54bf5d3
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Apr 29 03:31:38 2006 +0000

    Release 2.15.1 Update.
    
    2006-04-24  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: Release 2.15.1
    	* NEWS: Update.

 ChangeLog      |    5 +++++
 NEWS           |   25 +++++++++++++++++++++++++
 help/ChangeLog |   12 ++++++++----
 po/ChangeLog   |   10 +++++++---
 4 files changed, 45 insertions(+), 7 deletions(-)

commit 351af994b5525828f34e733362f7d8b82f702ce9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Apr 18 08:41:09 2006 +0000

    Remove obsolete entry for no_NO And the translation.
    
    2006-04-18  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* LINGUAS: Remove obsolete entry for no_NO
    	* no.po: And the translation.

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 -
 po/no.po     |  499 ----------------------------------------------------------
 3 files changed, 5 insertions(+), 500 deletions(-)

commit 07bfae6538fcc37aa34e3b0d9c3363d7b26c50ea
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Mon Apr 17 11:25:49 2006 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 +
 po/vi.po     |  206 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 110 insertions(+), 100 deletions(-)

commit 8485ef2f6a84d1449efb68de2b8596a967355e1f
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Apr 17 04:25:44 2006 +0000

    remove X libs checks because zenity doesn't use X includes directly (Fixes
    
    2006-04-17  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: remove X libs checks because zenity
    	doesn't use X includes directly (Fixes bug #338102).

 ChangeLog    |    5 +++++
 configure.in |   37 +------------------------------------
 2 files changed, 6 insertions(+), 36 deletions(-)

commit e97b6eeaebedf82788f7218e1b63d4e6c7478e92
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Apr 17 04:11:15 2006 +0000

    don't ignore return value from g_renew() (Fixes bug #338038). Patch from
    
    2006-04-16  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/tree.c (zenity_tree_extract_column_indexes):
    	don't ignore return value from g_renew() (Fixes
    	bug #338038). Patch from Behdad Esfahbod
    	<gnome@behdad.org>.

 ChangeLog  |    7 +++++++
 src/tree.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit fd749447db6ee8c48544f4ef693595f70342bed0
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Apr 17 03:46:24 2006 +0000

    Convert to use po/LINGUAS.
    
    2006-04-16  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in:
    	* po/LINGUAS:
    
    	Convert to use po/LINGUAS.

 ChangeLog    |    9 ++++++-
 configure.in |    2 +-
 po/LINGUAS   |   72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 81 insertions(+), 2 deletions(-)

commit b3356f64b91be10ed25c872d5e0ed05152683aec
Author: Åsmund Skjæveland <aasmunds@fys.uio.no>
Date:   Fri Apr 14 15:46:22 2006 +0000

    Updated Norwegian Nynorsk translation.
    
    2006-04-14  Åsmund Skjæveland  <aasmunds@fys.uio.no>
    
    	* nn.po: Updated Norwegian Nynorsk translation.

 po/ChangeLog |    4 +
 po/nn.po     |  365 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 191 insertions(+), 178 deletions(-)

commit 4c97f60cd4477fd6e606d3dda1f6765859c87f0f
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Fri Apr 7 11:04:31 2006 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/gl.po     |  200 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 106 insertions(+), 98 deletions(-)

commit a88ade52a01ae65ee3d336339ac20fe07bedd1cd
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Mar 31 22:49:57 2006 +0000

    fix example on progress dialog (Fixed bug #336751).
    
    2006-03-31  Lucas Rocha  <lucasr@gnome.org>
    
    	* data/zenity.1: fix example on progress dialog (Fixed
    	bug #336751).

 ChangeLog     |    5 +++++
 data/zenity.1 |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit a8363ee2199e82d547a3f90f119069c90448a0d7
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Mar 31 04:20:47 2006 +0000

    quit zenity on dialog response (Fixes bug #336505).
    
    2006-03-31  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/about.c (zenity_about_dialog_response): quit zenity
    	on dialog response (Fixes bug #336505).

 ChangeLog   |    5 +++++
 src/about.c |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 6a849915570d82ead2de81c7c96ca4a647b41da3
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Thu Mar 30 14:50:52 2006 +0000

    Added Dzongkha translation

 po/dz.po |  496 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 496 insertions(+), 0 deletions(-)

commit 6645316bc935dfc2b4f8a1cad95a98f90cd710c1
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Thu Mar 23 20:08:17 2006 +0000

    add --confirm-overwrite to file selection dialog to pop a confirmation
    
    2006-03-23  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/fileselection.c, zenity.h, option.c: add
    	--confirm-overwrite to file selection dialog to pop a
    	confirmation dialog when selecting an existing filename.

 ChangeLog           |    6 ++++++
 src/fileselection.c |    3 +++
 src/option.c        |   12 ++++++++++++
 src/zenity.h        |    1 +
 4 files changed, 22 insertions(+), 0 deletions(-)

commit e919741e641a82d7eb99dd5f0463c7006024c474
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Thu Mar 23 03:43:23 2006 +0000

    Implement the "message" command on notification icon with libnotify
    
    2006-03-22  Lucas Rocha  <lucasr@gnome.org>
    
    	Implement the "message" command on notification icon
    	with libnotify bubbles. Patch from Davyd Madeley
    	<davyd@madeley.id.au>.
    
    	* configure.in: add libnotify checking.
    	* src/notification.c (zenity_notification_handle_stdin,
    	zenity_notification): initialize libnotify and implement
    	"message" command.

 ChangeLog          |   13 ++++++++++++-
 configure.in       |   14 ++++++++++++++
 src/notification.c |   39 ++++++++++++++++++++++++++++++++++++++-
 3 files changed, 64 insertions(+), 2 deletions(-)

commit 168e2625b937d1acfc1f1d8dab82b4bb838053bf
Author: Gora Mohanty <gmohanty@src.gnome.org>
Date:   Tue Mar 21 17:46:19 2006 +0000

    po/or.po: Added Oriya translation.

 po/or.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d715ba199abed1a7fbfd11ef2152a922c954e884
Author: Gora Mohanty <gmohanty@src.gnome.org>
Date:   Mon Mar 20 19:16:50 2006 +0000

    configure.in: Added or (Oriya) to ALL_LINGUAS.
    ChangeLog: Changed to reflect this.
    po/or.po: Added Oriya translation
    ChangeLog: Changed to reflect this.

 COPYING      |  620 ++++++++++++++++++++++-----------------------------------
 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/or.po     |  600 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 848 insertions(+), 382 deletions(-)

commit 4aba5e06ea09bd80e23f41f8c6e5cc0873414028
Author: Maxim Dziumanenko <mvd@mylinux.ua>
Date:   Fri Mar 17 14:05:09 2006 +0000

    Restore original english screenshots mistakenly replaced by Ukrainian
    
    2006-03-17  Maxim Dziumanenko <mvd@mylinux.ua>
    
            * help/C/figures/*: Restore original english screenshots
                mistakenly replaced by Ukrainian screenshots on 2005-08-21
            * uk/uk.po:
            * uk/figures/*.png: Update Ukrainian translation.

 help/C/figures/zenity-calendar-screenshot.png      |  Bin 17446 -> 15151 bytes
 help/C/figures/zenity-entry-screenshot.png         |  Bin 8126 -> 8317 bytes
 help/C/figures/zenity-error-screenshot.png         |  Bin 10006 -> 8392 bytes
 help/C/figures/zenity-fileselection-screenshot.png |  Bin 40680 -> 45662 bytes
 help/C/figures/zenity-information-screenshot.png   |  Bin 11188 -> 9087 bytes
 help/C/figures/zenity-list-screenshot.png          |  Bin 19985 -> 19794 bytes
 help/C/figures/zenity-progress-screenshot.png      |  Bin 9230 -> 9029 bytes
 help/C/figures/zenity-question-screenshot.png      |  Bin 11399 -> 10920 bytes
 help/C/figures/zenity-text-screenshot.png          |  Bin 23812 -> 16246 bytes
 help/C/figures/zenity-warning-screenshot.png       |  Bin 12332 -> 10818 bytes
 help/ChangeLog                                     |    7 +
 help/uk/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 17446 bytes
 help/uk/figures/zenity-entry-screenshot.png        |  Bin 0 -> 8126 bytes
 help/uk/figures/zenity-error-screenshot.png        |  Bin 0 -> 10006 bytes
 .../uk/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 40680 bytes
 help/uk/figures/zenity-information-screenshot.png  |  Bin 0 -> 11188 bytes
 help/uk/figures/zenity-list-screenshot.png         |  Bin 0 -> 19985 bytes
 help/uk/figures/zenity-notification-screenshot.png |  Bin 0 -> 3104 bytes
 help/uk/figures/zenity-progress-screenshot.png     |  Bin 0 -> 9230 bytes
 help/uk/figures/zenity-question-screenshot.png     |  Bin 0 -> 11399 bytes
 help/uk/figures/zenity-text-screenshot.png         |  Bin 0 -> 23812 bytes
 help/uk/figures/zenity-warning-screenshot.png      |  Bin 0 -> 12332 bytes
 help/uk/uk.po                                      | 1250 +++++++++++++-------
 23 files changed, 813 insertions(+), 444 deletions(-)

commit 45dcb53479e4d9c344fe37c74e1fd2139c8e894f
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Mar 13 21:12:44 2006 +0000

    Post release bump, for unstable 2.15.x development.
    
    2005-03-13  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: Post release bump, for unstable
    	2.15.x development.

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

commit 5496ea9ecf371d8e8e398751d6f5aabb7cf62fa2
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Mar 13 20:44:40 2006 +0000

    Release 2.14.0 Update.
    
    2006-03-13  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: Release 2.14.0
    	* THANKS, NEWS: Update.

 ChangeLog      |    5 +++++
 NEWS           |   25 +++++++++++++++++++++++++
 THANKS         |    2 ++
 configure.in   |    2 +-
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 6 files changed, 41 insertions(+), 1 deletions(-)

commit 834055a18dd150c96f06faaf38f9c2efb9141dd1
Author: Benoît Dejean <bdejean@src.gnome.org>
Date:   Sun Mar 12 23:11:30 2006 +0000

    Updated French translation.
    
    * fr.po: Updated French translation.

 po/ChangeLog |    4 +
 po/fr.po     |  284 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 165 insertions(+), 123 deletions(-)

commit 17e4aea51f18ff6734b26846e2d76a4d361063e8
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Sun Mar 12 18:50:54 2006 +0000

    update translation for Punjabi (Gurmukhi) by apbrar gmail com

 po/pa.po |  272 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 144 insertions(+), 128 deletions(-)

commit 17989a09c1212985c7124c9d9198a99bfa654834
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Tue Mar 7 19:04:04 2006 +0000

    add G_OPTION_FLAG_NOALIAS to separator option for list dialog. Patch from
    
    2006-03-07  Lucas Rocha  <lucasr@gnome.org>
    
    	* src/option.c: add G_OPTION_FLAG_NOALIAS to separator
    	option for list dialog. Patch from Glynn
    	Foster <glynn.foster@sun.com>.

 ChangeLog    |    6 ++++++
 src/option.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit f83d8bd55a186777c9707cee8e83de7db100e27d
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Tue Mar 7 08:52:46 2006 +0000

    Updated Translation

 po/ChangeLog |    4 +
 po/hi.po     |  263 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 144 insertions(+), 123 deletions(-)

commit a9827d25a96da708f4af8ec07b7cb3623ef4e8b7
Author: Daniel Nylander <po@danielnylander.se>
Date:   Mon Mar 6 12:25:02 2006 +0000

    Updated Swedish translation
    
    2006-03-06  Daniel Nylander  <po@danielnylander.se>
    
    	* sv.po: Updated Swedish translation

 po/ChangeLog |    4 +
 po/sv.po     |  505 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 277 insertions(+), 232 deletions(-)

commit d856bcd0aa531ffcefdc4e281b5f6a6af8a20dbf
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Sun Mar 5 20:21:27 2006 +0000

    Updated Polish translation by GNOME PL Team.
    
    2006-03-05  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |    4 +
 po/pl.po     |  253 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 139 insertions(+), 118 deletions(-)

commit c0d51a3c219739698bfdf99e60ea3cdb04e37ebb
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Sun Mar 5 20:05:57 2006 +0000

    Updated Romanian translation
    
    2006-03-05  Mugurel Tudor  <mugurelu@gnome.ro>
    
    	* ro.po: Updated Romanian translation

 po/ChangeLog |    4 +
 po/ro.po     |  269 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 147 insertions(+), 126 deletions(-)

commit 8755c4b13c7fdd6500a0b5097c59480514abfa1e
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Sun Mar 5 17:43:40 2006 +0000

    Updated Italian translation.

 po/ChangeLog |    5 ++++
 po/it.po     |   67 +++++++++++++++++++++------------------------------------
 2 files changed, 30 insertions(+), 42 deletions(-)

commit ac00d1c3c07546afb0904fea759b9a31195713a4
Author: Maxim Dziumanenko <mvd@mylinux.ua>
Date:   Fri Mar 3 12:47:19 2006 +0000

    Updated Ukrainian translation.
    
    2006-03-03  Maxim Dziumanenko <mvd@mylinux.ua>
    
    	* Updated Ukrainian translation.

 po/ChangeLog |    4 +
 po/uk.po     |  282 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 164 insertions(+), 122 deletions(-)

commit 2e74223910d551d44b60ed3632b9982317333879
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Thu Mar 2 22:31:18 2006 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 +
 po/ca.po     |  282 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 164 insertions(+), 122 deletions(-)

commit 0ebd272b023bf0515306aaa69569af0a666a5f61
Author: Alexander Shopov <ash@contact.bg>
Date:   Wed Mar 1 07:23:33 2006 +0000

    Makefile.am bg/bg.po bg/figures/zenity-calendar-screenshot.png
    
    2006-03-01  Alexander Shopov  <ash@contact.bg>
    
    	* Makefile.am
    	* bg/bg.po
    	* bg/figures/zenity-calendar-screenshot.png
    	* bg/figures/zenity-entry-screenshot.png
    	* bg/figures/zenity-error-screenshot.png
    	* bg/figures/zenity-fileselection-screenshot.png
    	* bg/figures/zenity-information-screenshot.png
    	* bg/figures/zenity-list-screenshot.png
    	* bg/figures/zenity-notification-screenshot.png
    	* bg/figures/zenity-progress-screenshot.png
    	* bg/figures/zenity-question-screenshot.png
    	* bg/figures/zenity-text-screenshot.png
    	* bg/figures/zenity-warning-screenshot.png
    	Added Bulgarian translation by
    	Rostislav Raykov <zbrox@i-space.org>

 help/ChangeLog                                     |   18 +
 help/Makefile.am                                   |    2 +-
 help/bg/bg.po                                      | 1674 ++++++++++++++++++++
 help/bg/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 24223 bytes
 help/bg/figures/zenity-entry-screenshot.png        |  Bin 0 -> 12524 bytes
 help/bg/figures/zenity-error-screenshot.png        |  Bin 0 -> 11895 bytes
 .../bg/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 50697 bytes
 help/bg/figures/zenity-information-screenshot.png  |  Bin 0 -> 14914 bytes
 help/bg/figures/zenity-list-screenshot.png         |  Bin 0 -> 33090 bytes
 help/bg/figures/zenity-notification-screenshot.png |  Bin 0 -> 3605 bytes
 help/bg/figures/zenity-progress-screenshot.png     |  Bin 0 -> 15527 bytes
 help/bg/figures/zenity-question-screenshot.png     |  Bin 0 -> 14518 bytes
 help/bg/figures/zenity-text-screenshot.png         |  Bin 0 -> 25070 bytes
 help/bg/figures/zenity-warning-screenshot.png      |  Bin 0 -> 14872 bytes
 14 files changed, 1693 insertions(+), 1 deletions(-)

commit 390353875901f31e19f315822b56060a5ef106ac
Author: Leonid Kanter <lkanter@src.gnome.org>
Date:   Tue Feb 28 18:41:19 2006 +0000

    Updated Russian translation

 po/ChangeLog |    4 +
 po/ru.po     |  274 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 149 insertions(+), 129 deletions(-)

commit bac6d9ba44006d9d83fc5199ed0a3014c045a1ec
Author: Rhys Jones <rhys@sucs.org>
Date:   Sat Feb 25 14:31:28 2006 +0000

    Updated Welsh translation.
    
    2006-02-25  Rhys Jones  <rhys@sucs.org>
    
    	* cy.po: Updated Welsh translation.

 po/ChangeLog |    4 +
 po/cy.po     |  301 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 173 insertions(+), 132 deletions(-)

commit 86b2c5d28daf0e955ab2fd067aa038f94b39cb94
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Feb 22 23:26:27 2006 +0000

    Updated Portuguese translation.
    
    2006-02-22  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     |  282 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 164 insertions(+), 122 deletions(-)

commit 46d4ec2c694a347254e8451fdccb016be5c11f66
Author: Inaki Larranaga <dooteo@euskalgnu.org>
Date:   Wed Feb 22 17:40:46 2006 +0000

    Updated Basque translation.
    
    2006-02-22  Inaki Larranaga  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.

 po/ChangeLog |    4 +
 po/eu.po     |  277 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 150 insertions(+), 131 deletions(-)

commit b0698d17512e4053f1ac331b1af5d560a3992d16
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sun Feb 19 21:53:42 2006 +0000

    Updated Lithuanian translation.
    
    2006-02-19  Žygimantas Beručka  <zygis@gnome.org>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 ++++
 po/lt.po     |   30 +++++++++++++++---------------
 2 files changed, 19 insertions(+), 15 deletions(-)

commit b0d159d472af9fef04a5ce497ae4569aa9aea109
Author: Yair Hershkoviz <yairhr@gmail.com>
Date:   Wed Feb 15 23:09:49 2006 +0000

    Updated Hebrew ranslation.
    
    2005-02-15  Yair Hershkoviz  <yairhr@gmail.com>
    
    	* he.po: Updated Hebrew ranslation.

 po/ChangeLog |    4 +
 po/he.po     |  277 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 162 insertions(+), 119 deletions(-)

commit 8ed9af61bb3b685429c84ca6bec98322eb617ace
Author: Hendrik Richter <hendi@gnome-de.org>
Date:   Tue Feb 14 17:03:36 2006 +0000

    Updated German translation.
    
    2006-02-14  Hendrik Richter  <hendi@gnome-de.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  280 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 163 insertions(+), 121 deletions(-)

commit 5c7287bd8a92e369eb9d1dd69fb6c2b360c1ac82
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Mon Feb 13 05:11:46 2006 +0000

    Updated Czech translation.
    
    2006-02-13  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  279 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 161 insertions(+), 122 deletions(-)

commit 7a82791cc264052d5b734a37b86b58ef03448bcd
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Sun Feb 12 11:00:40 2006 +0000

    Updated Greek translation

 po/ChangeLog |    4 +
 po/el.po     |  294 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 170 insertions(+), 128 deletions(-)

commit 9be92960ba56d15570b73d7b0b817a74f12441f3
Author: Kang Jeong-Hee <kz@src.gnome.org>
Date:   Sat Feb 11 12:42:29 2006 +0000

    ko.po updated

 po/ko.po |  280 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 159 insertions(+), 121 deletions(-)

commit e9dbd29d7de07188a821c686e2870c79df5c6f84
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu Feb 9 01:14:12 2006 +0000

    Translation updated.
    
    2006-02-09  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |   10 +++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit 68e59d367bfff69e369fdd735f22cf55fc9d7dd8
Author: Arangel Angov <arangela@src.gnome.org>
Date:   Sun Feb 5 23:31:35 2006 +0000

    Updated Macedonian translation <arangela@cvs.gnome.org>

 po/mk.po |   87 ++++++++++++++++++++++---------------------------------------
 1 files changed, 32 insertions(+), 55 deletions(-)

commit 9557a2431699540f90e7db1ba7e17b24ef17e1b2
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Sat Feb 4 11:14:25 2006 +0000

    Updated Albanian translation.
    
    2006-02-04  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     |  324 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 174 insertions(+), 154 deletions(-)

commit 7e8411117f3b1ed6457d2231d57d143fb6bf3adc
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun Jan 29 21:09:18 2006 +0000

    post release version bump.
    
    2006-01-29  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post release version bump.

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

commit b01a07783db47bcc7de83325dd6da33c44373f1a
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun Jan 29 21:04:14 2006 +0000

    Release 2.13.90 Update.
    
    2006-01-29  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: Release 2.13.90
    	* THANKS, NEWS: Update.

 ChangeLog      |    5 +++++
 NEWS           |   11 +++++++++++
 THANKS         |    2 ++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    6 +++++-
 5 files changed, 27 insertions(+), 1 deletions(-)

commit 81be74f43a769ff0a8d0491fad633e6f14c9b824
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Jan 29 18:22:54 2006 +0000

    Hungarian translation updated.
    
    2006-01-29  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Hungarian translation updated.

 po/ChangeLog |    4 +
 po/hu.po     |  257 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 141 insertions(+), 120 deletions(-)

commit 58ced2a917121de0c16a892c623923a635445a98
Author: Evandro Fernandes Giovanini <evandrofg@ig.com.br>
Date:   Fri Jan 27 04:02:24 2006 +0000

    Updated Brazilian Portuguese translation.
    
    2006-01-27  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
    
            * pt_BR.po: Updated Brazilian Portuguese translation.

 po/ChangeLog |    4 +
 po/pt_BR.po  |  258 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 142 insertions(+), 120 deletions(-)

commit ef4a2f2f5b5d80c1f2809d2ebe3dd9f4d8855845
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Tue Jan 24 13:13:52 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-01-24  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 +
 po/et.po     |  306 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 176 insertions(+), 134 deletions(-)

commit ad0cf90cea117df33cc55bc69b8c61f82aa2493e
Author: Lasse Bang Mikkelsen <lbm@src.gnome.org>
Date:   Sat Jan 21 17:00:15 2006 +0000

    Updated Danish translation

 po/ChangeLog |    4 +
 po/da.po     |  279 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 153 insertions(+), 130 deletions(-)

commit b7e8aea870ea46a886c8f92f02e27927d28cb8c2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Jan 21 09:56:33 2006 +0000

    updated french translation. .cvsignore love
    
    2006-01-21  Vincent Untz  <vuntz@gnome.org>
    
    	* fr/fr.po: updated french translation.
    	* *: .cvsignore love

 help/.cvsignore    |    1 +
 help/ChangeLog     |    5 +
 help/es/.cvsignore |    2 +
 help/fr/.cvsignore |    2 +
 help/fr/fr.po      | 1570 +++++++++++++++++++++++++++++++++++++---------------
 help/uk/.cvsignore |    2 +
 6 files changed, 1122 insertions(+), 460 deletions(-)

commit 68b61cea90423f0a4e0864035b46920145f0a214
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Jan 16 23:33:24 2006 +0000

    post release version bump.
    
    2006-01-16  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: post release version bump.

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

commit 741aba7ac2e9dfe554624f79955f8e1486645ce6
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Jan 16 23:03:53 2006 +0000

    Release 2.13.5 Update.
    
    2006-01-16  Lucas Rocha  <lucasr@gnome.org>
    
    	* configure.in: Release 2.13.5
    	* NEWS: Update.

 ChangeLog      |    5 +++++
 NEWS           |    9 +++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 4 files changed, 22 insertions(+), 0 deletions(-)

commit 7e9b76caba73a815a68c5a971649e7faf493566e
Author: Slobodan D. Sredojevic <slobo@akrep.be>
Date:   Thu Jan 12 00:47:01 2006 +0000

    Updated Serbian translation
    
    2006-01-12  Slobodan D. Sredojevic  <slobo@akrep.be>
    
    	* sr.po, sr@Latn.po: Updated Serbian translation

 po/ChangeLog  |    4 +
 po/sr.po      |  283 ++++++++++++++++++++++++++++++++-------------------------
 po/sr@Latn.po |  283 ++++++++++++++++++++++++++++++++-------------------------
 3 files changed, 326 insertions(+), 244 deletions(-)

commit 8bb386953700cdc07ea594b952cc75dc079791ee
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Jan 9 06:40:28 2006 +0000

    Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
    
    2006-01-09  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Rostislav Raykov <zbrox@i-space.org>

 po/ChangeLog |    5 +
 po/bg.po     |  265 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 146 insertions(+), 124 deletions(-)

commit 5e73072f1b239457ab3a3e71ad6656f1ac1c4e2a
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Jan 8 21:56:44 2006 +0000

    *** empty log message ***

 po/ChangeLog |    4 ++
 po/gl.po     |   87 +++++++++++++++++++++------------------------------------
 2 files changed, 36 insertions(+), 55 deletions(-)

commit 8053f4fdb20cb243cb1ba98aa1118304c316b9fc
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sun Jan 8 14:07:55 2006 +0000

    Updated Japanese translation for v2.13.4.
    
    2006-01-08  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translation for v2.13.4.

 po/ChangeLog |    4 ++++
 po/ja.po     |   43 +++++++++++++++++++++++++------------------
 2 files changed, 29 insertions(+), 18 deletions(-)

commit 20fddd4219d8b89c73667ae7b1c77c27d56e3759
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jan 6 03:23:06 2006 +0000

    post release version bump.
    
    2006-01-05  Lucas Rocha  <lucasr@gnome.org>
    
            * configure.in: post release version bump.

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

commit d21e6be78a47e739db2e09a2a7bca51da6e81d45
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Fri Jan 6 03:21:17 2006 +0000

    Release 2.13.4 Update.
    
    2006-01-05  Lucas Rocha  <lucasr@gnome.org>
    
            * configure.in: Release 2.13.4
            * THANKS, NEWS: Update.

 ChangeLog      |    5 +++++
 NEWS           |   22 ++++++++++++++++++++++
 THANKS         |    1 +
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 5 files changed, 36 insertions(+), 0 deletions(-)

commit ec6b725ac7c2af21634c32c33eed7a413396010f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 2 00:50:08 2006 +0000

    Updated Norwegian bokmål translation. Same
    
    2006-01-02  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    	* no.po: Same

 po/ChangeLog |    5 +
 po/nb.po     |  259 +++++++++++++++++++++++++++++++---------------------------
 po/no.po     |  259 +++++++++++++++++++++++++++++++---------------------------
 3 files changed, 281 insertions(+), 242 deletions(-)

commit 9a4eb660cd94ad6eba2d6cc0188f02cbc0d2a3ee
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Fri Dec 30 10:09:42 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 +
 po/vi.po     |  328 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 175 insertions(+), 157 deletions(-)

commit ef6f2aa5f88e004265e96bfd9825bb3619b9c11b
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Thu Dec 29 12:51:12 2005 +0000

    Updated Lithuanian translation.
    
    2005-12-29  Žygimantas Beručka  <zygis@gnome.org>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     |  255 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 140 insertions(+), 119 deletions(-)

commit aefbb7198b452d0de99dcf9ce70cf0050e41d6a0
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Thu Dec 29 00:34:44 2005 +0000

    Updated Spanish translation.
    
    2005-12-29  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   12 ++++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit be0cb8a0d5d45bffdf1688acbcd37f3be4d3d8ec
Author: Marcel Telka <marcel@telka.sk>
Date:   Wed Dec 28 22:07:08 2005 +0000

    Updated Slovak translation.
    
    2005-12-28  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  267 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 128 insertions(+), 143 deletions(-)

commit 379fa108ec7210db81e7a76cc328569a93392532
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Dec 26 17:10:05 2005 +0000

    Updated Finnish translation

 po/ChangeLog |    6 +-
 po/fi.po     |  281 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 166 insertions(+), 121 deletions(-)

commit cafac3afe4a752b322de37ad61a381ccb1759100
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon Dec 26 12:09:19 2005 +0000

    Updated Translation

 po/ChangeLog |    4 +++
 po/gu.po     |   86 +++++++++++++++++++++------------------------------------
 2 files changed, 36 insertions(+), 54 deletions(-)

commit 539afd4493980c6f3974bbe8e42d20497aed7ef2
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Dec 25 14:46:09 2005 +0000

    Updated zenity translation.

 po/ChangeLog |    4 +
 po/zh_CN.po  |  256 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 141 insertions(+), 119 deletions(-)

commit 47dbe68a6c95119a6df1fc16f6050a21798f2073
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Dec 25 07:53:26 2005 +0000

    Updated Thai translation.
    
    2005-12-25  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 ++
 po/th.po     |  103 +++++++++++++++++++++++++++------------------------------
 2 files changed, 53 insertions(+), 54 deletions(-)

commit fb845a52f3604255787941e9542d3904f2320e4f
Author: Adam Weinberger <adamw@gnome.org>
Date:   Fri Dec 23 20:54:04 2005 +0000

    Added missing file. Updated Canadian English translation.
    
    
    2005-12-23  Adam Weinberger  <adamw@gnome.org>
    
    	* POTFILES.in: Added missing file.
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog   |    5 +
 po/POTFILES.in |    1 +
 po/en_CA.po    |  253 ++++++++++++++++++++++++++++++--------------------------
 3 files changed, 141 insertions(+), 118 deletions(-)

commit a7caaf527b3a771466b1a2cbe590d9fc473441ed
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Fri Dec 23 13:12:32 2005 +0000

    Translation updated.
    
    2005-12-23  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 +
 po/nl.po     |  266 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 152 insertions(+), 118 deletions(-)

commit 7438e1a6136d3913230d12124f4e1626aa388374
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Thu Dec 22 15:33:23 2005 +0000

    Updated Japanese translaton for v2.13.3.
    
    2005-12-22  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translaton for v2.13.3.

 po/ChangeLog |    4 +
 po/ja.po     |  257 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 137 insertions(+), 124 deletions(-)

commit 9e8668ce9b2354a51d7ea15412868cef98f0414f
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Tue Dec 20 22:01:28 2005 +0000

    Updated Italian translation.

 po/ChangeLog |    5 +
 po/it.po     |  292 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 170 insertions(+), 127 deletions(-)

commit 9ce9968dc47d47c301803e5338677b7d1ab6e5ac
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Dec 18 22:39:44 2005 +0000

    Updated Spanish translation.
    
    2005-12-18  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  268 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 153 insertions(+), 119 deletions(-)

commit 7486a38445e16fc17505c5f3e6afd7f8f8e87aeb
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sun Dec 18 03:19:40 2005 +0000

    use GtkAboutDialog instead of custom dialog (Fixes bug #309405). remove
    
    2005-12-18  Lucas Rocha  <lucasr@gnome.org>
    
            * src/about.c: use GtkAboutDialog instead of custom
            dialog (Fixes bug #309405).
            * src/zenity.glade: remove zenity_about_dialog.
            * configure.in: zenity now depends on GTK+ >= 2.6.x
            because now it uses GtkAboutDialog.

 ChangeLog        |    8 +
 configure.in     |    2 +-
 src/about.c      |  379 +++++++-----------------------------------------------
 src/zenity.glade |  186 --------------------------
 4 files changed, 56 insertions(+), 519 deletions(-)

commit f576e1bcc8ffa1cb3328895fdfa3c6ed55250b75
Author: Arangel Angov <arangela@src.gnome.org>
Date:   Sat Dec 17 13:27:32 2005 +0000

    Macedonian Translation update <arangela@cvs.gnome.org>

 po/mk.po |  306 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 175 insertions(+), 131 deletions(-)

commit e26cff0d69f8e806ed84c76f6835e3667157a65f
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sat Dec 17 08:39:10 2005 +0000

    Updated Thai translation.
    
    2005-12-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 +
 po/th.po     |  186 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 99 insertions(+), 91 deletions(-)

commit 906b3397b29050dc0e129d4f9b59b2b3db1027be
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Sat Dec 17 02:22:51 2005 +0000

    make all dialogs HIG compliant by fixing spaces and removing separator
    
    2005-12-16  Lucas Rocha  <lucasr@gnome.org>
    
            * src/zenity.glade: make all dialogs HIG compliant
            by fixing spaces and removing separator (Fixes bug
            #324211). Patch by Christian Persch <chpe@gnome.org>.

 ChangeLog        |    6 +
 src/zenity.glade |  328 ++++++++++++++++++++++++------------------------------
 2 files changed, 153 insertions(+), 181 deletions(-)

commit 54633f6c9c9703ffd24122835126f899a5a7fd24
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Fri Dec 16 11:06:14 2005 +0000

    Updated Translation

 po/ChangeLog |    4 +
 po/gu.po     |  191 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 102 insertions(+), 93 deletions(-)

commit aaea781a9b186841cd134e60fdcbaabbee4ab48f
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Thu Dec 15 21:18:18 2005 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/gl.po     |  188 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 100 insertions(+), 92 deletions(-)

commit 4ac6730868c97e7cc800cee8eba6721a23181678
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Thu Dec 15 05:40:15 2005 +0000

    add --hide-value to scale dialog.
    
    2005-12-15  Lucas Rocha  <lucasr@gnome.org>
    
            * src/option.c, src/scale.c, src/zenity.h: add
            --hide-value to scale dialog.

 ChangeLog    |    5 +++++
 po/ChangeLog |    2 +-
 src/option.c |   12 ++++++++++++
 src/scale.c  |    3 +++
 src/zenity.h |    1 +
 5 files changed, 22 insertions(+), 1 deletions(-)

commit 5fd160dc83c8a02b5f5fe6eb52991bc0ff1e73c1
Author: Marcel Telka <marcel@telka.sk>
Date:   Wed Dec 14 19:53:42 2005 +0000

    Updated Slovak translation.
    
    2005-12-14  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  260 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 152 insertions(+), 112 deletions(-)

commit 86d9db5f6a684ecd408a2f5b22e3878261b084d1
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Wed Dec 14 14:08:24 2005 +0000

    Updated Translation

 po/ChangeLog |    4 +
 po/gu.po     |  275 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 160 insertions(+), 119 deletions(-)

commit c8fe2f11313545defe75563374c16882956a0334
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Tue Dec 13 18:34:45 2005 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/gl.po     |  278 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 162 insertions(+), 120 deletions(-)

commit b657c347e82335715fc2540380d2282cabff2586
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Tue Dec 13 15:12:38 2005 +0000

    make the hscale discontinuous.
    
    2005-12-13  Lucas Rocha  <lucasr@gnome.org>
    
            * src/zenity.glade: make the hscale discontinuous.

 ChangeLog        |    4 ++++
 src/zenity.glade |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 4fbc44402505bf775b2c7d3c08adceb4150baf14
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Tue Dec 13 07:39:15 2005 +0000

    Updated Thai translation.
    
    2005-12-13  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 +
 po/th.po     |  312 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 181 insertions(+), 135 deletions(-)

commit 285cb79bafd2616f2d2dd7eb2ae82527942ef4cc
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Tue Dec 13 04:18:58 2005 +0000

    new scale dialog for selecting a value from a range (Fixes #322399).
    
    2005-12-13  Lucas Rocha  <lucasr@gnome.org>
    
            * data/Makefile.am, data/zenity-scale.png,
            src/Makefile.am, src/main.c, src/option.c,
            src/option.h, src/scale.c, src/zenity.glade,
            src/zenity.h: new scale dialog for selecting a
            value from a range (Fixes #322399).

 ChangeLog             |    8 ++
 data/Makefile.am      |    1 +
 data/zenity-scale.png |  Bin 0 -> 240 bytes
 src/Makefile.am       |    1 +
 src/main.c            |    3 +
 src/option.c          |  125 +++++++++++++++++++++++++++++
 src/option.h          |    2 +
 src/scale.c           |  122 ++++++++++++++++++++++++++++
 src/zenity.glade      |  213 +++++++++++++++++++++++++++++++++++++++++++++++--
 src/zenity.h          |    9 ++
 10 files changed, 477 insertions(+), 7 deletions(-)

commit 994d2414ccfeedfbfc62b6c60b0393db21244f98
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Dec 12 21:55:08 2005 +0000

    post release version bump.
    
    2005-12-12  Lucas Rocha  <lucasr@gnome.org>
    
            * configure.in: post release version bump.

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

commit 3448858072b6baf502b22aec2a1553a195255b2e
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Dec 12 21:52:32 2005 +0000

    Release 2.13.3 Update. Update my e-mail address.
    
    2005-12-12  Lucas Rocha  <lucasr@gnome.org>
    
            * configure.in: Release 2.13.3
            * NEWS: Update.
            * MAINTAINERS: Update my e-mail address.

 ChangeLog      |    6 ++++++
 MAINTAINERS    |    2 +-
 NEWS           |    8 ++++++++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 5 files changed, 23 insertions(+), 1 deletions(-)

commit 68f77d6a0d55bde7dacfc6ce8201fa181a58638b
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Nov 19 18:42:43 2005 +0000

    Updated Spanish translation.
    
    2005-11-19  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es/es.po: Updated Spanish translation.

 help/ChangeLog |    4 +
 help/es/es.po  |  748 +++++++++++++++++++++++++++++---------------------------
 2 files changed, 393 insertions(+), 359 deletions(-)

commit 5547de9384430dfccb9c3c8a68badfa120760b4a
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Tue Nov 15 04:14:35 2005 +0000

    make it possible to add new lines and markup in the dialog text.
    
    2005-11-15  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * src/calendar.c, src/progress.c, src/tree.c: make
            it possible to add new lines and markup in the dialog
            text.

 ChangeLog      |    6 ++++++
 src/calendar.c |    2 +-
 src/progress.c |    4 +++-
 src/tree.c     |    2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

commit 2df94bfcd5d84355f77c1ef24476625235eb65fc
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Mon Nov 14 05:08:07 2005 +0000

    post release version bump.
    
    2005-11-13  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * configure.in: post release version bump.

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

commit 6a7b36229c87a9c477c56cbea789ddfb5f6758c8
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Mon Nov 14 05:05:33 2005 +0000

    Release 2.13.2 Update.
    
    2005-11-13  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * configure.in: Release 2.13.2
            * NEWS, THANKS, src/about.c: Update.

 ChangeLog      |    5 +
 NEWS           |    8 +
 THANKS         |    1 +
 help/ChangeLog |    4 +
 help/es/es.po  |  805 +++++++++++++----------------
 help/fr/fr.po  | 1580 +++++++++++++++++---------------------------------------
 help/uk/uk.po  | 1126 ++++++++++++++--------------------------
 po/ChangeLog   |    4 +
 src/about.c    |    1 +
 9 files changed, 1244 insertions(+), 2290 deletions(-)

commit c8b9b79813c426837092ccda149bb3f2ca9c58be
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Mon Nov 14 04:25:58 2005 +0000

    make it possible to add new lines in the in the msg dialog (Fixes bug
    
    2005-11-13  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * src/msg.c: make it possible to add new lines in the
            in the msg dialog (Fixes bug #320787).

 ChangeLog     |    5 +
 help/es/es.po |  804 ++++++++++++++++--------------
 help/fr/fr.po | 1568 ++++++++++++++++++++++++++++++++++++++++-----------------
 help/uk/uk.po | 1125 +++++++++++++++++++++++++++--------------
 src/msg.c     |    6 +-
 5 files changed, 2289 insertions(+), 1219 deletions(-)

commit c9e23b5e475e5f9a2d09e353372554565ca9cabf
Author: Erdal Ronahi <eronahi@src.gnome.org>
Date:   Thu Oct 27 18:16:44 2005 +0000

    Added Kurdish translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ku.po     |  482 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 491 insertions(+), 1 deletions(-)

commit 8452a50b9b69f2ba7a3792a0b8cfb640249f21f4
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Mon Oct 24 12:55:02 2005 +0000

    post release version bump.
    
    2005-10-24  Lucas Rocha  <lucasr@cvs.gnome.org>
    
    	* configure.in: post release version bump.

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

commit 5483bdb680420014ebcfc3b916fb30fbe04de581
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Mon Oct 24 12:51:36 2005 +0000

    Release 2.13.1 Update.
    
    2005-10-24  Lucas Rocha  <lucasr@cvs.gnome.org>
    
    	* configure.in: Release 2.13.1
    	* NEWS, THANKS, src/about.c: Update.

 ChangeLog      |    5 +++++
 NEWS           |   17 +++++++++++++++++
 THANKS         |    3 ++-
 configure.in   |    2 +-
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 src/about.c    |    1 +
 7 files changed, 34 insertions(+), 2 deletions(-)

commit bb7b787a98b4cf3a3742e83f4984c51dfe7e2001
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Thu Oct 20 07:22:25 2005 +0000

    Added Entry for Bengali (bn) Translation Updation:20/10

 po/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 882cb10a77be22757344ef3abe4f4854d36eaf64
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Thu Oct 20 07:21:58 2005 +0000

    Updated Bengali(bn) Translation:20/10

 po/bn.po |  219 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 132 insertions(+), 87 deletions(-)

commit 7f2aedec5aa6a489b89c347f998c62d49fc0fa7b
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Tue Oct 18 13:56:35 2005 +0000

    by default, focus is on tree view in list dialogs. Fixes #317263. Patch
    
    2005-10-18  Lucas Rocha  <lucasr@cvs.gnome.org>
    
    	* src/zenity.glade: by default, focus is on tree
    	view in list dialogs. Fixes #317263. Patch from
    	Aleksey Kliger <akliger@gmail.com>

 ChangeLog        |    6 ++++++
 src/zenity.glade |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 91ace3021a452fa5b331a178598ff42e68abaac4
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Tue Oct 18 13:21:10 2005 +0000

    refile zenity to GNOME|Utilities. Fixes #318831. Patch from Brent Smith
    
    2005-10-18  Lucas Rocha  <lucasr@cvs.gnome.org>
    
    	* help/zenity.omf.in: refile zenity to GNOME|Utilities.
    	Fixes #318831. Patch from Brent Smith <gnome@nextreality.net>.
    	* help/C/zenity.xml: more meaningful abstract and
    	standardized title. Fixes #318915. Patch from
    	Brent Smith <gnome@nextreality.net>.

 ChangeLog          |    8 ++++++++
 help/C/zenity.xml  |    6 ++++--
 help/zenity.omf.in |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)

commit 3018d48a3d140eb9427787c9c2a6a4c788969cda
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sat Oct 15 12:58:51 2005 +0000

    Translation updated.
    
    2005-10-15  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |   14 +++++++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

commit d56b048c856ec6c0261a4f2b187f3da5135b9e9d
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Oct 2 22:11:31 2005 +0000

    Reverted unauthorized changes made by user 'kloczek'.
    
    2005-10-03  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Reverted unauthorized changes made by
    	user 'kloczek'.

 po/ChangeLog |    5 ++
 po/sv.po     |  150 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 154 insertions(+), 1 deletions(-)

commit 5185e5cb0eb40572a41537251e18cfd4108b2064
Author: Tomasz Kłoczko <kloczek@src.gnome.org>
Date:   Sat Sep 24 15:48:07 2005 +0000

    s/charset=utf-8/charset=UTF-8/

 po/am.po |    2 +-
 po/is.po |    2 +-
 po/ko.po |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit e4769e21b3af5861013a294d1dd7a3beb4e3d15a
Author: Tomasz Kłoczko <kloczek@src.gnome.org>
Date:   Sat Sep 24 15:46:56 2005 +0000

    removed outdated strings and run "make update-po".

 po/am.po      |  284 +++++++++++++++++++++++------------------------
 po/ar.po      |  248 ++++++++++++++++++++++-------------------
 po/az.po      |  332 +++++++++++++++++++++++--------------------------------
 po/be.po      |  332 +++++++++++++++++++++++--------------------------------
 po/bg.po      |   17 +--
 po/bn.po      |  306 +++++++++++++++++++++++----------------------------
 po/bs.po      |  331 +++++++++++++++++++++++--------------------------------
 po/ca.po      |  122 ++-------------------
 po/cs.po      |  193 +++++++++++++++-----------------
 po/cy.po      |  322 ++++++++++++++++++++----------------------------------
 po/da.po      |  279 +++++++++++++++++-----------------------------
 po/de.po      |   22 ++--
 po/el.po      |  101 +----------------
 po/en_CA.po   |  230 +++++++++++++++++++-------------------
 po/en_GB.po   |  195 +++++++++++++++++---------------
 po/es.po      |  269 +++++++++++++++-----------------------------
 po/et.po      |  185 +++++++++++++++---------------
 po/eu.po      |   94 +---------------
 po/fa.po      |  325 +++++++++++++++++++++++------------------------------
 po/fi.po      |  103 +----------------
 po/fr.po      |  193 +++++++++++++++-----------------
 po/ga.po      |  293 +++++++++++++++++++++++--------------------------
 po/gl.po      |   17 +--
 po/gu.po      |   28 +++--
 po/he.po      |   15 +--
 po/hi.po      |   21 ++--
 po/hr.po      |  334 +++++++++++++++++++++++--------------------------------
 po/hu.po      |   22 ++--
 po/id.po      |  338 ++++++++++++++++++++++++--------------------------------
 po/is.po      |  298 +++++++++++++++++++++++--------------------------
 po/it.po      |  195 ++++++++++++++++++---------------
 po/ja.po      |  184 +++++++++++++++---------------
 po/kn.po      |  325 +++++++++++++++++++++++-------------------------------
 po/ko.po      |   27 ++---
 po/lt.po      |   17 ++--
 po/mi.po      |  257 ++++++++++++++++++++++--------------------
 po/mk.po      |  274 ++++++++++++++++-----------------------------
 po/ml.po      |  272 ++++++++++++++++++++++----------------------
 po/mn.po      |  335 +++++++++++++++++++++++--------------------------------
 po/ms.po      |  330 +++++++++++++++++++++++--------------------------------
 po/nb.po      |   14 +-
 po/ne.po      |  197 ++++++++++++++++++---------------
 po/nl.po      |   18 ++--
 po/nn.po      |  334 +++++++++++++++++++++++--------------------------------
 po/no.po      |   14 +-
 po/pa.po      |   18 ++--
 po/pl.po      |  104 ++----------------
 po/pt.po      |  114 ++-----------------
 po/pt_BR.po   |   98 +---------------
 po/ro.po      |   22 ++--
 po/ru.po      |   25 +++--
 po/rw.po      |  242 ++++++++++++++++++++++------------------
 po/sk.po      |  184 +++++++++++++++---------------
 po/sl.po      |  345 +++++++++++++++++++++++----------------------------------
 po/sq.po      |   21 ++--
 po/sr.po      |  103 ++----------------
 po/sr@Latn.po |  103 ++----------------
 po/sv.po      |  162 +--------------------------
 po/ta.po      |  330 +++++++++++++++++++++++--------------------------------
 po/th.po      |  310 +++++++++++++++++++--------------------------------
 po/tr.po      |   19 ++--
 po/ug.po      |  256 +++++++++++++++++++++++-------------------
 po/uk.po      |   17 ++--
 po/vi.po      |   18 ++--
 po/xh.po      |  195 ++++++++++++++++++---------------
 po/zh_CN.po   |   23 +---
 po/zh_TW.po   |   40 ++------
 67 files changed, 4686 insertions(+), 6705 deletions(-)

commit d1e9373658a59eb20144323a2a74193525ba0a29
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Sat Sep 24 15:15:04 2005 +0000

    bug fix for #315020.
    
    2005-09-24  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * data/zenity.1: bug fix for #315020.

 ChangeLog     |    6 +++++-
 data/zenity.1 |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 0086a9363f9c94f19d6d5ad2424680fcac0e7a7a
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Sat Sep 24 15:04:02 2005 +0000

    fixed bug #317033.
    
    2005-09-24  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * src/option.c: fixed bug #317033.

 ChangeLog    |    4 ++++
 src/option.c |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 51a7c9d3894307af8492bd05cd5958fee09b9026
Author: Guilherme de S. Pastore <gpastore@src.gnome.org>
Date:   Wed Sep 21 14:38:02 2005 +0000

    escaped "-"s; they're supposed to be minus signs, not hyphens.
    
    * data/zenity.1: escaped "-"s; they're supposed to be minus signs, not hyphens.

 ChangeLog     |    5 +++++
 data/zenity.1 |   16 ++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

commit a3fa7022c732d936f62ea41f2130b8b4b362a3d6
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Sat Sep 17 04:18:50 2005 +0000

    add a Zenity wiki page reference.
    
    2005-09-17  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * TODO: add a Zenity wiki page reference.

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 8155d2713fb2b3781a12797ee09ed1e12f5456b7
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Sat Sep 17 03:06:51 2005 +0000

    add a Zenity wiki page reference.
    
    2005-09-17  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * TODO: add a Zenity wiki page reference.

 TODO |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 46c25e4600a66be89a1bc27144492f431b0068a7
Author: Inaki Larranaga <dooteo@euskalgnu.org>
Date:   Thu Sep 8 19:11:23 2005 +0000

    Updated Basque translation.
    
    2005-09-08  Inaki Larranaga  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.

 po/ChangeLog |    4 +
 po/eu.po     |  337 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 178 insertions(+), 163 deletions(-)

commit f542b6d10d22b4b48ae35ba5216cb2e599700aa6
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Tue Sep 6 03:49:43 2005 +0000

    Post release bump, for unstable 2.13.x development.
    
    2005-09-06  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * configure.in: Post release bump, for unstable
            2.13.x development.

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

commit 7f091245f70b6d6fac4c79288109e31aa62eb8aa
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Tue Sep 6 03:44:07 2005 +0000

    Release 2.12.0 Update.
    
    2005-09-06  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * configure.in: Release 2.12.0
            * NEWS, THANKS, src/about.c: Update.

 ChangeLog      |    6 +++---
 NEWS           |   14 ++++++++++++++
 THANKS         |    3 +++
 configure.in   |    2 +-
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    6 +++---
 src/about.c    |    3 +++
 7 files changed, 31 insertions(+), 7 deletions(-)

commit bd680ff11d4eeb53efb8f025c86d6d0fc4b5f101
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Sun Sep 4 20:45:49 2005 +0000

    Translation updated by .
    
    2005-09-04  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by .

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit cadb5a4e03b7a6c999593d6adf5043a6ed316082
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Sun Sep 4 20:44:26 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-09-04  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 ++++
 po/et.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 5ea4728023f0a4dc515d3ec959333ea161831b74
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Sep 4 16:51:46 2005 +0000

    Added Spanish translation.
    
    2005-09-04  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Added Spanish translation.

 help/es/es.po |   83 ++++++++++++++++++++++-----------------------------------
 1 files changed, 32 insertions(+), 51 deletions(-)

commit 19cba725de78c7c2a66c5d50723c7d0eefb456d9
Author: Slobodan D. Sredojevic <ssl@uns.ns.ac.yu>
Date:   Sun Sep 4 11:39:01 2005 +0000

    Updated Serbian translation.
    
    2005-09-04  Slobodan D. Sredojevic  <ssl@uns.ns.ac.yu>
    
            * sr.po, sr@Latn.po: Updated Serbian translation.

 po/ChangeLog  |    4 +
 po/sr.po      |  283 +++++++++++++++++++++++++++++++--------------------------
 po/sr@Latn.po |  283 +++++++++++++++++++++++++++++++--------------------------
 3 files changed, 312 insertions(+), 258 deletions(-)

commit a274041337c279e19de05fd753ccd09a0483d6c2
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Fri Sep 2 19:23:10 2005 +0000

    Updated Turkish TRanslation

 po/ChangeLog |    4 +
 po/tr.po     |  258 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 144 insertions(+), 118 deletions(-)

commit 88d31bf82e44c31b96d1cf5fbc56b7c8c511cba2
Author: Leonid Kanter <lkanter@src.gnome.org>
Date:   Fri Sep 2 11:02:50 2005 +0000

    Updated Russian translation

 po/ChangeLog |    4 +
 po/ru.po     |  253 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 140 insertions(+), 117 deletions(-)

commit aee81e65daca6b555436367b601749aa413136ea
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Fri Sep 2 10:28:51 2005 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/gl.po     |  326 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 179 insertions(+), 151 deletions(-)

commit 4f98b2b7450aa8ae3962733cc48ab72b0f24c13c
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Wed Aug 31 03:04:52 2005 +0000

    version bump for development releases (2.13.x).
    
    2005-08-31  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * configure.in: version bump for development
            releases (2.13.x).

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

commit 3853f7ff3f7c57f2cc73329478573c40b0f5ad38
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Aug 29 17:18:04 2005 +0000

    updated french translation.
    
    2005-08-29  Vincent Untz  <vuntz@gnome.org>
    
    	* fr/fr.po: updated french translation.

 help/ChangeLog |    4 +
 help/fr/fr.po  | 1582 +++++++++++++++++++-------------------------------------
 2 files changed, 541 insertions(+), 1045 deletions(-)

commit a8fd73b66c76f0b38f8f20a80c59499cbf2c751b
Author: Telsa Gwynne <telsa@src.gnome.org>
Date:   Mon Aug 29 15:22:38 2005 +0000

    Updated Welsh translation

 po/ChangeLog |    4 +
 po/cy.po     |  230 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 133 insertions(+), 101 deletions(-)

commit ecd3ef06fc36f44c57b1c7b3688425f4c2977dd5
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Aug 28 23:13:31 2005 +0000

    Updated Spanish translation.
    
    2005-08-29  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 help/es/es.po |   82 ++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 53 insertions(+), 29 deletions(-)

commit 2b3c8e66170a53df7a0fb15ac676194c3dff2dfc
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 28 19:56:12 2005 +0000

    Updated Korean translation by Young-Ho Cha.
    
    2005-08-29  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Updated Korean translation by Young-Ho Cha.

 po/ChangeLog |    4 +
 po/ko.po     |  205 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 118 insertions(+), 91 deletions(-)

commit c203a7ab3524652f210631fe6babcefc57bb2542
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Aug 27 19:25:07 2005 +0000

    Updated Spanish figures
    
    2005-08-27  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* *.png: Updated Spanish figures

 help/es/figures/zenity-calendar-screenshot.png |  Bin 12150 -> 22627 bytes
 help/es/figures/zenity-entry-screenshot.png    |  Bin 5602 -> 9880 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit a7a5da2dfb352b227995baf052d8ab767529d659
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Aug 27 18:54:35 2005 +0000

    Updated Spanish translation
    
    2005-08-27  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation

 help/es/es.po | 1524 +++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 1060 insertions(+), 464 deletions(-)

commit 9719ddb3fb137b31b472fbfc7ce35c9e44a1adbb
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Aug 27 18:46:11 2005 +0000

    Updated Spanish translation figures.
    
    2005-08-27  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* *.png: Updated Spanish translation figures.

 help/es/figures/zenity-error-screenshot.png        |  Bin 8649 -> 9444 bytes
 .../es/figures/zenity-fileselection-screenshot.png |  Bin 29482 -> 42938 bytes
 help/es/figures/zenity-information-screenshot.png  |  Bin 10960 -> 11836 bytes
 help/es/figures/zenity-list-screenshot.png         |  Bin 14649 -> 22283 bytes
 help/es/figures/zenity-notification-screenshot.png |  Bin 2550 -> 4290 bytes
 help/es/figures/zenity-progress-screenshot.png     |  Bin 6568 -> 10506 bytes
 help/es/figures/zenity-question-screenshot.png     |  Bin 11340 -> 13226 bytes
 help/es/figures/zenity-text-screenshot.png         |  Bin 13095 -> 27347 bytes
 help/es/figures/zenity-warning-screenshot.png      |  Bin 11304 -> 12685 bytes
 9 files changed, 0 insertions(+), 0 deletions(-)

commit e849bec901f78fbb83aaa835271c4a143a20ee7b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Aug 27 15:16:33 2005 +0000

    forgot some headers
    
    2005-08-27  Vincent Untz  <vuntz@gnome.org>
    
    	* fr/fr.po: forgot some headers

 help/ChangeLog |    4 ++++
 help/fr/fr.po  |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 1e4d8a58a61ceeecacd968a3ce56848c5b89b2e4
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Aug 27 13:30:31 2005 +0000

    add french translation, by Christophe Bliard <cbliard@gmail.com>
    
    2005-08-27  Vincent Untz  <vuntz@gnome.org>
    
    	* Makefile.am:
    	* fr/*: add french translation, by Christophe Bliard
    	<cbliard@gmail.com>

 help/ChangeLog                                     |    6 +
 help/Makefile.am                                   |    2 +-
 help/fr/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 22270 bytes
 help/fr/figures/zenity-entry-screenshot.png        |  Bin 0 -> 9469 bytes
 help/fr/figures/zenity-error-screenshot.png        |  Bin 0 -> 11013 bytes
 .../fr/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 34116 bytes
 help/fr/figures/zenity-information-screenshot.png  |  Bin 0 -> 12432 bytes
 help/fr/figures/zenity-list-screenshot.png         |  Bin 0 -> 25767 bytes
 help/fr/figures/zenity-notification-screenshot.png |  Bin 0 -> 2542 bytes
 help/fr/figures/zenity-progress-screenshot.png     |  Bin 0 -> 11476 bytes
 help/fr/figures/zenity-question-screenshot.png     |  Bin 0 -> 14505 bytes
 help/fr/figures/zenity-text-screenshot.png         |  Bin 0 -> 22624 bytes
 help/fr/figures/zenity-warning-screenshot.png      |  Bin 0 -> 13900 bytes
 help/fr/fr.po                                      | 1577 ++++++++++++++++++++
 14 files changed, 1584 insertions(+), 1 deletions(-)

commit 495e35b7e7337976ddc435dfd2235df80932911e
Author: Evandro Fernandes Giovanini <evandrofg@ig.com.br>
Date:   Sat Aug 27 03:17:31 2005 +0000

    Updated Brazilian Portuguese translation.
    
    2005-08-27  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
    
            * pt_BR.po: Updated Brazilian Portuguese translation.

 po/ChangeLog |    4 +
 po/pt_BR.po  |  250 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 141 insertions(+), 113 deletions(-)

commit bd300550cc8c9f03e9b7a50d6bf891c23d2e1154
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Tue Aug 23 15:27:13 2005 +0000

    post release version bump.
    
    2005-08-23  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * configure.in: post release version bump.

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

commit 417bfb638949dfb17995bd948a05ab2bd911b881
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Tue Aug 23 15:16:57 2005 +0000

    Release 2.11.92 Update.
    
    2005-08-23  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * configure.in: Release 2.11.92
            * NEWS, THANKS, src/about.c: Update.

 ChangeLog      |    5 +++++
 NEWS           |   16 ++++++++++++++++
 THANKS         |    2 ++
 help/ChangeLog |    4 ++++
 po/ChangeLog   |    4 ++++
 src/about.c    |    2 ++
 6 files changed, 33 insertions(+), 0 deletions(-)

commit f2e35ea95af851222c745ab4ec6574b28c344622
Author: Maxim Dziumanenko <mvd@mylinux.ua>
Date:   Sun Aug 21 18:49:55 2005 +0000

    Updated Ukrainian translation.
    
    2005-08-21  Maxim Dziumanenko <mvd@mylinux.ua>
    
    	* Updated Ukrainian translation.

 help/C/figures/zenity-calendar-screenshot.png      |  Bin 15151 -> 17446 bytes
 help/C/figures/zenity-entry-screenshot.png         |  Bin 8317 -> 8126 bytes
 help/C/figures/zenity-error-screenshot.png         |  Bin 8392 -> 10006 bytes
 help/C/figures/zenity-fileselection-screenshot.png |  Bin 45662 -> 40680 bytes
 help/C/figures/zenity-information-screenshot.png   |  Bin 9087 -> 11188 bytes
 help/C/figures/zenity-list-screenshot.png          |  Bin 19794 -> 19985 bytes
 help/C/figures/zenity-progress-screenshot.png      |  Bin 9029 -> 9230 bytes
 help/C/figures/zenity-question-screenshot.png      |  Bin 10920 -> 11399 bytes
 help/C/figures/zenity-text-screenshot.png          |  Bin 16246 -> 23812 bytes
 help/C/figures/zenity-warning-screenshot.png       |  Bin 10818 -> 12332 bytes
 help/ChangeLog                                     |    4 +
 help/Makefile.am                                   |    2 +-
 help/uk/uk.po                                      | 1336 ++++++++++++++++++++
 po/ChangeLog                                       |    4 +
 po/uk.po                                           |  246 ++--
 15 files changed, 1478 insertions(+), 114 deletions(-)

commit 4d550d5137191f9be7196730de61e67fefef9b4a
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Wed Aug 17 22:14:25 2005 +0000

    Updated Romanian translation
    
    2005-08-18  Mugurel Tudor  <mugurelu@gnome.ro>
    
            * ro.po: Updated Romanian translation

 po/ChangeLog |    4 +
 po/ro.po     |  260 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 144 insertions(+), 120 deletions(-)

commit 4d3e982a380fd2e25a0576f412b2759fbd040b74
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Wed Aug 17 21:00:27 2005 +0000

    Added Changelog
    
    2005-08-17  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* ChangeLog: Added Changelog

 help/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 78b1c2ab0dfd3da882ce35e766f8acb96c98d368
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Mon Aug 15 16:56:08 2005 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 +
 po/ca.po     |  201 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 115 insertions(+), 90 deletions(-)

commit 85b6ce159f484c422331ffd29d4ea621d502f606
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Aug 14 22:14:57 2005 +0000

    Hungarian translation updated.
    
    2005-08-15  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Hungarian translation updated.

 po/ChangeLog |    4 +
 po/hu.po     |  255 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 142 insertions(+), 117 deletions(-)

commit aa35c67ea8118824dccac8f2b1684f560300baf3
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Sat Aug 13 11:09:03 2005 +0000

    Updated Greek Translation

 po/ChangeLog |    4 +
 po/el.po     |  252 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 141 insertions(+), 115 deletions(-)

commit 0ed3578a19d02b7c0b0281d40c1d54bc3cd06fa1
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Aug 11 14:38:34 2005 +0000

    Updated Portuguese translation.
    
    2005-08-11  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     |  251 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 141 insertions(+), 114 deletions(-)

commit 6636bd27d32c6bd69fb489f4f596e81397f8a6c0
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Wed Aug 10 20:16:13 2005 +0000

    Updated Lithuanian translation by Justina Klingaitė.
    
    2005-08-10  Žygimantas Beručka  <zygis@gnome.org>
    
    	* lt.po: Updated Lithuanian translation by Justina Klingaitė.

 po/ChangeLog |    4 +
 po/lt.po     |  211 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 117 insertions(+), 98 deletions(-)

commit f0566cdf0287d13504d33a5ec4020c7cdf7286bf
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Wed Aug 10 19:45:02 2005 +0000

    Added Spanish translation.
    
    2005-08-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Added Spanish translation.

 help/ChangeLog                                     |    4 +
 help/Makefile.am                                   |    2 +-
 help/es/es.po                                      | 1066 ++++++++++++++++++++
 help/es/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 12150 bytes
 help/es/figures/zenity-entry-screenshot.png        |  Bin 0 -> 5602 bytes
 help/es/figures/zenity-error-screenshot.png        |  Bin 0 -> 8649 bytes
 .../es/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 29482 bytes
 help/es/figures/zenity-information-screenshot.png  |  Bin 0 -> 10960 bytes
 help/es/figures/zenity-list-screenshot.png         |  Bin 0 -> 14649 bytes
 help/es/figures/zenity-notification-screenshot.png |  Bin 0 -> 2550 bytes
 help/es/figures/zenity-progress-screenshot.png     |  Bin 0 -> 6568 bytes
 help/es/figures/zenity-question-screenshot.png     |  Bin 0 -> 11340 bytes
 help/es/figures/zenity-text-screenshot.png         |  Bin 0 -> 13095 bytes
 help/es/figures/zenity-warning-screenshot.png      |  Bin 0 -> 11304 bytes
 14 files changed, 1071 insertions(+), 1 deletions(-)

commit db420cb498dff858e5c900967fff61e0ad038fd7
Author: Christian Rose <menthos@menthos.com>
Date:   Wed Aug 10 14:27:20 2005 +0000

    Updated Swedish translation.
    
    2005-08-10  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     |  250 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 141 insertions(+), 113 deletions(-)

commit ff4abdcb9814b28ee14de5ba11a9d83e6c5d97fd
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Sun Aug 7 19:48:44 2005 +0000

    post release version bump.
    
    2005-08-07  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * configure.in: post release version bump.

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

commit 0bc57119fbc42ce8cbf7a6fbf40954c897e8b9d3
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Sun Aug 7 19:45:50 2005 +0000

    Release 2.11.91 Update.
    
    2005-08-07  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * configure.in: Release 2.11.91
            * NEWS, THANKS, src/about.c: Update.

 ChangeLog    |    5 +++++
 NEWS         |   11 +++++++++++
 THANKS       |    1 +
 po/ChangeLog |    6 +++++-
 src/about.c  |    1 +
 5 files changed, 23 insertions(+), 1 deletions(-)

commit 521e2ec87a76adbd31392a532fb8bf3741bec3cf
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Aug 2 11:52:38 2005 +0000

    Updated Traditional Chinese translation.
    
    2005-08-02  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
    	* zh_TW.po: Updated Traditional Chinese translation.

 po/ChangeLog |    4 +
 po/zh_TW.po  |  221 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 121 insertions(+), 104 deletions(-)

commit 9a70674b5d9988786b9f5366e39d146f81553904
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Mon Aug 1 08:27:13 2005 +0000

    updated by rranjan@redhat.com

 po/hi.po |  195 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 104 insertions(+), 91 deletions(-)

commit 19314821764c7a821740593ead5cb1030f201f36
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sun Jul 31 17:15:12 2005 +0000

    Bulk change to fi.po: (gnome-fi.org to gnome.fi)

 po/ChangeLog |    5 +++++
 po/fi.po     |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit dfebd78b93274b497e9b4831597a4972932df50f
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Jul 31 07:56:49 2005 +0000

    Updated Simplified Chinese translation

 po/zh_CN.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 6d606babce0f0f134274074eed739b9acab8d265
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Jul 31 00:19:22 2005 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |    4 +
 po/zh_CN.po  |  248 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 139 insertions(+), 113 deletions(-)

commit 9a59a066619247d86d7fbeb6db1d95dff51fad1c
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Thu Jul 28 22:29:51 2005 +0000

    Updated German translation.
    
    2005-07-28  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  336 +++++++++++++++++++++++-----------------------------------
 2 files changed, 139 insertions(+), 201 deletions(-)

commit b9bc5e21d5a6a358c8d572844857a81bccce72d4
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Thu Jul 28 15:44:33 2005 +0000

    Updated Albanian translation.
    
    2005-07-28  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     |  246 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 136 insertions(+), 114 deletions(-)

commit a723dc1ea6ffb23f2d3dc2760cf4b2691a02d342
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Thu Jul 28 12:48:29 2005 +0000

    Updated Polish translation by GNOME PL Team.
    
    2005-07-28  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |    4 +
 po/pl.po     |  198 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 114 insertions(+), 88 deletions(-)

commit bebb1bd18e90ce1b7a47cacd52e491c3e2967112
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Tue Jul 26 03:16:09 2005 +0000

    post release version bump.
    
    2005-07-25  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * configure.in: post release version bump.

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

commit 47a2e0479af9694840d2c3d352213bdb13d78b9a
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Tue Jul 26 03:12:09 2005 +0000

    Release 2.11.90 Update.
    
    2005-07-25  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * configure.in: Release 2.11.90
            * NEWS, THANKS, src/about.c: Update.

 ChangeLog    |    5 +++++
 NEWS         |   16 +++++++++++++++-
 THANKS       |    3 +++
 configure.in |    2 +-
 po/ChangeLog |    4 ++++
 src/about.c  |    3 +++
 6 files changed, 31 insertions(+), 2 deletions(-)

commit 6552d6b556a8b28378c917c8882894575c5f7969
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Mon Jul 25 01:06:32 2005 +0000

    added gnome-doc-utils.make. added GNOME_DOC_INIT and removed
    
    2005-07-24  Lucas Rocha  <lucasr@cvs.gnome.org>
    
            * .cvsignore: added gnome-doc-utils.make.
            * configure.in: added GNOME_DOC_INIT and
            removed help/C/Makefile and help/sr/Makefile
            from AC_OUTPUT.
            * Makefile.am: added gnome-doc-utils.make to
            EXTRA_DIST and DISTCLEANFILES. Added
            DISTCHECK_CONFIGURE_FLAGS.
            * help/Makefile.am: migration to gnome-doc-utils.
            * help/zenity.omf.in: new OMF file to be used by
            gnome-doc-utils.
            * help/C/Makefile.am, help/C/zenity-C.omf: No
            longer needed. Removed.
            * help/C/zenity.xml: updates to be gnome-doc-utils
            compliant.
            * help/ChangeLog: new ChangeLog to keep track
            of doc updates.

 .cvsignore          |    1 +
 ChangeLog           |   19 +++++++++++++++++++
 Makefile.am         |    8 ++++++--
 configure.in        |    4 ++--
 help/C/Makefile.am  |    7 -------
 help/C/zenity-C.omf |   30 ------------------------------
 help/C/zenity.xml   |    6 ++++--
 help/ChangeLog      |    3 +++
 help/Makefile.am    |   12 +++++++++---
 help/zenity.omf.in  |   11 +++++++++++
 10 files changed, 55 insertions(+), 46 deletions(-)

commit 1092875bfed9e9c6ed61a81590647d29ce0fb95b
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sun Jul 24 18:51:25 2005 +0000

    Updated Finnish translation

 po/ChangeLog |    6 ++-
 po/fi.po     |  199 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 116 insertions(+), 89 deletions(-)

commit 05eef05c2fa9da2a48b609276db37a415ed78b24
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jul 24 17:08:01 2005 +0000

    Updated Norwegian bokmål translation. Same
    
    2005-07-24  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    	* no.po: Same

 po/ChangeLog |    5 ++
 po/nb.po     |  188 +++++++++++++++++++++++++++++----------------------------
 po/no.po     |  188 +++++++++++++++++++++++++++++----------------------------
 3 files changed, 197 insertions(+), 184 deletions(-)

commit 57055bd396b5f3fc956633df79d508393ee39234
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Sun Jul 24 05:36:50 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 ++
 po/vi.po     |  128 ++++-----------------------------------------------------
 2 files changed, 13 insertions(+), 119 deletions(-)

commit 4040e416682a5a2ac78973e21e954ff74f15e944
Author: Alexander Shopov <ash@contact.bg>
Date:   Fri Jul 22 15:53:34 2005 +0000

    Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
    
    2005-07-22  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Rostislav Raykov <zbrox@i-space.org>

 po/ChangeLog |    5 ++
 po/bg.po     |  204 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 114 insertions(+), 95 deletions(-)

commit df00993dd1abf481fb2e00358150d25ee075b97a
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Thu Jul 21 11:48:17 2005 +0000

    Merged from gnome-2.10

 po/vi.po |  474 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 256 insertions(+), 218 deletions(-)

commit 020b29958c083a9cfb0ba3e5629bcae4c858c7c0
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Thu Jul 21 08:00:20 2005 +0000

    Updated Translations

 po/ChangeLog |    4 +
 po/gu.po     |  261 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 140 insertions(+), 125 deletions(-)

commit a0cf4df5fb5240c16b3be03a49a983e82cc41020
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Mon Jul 18 13:26:16 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-07-18  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 ++
 po/et.po     |  141 +++++++++++++--------------------------------------------
 2 files changed, 36 insertions(+), 109 deletions(-)

commit 96bd8b6279e0797a3559cc07ce1fa7d3863305b0
Author: Yair Hershkovitz <yairhr@gmail.com>
Date:   Thu Jul 14 20:13:47 2005 +0000

    Added Hebrew translation
    
    2005-07-14  Yair Hershkovitz  <yairhr@gmail.com>
    
    	* Added Hebrew translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/he.po     |  483 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 492 insertions(+), 1 deletions(-)

commit 51a543560fd5993149fdf06d4800f829b17108aa
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu Jul 14 10:01:29 2005 +0000

    Translation updated.
    
    2005-07-14  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 +
 po/nl.po     |  200 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 111 insertions(+), 93 deletions(-)

commit 6346916daa67d74299366a29dfab26323d3a8399
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Thu Jul 14 03:49:44 2005 +0000

    update for Punjabi by PLT

 po/pa.po |  272 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 145 insertions(+), 127 deletions(-)

commit 9db3de1912d29f97550cbc571c720b06e0ef7f0a
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Wed Jul 13 04:10:19 2005 +0000

    post release version bump.
    
    2005-07-13  Lucas Rocha  <lucasr@cvs.gnome.org>
    
    	* configure.in: post release version bump.

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

commit 4b5cdda3c868bc7a20f52efd60e2db6575363c1b
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Wed Jul 13 04:04:09 2005 +0000

    Release 2.11.1 Add note about feature frozen-ness. Update.
    
    2005-07-13  Lucas Rocha  <lucasr@cvs.gnome.org>
    
    	* configure.in: Release 2.11.1
    	* HACKING: Add note about feature frozen-ness.
    	* NEWS, THANKS, src/about.c: Update.

 ChangeLog    |    6 ++++++
 HACKING      |    2 ++
 NEWS         |   17 +++++++++++++++++
 THANKS       |    3 +++
 po/ChangeLog |    4 ++++
 src/about.c  |    3 +++
 6 files changed, 35 insertions(+), 0 deletions(-)

commit beffc3f8a93dbd5d809690322043e074005a250b
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Wed Jul 13 03:28:15 2005 +0000

    dependency on glib >= 2.7.3 Add G_OPTION_FLAG_NOALIAS flag on options that
    
    2005-07-12  Lucas Rocha  <lucasr@cvs.gnome.org>
    
    	* configure.in: dependency on glib >= 2.7.3
    	* src/option.c: Add G_OPTION_FLAG_NOALIAS flag
    	on options that are present in more than on
    	group.

 ChangeLog    |    7 +++++++
 configure.in |    2 +-
 src/option.c |   42 +++++++++++++++++++++---------------------
 3 files changed, 29 insertions(+), 22 deletions(-)

commit 68ab19d2c4567a6855fa3ca5f0c71ddc323cd32e
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Tue Jul 12 13:46:50 2005 +0000

    activate option help translations in GOption.
    
    2005-07-12  Lucas Rocha  <lucasr@cvs.gnome.org>
    
    	* src/option.c: activate option help translations
    	in GOption.

 ChangeLog    |    5 +++++
 src/option.c |   14 ++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

commit 59a281a1730ead15507288ce65db749ac7703ca1
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Jul 10 17:41:24 2005 +0000

    Updated Czech translation.
    
    2005-07-10  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  194 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 108 insertions(+), 90 deletions(-)

commit 21f7bc6a54636c749cf5514e091feb68cc88907b
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Fri Jul 8 23:21:34 2005 +0000

    general code cleanups. Contribution from Benoît Dejean.
    
    2005-07-08  Lucas Rocha  <lucasr@cvs.gnome.org>
    
    	* src/about.c, src/calendar.c, src/fileselection.c,
    	src/option.c, src/progress.c, src/text.c, src/tree.c,
    	src/util.c: general code cleanups. Contribution from
    	Benoît Dejean.

 ChangeLog           |    7 +++++++
 src/about.c         |    3 +--
 src/calendar.c      |    2 +-
 src/fileselection.c |    1 -
 src/option.c        |    2 --
 src/progress.c      |    1 -
 src/text.c          |    3 ---
 src/tree.c          |    2 +-
 src/util.c          |    2 +-
 9 files changed, 11 insertions(+), 12 deletions(-)

commit d6f1d76768fe99c0f67545a9b6da98411733ffca
Author: Lucas Rocha <lucasr@cvs.gnome.org>
Date:   Fri Jul 8 13:39:27 2005 +0000

    marks static many functions and global variables. Contribution from
    
    2005-07-08  Lucas Rocha  <lucasr@cvs.gnome.org>
    
    	* src/about.c, src/option.c, src/fileselection.c:
    	marks static many functions and global variables.
    	Contribution from Benoît Dejean.

 ChangeLog           |    6 ++
 src/about.c         |    6 +-
 src/fileselection.c |    2 +-
 src/option.c        |  179 ++++++++++++++++++++++++++-------------------------
 4 files changed, 100 insertions(+), 93 deletions(-)

commit 0bc80a781d2b250fbde3ad6e66457efc66f79979
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Wed Jul 6 20:22:58 2005 +0000

    Changelog fixes, THANKS update.

 ChangeLog   |    9 +++++++--
 THANKS      |    1 +
 src/about.c |    1 +
 3 files changed, 9 insertions(+), 2 deletions(-)

commit 4c328078b6ff16a0ba648f53c3bee7a68fe4dbc5
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Wed Jul 6 20:13:11 2005 +0000

    Include cleanups (config.h)

 ChangeLog           |    7 +++++++
 po/ChangeLog        |    4 ++++
 po/es.po            |    2 +-
 src/calendar.c      |    2 ++
 src/entry.c         |    2 ++
 src/fileselection.c |    3 +++
 src/msg.c           |    2 ++
 src/notification.c  |    3 +++
 src/option.c        |    4 ++++
 src/progress.c      |    2 ++
 src/text.c          |    2 ++
 src/tree.c          |    2 ++
 src/util.c          |    2 ++
 13 files changed, 36 insertions(+), 1 deletions(-)

commit 5c4fbfd1f299eb06bfca4ea0ce16152eb8cf0676
Author: Marcel Telka <marcel@telka.sk>
Date:   Wed Jul 6 19:39:42 2005 +0000

    Updated Slovak translation.
    
    2005-07-06  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  184 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 98 insertions(+), 90 deletions(-)

commit 9937fa3437cfa94d767d38408c5dc74cf1beacf2
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Wed Jul 6 16:08:39 2005 +0000

    Updated Spanish translation.
    
    2005-07-06  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  194 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 108 insertions(+), 90 deletions(-)

commit a27cdc5e1285e0b53d332d8b56876ab923483aa8
Author: Benoît Dejean <bdejean@src.gnome.org>
Date:   Mon Jul 4 22:31:53 2005 +0000

    Updated French translation.
    
    * fr.po: Updated French translation.

 po/ChangeLog |    4 +
 po/fr.po     |  220 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 127 insertions(+), 97 deletions(-)

commit 28295c17e817f75e75567248b59affe24fa96de8
Author: Hendrik Richter <hendi@gnome-de.org>
Date:   Mon Jul 4 18:24:31 2005 +0000

    Fixed German translation by Jens Seidel <jensseidel@users.sf.net>.
    
    2005-07-04  Hendrik Richter  <hendi@gnome-de.org>
    
    	* de.po: Fixed German translation by
    	Jens Seidel <jensseidel@users.sf.net>.

 po/ChangeLog |    5 +++++
 po/de.po     |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit c23ba6a523c812e4e31aa2556f7b67250e3dc92b
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Mon Jul 4 17:30:29 2005 +0000

    Translation contributors update.

 ChangeLog   |    6 ++++++
 NEWS        |    2 +-
 THANKS      |   11 +++++++++++
 src/about.c |   11 +++++++++++
 4 files changed, 29 insertions(+), 1 deletions(-)

commit c53fd318e6fd2e90373f0ae2db061215a83fd846
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sun Jul 3 22:40:29 2005 +0000

    Updated Canadian English translation.
    
    
    2005-07-03  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  238 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 128 insertions(+), 114 deletions(-)

commit 4743e682452ace1191000d2a2defe4949afcd335
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sun Jul 3 14:54:59 2005 +0000

    Updated Japanese translation for v2.11.0.
    
    2005-07-03  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translation for v2.11.0.

 po/ChangeLog |    4 +
 po/ja.po     |  198 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 113 insertions(+), 89 deletions(-)

commit 94b2c01b08cee5d5dbe13bbf7094fedc0270784d
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Sun Jul 3 12:28:34 2005 +0000

    translated 100%

 po/mk.po |  274 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 152 insertions(+), 122 deletions(-)

commit ccd2f239a1970ff8d2609aea06e66943066954eb
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Sat Jul 2 08:36:12 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-07-02  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 +
 po/et.po     |  248 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 144 insertions(+), 108 deletions(-)

commit 6eceed764260e31e41e5a7788067249aaf95d531
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sat Jul 2 03:10:07 2005 +0000

    Updated Thai translation.
    
    2005-07-02  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 +
 po/th.po     |  234 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 126 insertions(+), 112 deletions(-)

commit 49b17dfdbd9fbd1649e9124b1b18397d12e042a9
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Fri Jul 1 22:40:41 2005 +0000

    Post-release bump.

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

commit 28b489fcc49ded8eda5ff58b7cf8742af5d2fdc3
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Fri Jul 1 22:37:11 2005 +0000

    Release 2.11.0

 ChangeLog    |    6 +++++-
 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 po/ChangeLog |    6 +++++-
 3 files changed, 46 insertions(+), 2 deletions(-)

commit 8ba040f33b37ef92976b75be79a1a342bceb91f9
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Fri Jul 1 21:28:36 2005 +0000

    New --hide-column option.

 ChangeLog    |    6 ++++++
 src/option.c |   18 ++++++++++++++++++
 src/tree.c   |   40 ++++++++++++++++++++++++++++++++--------
 src/zenity.h |    1 +
 4 files changed, 57 insertions(+), 8 deletions(-)

commit da0a2585b3dce693eb1961fdc64ffcb3840a1bba
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Thu Jun 30 23:43:23 2005 +0000

    Data structure improvements on List dialogs.

 ChangeLog  |    6 +++++
 src/tree.c |   72 +++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 53 insertions(+), 25 deletions(-)

commit 515acb3f2f37a95a35d5e277627108d7798ad8ae
Author: Marcel Telka <marcel@telka.sk>
Date:   Thu Jun 30 20:06:38 2005 +0000

    Updated Slovak translation.
    
    2005-06-30  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |   10 +++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit 88d6d5f8387c7fcb62499f51f71c2e12e80081ce
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jun 28 11:21:06 2005 +0000

    Updated Norwegian bokmål translation. Same
    
    2005-06-28  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    	* no.po: Same

 po/ChangeLog |    5 ++
 po/nb.po     |  130 +++++++++++++++++++++++++++++++---------------------------
 po/no.po     |  130 +++++++++++++++++++++++++++++++---------------------------
 3 files changed, 145 insertions(+), 120 deletions(-)

commit c9be8d057942521381c3e3a7d76c374d02b88dbf
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Tue Jun 28 11:11:50 2005 +0000

    New --print-column syntax. Now it's possible to pass a comma-separated list of column indexes.

 ChangeLog  |    6 ++++++
 src/tree.c |   60 ++++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 44 insertions(+), 22 deletions(-)

commit cc3fc2be3ea3f322ca53b13b82dc9e73a44e58b2
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Tue Jun 28 04:43:10 2005 +0000

    Error handling when trying to use checklist and radiolist in the same List dialog

 ChangeLog  |    6 ++++++
 src/tree.c |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit 2505e039c0ff6c838b4b16df34c5a76ce7ae47d5
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Jun 27 20:03:33 2005 +0000

    Updated Slovak translation.
    
    2005-06-27  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++
 po/sk.po     |  125 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 69 insertions(+), 60 deletions(-)

commit 5d584ca8ef032cecaf05fcc4ceca0db24e70ff16
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Mon Jun 27 04:27:15 2005 +0000

    Double-clicking on list dialog

 ChangeLog   |   11 +++++++++--
 THANKS      |    1 +
 src/about.c |    1 +
 src/tree.c  |   26 ++++++++++++++++++++++++++
 4 files changed, 37 insertions(+), 2 deletions(-)

commit 9c792cb86a8d0422a07a716a3b024f25d9bca1bb
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Mon Jun 27 03:13:37 2005 +0000

    Changed list dialog Selection behavior

 ChangeLog    |    9 +++++++++
 src/option.c |   26 ++++++++++++++++++--------
 src/tree.c   |   13 +++++++++++--
 src/zenity.h |    1 +
 4 files changed, 39 insertions(+), 10 deletions(-)

commit 545a9f467a9ace72aceb34f11b25ac8df5601306
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Fri Jun 24 03:33:01 2005 +0000

    fix language team reference

 po/ChangeLog |    4 +
 po/zh_TW.po  |  185 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 102 insertions(+), 87 deletions(-)

commit 14c0bf10c84cf576135c9fdb1e549351ebf5e27c
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Fri Jun 17 03:18:41 2005 +0000

    Don't use the parent widget for hiding tray icon

 ChangeLog          |    6 ++++++
 src/notification.c |    7 ++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 1be8cce8c8c454b2f03b332a3eb6add58bc1fe0d
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Thu Jun 16 05:24:26 2005 +0000

    Updated Thai translation.
    
    2005-06-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 +
 po/th.po     |  310 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 157 insertions(+), 157 deletions(-)

commit 791048b2e43549dda87820cb5d6fe453e15b7f67
Author: Lucas Almeida Rocha <lucasr@src.gnome.org>
Date:   Mon Jun 13 21:30:55 2005 +0000

    Maintainership updates

 ChangeLog   |    5 +++++
 MAINTAINERS |    1 +
 README      |    2 +-
 3 files changed, 7 insertions(+), 1 deletions(-)

commit 1e408f0b6fbda8b1a59baec8e0a8179d06d156d8
Author: Marcel Telka <marcel@telka.sk>
Date:   Sat Jun 11 10:53:01 2005 +0000

    Updated Slovak translation.
    
    2005-06-11  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  234 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 125 insertions(+), 113 deletions(-)

commit 2092ef5818745021b5b4a6ab11562ccd20becdfe
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Sat Jun 11 08:16:36 2005 +0000

    Updated Danish translation.
    
            * da.po: Updated Danish translation.

 po/ChangeLog |    4 +
 po/da.po     |  194 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 106 insertions(+), 92 deletions(-)

commit acf272894963165b908ee002519ee69fd9a63e1f
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Fri Jun 10 10:28:34 2005 +0000

    updated hi by rranjan

 po/ChangeLog |    5 ++
 po/hi.po     |  174 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 96 insertions(+), 83 deletions(-)

commit 589e668e0ef1eb91d2583324a955af90a5d48a3e
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Jun 7 15:26:06 2005 +0000

    Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
    
    2005-06-07  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Vladimir Petkov <vpetkov@i-space.org>

 po/ChangeLog |   10 ++++++++--
 po/bg.po     |   10 +++++++---
 2 files changed, 15 insertions(+), 5 deletions(-)

commit c9547dd8447b194cf092a3bb901ef31f7a515cb1
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Jun 4 17:15:07 2005 +0000

    Updated Galician translation by Ignacio Casal Quinteiro
    
    2005-06-04  Christian Rose  <menthos@menthos.com>
    
    	* gl.po: Updated Galician translation by
    	Ignacio Casal Quinteiro <nacho.resa@gmail.com>.

 po/ChangeLog |    5 +
 po/gl.po     |  402 ++++++++++++++++++++++-----------------------------------
 2 files changed, 160 insertions(+), 247 deletions(-)

commit 17024b421d9b88da4a12f92c03564e1433433b5f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed May 25 12:19:50 2005 +0000

    Update Update
    
    2005-05-25  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Update
    	* no.po: Update

 po/ChangeLog |    5 +
 po/nb.po     |  233 ++++++++++++++++++++++++++++++----------------------------
 po/no.po     |  233 ++++++++++++++++++++++++++++++----------------------------
 3 files changed, 245 insertions(+), 226 deletions(-)

commit dbd81b8e4b59425013a0f29f209872b95c34f0d4
Author: Pawan Chitrakar <pachimho@src.gnome.org>
Date:   Sun May 22 14:39:25 2005 +0000

    updated nepali translation

 po/ChangeLog |    4 +
 po/ne.po     |  490 ++++++++++++++++++++++++----------------------------------
 2 files changed, 206 insertions(+), 288 deletions(-)

commit 2b6831b7d1f565fe112c7f451a0901f0d735aba6
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Wed May 11 11:40:57 2005 +0000

    Updated Greek Translation.

 po/ChangeLog |    4 ++++
 po/el.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit d07c69694b58aca81fddf3d045f3bc1c55c3456f
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Thu May 5 12:35:18 2005 +0000

    zenity

 po/ChangeLog |    4 +
 po/hi.po     |  389 +++++++++++++++++++++++-----------------------------------
 2 files changed, 155 insertions(+), 238 deletions(-)

commit ff8a98f89cc0c430661fb6174d2f6c946a7fac10
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue May 3 05:04:34 2005 +0000

    Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
    
    2005-05-03  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Vladimir Petkov <vpetkov@i-space.org>

 po/ChangeLog |    5 +
 po/bg.po     |  250 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 137 insertions(+), 118 deletions(-)

commit 861e44c409419b6e98cd27d987e4cf001284ce3c
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Mon May 2 06:00:03 2005 +0000

    Translation updated.
    
    2005-05-02  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated.

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

commit 1429dd0dbb943985b8e9330ec48c43843584a5a8
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun May 1 13:44:23 2005 +0000

    Updated Spanish translation.
    
    2005-05-01  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  187 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 102 insertions(+), 89 deletions(-)

commit 9b2a5d8627ca6f206e60f3142b1878e2c663a9ae
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sat Apr 30 14:46:15 2005 +0000

    Updated Czech translation.
    
    2005-04-30  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  236 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 127 insertions(+), 113 deletions(-)

commit 3b16a8f0031caf1a66f8dd99a8827efbe86f421f
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Thu Apr 28 21:53:08 2005 +0000

    Translation updated.
    
    2005-04-29  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated.

 po/ChangeLog |    4 +
 po/et.po     |  379 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 180 insertions(+), 203 deletions(-)

commit ae1da529e425fce01cd7fd9c680e6a102b27cb5f
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Mon Apr 25 19:37:35 2005 +0000

    Translation updated.
    
    2005-04-25  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 +
 po/nl.po     |  318 ++++++++++++++++++++++------------------------------------
 2 files changed, 126 insertions(+), 196 deletions(-)

commit 6abd93050f533752e47b75158e95431575c652ac
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Apr 25 03:20:45 2005 +0000

    COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,
    
    2005-04-25  Glynn Foster  <glynn.foster@sun.com>
    
    	* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c,
    	* src/entry.c, src/fileselection.c, src/main.c, src/msg.c,
    	* src/notification.c, src/option.c, src/progress.c,
    	* src/text.c, src/tree.c, src/util.c: Update the FSF address
    	to point to 51 Franklin Street, Fifth Floor as per forwarded
    	mail from Alvaro Lopez Ortega.

 COPYING             |    6 +++---
 ChangeLog           |    9 +++++++++
 src/about.c         |    4 ++--
 src/calendar.c      |    4 ++--
 src/eggtrayicon.c   |    4 ++--
 src/entry.c         |    4 ++--
 src/fileselection.c |    4 ++--
 src/main.c          |    4 ++--
 src/msg.c           |    4 ++--
 src/notification.c  |    4 ++--
 src/option.c        |    4 ++--
 src/progress.c      |    4 ++--
 src/text.c          |    4 ++--
 src/tree.c          |    4 ++--
 src/util.c          |    4 ++--
 15 files changed, 38 insertions(+), 29 deletions(-)

commit c58ded027fc0b8a58e605135d959e9bd2a13c959
Author: Gareth Owen <gowen@src.gnome.org>
Date:   Fri Apr 22 23:19:07 2005 +0000

    Updated British English translation

 po/ChangeLog |    4 +
 po/en_GB.po  |  259 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 136 insertions(+), 127 deletions(-)

commit 6d386ddda5e4552aeda28b104242626ff05b10c5
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Thu Apr 21 00:56:05 2005 +0000

    Fix for #171838, from Carlos Parra.
    
    2005-04-20  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/fileselection.c: Fix for #171838, from Carlos
    	Parra.

 ChangeLog           |    5 +++++
 src/fileselection.c |    5 ++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit b2ea633296bbbfb8a88ffb0bf8290cd85980a311
Author: Adam Weinberger <adamw@gnome.org>
Date:   Wed Apr 20 20:34:55 2005 +0000

    Updated Canadian English translation.
    
    2005-04-20  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  234 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 125 insertions(+), 113 deletions(-)

commit 403c8104aefc11954398106ab4fa39f9a79233c6
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Apr 20 03:00:57 2005 +0000

    Clean up the code a little bit.
    
    2005-04-20  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/entry.c, src/option.c, src/zenity.h: Clean
    	up the code a little bit.

 ChangeLog    |    5 +++++
 src/entry.c  |    5 +++--
 src/option.c |   14 +++++++-------
 src/zenity.h |    2 +-
 4 files changed, 16 insertions(+), 10 deletions(-)

commit 6e6eeaf79c01b6cc755b57dac7e7ff2d36038316
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Apr 20 01:59:42 2005 +0000

    Bug fix for #149290, based on contributions from Timo Aaltonen, Lucas
    
    2005-04-20  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/msg.c, src/option.c, src/zenity.h: Bug fix for
    	#149290, based on contributions from Timo Aaltonen,
    	Lucas Rocha, and Carlos Parra.
    	* THANKS: Update.

 ChangeLog    |    7 +++++++
 THANKS       |    2 ++
 src/msg.c    |    3 +++
 src/option.c |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 src/zenity.h |    1 +
 5 files changed, 59 insertions(+), 0 deletions(-)

commit 77bd857bfecbab6e65fc3f3d7f31ca7d01a89822
Author: Christian Rose <menthos@menthos.com>
Date:   Wed Apr 6 14:10:19 2005 +0000

    Added "ug" to ALL_LINGUAS. Added Uighur translation by Abduxukur Abdurixit
    
    2005-04-06  Christian Rose  <menthos@menthos.com>
    
    	* configure.in: Added "ug" to ALL_LINGUAS.
    	* po/ug.po: Added Uighur translation by
    	Abduxukur Abdurixit <abduxukur.abdurixit@t-systems.ch>.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/ug.po     |  461 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 471 insertions(+), 1 deletions(-)

commit 82cfa9d750119695516e4b9883d0545ab09314f3
Author: Glynn Foster <gman@src.gnome.org>
Date:   Wed Apr 6 06:52:16 2005 +0000

    Add Sri.

 THANKS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8f9413b8b35bf1c5783861c1246bc79e7043dd65
Author: Adi Attar <aattar@cvs.gnome.org>
Date:   Fri Apr 1 10:03:23 2005 +0000

    Added Xhosa translation. Added "xh" to ALL_LINGUAS.
    
    2005-04-01  Adi Attar  <aattar@cvs.gnome.org>
    
    	* xh.po: Added Xhosa translation.
    	* configure.in: Added "xh" to ALL_LINGUAS.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/xh.po     |  468 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 477 insertions(+), 1 deletions(-)

commit 4d00f575f31c31eaa13df654051981de352f896d
Author: Steven Michael Murphy <smurphy@src.gnome.org>
Date:   Fri Apr 1 02:04:48 2005 +0000

    Added new Language, Kinyarwanda (rw), to this package

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/rw.po     |  589 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 598 insertions(+), 1 deletions(-)

commit ce7ddb67e01427f13e2d1ec34b1e87c5b3499dad
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Fri Mar 18 17:43:18 2005 +0000

    Fixed a typo in ca.po.

 po/ca.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d12cf216379dcc63d07adb7fb4d5baa806404cb0
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Fri Mar 18 17:29:38 2005 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 ++++
 po/ca.po     |   48 ++++++++++++++++++++++++------------------------
 2 files changed, 28 insertions(+), 24 deletions(-)

commit d7e26a13f3c7ab49db5e586f96c0a189b175ca28
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Thu Mar 17 05:28:38 2005 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 00ed829031498e3fbee21fb938e69f3915bc3e84
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Mon Mar 7 21:50:45 2005 +0000

    Updated Italian translation.

 po/ChangeLog |    5 +++++
 po/it.po     |   10 ++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

commit 9183476deea7232d7ac945dd0859fcb5cdb0fd5c
Author: Mugurel Tudor <mugurelu@go.ro>
Date:   Mon Mar 7 20:06:09 2005 +0000

    Updated Romanian translation
    
    2005-03-07  Mugurel Tudor  <mugurelu@go.ro>
    
    	* ro.po: Updated Romanian translation

 po/ChangeLog |    4 +
 po/ro.po     |  240 ++++++++++++++++++----------------------------------------
 2 files changed, 78 insertions(+), 166 deletions(-)

commit 21387aa41d5575355c4c2a8a630e66ec2771fc8b
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Mar 7 15:45:48 2005 +0000

    Post release version bump. We're open for business again.
    
    2005-03-08  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post release version bump.
    	* HACKING: We're open for business again.

 ChangeLog    |    5 +++++
 HACKING      |    2 --
 configure.in |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

commit bf5f42b1a867ca581539e045816b32d1e9200995
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Mar 7 15:40:06 2005 +0000

    Release 2.10.0
    
    2005-03-08  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.10.0

 ChangeLog    |    4 ++++
 NEWS         |   12 ++++++++++++
 configure.in |    2 +-
 po/ChangeLog |    4 ++++
 4 files changed, 21 insertions(+), 1 deletions(-)

commit 02adbe1192869530e4e73ef62fc006d752fdaa01
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Sat Mar 5 08:28:08 2005 +0000

    Fix arabic translation plural form

 po/ChangeLog |    1 +
 po/ar.po     |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit da43351e203250f2a276d5ccbb7320502defd640
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Sat Mar 5 08:24:36 2005 +0000

    Updated traditional Chinese translation from GNOME HK Team
    
    	* zh_TW.po: Updated traditional Chinese translation from GNOME HK Team

 po/ChangeLog |    4 +
 po/zh_TW.po  |  378 +++++++++++++++++++++++----------------------------------
 2 files changed, 157 insertions(+), 225 deletions(-)

commit be823d3b5432218c9655cc99e17603b3220846f1
Author: Laszlo Dvornik <dvornik@gnome.hu>
Date:   Fri Mar 4 15:15:12 2005 +0000

    Hungarian translation updated by Gabor Kelemen.
    
    2005-03-04  Laszlo Dvornik  <dvornik@gnome.hu>
    
    	* hu.po: Hungarian translation updated by Gabor Kelemen.

 po/ChangeLog |    4 +
 po/hu.po     |  256 +++++++++++++++++-----------------------------------------
 2 files changed, 78 insertions(+), 182 deletions(-)

commit 9b46b81a1707cefbe27597eb42fae4787c17998b
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Thu Mar 3 22:30:17 2005 +0000

    Updated Italian translation.

 po/ChangeLog |    5 +++++
 po/it.po     |   10 ++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

commit a68f3d363191250ac0f17ef52786269f44cc281d
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Thu Mar 3 21:10:11 2005 +0000

    Updated Turkish Translation by Burcin Donmez
    
    	* tr.po: Updated Turkish Translation by Burcin Donmez

 po/ChangeLog |    4 +
 po/tr.po     |  287 ++++++++++++++++++++--------------------------------------
 2 files changed, 102 insertions(+), 189 deletions(-)

commit eb4438b38a40c2dab33a4fa0d8f7ec4692f8b5b1
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Wed Mar 2 14:09:51 2005 +0000

    Updated Serbian translation.

 po/ChangeLog  |    4 ++
 po/sr.po      |  145 ++++++++++++++++++++++++++------------------------------
 po/sr@Latn.po |  148 ++++++++++++++++++++++++++-------------------------------
 3 files changed, 139 insertions(+), 158 deletions(-)

commit f414c2e4826860c503b83df35618e83e8fa6d54a
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Wed Mar 2 10:20:01 2005 +0000

    update

 po/pa.po |   97 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 49 insertions(+), 48 deletions(-)

commit 023aa196216892755c05e46a5b63a7b2cd14b60a
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Wed Mar 2 01:17:54 2005 +0000

    Translation updated.
    
    2005-03-02  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 ++
 po/nl.po     |   98 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 56 insertions(+), 46 deletions(-)

commit 5258fe38a437b573dafcd1af2771141af2c79b93
Author: Ahmad Riza H Nst <ari@160c.afraid.org>
Date:   Tue Mar 1 04:01:34 2005 +0000

    Updated Indonesian Translation
    
    2005-03-01  Ahmad Riza H Nst  <ari@160c.afraid.org>
    
    	* id.po: Updated Indonesian Translation

 po/ChangeLog |    4 +++
 po/id.po     |   64 +++++++++++++++++++++++----------------------------------
 2 files changed, 30 insertions(+), 38 deletions(-)

commit 692582ef6b217e29b1d614362c9c67c951322aa5
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Mon Feb 28 08:22:44 2005 +0000

    Updated Greek Translation.

 po/ChangeLog |    4 ++++
 po/el.po     |   24 ++++++++++++------------
 2 files changed, 16 insertions(+), 12 deletions(-)

commit 0cc3ad147a5b830ec5581019bf92d0d9bf20c5f9
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Feb 28 07:54:27 2005 +0000

    Post version bump. Revert back to LGPL.
    
    2005-02-28  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post version bump.
    	* COPYING: Revert back to LGPL.

 COPYING   |  620 +++++++++++++++++++++++++++++++++++++------------------------
 ChangeLog |    5 +
 2 files changed, 386 insertions(+), 239 deletions(-)

commit 5b44a188429d48067959e07ee92ca451fb27df74
Author: Glynn Foster <gman@src.gnome.org>
Date:   Mon Feb 28 07:53:20 2005 +0000

    fixing up the COPYING file.

 .cvsignore |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit fa5dd9497da4943bede13ab6a2627c3fd82dcf62
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Feb 28 07:51:31 2005 +0000

    Release 2.9.92.
    
    2005-02-28  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.9.92.

 ChangeLog    |    4 ++++
 NEWS         |   31 +++++++++++++++++++++++++++++++
 po/ChangeLog |    4 ++++
 3 files changed, 39 insertions(+), 0 deletions(-)

commit eddeb70d2c909c7feabd9193cbf87b5e33b6b2bf
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Sun Feb 27 18:13:52 2005 +0000

    Updated Italian translation by Stefano Canepa.

 po/ChangeLog |    5 +
 po/it.po     |  408 +++++++++++++++++++++-------------------------------------
 2 files changed, 154 insertions(+), 259 deletions(-)

commit f406ac72cccc4938d32073f6bd20545b7b358511
Author: Arafat Medini <kinryu@silverpen.de>
Date:   Thu Feb 24 19:24:24 2005 +0000

    Updated Arabic translation.
    
    
    2005-02-24  Arafat Medini  <kinryu@silverpen.de>
    
    	* ar.po: Updated Arabic translation.

 po/ChangeLog |    4 +
 po/ar.po     |  255 ++++++++++++++++++----------------------------------------
 2 files changed, 83 insertions(+), 176 deletions(-)

commit 6213d4d8a8733909dd3531434c19b7ad24203104
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Thu Feb 24 11:12:52 2005 +0000

    ankit@redhat.com * Updated Gujarati Translation

 po/ChangeLog |    4 +
 po/gu.po     |  268 ++++++++++++++++++----------------------------------------
 2 files changed, 88 insertions(+), 184 deletions(-)

commit d3f796c363509573da96eb7b33a5413d28d0eaee
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Thu Feb 24 08:19:35 2005 +0000

    Updated Polish translation by GNOME PL Team.
    
    2005-02-24  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |    4 +
 po/pl.po     |  321 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 158 insertions(+), 167 deletions(-)

commit fc909b0837fedb009c3ce212f75c04e5e6c12c8a
Author: Rhys Jones <rhys@sucs.org>
Date:   Wed Feb 23 08:01:12 2005 +0000

    Updated Welsh translation.
    
    2005-02-23  Rhys Jones  <rhys@sucs.org>
    
    	* cy.po: Updated Welsh translation.

 po/ChangeLog |    4 ++
 po/cy.po     |  100 +++++++++++++++++++++++++--------------------------------
 2 files changed, 48 insertions(+), 56 deletions(-)

commit f1a0511cce2041688d63e2b9f8a68f14cc40fd0a
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Wed Feb 23 05:07:46 2005 +0000

    update by amanpreetalam@yahoo.com

 po/pa.po |   28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)

commit 06084b863fee27204cbf3c27b0fb49271329bfb2
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sun Feb 20 16:08:28 2005 +0000

    Updated pt_BR translation

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |   42 +++++++++++++++++++++++++-----------------
 2 files changed, 29 insertions(+), 17 deletions(-)

commit e1fbb199b69cf10690e13370764ada8efbe257f0
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Feb 18 13:18:54 2005 +0000

    Updated Korean translation.
    
    2005-02-18  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Updated Korean translation.

 po/ChangeLog |    4 ++++
 po/ko.po     |   40 +++++++++++++++++++++++-----------------
 2 files changed, 27 insertions(+), 17 deletions(-)

commit f00f13818a13ec5dfdb5ae47747d4b0ae03515a3
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Thu Feb 17 15:53:24 2005 +0000

    Updated Japanese translation for v2.9.91.
    
    2005-02-18  Takeshi AIHANA <aihana@gnome.gr.jp>
    	* ja.po: Updated Japanese translation for v2.9.91.

 po/ChangeLog |    4 +
 po/ja.po     |  243 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 126 insertions(+), 121 deletions(-)

commit 30e09bf535e35224adb612b1a3b7959909b59143
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Thu Feb 17 14:55:55 2005 +0000

    Updated Albanian translation.
    
    2005-02-17  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     |  215 +++++++++++++++++-----------------------------------------
 2 files changed, 67 insertions(+), 152 deletions(-)

commit 9ece90d863aef21a53b52860e677ae6e062d4206
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Wed Feb 16 23:07:27 2005 +0000

    Updated Greek translation

 po/ChangeLog |    4 ++++
 po/el.po     |   55 +++++++++++++++++++++++++++++++++----------------------
 2 files changed, 37 insertions(+), 22 deletions(-)

commit d4d23da5a74c11c1db0ff86862f25b6964479a96
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Feb 16 10:32:15 2005 +0000

    Fix leak in ZENITY_IMAGE_FULLPATH. Fixes #167518, hopefully.
    
    2005-02-16  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/util.h: Fix leak in ZENITY_IMAGE_FULLPATH. Fixes
    	#167518, hopefully.

 ChangeLog  |    5 +++++
 src/util.h |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit a197b56c07a7ae337901ffe3f3d404fe840480f7
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Feb 16 10:28:11 2005 +0000

    Fix bug #167577, that leaks a seperator. Patch from Paolo Borelli
    
    2005-02-16  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/fileselection.c, THANKS, src/about.c: Fix bug
    	#167577, that leaks a seperator. Patch from
    	Paolo Borelli <pborelli@katamail.com>

 ChangeLog           |    6 ++++++
 THANKS              |    1 +
 src/about.c         |    1 +
 src/fileselection.c |    5 +----
 4 files changed, 9 insertions(+), 4 deletions(-)

commit 1bf063f49567bb06020039fa55ba917530bc3de4
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Tue Feb 15 16:54:34 2005 +0000

    Update Ukrainian translation.
    
    2005-02-15  Maxim Dziumanenko <mvd@mylinux.com.ua>
    
    	* Update Ukrainian translation.

 po/ChangeLog |    4 +
 po/uk.po     |  244 ++++++++++++++++++----------------------------------------
 2 files changed, 79 insertions(+), 169 deletions(-)

commit 5303da651049c8b080849d563019207476c5e980
Author: Benoît Dejean <bdejean@src.gnome.org>
Date:   Mon Feb 14 14:13:31 2005 +0000

    Updated French translation.
    
    * fr.po: Updated French translation.

 po/ChangeLog |    4 +
 po/fr.po     |  252 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 133 insertions(+), 123 deletions(-)

commit c96c160f67d504d05d98a3b9759292c04bf50c68
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Mon Feb 14 08:47:33 2005 +0000

    Translation updated.
    
    2005-02-14  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated.

 po/ChangeLog |    4 ++
 po/et.po     |  113 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 65 insertions(+), 52 deletions(-)

commit 05fdc4aaf9bc5cc0551c8b353e147ffcf466c106
Author: Ole Laursen <olau@hardworking.dk>
Date:   Sun Feb 13 15:15:18 2005 +0000

    Updated Danish translation.
    
    2005-02-13  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Updated Danish translation.

 po/ChangeLog |    4 ++++
 po/da.po     |   28 +++++++++++++++++-----------
 2 files changed, 21 insertions(+), 11 deletions(-)

commit 11892016944ec4fac69a76793649582ccc94ee96
Author: Marcel Telka <marcel@telka.sk>
Date:   Sat Feb 12 16:29:47 2005 +0000

    Updated Slovak translation.
    
    2005-02-12  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++
 po/sk.po     |   98 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 53 insertions(+), 49 deletions(-)

commit 6c62aed487a68b9385be45315126497748aa55da
Author: Žygimantas Beručka <uid0@akl.lt>
Date:   Thu Feb 10 22:36:55 2005 +0000

    Updated Lithuanian translation.
    
    2005-02-11  Žygimantas Beručka  <uid0@akl.lt>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     |  249 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 132 insertions(+), 121 deletions(-)

commit 2f96a307522b7dff497307194b684e1a9fb276ca
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Feb 9 23:15:17 2005 +0000

    Updated Portuguese translation.
    
    2005-02-09  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 ++
 po/pt.po     |  100 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 57 insertions(+), 47 deletions(-)

commit 5281a70be3bc65c8d8d0b93cdff61a9ba1fba226
Author: Alexander Shopov <ash@contact.bg>
Date:   Wed Feb 9 15:49:58 2005 +0000

    Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
    
    2005-02-09  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Vladimir Petkov <vpetkov@i-space.org>

 po/ChangeLog |    5 ++
 po/bg.po     |  164 +++++++++++++++++++---------------------------------------
 2 files changed, 59 insertions(+), 110 deletions(-)

commit 289adbede803117a7c48263c773a931fb8c9933b
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Tue Feb 8 23:37:32 2005 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 +
 po/ca.po     |  315 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 155 insertions(+), 164 deletions(-)

commit b605fa05e13355a408a604fefbb2975b1acda122
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Tue Feb 8 21:23:06 2005 +0000

    Updated Spanish translation.
    
    2005-02-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  249 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 132 insertions(+), 121 deletions(-)

commit fef983b66827e0aa2bb6d6e5a46ac30be134ea45
Author: Hendrik Richter <hendrik@gnome-de.org>
Date:   Tue Feb 8 14:46:48 2005 +0000

    Updated German translation.
    
    2005-02-08  Hendrik Richter  <hendrik@gnome-de.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    5 ++-
 po/de.po     |  102 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 58 insertions(+), 49 deletions(-)

commit fd432b97e5bfd074ed13feee00158a9b38cd2107
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Tue Feb 8 14:24:54 2005 +0000

    Updated Czech translation.
    
    2005-02-08  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++
 po/cs.po     |  105 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 60 insertions(+), 49 deletions(-)

commit 91d8a71650a6f489b44057b396c9af10a390edbe
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Feb 8 13:08:57 2005 +0000

    Update Update
    
    2005-02-08  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Update
    	* no.po: Update

 po/ChangeLog |    5 +++
 po/nb.po     |   94 +++++++++++++++++++++++++++++-----------------------------
 po/no.po     |   94 +++++++++++++++++++++++++++++-----------------------------
 3 files changed, 99 insertions(+), 94 deletions(-)

commit d22496b10e826b44a531188cf92c6ff63f1f91ed
Author: Leonid Kanter <lkanter@src.gnome.org>
Date:   Tue Feb 8 09:53:01 2005 +0000

    Updated Russian translation

 po/ChangeLog |    4 ++
 po/ru.po     |   99 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 54 insertions(+), 49 deletions(-)

commit 89b8e9dc1e96d8dd4a08feb9129107400ad1c00f
Author: Tommi Vainikainen <tvainika@src.gnome.org>
Date:   Tue Feb 8 08:51:23 2005 +0000

    Updated Finnish translation

 po/ChangeLog |    4 +
 po/fi.po     |  245 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 130 insertions(+), 119 deletions(-)

commit 599224ad24fed39cf1d2b7ca4c0029ee40eeabfe
Author: Funda Wang <fwang@src.gnome.org>
Date:   Mon Feb 7 22:35:08 2005 +0000

    Updated Simplified Chinese translation

 po/zh_CN.po |  100 +++++++++++++++++++++++++++++++---------------------------
 1 files changed, 53 insertions(+), 47 deletions(-)

commit fff69178f6ee818ff317abe657a94c5dd257b9f3
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Feb 7 22:14:06 2005 +0000

    Post release bump.
    
    2005-02-08  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post release bump.

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

commit bdd51bdb65ee861f94b2a072cb13e66be12dc271
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Feb 7 22:08:33 2005 +0000

    Release 2.9.91.
    
    2005-02-08  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.9.91.

 ChangeLog    |    4 ++++
 NEWS         |   17 +++++++++++++++++
 po/ChangeLog |    4 ++++
 3 files changed, 25 insertions(+), 0 deletions(-)

commit 623819e30ac004c0ea1c47ec4cc1f063d913fc80
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Feb 7 21:14:19 2005 +0000

    Updated Swedish translation.
    
    2005-02-07  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 ++
 po/sv.po     |  107 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 62 insertions(+), 49 deletions(-)

commit f5805d3e42161355220a3caa64528fe34bdaca9d
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Mon Feb 7 17:00:14 2005 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++
 po/en_CA.po  |   98 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 53 insertions(+), 49 deletions(-)

commit e2e4c42d4db644d90d6533133bc09d65851d3553
Author: David Lodge <dave@cirt.net>
Date:   Mon Feb 7 12:53:16 2005 +0000

    Updated British translation.
    
    2005-02-07  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British translation.

 po/ChangeLog |    4 ++
 po/en_GB.po  |  130 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 71 insertions(+), 63 deletions(-)

commit 6bac2fb94750123b9cbadc337d1434daf80c9889
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Feb 7 01:56:02 2005 +0000

    If auto-close, close the dialog when the input stream finds an EOF.
    
    2005-02-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/progress.c: If auto-close, close the dialog when
    	the input stream finds an EOF.

 ChangeLog      |    5 +++++
 src/progress.c |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

commit 717b814028ea3ade38710d32b561af46615358b9
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Feb 6 23:13:16 2005 +0000

    Update docs to add the new goption help stuff. Update to be in line with
    
    2005-02-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Update docs to add the new goption
    	help stuff.
    	* src/option.c: Update to be in line with the documentation
    	descriptions.

 ChangeLog         |    7 +++
 help/C/zenity.xml |  108 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/option.c      |   10 ++--
 3 files changed, 115 insertions(+), 10 deletions(-)

commit 41a1261664f137de42f3324e65c98950a35a7adb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Feb 5 13:21:33 2005 +0000

    Updated Korean translation.
    
    2005-02-05  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Updated Korean translation.

 po/ChangeLog |    4 +
 po/ko.po     |  370 ++++++++++++++++++++++------------------------------------
 2 files changed, 143 insertions(+), 231 deletions(-)

commit 4e93a61ea2367acb00928f19c943f3c289c952ed
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Sat Feb 5 11:35:46 2005 +0000

    Updated Greek Translation.

 po/ChangeLog |    4 ++
 po/el.po     |  138 +++++++++++++++++++++++++--------------------------------
 2 files changed, 65 insertions(+), 77 deletions(-)

commit 5267912ffa22f66b16cc88f6bfd7fc409a15f749
Author: Ole Laursen <olau@hardworking.dk>
Date:   Fri Feb 4 18:45:12 2005 +0000

    Updated Danish translation.
    
    2005-02-04  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Updated Danish translation.

 po/ChangeLog |    4 +
 po/da.po     |  272 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 134 insertions(+), 142 deletions(-)

commit e13a4345ec6aa8fd01c9dc4dac6b6b999d112a2d
Author: Tommi Vainikainen <tvainika@src.gnome.org>
Date:   Thu Feb 3 09:51:51 2005 +0000

    Updated Finnish translation

 po/ChangeLog |    4 ++
 po/fi.po     |  157 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 74 insertions(+), 87 deletions(-)

commit 33f530b3303981b106f1b108b2a799e67afe1bdb
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Tue Feb 1 23:41:48 2005 +0000

    Updated pt_BR translation

 po/ChangeLog |    4 +
 po/pt_BR.po  |  192 +++++++++++++++++++++++++--------------------------------
 2 files changed, 88 insertions(+), 108 deletions(-)

commit a4777781d1b7c0294048e78dbc758de238b386c2
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 31 22:17:38 2005 +0000

    Patch from Chris Lahey for #165456. Updated.
    
    2005-02-01  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/notification.c, src/option.c: Patch from Chris
    	Lahey for #165456.
    	* src/about.c, THANKS: Updated.

 ChangeLog          |    6 ++++++
 THANKS             |    3 ++-
 src/about.c        |    3 ++-
 src/notification.c |    3 ++-
 src/option.c       |    3 ++-
 5 files changed, 14 insertions(+), 4 deletions(-)

commit 1b6bf9fe6089da750b4ffb48d838c31676a6f7de
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Thu Jan 27 21:36:45 2005 +0000

    done

 po/mk.po |   86 ++++++++++++++++++++++++-------------------------------------
 1 files changed, 34 insertions(+), 52 deletions(-)

commit 104055e1eee86cd8ed040ee40727db4f845cac45
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Jan 26 00:52:06 2005 +0000

    Updated Portuguese translation.
    
    2005-01-26  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 +++
 po/pt.po     |   79 ++++++++++++++++++++++-----------------------------------
 2 files changed, 35 insertions(+), 48 deletions(-)

commit 11adc217d12535eb713f336fdb3a8a1103543bcc
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Jan 25 00:39:13 2005 +0000

    Post release bump.
    
    2005-01-17  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post release bump.

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

commit 53e5476314bfc0a4ee4269770aae8a8c56603bfc
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Jan 25 00:36:16 2005 +0000

    Release 2.9.90
    
    2005-01-17  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.9.90

 ChangeLog     |    4 +
 NEWS          |   11 +
 po/ChangeLog  |    4 +
 po/am.po      |   14 +-
 po/ar.po      |   14 +-
 po/az.po      |   14 +-
 po/be.po      |   14 +-
 po/bg.po      |   14 +-
 po/bn.po      |   14 +-
 po/bs.po      |   14 +-
 po/ca.po      |   14 +-
 po/cs.po      |   14 +-
 po/cy.po      |   14 +-
 po/da.po      |   14 +-
 po/de.po      |   14 +-
 po/el.po      |   14 +-
 po/en_CA.po   |   14 +-
 po/en_GB.po   |   14 +-
 po/es.po      |   14 +-
 po/et.po      |  619 ++++++++++++++++++++++++++++++++-------------------------
 po/eu.po      |   14 +-
 po/fa.po      |   14 +-
 po/fi.po      |   14 +-
 po/fr.po      |   14 +-
 po/ga.po      |   14 +-
 po/gl.po      |   14 +-
 po/gu.po      |   14 +-
 po/hi.po      |   14 +-
 po/hr.po      |   14 +-
 po/hu.po      |   14 +-
 po/id.po      |   14 +-
 po/is.po      |   14 +-
 po/it.po      |   14 +-
 po/ja.po      |   14 +-
 po/kn.po      |   14 +-
 po/ko.po      |   14 +-
 po/lt.po      |   14 +-
 po/mi.po      |   14 +-
 po/mk.po      |   14 +-
 po/ml.po      |   14 +-
 po/mn.po      |   14 +-
 po/ms.po      |   14 +-
 po/nb.po      |   14 +-
 po/ne.po      |   14 +-
 po/nl.po      |    2 +-
 po/nn.po      |   14 +-
 po/no.po      |   14 +-
 po/pa.po      |   15 +-
 po/pl.po      |   14 +-
 po/pt.po      |   14 +-
 po/pt_BR.po   |   14 +-
 po/ro.po      |   14 +-
 po/ru.po      |   14 +-
 po/sk.po      |   14 +-
 po/sl.po      |   14 +-
 po/sq.po      |   14 +-
 po/sr.po      |   14 +-
 po/sr@Latn.po |   14 +-
 po/sv.po      |   14 +-
 po/ta.po      |   14 +-
 po/th.po      |   14 +-
 po/tr.po      |   14 +-
 po/uk.po      |   14 +-
 po/vi.po      |   14 +-
 po/zh_CN.po   |    3 +-
 po/zh_TW.po   |   14 +-
 66 files changed, 789 insertions(+), 695 deletions(-)

commit 0fd2daa51ad4e3eaccebc30aa48f58c83326325d
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Jan 23 13:47:59 2005 +0000

    Translation updated.
    
    2005-01-23  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |   15 +++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

commit 96b7c9f434a76ecdf3451ec4ecb0fb3208f9cf50
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sat Jan 22 08:39:19 2005 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |    4 ++
 po/zh_CN.po  |  159 ++++++++++++---------------------------------------------
 2 files changed, 38 insertions(+), 125 deletions(-)

commit f9039cce82bba6fe3234155e0ec25aae551f0049
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Tue Jan 18 13:25:08 2005 +0000

    Translation updated.
    
    2005-01-18  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated.

 po/ChangeLog |    4 +
 po/et.po     |  619 +++++++++++++++++++++++++---------------------------------
 2 files changed, 274 insertions(+), 349 deletions(-)

commit bc282cfa65502ea8d8a84553162f5690b8bf328c
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 17 01:33:23 2005 +0000

    Patch from Ed Catmur to fix the list dialog on stdin. Fixes #164152.
    
    2005-01-17  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/tree.c: Patch from Ed Catmur to fix the list dialog
    	on stdin. Fixes #164152.
    	* src/about.c, THANKS: Update.

 ChangeLog   |    6 ++++++
 THANKS      |    1 +
 src/about.c |    1 +
 src/tree.c  |    4 ++--
 4 files changed, 10 insertions(+), 2 deletions(-)

commit 07ca1f938a30fdd3757f95f34104ffd424404a03
Author: Hendrik Richter <hendrikr@src.gnome.org>
Date:   Sun Jan 16 15:34:51 2005 +0000

    Updated German translation.

 po/ChangeLog |    4 ++++
 po/de.po     |   51 +++++++++++++++++++--------------------------------
 2 files changed, 23 insertions(+), 32 deletions(-)

commit e09a455fcf32414247e2e82f9e380eb2d59ae70a
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Sat Jan 15 07:00:56 2005 +0000

    update amanpreetalam@yahoo.com

 po/pa.po |  223 +++++++++++++++++++-------------------------------------------
 1 files changed, 67 insertions(+), 156 deletions(-)

commit 713380ccb7018ea999384c7361e6cf961e6a07d3
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 10 22:26:09 2005 +0000

    post release bump.
    
    2005-01-11  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: post release bump.

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

commit f5ae7fb520413b5ca562c846b6045ca9764e7b6a
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Jan 9 21:51:06 2005 +0000

    Release 2.9.2 Add note about feature frozen-ness. zenity doesn't require
    
    2005-01-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.9.2
    	* HACKING: Add note about feature frozen-ness.
    	* README: zenity doesn't require gconf anymore.

 COPYING       |  620 ++++++++++++++++++++++-----------------------------------
 ChangeLog     |    6 +
 HACKING       |    2 +
 NEWS          |   17 ++
 README        |    2 +-
 po/ChangeLog  |    4 +
 po/am.po      |  156 +++++++-------
 po/ar.po      |  156 +++++++-------
 po/az.po      |  156 +++++++-------
 po/be.po      |  156 +++++++-------
 po/bg.po      |  156 +++++++-------
 po/bn.po      |  156 +++++++-------
 po/bs.po      |  156 +++++++-------
 po/ca.po      |  156 +++++++-------
 po/cs.po      |  156 +++++++-------
 po/cy.po      |  156 +++++++-------
 po/da.po      |  156 +++++++-------
 po/de.po      |  156 +++++++-------
 po/el.po      |  156 +++++++-------
 po/en_CA.po   |  156 +++++++-------
 po/en_GB.po   |  156 +++++++-------
 po/es.po      |  160 ++++++++--------
 po/et.po      |  156 +++++++-------
 po/eu.po      |  156 +++++++-------
 po/fa.po      |  156 +++++++-------
 po/fi.po      |  156 +++++++-------
 po/fr.po      |   62 +++---
 po/ga.po      |  156 +++++++-------
 po/gl.po      |  156 +++++++-------
 po/gu.po      |  156 +++++++-------
 po/hi.po      |  156 +++++++-------
 po/hr.po      |  156 +++++++-------
 po/hu.po      |  156 +++++++-------
 po/id.po      |  156 +++++++-------
 po/is.po      |  156 +++++++-------
 po/it.po      |  156 +++++++-------
 po/ja.po      |  156 +++++++-------
 po/kn.po      |  156 +++++++-------
 po/ko.po      |  156 +++++++-------
 po/lt.po      |  156 +++++++-------
 po/mi.po      |  156 +++++++-------
 po/mk.po      |  156 +++++++-------
 po/ml.po      |  156 +++++++-------
 po/mn.po      |  156 +++++++-------
 po/ms.po      |  156 +++++++-------
 po/nb.po      |  156 +++++++-------
 po/ne.po      |  156 +++++++-------
 po/nl.po      |  156 +++++++-------
 po/nn.po      |  156 +++++++-------
 po/no.po      |  156 +++++++-------
 po/pa.po      |  156 +++++++-------
 po/pl.po      |  156 +++++++-------
 po/pt.po      |  156 +++++++-------
 po/pt_BR.po   |  156 +++++++-------
 po/ro.po      |  156 +++++++-------
 po/ru.po      |  157 +++++++--------
 po/sk.po      |  156 +++++++-------
 po/sl.po      |  156 +++++++-------
 po/sq.po      |  156 +++++++-------
 po/sr.po      |  156 +++++++-------
 po/sr@Latn.po |  156 +++++++-------
 po/sv.po      |  156 +++++++-------
 po/ta.po      |  156 +++++++-------
 po/th.po      |  156 +++++++-------
 po/tr.po      |  156 +++++++-------
 po/uk.po      |  156 +++++++-------
 po/vi.po      |  156 +++++++-------
 po/zh_CN.po   |  156 +++++++-------
 po/zh_TW.po   |  156 +++++++-------
 69 files changed, 5138 insertions(+), 5252 deletions(-)

commit 01872ab746227b3d38faa8f746c504af0defc39a
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Jan 9 20:13:18 2005 +0000

    Correct error message for notification icon. Fixes #163462.
    
    2005-01-07  Glynn Foster  <glynn.foster@sun.com>
    
            * src/notification.c: Correct error message for notification
    	icon. Fixes #163462.

 ChangeLog          |    5 +++++
 src/notification.c |    6 +++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit 516f9944095b4308a055eaca9a9220cfeb66b669
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Jan 9 20:04:30 2005 +0000

    Really fix #162297, and preload the current dates if they aren't already
    
    2005-01-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/option.c, src/calendar.c: Really fix #162297, and
    	preload the current dates if they aren't already set.

 ChangeLog      |    5 +++++
 src/calendar.c |    2 +-
 src/option.c   |   32 ++++++++++++++++++++------------
 3 files changed, 26 insertions(+), 13 deletions(-)

commit 20277e49624681b65f922f91db131717652d9f28
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Fri Jan 7 16:54:18 2005 +0000

    Updated French translation.

 po/ChangeLog |    5 +
 po/fr.po     |  322 ++++++++++++++++++++-------------------------------------
 2 files changed, 118 insertions(+), 209 deletions(-)

commit 4643fbc3e75d5789500198938395de4def9a3ec0
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Fri Jan 7 01:55:11 2005 +0000

    Pre-load the year, because gtk_calendar* is dumb and you need to select
    
    2005-01-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/option.c: Pre-load the year, because gtk_calendar* is
    	dumb and you need to select the year to change the month. Fixes
    	#162297.

 ChangeLog    |    6 ++++++
 src/option.c |    9 ++++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)

commit 0c8bca0103f5dce5cea83d3a12d45719036521ea
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Jan 1 13:06:41 2005 +0000

    Updated Spanish translation.
    
    2005-01-01  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   15 +++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

commit 3f7ed4f85eb191d144953094b4d52f54f88159ca
Author: Žygimantas Beručka <uid0@akl.lt>
Date:   Fri Dec 31 17:37:10 2004 +0000

    Updated Lithuanian translation.
    
    2004-12-31  Žygimantas Beručka  <uid0@akl.lt>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 ++
 po/lt.po     |  137 +++++++++------------------------------------------------
 2 files changed, 26 insertions(+), 115 deletions(-)

commit ed6a242c5992edbafd9a1847d0d11a18afd154bf
Author: Leonid Kanter <lkanter@src.gnome.org>
Date:   Tue Dec 28 13:03:11 2004 +0000

    Updated Russian translation

 po/ChangeLog |    4 +
 po/ru.po     |  175 +++++++++++++++-------------------------------------------
 2 files changed, 48 insertions(+), 131 deletions(-)

commit 9e8c0d1b44949beac411b9c30afc5da51b0ea2aa
Author: Marcel Telka <marcel@telka.sk>
Date:   Tue Dec 28 00:07:37 2004 +0000

    Updated Slovak translation.
    
    2004-12-28  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |    5 ++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit f52d0580897409d8c95133ada29fd0ab61778c69
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sat Dec 25 15:04:58 2004 +0000

    Updated Czech translation.
    
    2004-12-25  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |    5 ++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit e2d037b1d69a35958736063a22f3fc6671a1f58c
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Wed Dec 22 07:43:52 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |    7 +++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit b23bbc8c5c931c70271ce3d8ad11040e3a100ea5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Dec 22 00:21:12 2004 +0000

    Update Update
    
    2004-12-22  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Update
    	* no.po: Update

 po/ChangeLog |    5 ++
 po/nb.po     |  126 +++++++-----------------------------------------
 po/no.po     |  150 +++++++++++-----------------------------------------------
 3 files changed, 51 insertions(+), 230 deletions(-)

commit dbe0f924eef37697df8db3fa38d38bd0bae27055
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Tue Dec 21 07:08:54 2004 +0000

    2004-12-21 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 ++
 po/ja.po     |  137 ++++++++++------------------------------------------------
 2 files changed, 27 insertions(+), 114 deletions(-)

commit 452e4f8341ffc9195a3cc074a1fba132682a9cc6
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Tue Dec 21 02:35:44 2004 +0000

    Updated vi.po

 po/vi.po |   69 ++++++++++++++++++++++++-------------------------------------
 1 files changed, 27 insertions(+), 42 deletions(-)

commit 0f8ace6165e723dfd62320d2e7ba0c0d0ae0a04f
Author: Glynn Foster <gman@src.gnome.org>
Date:   Mon Dec 20 23:26:27 2004 +0000

    Bleh

 .cvsignore |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 5710d5cc63665874456dfb6f6de31d3adb706f80
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Dec 20 23:24:29 2004 +0000

    Post bump release. Despite the evils of autotools changing the COPYING
    
    2004-12-21  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post bump release.
    	* README: Despite the evils of autotools changing the COPYING
    	file in any releases I make, this software is LGPL.

 ChangeLog    |    6 ++++++
 README       |    2 ++
 configure.in |    2 +-
 po/ChangeLog |    4 ++++
 4 files changed, 13 insertions(+), 1 deletions(-)

commit fc76548cd02e45b5bee968249308857ff3bf13a5
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Dec 20 23:22:03 2004 +0000

    Release 2.9.1
    
    2004-12-21  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.9.1

 ChangeLog     |    4 +
 NEWS          |   31 +++
 po/ChangeLog  |    4 +
 po/am.po      |  533 +++++++++++++++++++++++++-----------------------
 po/ar.po      |  587 +++++++++++++++++++++++++++++------------------------
 po/az.po      |  592 +++++++++++++++++++++++++++++------------------------
 po/be.po      |  593 +++++++++++++++++++++++++++++------------------------
 po/bg.po      |    7 +-
 po/bn.po      |  573 +++++++++++++++++++++++++++------------------------
 po/bs.po      |  589 +++++++++++++++++++++++++++++------------------------
 po/ca.po      |  592 +++++++++++++++++++++++++++++------------------------
 po/cs.po      |    7 +-
 po/cy.po      |  591 +++++++++++++++++++++++++++++------------------------
 po/da.po      |  578 ++++++++++++++++++++++++++++------------------------
 po/de.po      |  580 ++++++++++++++++++++++++++++------------------------
 po/el.po      |  598 ++++++++++++++++++++++++++++++------------------------
 po/en_CA.po   |    7 +-
 po/en_GB.po   |   42 ++--
 po/es.po      |   11 +-
 po/et.po      |  585 +++++++++++++++++++++++++++++-----------------------
 po/eu.po      |  591 +++++++++++++++++++++++++++++------------------------
 po/fa.po      |  611 +++++++++++++++++++++++++++++++------------------------
 po/fi.po      |  589 +++++++++++++++++++++++++++++------------------------
 po/fr.po      |  593 +++++++++++++++++++++++++++++------------------------
 po/ga.po      |  552 ++++++++++++++++++++++++++------------------------
 po/gl.po      |  588 +++++++++++++++++++++++++++++------------------------
 po/gu.po      |  591 +++++++++++++++++++++++++++++------------------------
 po/hi.po      |  591 +++++++++++++++++++++++++++++------------------------
 po/hr.po      |  588 +++++++++++++++++++++++++++++------------------------
 po/hu.po      |  619 +++++++++++++++++++++++++++++++-------------------------
 po/id.po      |  579 ++++++++++++++++++++++++++++------------------------
 po/is.po      |  585 ++++++++++++++++++++++++++++-------------------------
 po/it.po      |  596 ++++++++++++++++++++++++++++++------------------------
 po/ja.po      |  587 +++++++++++++++++++++++++++++-----------------------
 po/kn.po      |  577 ++++++++++++++++++++++++++++-----------------------
 po/ko.po      |  589 +++++++++++++++++++++++++++++------------------------
 po/lt.po      |  586 ++++++++++++++++++++++++++++------------------------
 po/mi.po      |  530 +++++++++++++++++++++++------------------------
 po/mk.po      |  588 +++++++++++++++++++++++++++++------------------------
 po/ml.po      |  495 ++++++++++++++++++++++----------------------
 po/mn.po      |  591 +++++++++++++++++++++++++++++------------------------
 po/ms.po      |  588 +++++++++++++++++++++++++++++------------------------
 po/nb.po      |  577 ++++++++++++++++++++++++++++------------------------
 po/ne.po      |  585 +++++++++++++++++++++++++++++-----------------------
 po/nl.po      |    8 +-
 po/nn.po      |  587 +++++++++++++++++++++++++++++------------------------
 po/no.po      |  588 +++++++++++++++++++++++++++++------------------------
 po/pa.po      |  589 +++++++++++++++++++++++++++++------------------------
 po/pl.po      |  594 +++++++++++++++++++++++++++++------------------------
 po/pt.po      |  590 +++++++++++++++++++++++++++++------------------------
 po/pt_BR.po   |  589 +++++++++++++++++++++++++++++------------------------
 po/ro.po      |  592 +++++++++++++++++++++++++++++------------------------
 po/ru.po      |  604 +++++++++++++++++++++++++++++++-----------------------
 po/sk.po      |    7 +-
 po/sl.po      |  636 +++++++++++++++++++++++++++++++--------------------------
 po/sq.po      |  582 ++++++++++++++++++++++++++++------------------------
 po/sr.po      |  580 ++++++++++++++++++++++++++++------------------------
 po/sr@Latn.po |  581 ++++++++++++++++++++++++++++------------------------
 po/sv.po      |   10 +-
 po/ta.po      |  587 +++++++++++++++++++++++++++++------------------------
 po/th.po      |  581 +++++++++++++++++++++++++++++------------------------
 po/tr.po      |  587 +++++++++++++++++++++++++++++------------------------
 po/uk.po      |  593 +++++++++++++++++++++++++++++------------------------
 po/vi.po      |  624 ++++++++++++++++++++++++++++++++------------------------
 po/zh_CN.po   |  587 +++++++++++++++++++++++++++++------------------------
 po/zh_TW.po   |  587 +++++++++++++++++++++++++++++------------------------
 66 files changed, 17747 insertions(+), 14606 deletions(-)

commit c52435f74846b59e9a475f864d18838cfcde01f4
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Dec 20 22:25:29 2004 +0000

    Fix tyop for #161774, as reported by Christian.
    
    2004-12-21  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/option.c: Fix tyop for #161774, as reported by Christian.

 ChangeLog    |    4 ++++
 src/option.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 9a70468dc68859bd014fe2a215f209f2b822db06
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Dec 20 12:15:31 2004 +0000

    Updated Swedish translation.
    
    2004-12-20  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     |  593 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 328 insertions(+), 269 deletions(-)

commit a626476abbeafed0c70ed42e51037df3907d415c
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Dec 19 21:27:25 2004 +0000

    Fix #161539, and try and hide the parent widget, rather than the tray
    
    2004-12-20  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/notification.c: Fix #161539, and try and hide the parent
    	widget, rather than the tray icon, since it saves space.

 ChangeLog          |    5 +++++
 src/notification.c |    7 +++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 4be4f7cac66f506ea549b97b17c80ce5c2b1c072
Author: David Lodge <dave@cirt.net>
Date:   Mon Dec 13 22:09:41 2004 +0000

    Updated British translation.
    
    2004-12-13  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British translation.

 po/ChangeLog |    4 +
 po/en_GB.po  |  564 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 262 insertions(+), 306 deletions(-)

commit 64400147145f446bb67294f4d7a881608e025fa8
Author: Alexander Shopov <ash@contact.bg>
Date:   Sun Dec 12 12:49:49 2004 +0000

    Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
    
    2004-12-12  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Rostislav Raykov <zbrox@i-space.org>

 po/ChangeLog |    5 +
 po/bg.po     |  611 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 324 insertions(+), 292 deletions(-)

commit 5bfebb74644533f0c8060b9f6c53ada8d5b52ff3
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Dec 12 11:26:28 2004 +0000

    Translation updated.
    
    2004-12-12  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 +
 po/nl.po     |  590 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 314 insertions(+), 280 deletions(-)

commit dddf9c4a78937ce3827466c5883050ac0f537993
Author: Marcel Telka <marcel@telka.sk>
Date:   Thu Dec 9 05:51:39 2004 +0000

    Updated Slovak translation.
    
    2004-12-09  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  545 ++++++++++++++++++++++++++-------------------------------
 2 files changed, 253 insertions(+), 296 deletions(-)

commit 62cdf648386ba665e35d9c4dc9e39dedd052c8c8
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Wed Dec 8 12:19:09 2004 +0000

    Updated Spanish translation.
    
    2004-12-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  586 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 313 insertions(+), 277 deletions(-)

commit 451502ecd4f7b115b06bb5406fdabdf21cdff825
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Wed Dec 8 03:06:39 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  542 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 252 insertions(+), 294 deletions(-)

commit db7d1aa69ae34054ba69d9ad073e9c7fe58ff289
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Dec 7 21:06:35 2004 +0000

    Update with the removed goption item.
    
    2004-12-08  Glynn Foster  <glynn.foster@sun.com>
    
    	* TODO: Update with the removed goption item.

 ChangeLog |    4 ++++
 TODO      |    2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 3bacb7c1dab9cbd508d46607f219b9ba2ba81557
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Tue Dec 7 17:25:06 2004 +0000

    Updated Czech translation.
    
    2004-12-07  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  543 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 251 insertions(+), 296 deletions(-)

commit 69e094a4570bae10dab378e8c024c76fc7d0250a
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Dec 7 01:26:00 2004 +0000

    Fix for #137993. There is a chance that we'll have to revert this fix,
    
    2004-12-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c: Fix for #137993. There is a chance that we'll have
    	to revert this fix, given the comments in /etc/X11/gdm/Xsession:
    
            # Note that this should only go to zenity dialogs which always
    	#  expect utf8
            gettextfunc () {
              if [ "x$gdmtranslate" != "x" ] ; then
                "$gdmtranslate" --utf8 "$1"
              else
                echo "$1"
              fi
            }
    
    	So I guess we may be over a barrel with our original guarantee.
    	Let's just change this in 2.9.x and see if anyone notices or cares
            enough. Patch from Leonardo Boshell <p@kapcoweb.com>.

 ChangeLog  |   19 +++++++++++++++++++
 src/main.c |    2 +-
 2 files changed, 20 insertions(+), 1 deletions(-)

commit 6798192ed825aaeefd296fc1769cbadf5c20e29e
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Dec 7 01:19:45 2004 +0000

    Fix spacing issue.
    
    2004-12-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/option.c: Fix spacing issue.

 ChangeLog    |    4 ++++
 src/option.c |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit f57c93017bdfbb8612004cd05c606ea4684ea907
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Dec 7 00:55:26 2004 +0000

    Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for the
    
    2004-12-07  Glynn Foster  <glynn.foster@sun.com>
    
    	Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption
    	API for the zenity parsing options, with some spacing fixes
    	from Glynn.
    
    	* configure.in: zenity now requires glib-2.0 >= 2.5.3 to build
    	because now it uses GOption. popt requirement removed.
    	* src/Makefile.am: update for new files
    	* src/main.c: use GOption API
    	* src/option.c, src/option.h: New files to implement the new
    	functionality.
    	* src/zenity.h: Fix spacing.

 src/option.c | 1364 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/option.h |   81 ++++
 2 files changed, 1445 insertions(+), 0 deletions(-)

commit 530a4c04082242ea4740998ed4f50270c94e823a
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Dec 7 00:17:16 2004 +0000

    Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for the
    
    2004-12-07  Glynn Foster  <glynn.foster@sun.com>
    
    	Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption
    	API for the zenity parsing options, with some spacing fixes
    	from Glynn.
    
    	* configure.in: zenity now requires glib-2.0 >= 2.5.3 to build
    	because now it uses GOption. popt requirement removed.
    	* src/Makefile.am: update for new files
    	* src/main.c: use GOption API
    	* src/option.c, src/option.h: New files to implement the new
    	functionality.
    	* src/zenity.h: Fix spacing.
    
    2004-12-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* POTFILES.in: Add new files.

 ChangeLog       |   14 +
 configure.in    |    4 +-
 po/ChangeLog    |    4 +
 po/POTFILES.in  |    1 +
 src/Makefile.am |    2 +
 src/main.c      | 1534 +------------------------------------------------------
 src/zenity.h    |   28 +-
 7 files changed, 51 insertions(+), 1536 deletions(-)

commit d9f8ccdc477bc839ab1d863b88fc3e82dc16c52e
Author: Glynn Foster <gman@src.gnome.org>
Date:   Tue Dec 7 00:16:47 2004 +0000

    Hrm, for some reason a newer version of automake wants to replace my version
    of COPYING, without me explicitly modifying it. Worryingly, it's also changing
    the license from LGPL to GPL :/

 .cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 643e5907ed4433f9ac02e9f6a740edd922e52320
Author: Žygimantas Beručka <uid0@akl.lt>
Date:   Sat Dec 4 06:46:53 2004 +0000

    Updated Lithuanian translation.
    
    2004-12-04  Žygimantas Beručka  <uid0@akl.lt>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     |  233 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 133 insertions(+), 104 deletions(-)

commit 60f3aa685603a850e8ce6b4f866a97ffc6054db0
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Nov 28 14:48:01 2004 +0000

    Updated Spanish translation.
    
    2004-11-28  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |    7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 260445b626c57552392714f74a009e12e1274fa8
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Nov 27 23:24:47 2004 +0000

    Updated Greek translation

 po/ChangeLog |    4 +++
 po/el.po     |   59 +++++++++++++++++++++++++++------------------------------
 2 files changed, 32 insertions(+), 31 deletions(-)

commit 9411d4df2e9b0e1daff663d778126adcc7d45651
Author: Martin Willemoes Hansen <mwh@sysrq.dk>
Date:   Thu Nov 25 01:44:23 2004 +0000

    Updated Danish translation.
    
    2004-11-23  Martin Willemoes Hansen  <mwh@sysrq.dk>
    
    	* da.po: Updated Danish translation.

 po/nb.po |  217 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 117 insertions(+), 100 deletions(-)

commit 9ad07158ac0e9c66187f7fba29e6f34d067edfae
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Tue Nov 23 13:50:54 2004 +0000

    Updated Danish translation.
    
            * da.po: Updated Danish translation.

 po/ChangeLog |    4 +
 po/da.po     |  224 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 126 insertions(+), 102 deletions(-)

commit 04476d04fed7f5cbca232030121acca61d549116
Author: Ross Burton <rburton@src.gnome.org>
Date:   Tue Nov 23 10:08:50 2004 +0000

    Check the xterm window ID is valid before using it

 ChangeLog  |    5 +++++
 src/util.c |   10 +++++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)

commit 81317a4c82c5667c17d167f19082dfb192dda250
Author: David Lodge <dave@cirt.net>
Date:   Sun Nov 21 21:48:36 2004 +0000

    Updated British translation.
    
    2004-11-21  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British translation.

 po/ChangeLog |    4 ++++
 po/en_GB.po  |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 14b1a6be6762b6ea1508ecbc2f72f9b2eec22e25
Author: Hendrik Richter <hendrikr@src.gnome.org>
Date:   Tue Nov 16 21:08:49 2004 +0000

    Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  224 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 126 insertions(+), 102 deletions(-)

commit 143c14cc31abe92685c5ea53213312097ab6fd05
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Fri Nov 5 10:45:52 2004 +0000

    Updated Albanian translation.
    
    2004-11-05  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++++
 po/sq.po     |    7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 54232ddffdd579fd123862c84590c859e2009600
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Fri Nov 5 09:52:12 2004 +0000

    Translation updated.
    
    2004-11-05  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |    7 +++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 6543d445f8b05e3bf20a70faf1863a61051ebbed
Author: Leonid Kanter <lkanter@src.gnome.org>
Date:   Tue Nov 2 15:05:53 2004 +0000

    fixed many typos

 po/ChangeLog |    4 +++
 po/ru.po     |   63 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 36 insertions(+), 31 deletions(-)

commit 9f0d4e4678cdd1d9707cd0f6a1f03f328e2904b4
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Nov 1 07:30:21 2004 +0000

    Updated Slovak translation.
    
    2004-11-01  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 24dd317d90d82c1676412d3fc1d16384fe671ecd
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Oct 31 23:57:28 2004 +0000

    Updated Czech translation.
    
    2004-11-01  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit bc02169b8821acada5e111fd4049b38081b47986
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Sun Oct 31 20:34:46 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 444ede57defebb326749a9ad173081866b0a1e28
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Oct 30 14:13:02 2004 +0000

    Updated Spanish translation. Fixed typo
    
    2004-10-30  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* po/es.po: Updated Spanish translation.
            * src/main.c: Fixed typo

 ChangeLog    |    4 +
 po/ChangeLog |    4 +
 po/es.po     |  260 ++++++++++++++++++++++++++++------------------------------
 src/main.c   |    2 +-
 4 files changed, 134 insertions(+), 136 deletions(-)

commit 78a233fb606227260ee62ac6134b81db406f89b5
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Oct 25 23:40:59 2004 +0000

    Patch from Lucas Rocha to fix #153277, and remove an extra </para> link.
    
    2004-10-26  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Patch from Lucas Rocha to fix
    	#153277, and remove an extra </para> link.

 ChangeLog         |    5 +++++
 help/C/zenity.xml |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)

commit f93fe6cab5c22ada1e8e881e7e34fc52a1b9f426
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Tue Oct 19 16:41:14 2004 +0000

    Updated Albanian translation.
    
    2004-10-19  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++++
 po/sq.po     |   20 ++++++++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

commit 189123cdc747dd0981d4cad28b7414addbf98a93
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Oct 15 21:12:25 2004 +0000

    Updated Serbian translation.

 po/ChangeLog  |    4 +
 po/sr.po      |  215 ++++++++++++++++++++++++++++++-------------------------
 po/sr@Latn.po |  221 ++++++++++++++++++++++++++++++--------------------------
 3 files changed, 238 insertions(+), 202 deletions(-)

commit 1593718975b16c01075de7d2abdb0819f003fb1e
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu Oct 14 11:35:39 2004 +0000

    Translation updated.
    
    2004-10-14  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 +
 po/nl.po     |  223 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 124 insertions(+), 103 deletions(-)

commit 369f1cfbcebad19b391f3c127b548277a0dbf3be
Author: David Lodge <dave@cirt.net>
Date:   Wed Oct 13 21:12:51 2004 +0000

    Updated British English translation.
    
    2004-10-13  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British English translation.

 po/ChangeLog |    4 ++++
 po/en_GB.po  |   21 +++++++++++++++++++--
 2 files changed, 23 insertions(+), 2 deletions(-)

commit 242e436efe14cf825ecb45790e272e017352379a
Author: Mohammad DAMT <mdamt@bisnisweb.com>
Date:   Wed Oct 13 09:16:21 2004 +0000

    Updated Indonesian translation
    
    2004-10-13  Mohammad DAMT  <mdamt@bisnisweb.com>
    
            * id.po: Updated Indonesian translation

 po/ChangeLog |    4 +
 po/id.po     |  259 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 144 insertions(+), 119 deletions(-)

commit 470992aa7a1ac7d04e1b72736290587e30497876
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Tue Oct 12 05:10:27 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   20 ++++++++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

commit 5f891f1008dd45668eba662ddf89a0be53200ffd
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Oct 11 20:42:54 2004 +0000

    Updated Slovak translation.
    
    2004-10-11  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |   20 ++++++++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

commit 84e1f3544c505ac13c8b5eed6f6694da15e8d816
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Mon Oct 11 14:15:08 2004 +0000

    Updated Czech translation.
    
    2004-10-11  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   20 ++++++++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

commit eb01c4de7cda077beec0f5fb0f86dcd20ff1fe2d
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Oct 11 01:03:11 2004 +0000

    Add missing files.
    
    2004-10-11  Glynn Foster  <glynn.foster@sun.com>
    
    	* POTFILES.in: Add missing files.

 po/ChangeLog   |    4 ++++
 po/POTFILES.in |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 0def461559238d6e7e9ef0f437582e5846cc4c4f
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Sat Oct 9 15:01:43 2004 +0000

    Updated Albanian translation.
    
    2004-10-09  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     |  200 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 105 insertions(+), 99 deletions(-)

commit b818cf0c320713672a08f4ec04ac63ac3d88df34
Author: James Henstridge <jamesh@src.gnome.org>
Date:   Tue Oct 5 03:50:28 2004 +0000

    forgot to save the changelog message.

 ChangeLog |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 45943a3b437050822cde1daa9080838e34f3275b
Author: James Henstridge <james@jamesh.id.au>
Date:   Tue Oct 5 03:44:52 2004 +0000

    g_strdown() modifies the filename, so use strcasecmp() for the comparison
    
    2004-10-05  James Henstridge  <james@jamesh.id.au>
    
        * src/util.c (zenity_util_pixbuf_new_from_file): g_strdown()
        modifies the filename, so use strcasecmp() for the comparison
        instead.  Since we are comparing against fixed ASCII strings,
        this should have no UTF-8 issues.

 src/util.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit c925587f69d405d418314b3915d2e38a1ef4c603
Author: David Lodge <dave@cirt.net>
Date:   Sun Oct 3 22:28:27 2004 +0000

    Updated British English translation.
    
    2004-10-03  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British English translation.

 po/ChangeLog |    4 +
 po/en_GB.po  |  261 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 139 insertions(+), 126 deletions(-)

commit 1f7eec9b6e2b73732dc0bd6824caee9778e71445
Author: Marcel Telka <marcel@telka.sk>
Date:   Sun Oct 3 18:28:02 2004 +0000

    Updated Slovak translation.
    
    2004-10-03  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  202 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 106 insertions(+), 100 deletions(-)

commit 275a3fc6d5932ada92aa17dd94d5baac1d4e5a05
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Oct 3 00:49:32 2004 +0000

    Updated Czech translation.
    
    2004-10-03  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  199 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 104 insertions(+), 99 deletions(-)

commit 17cd55e682d5b78738f03255b2638bb9da937962
Author: James Henstridge <james@jamesh.id.au>
Date:   Thu Sep 30 11:25:37 2004 +0000

    function to set a GtkImage to a scaled pixbuf.
    
    2004-09-30  James Henstridge  <james@jamesh.id.au>
    
        * src/notification.c (set_scaled_pixbuf): function to set a
        GtkImage to a scaled pixbuf.
        (zenity_notification_handle_stdin): set the image to a
        GTK_ICON_SIZE_BUTTON sized image.
        (zenity_notification): same here.

 ChangeLog          |    8 ++++++++
 src/notification.c |   40 ++++++++++++++++++++++++++++++++++++++--
 2 files changed, 46 insertions(+), 2 deletions(-)

commit 64dcfbcb2c7a1a36355f45cd81d5dcf4a7a51702
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Sun Sep 26 15:30:33 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  253 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 126 insertions(+), 131 deletions(-)

commit ef3e55f0e32705212db54f296ec0ed59122deec9
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Wed Sep 22 04:45:30 2004 +0000

    ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.

 po/ChangeLog |    5 ++
 po/ru.po     |  216 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 102 insertions(+), 119 deletions(-)

commit ca975e839996dbe1a85825b7f3472b170505540c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Sep 17 08:57:21 2004 +0000

    Add missing header. Same ANSIfication. Closes bug #152851.
    
    2004-09-17  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* src/progress.c: Add missing header.
    	* src/tree.c: Same
    	* src/util.c: (transient_get_xterm),
    	(transient_get_xterm_toplevel): ANSIfication.
    	Closes bug #152851.

 ChangeLog      |    8 ++++++++
 src/progress.c |    1 +
 src/tree.c     |    1 +
 src/util.c     |    4 ++--
 4 files changed, 12 insertions(+), 2 deletions(-)

commit 963241dd15b3046e97e526b1547fdd3543b18b14
Author: James Henstridge <james@jamesh.id.au>
Date:   Thu Sep 16 09:28:09 2004 +0000

    add code to listen for commands on stdin when in listen mode.
    
    2004-09-16  James Henstridge  <james@jamesh.id.au>
    
        * src/notification.c: add code to listen for commands on stdin
        when in listen mode.
    
        * src/main.c: parse the --listen argument for --notification mode.
    
        * src/zenity.h (ZenityNotificationData): add a field for the
        "listen" argument.

 ChangeLog          |   10 ++++
 src/main.c         |   17 +++++++
 src/notification.c |  123 +++++++++++++++++++++++++++++++++++++++++++++++++---
 src/zenity.h       |    1 +
 4 files changed, 144 insertions(+), 7 deletions(-)

commit 8f506690acc3e6103db31b4426856498dacc5d32
Author: Roozbeh Pournader <roozbeh@sharif.edu>
Date:   Tue Sep 14 14:18:41 2004 +0000

    Updated Persian translation by Meelad Zakaria <meelad@bamdad.org>.
    
    2004-09-14  Roozbeh Pournader  <roozbeh@sharif.edu>
    
    	* fa.po: Updated Persian translation by Meelad Zakaria
    	<meelad@bamdad.org>.

 po/ChangeLog |    7 +-
 po/fa.po     |  374 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 180 insertions(+), 201 deletions(-)

commit b646dde5556223597f6ca29eba70c25bf876db17
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Tue Sep 14 01:39:52 2004 +0000

    Updated vi.po

 po/vi.po |  229 +++++++++++++++++++++++++++----------------------------------
 1 files changed, 101 insertions(+), 128 deletions(-)

commit 11f0c9710ec29f9c28aeaf0d2d1b77ba16731193
Author: Updated ja.po for HEAD. T.Aihana <aihana@gnome.gr.jp>
Date:   Mon Sep 13 14:14:09 2004 +0000

    2004-09-13 Updated ja.po for HEAD. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 ++++
 po/ja.po     |   19 ++++++++-----------
 2 files changed, 12 insertions(+), 11 deletions(-)

commit 8f3252df7b1d4cb139fbeec386a88b30ebda8fbf
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 13 08:24:52 2004 +0000

    Post release bump.
    
    2004-09-13  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post release bump.

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

commit 1647691396d4a63e33def9e38f2d12a14ad8e047
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 13 08:20:28 2004 +0000

    Release 2.9.0
    
    2004-09-13  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.9.0
    
    2004-09-13  Glynn Foster  <glynn.foster@sun.com>
    
    	* TODO: Update.

 ChangeLog     |    4 +
 NEWS          |    7 ++
 po/am.po      |  199 +++++++++++++++++++++++++++++++-------------------------
 po/ar.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/az.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/be.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/bg.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/bn.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/bs.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/ca.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/cs.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/cy.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/da.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/de.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/el.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/en_CA.po   |  201 +++++++++++++++++++++++++++++++-------------------------
 po/en_GB.po   |  201 +++++++++++++++++++++++++++++++-------------------------
 po/es.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/et.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/eu.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/fa.po      |  199 +++++++++++++++++++++++++++++++-------------------------
 po/fi.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/fr.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/ga.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/gl.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/gu.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/hi.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/hr.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/hu.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/id.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/is.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/it.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/ja.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/kn.po      |  200 +++++++++++++++++++++++++++++++-------------------------
 po/ko.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/lt.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/mi.po      |  199 +++++++++++++++++++++++++++++++-------------------------
 po/mk.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/ml.po      |  198 ++++++++++++++++++++++++++++++-------------------------
 po/mn.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/ms.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/nb.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/ne.po      |  202 +++++++++++++++++++++++++++++++-------------------------
 po/nl.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/nn.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/no.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/pa.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/pl.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/pt.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/pt_BR.po   |  201 +++++++++++++++++++++++++++++++-------------------------
 po/ro.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/ru.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/sk.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/sl.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/sq.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/sr.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/sr@Latn.po |  201 +++++++++++++++++++++++++++++++-------------------------
 po/sv.po      |  204 +++++++++++++++++++++++++++++++--------------------------
 po/ta.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/th.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/tr.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/uk.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/vi.po      |  201 +++++++++++++++++++++++++++++++-------------------------
 po/zh_CN.po   |  201 +++++++++++++++++++++++++++++++-------------------------
 po/zh_TW.po   |  201 +++++++++++++++++++++++++++++++-------------------------
 65 files changed, 7058 insertions(+), 5610 deletions(-)

commit 3d479cf3d0977afab73619d47854631169fb6080
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 13 08:08:45 2004 +0000

    Update.
    
    2004-09-13  Glynn Foster  <glynn.foster@sun.com>
    
    	* TODO: Update.

 ChangeLog |    4 ++++
 TODO      |    2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 3e05834b4c23a5d5951403719b8594ff3d9fe30b
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 13 07:51:51 2004 +0000

    Add new notification icon. Update for new files. Restructure code a little
    
    2004-09-13  Glynn Foster  <glynn.foster@sun.com>
    
    	* data/Makefile.am, data/zenity-notification.png: Add new
    	notification icon.
    	* src/Makefile.am: Update for new files.
    	* src/about.c, src/calendar.c, src/entry.c, src/fileselection.c,
    	src/progress.c, src/text.c, src/tree.c, src/msg.c: Restructure code a
    	little bit for new utility functions for setting window icons.
    	* src/eggtrayicon.c, src/eggtrayicon.h: New files for notification area
    	support.
    	* src/main.c, src/notification.c, src/util.c, src/util.h, src/zenity.h:
    	Add support for notification area.
    	* data/zenity.1, help/*: Update docs for notification and new file
    	selection changes.

 ChangeLog                                         |   15 +
 data/Makefile.am                                  |    3 +-
 data/zenity-notification.png                      |  Bin 0 -> 898 bytes
 data/zenity.1                                     |   14 +
 help/C/figures/zenity-notification-screenshot.png |  Bin 0 -> 3104 bytes
 help/C/l10n_scripts/notification.sh               |    5 +
 help/C/zenity.xml                                 |   70 +++-
 src/Makefile.am                                   |    3 +
 src/about.c                                       |    4 +-
 src/calendar.c                                    |    5 +-
 src/eggtrayicon.c                                 |  468 +++++++++++++++++++++
 src/eggtrayicon.h                                 |   77 ++++
 src/entry.c                                       |    5 +-
 src/fileselection.c                               |    5 +-
 src/main.c                                        |   67 +++-
 src/msg.c                                         |   36 +-
 src/notification.c                                |  129 ++++++
 src/progress.c                                    |    5 +-
 src/text.c                                        |    5 +-
 src/tree.c                                        |    5 +-
 src/util.c                                        |   73 ++--
 src/util.h                                        |   10 +-
 src/zenity.h                                      |    6 +
 23 files changed, 918 insertions(+), 92 deletions(-)

commit 03f3e5b060977c9566bd66bc8e4eaac14c4ee781
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 13 04:56:26 2004 +0000

    Update Update. Patch from Lucas Rocha to implement save and directory
    
    2004-09-13  Glynn Foster  <glynn.foster@sun.com>
    
    	* THANKS: Update
    	* src/about.c: Update.
    	* src/fileselection.c, src/main.c, src/zenity.h:
    	Patch from Lucas Rocha to implement save and
    	directory selection in the file selection dialog.
    	Fixes #138342.

 ChangeLog           |    9 +++++++++
 THANKS              |   11 ++++++++++-
 src/about.c         |   11 ++++++++++-
 src/fileselection.c |   13 ++++++++++++-
 src/main.c          |   34 ++++++++++++++++++++++++++++++++++
 src/zenity.h        |    2 ++
 6 files changed, 77 insertions(+), 3 deletions(-)

commit 99c2048a45c2836b0c55d4a29c82d13b75a1337d
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 13 04:39:28 2004 +0000

    Post release bump, for unstable 2.9.x development.
    
    2004-09-13  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post release bump, for unstable
    	2.9.x development.

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

commit 3a614e4440e55e8be20c88af656db2fbb3d12c27
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 13 04:17:28 2004 +0000

    Release 2.8.0
    
    2004-09-13  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.8.0

 ChangeLog    |    4 +
 NEWS         |   19 ++++++
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ar.po     |   43 ++++++++-----
 po/cs.po     |    4 +-
 po/cy.po     |    8 +-
 po/de.po     |    8 +-
 po/el.po     |    4 +-
 po/en_GB.po  |    4 +-
 po/et.po     |   39 +++++-------
 po/ja.po     |    4 +-
 po/kn.po     |  198 ++++++++++++++++++++++++++++++---------------------------
 po/mk.po     |  201 +++++++++++++++++++++++++++++++---------------------------
 po/nl.po     |    7 +-
 po/pt_BR.po  |    8 ++-
 po/ro.po     |    8 +-
 po/ta.po     |    8 +-
 po/tr.po     |    4 +-
 po/zh_TW.po  |    4 +-
 20 files changed, 318 insertions(+), 263 deletions(-)

commit a15d9df1a191f1a40e7f1d2cd8ae179f301c237e
Author: Dafydd Harries <daf@src.gnome.org>
Date:   Sat Sep 11 23:35:38 2004 +0000

    Updated Welsh translation.

 po/ChangeLog |    4 ++++
 po/cy.po     |   11 ++++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

commit e2c53d8c3bf6d65c188c7be90b4654468a3a169e
Author: Abel Cheung <maddog@linuxhall.org>
Date:   Sat Sep 11 18:59:19 2004 +0000

    Added "kn" "mk" "tr" to ALL_LINGUAS.
    
    2004-09-11  Abel Cheung  <maddog@linuxhall.org>
    
    	* configure.in: Added "kn" "mk" "tr" to ALL_LINGUAS.

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

commit 0ca786fe482a47789467edfb10c324ba4c4d9da4
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Sat Sep 11 18:59:04 2004 +0000

    Updated traditional Chinese translation by GNOME HK Team.
    
    	* zh_TW.po: Updated traditional Chinese translation by GNOME HK Team.

 po/ChangeLog |    4 ++++
 po/zh_TW.po  |   19 +++++++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)

commit d30d4e05b76fb9c174eff01cc59d9e87862ba3ce
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Thu Sep 9 21:47:21 2004 +0000

    Updated Turkish Translation
    
    	* tr.po: Updated Turkish Translation

 po/ChangeLog |    4 +
 po/tr.po     |  206 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 113 insertions(+), 97 deletions(-)

commit 12d8d1b474878b7d5fdedb1178e546617c0519aa
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Thu Sep 9 16:49:42 2004 +0000

    Translation updated.
    
    2004-09-09  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated.

 po/ChangeLog |    4 ++
 po/et.po     |  132 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 76 insertions(+), 60 deletions(-)

commit f4f59125302dfadcd4715ac91cdc349ad2e2f5cd
Author: Arafat Medini <lumina@arabeyes.org>
Date:   Wed Sep 8 12:57:33 2004 +0000

    Updated Arabic translation
    
    
    2004-09-08  Arafat Medini  <lumina@arabeyes.org>
    
    	* ar.po: Updated Arabic translation

 po/ChangeLog |    4 ++++
 po/ar.po     |   50 ++++++++++++++++++++++----------------------------
 2 files changed, 26 insertions(+), 28 deletions(-)

commit e777e863cc33531ceac3debbd077a62f3eb58465
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue Sep 7 23:31:08 2004 +0000

    Translation updated.
    
    2004-09-08  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |   10 ++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 581730bcfbe4a7e1181147f3c34c79f647b7ab9a
Author: Mugurel Tudor <mugurelu@go.ro>
Date:   Tue Sep 7 07:07:27 2004 +0000

    Updated Romanian translation
    
    2004-09-07  Mugurel Tudor  <mugurelu@go.ro>
    
    	* ro.po: Updated Romanian translation

 po/ChangeLog |    4 ++++
 po/ro.po     |   17 ++++++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

commit c510719c76aa630996dea810183d2b97c87666a9
Author: David Lodge <dave@cirt.net>
Date:   Mon Sep 6 21:07:15 2004 +0000

    Updated British translation.
    
    2004-09-06  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British translation.

 po/ChangeLog |    4 ++++
 po/en_GB.po  |   18 ++++++++++++------
 2 files changed, 16 insertions(+), 6 deletions(-)

commit 252b022e4679502e8c9493d8916c5b8d0228868d
Author: N Jayaradha <njaya@src.gnome.org>
Date:   Mon Sep 6 12:23:37 2004 +0000

    yet to proof read

 po/ta.po |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit 4a79515706c7eb89586e2dc22a3532da98f248e0
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Mon Sep 6 07:02:02 2004 +0000

    Updated Greek Translation.

 po/ChangeLog |    4 ++++
 po/el.po     |   15 +++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

commit 848bf35b91d0be46b31480e041525c841c087d97
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Sep 5 15:15:22 2004 +0000

    Updated Czech translation.
    
    2004-09-05  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 1875be210ab71a31d2b31255c1572e3c2b70e3b0
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sun Sep 5 13:22:05 2004 +0000

    Updating pt_BR translation.

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |   18 +++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)

commit 4c54cc126b3c1f1e04f6602828712d6f65c415cd
Author: N Jayaradha <njaya@src.gnome.org>
Date:   Sat Sep 4 12:02:40 2004 +0000

    yet to proof read

 po/ta.po |  173 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 90 insertions(+), 83 deletions(-)

commit 1773d4ffd90793dd65f01a4d908a61d9539a48e6
Author: Hendrik Richter <hendrik@gnome-de.org>
Date:   Thu Sep 2 18:31:53 2004 +0000

    Updated German translation
    
    2004-09-02  Hendrik Richter <hendrik@gnome-de.org>
    
            * de.po: Updated German translation

 po/ChangeLog |    4 ++++
 po/de.po     |   10 ++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 8561de1b6e97d24debb8139e466e9233459bcab3
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Mon Aug 30 14:33:51 2004 +0000

    2004-08-30 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 ++++
 po/ja.po     |    7 +++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 692a5cc2b07425ddbf2d8b18f473e2e7b33b124c
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Aug 30 03:26:04 2004 +0000

    Post release bump.
    
    2004-08-30  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post release bump.

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

commit 37a8cf416c0743210a98bb0780ecb8fb1cf83031
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Aug 30 03:25:19 2004 +0000

    Release 2.7.91
    
    2004-08-30  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.7.91

 ChangeLog     |    4 +
 NEWS          |   31 ++
 po/ChangeLog  |    4 +
 po/am.po      |   24 +-
 po/ar.po      |   24 +-
 po/az.po      |   33 ++-
 po/be.po      |   24 +-
 po/bg.po      |   24 +-
 po/bn.po      |   24 +-
 po/bs.po      |   37 ++-
 po/ca.po      |    8 +-
 po/cs.po      |   23 +-
 po/cy.po      |   24 +-
 po/da.po      |    4 +-
 po/de.po      |   24 +-
 po/el.po      |   24 +-
 po/en_CA.po   |   23 +-
 po/en_GB.po   |   24 +-
 po/es.po      |   23 +-
 po/et.po      |   24 +-
 po/eu.po      |   24 +-
 po/fa.po      |   24 +-
 po/fi.po      |   13 +-
 po/fr.po      |   24 +-
 po/ga.po      |   24 +-
 po/gl.po      |   24 +-
 po/gu.po      |    8 +-
 po/hi.po      |   24 +-
 po/hr.po      |   24 +-
 po/hu.po      |    4 +-
 po/id.po      |   24 +-
 po/is.po      |   24 +-
 po/it.po      |  966 +++++++++++++++++++++++++++++----------------------------
 po/ja.po      |   24 +-
 po/ko.po      |   23 +-
 po/lt.po      |   24 +-
 po/mi.po      |   23 +-
 po/ml.po      |   24 +-
 po/mn.po      |   24 +-
 po/ms.po      |   45 ++--
 po/nb.po      |    4 +-
 po/ne.po      |   24 +-
 po/nl.po      |   24 +-
 po/nn.po      |   24 +-
 po/no.po      |    4 +-
 po/pa.po      |    8 +-
 po/pl.po      |   23 +-
 po/pt.po      |   23 +-
 po/pt_BR.po   |   24 +-
 po/ro.po      |   24 +-
 po/ru.po      |   24 +-
 po/sk.po      |   26 +-
 po/sl.po      |   24 +-
 po/sq.po      |    4 +-
 po/sr.po      |    4 +-
 po/sr@Latn.po |   10 +-
 po/sv.po      |   23 +-
 po/ta.po      |   24 +-
 po/th.po      |   24 +-
 po/uk.po      |    4 +-
 po/vi.po      |   24 +-
 po/zh_CN.po   |   23 +-
 po/zh_TW.po   |   24 +-
 63 files changed, 1330 insertions(+), 914 deletions(-)

commit 260a17000bf01921996df8aa50c25bf2969c0ab9
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Wed Aug 25 10:08:24 2004 +0000

    Updated Ukraininan translation.
    
    2004-08-25  Maxim Dziumanenko <mvd@mylinux.com.ua>
    
    	* Updated Ukraininan translation.

 po/ChangeLog |    4 +++
 po/uk.po     |   60 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 40 insertions(+), 24 deletions(-)

commit 18136b1d5a09487589dc305856baeca2add199fa
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Mon Aug 23 20:24:47 2004 +0000

    Updated Italian translation.

 po/ChangeLog |    5 +
 po/it.po     |  964 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 487 insertions(+), 482 deletions(-)

commit cafe4c1bf9c670284beef7d15177baefdac9a47c
Author: Sami Pesonen <spesonen@src.gnome.org>
Date:   Mon Aug 23 19:20:44 2004 +0000

    Finnish translation updated by Sami Pesonen <sampeson@iki.fi>

 po/ChangeLog |    4 ++++
 po/fi.po     |   49 ++++++++++++++++++++++++++++++-------------------
 2 files changed, 34 insertions(+), 19 deletions(-)

commit 0457f5879ea3451dda55212658b77aec0739c35f
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Mon Aug 23 10:25:35 2004 +0000

    da.po: quickfix

 po/da.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1829b0753f7534fb8c4a6964dfaf48056828b294
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Mon Aug 23 09:37:18 2004 +0000

    Updated Danish translation
    
            * da.po: Updated Danish translation

 po/ChangeLog |    4 ++++
 po/da.po     |   40 +++++++++++++++++++++++++++-------------
 2 files changed, 31 insertions(+), 13 deletions(-)

commit e9f52ee103243408b11e8bb87a8cd2823debda48
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Aug 22 08:32:02 2004 +0000

    Update the documentation after Breda's commit, to add the new
    
    2004-08-22  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Update the documentation after
    	Breda's commit, to add the new --print-column option for the
    	list dialog.

 ChangeLog         |    6 ++++++
 help/C/zenity.xml |    9 +++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 3256b0991177266768bde9469b374ffc057492c2
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Sat Aug 21 15:07:56 2004 +0000

    Updated Catalan translation.

 po/ChangeLog |   14 +++++++++-----
 po/ca.po     |   35 +++++++++++++++++++++--------------
 2 files changed, 30 insertions(+), 19 deletions(-)

commit 298239cb0a8cbd9a2212dedb3266e477fac18f70
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Aug 21 13:41:58 2004 +0000

    Updated Serbian translation.

 po/ChangeLog  |    4 ++++
 po/sr.po      |   29 +++++++++++++++++++----------
 po/sr@Latn.po |   29 +++++++++++++++++++----------
 3 files changed, 42 insertions(+), 20 deletions(-)

commit 4a4b76291f2903b7b7b1042e660d9c9911481ac2
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Sat Aug 21 08:31:51 2004 +0000

    check

 po/pa.po |   36 +++++++++++++++++++++---------------
 1 files changed, 21 insertions(+), 15 deletions(-)

commit cb9bccc02d55824f89d5c002a8ed25e316fa0291
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Aug 20 23:01:30 2004 +0000

    Update these
    
    2004-08-21  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Update
    	* no.po: these

 po/ChangeLog |    5 +++++
 po/nb.po     |   27 +++++++++++++++++----------
 po/no.po     |   27 +++++++++++++++++----------
 3 files changed, 39 insertions(+), 20 deletions(-)

commit 296b2c1e8577275f345ce8d9f61d2788b2f87e6b
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Fri Aug 20 17:03:37 2004 +0000

    Updated Albanian translation.
    
    2004-08-20  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++++
 po/sq.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 5ca5b107b9eb654dd97181726c17723206a72f02
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Fri Aug 20 08:58:41 2004 +0000

    ankit@redhat.com 20/08/2004 * Proofread gu.po

 po/gu.po |   32 ++++++++++++++++++++------------
 1 files changed, 20 insertions(+), 12 deletions(-)

commit c40a47b32d85172d273262ec7d99f6acd18a3755
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 18 18:16:49 2004 +0000

    Add nb to ALL_LINGUAS.
    
    2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* configure.in: Add nb to ALL_LINGUAS.

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

commit d449fd0606eb1beb2a5fc93b8c08ba7a4a9e3112
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 18 18:16:10 2004 +0000

    Add this.
    
    2004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Add this.

 po/ChangeLog |    4 +
 po/nb.po     |  461 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 465 insertions(+), 0 deletions(-)

commit 3a3a047a710700afd4fe6dde22f7f0f8eeae87bb
Author: Breda McColgan <breda.mccolgan@sun.com>
Date:   Wed Aug 18 18:10:27 2004 +0000

    help/C/zenity.xml help/C/zenity-C.omf
    
    
    2004-08-18  Breda McColgan <breda.mccolgan@sun.com>
    
    	* Updated the following files:
    		* help/C/zenity.xml
    		* help/C/zenity-C.omf
    		* help/C/figures/zenity-calendar-screenshot.png
    		* help/C/figures/zenity-entry-screenshot.png
    		* help/C/figures/zenity-error-screenshot.png
    		* help/C/figures/zenity-fileselection-screenshot.png
    		* help/C/figures/zenity-information-screenshot.png
    		* help/C/figures/zenity-list-screenshot.png
    		* help/C/figures/zenity-progress-screenshot.png
    		* help/C/figures/zenity-question-screenshot.png
    		* help/C/figures/zenity-text-screenshot.png
    		* help/C/figures/zenity-warning-screenshot.png
    
    	* Added the following files:
    		* help/C/l10n.txt
    		* help/C/l10n_scripts/
    		* help/C/l10n_scripts/calendar.sh
    		* help/C/l10n_scripts/cvs.txt
    		* help/C/l10n_scripts/error.sh
    		* help/C/l10n_scripts/filesel.sh
    		* help/C/l10n_scripts/info.sh
    		* help/C/l10n_scripts/list.sh
    		* help/C/l10n_scripts/progress.sh
    		* help/C/l10n_scripts/question.sh
    		* help/C/l10n_scripts/text_entry.sh
    		* help/C/l10n_scripts/text_info.sh
    		* help/C/l10n_scripts/warning.sh
    	  See the help/C/l10n.txt file for information about l10n_scripts.

 ChangeLog                                          |   32 +
 help/C/figures/zenity-calendar-screenshot.png      |  Bin 16251 -> 15151 bytes
 help/C/figures/zenity-entry-screenshot.png         |  Bin 6357 -> 8317 bytes
 help/C/figures/zenity-error-screenshot.png         |  Bin 7214 -> 8392 bytes
 help/C/figures/zenity-fileselection-screenshot.png |  Bin 20965 -> 45662 bytes
 help/C/figures/zenity-information-screenshot.png   |  Bin 8804 -> 9087 bytes
 help/C/figures/zenity-list-screenshot.png          |  Bin 17694 -> 19794 bytes
 help/C/figures/zenity-progress-screenshot.png      |  Bin 7280 -> 9029 bytes
 help/C/figures/zenity-question-screenshot.png      |  Bin 10455 -> 10920 bytes
 help/C/figures/zenity-text-screenshot.png          |  Bin 15419 -> 16246 bytes
 help/C/figures/zenity-warning-screenshot.png       |  Bin 9222 -> 10818 bytes
 help/C/l10n.txt                                    |   88 ++
 help/C/l10n_scripts/calendar.sh                    |   10 +
 help/C/l10n_scripts/cvs.txt                        |   51 +
 help/C/l10n_scripts/error.sh                       |    4 +
 help/C/l10n_scripts/filesel.sh                     |   13 +
 help/C/l10n_scripts/info.sh                        |    4 +
 help/C/l10n_scripts/list.sh                        |    8 +
 help/C/l10n_scripts/progress.sh                    |   18 +
 help/C/l10n_scripts/question.sh                    |    4 +
 help/C/l10n_scripts/text_entry.sh                  |   11 +
 help/C/l10n_scripts/text_info.sh                   |   17 +
 help/C/l10n_scripts/warning.sh                     |    4 +
 help/C/zenity-C.omf                                |   26 +-
 help/C/zenity.xml                                  | 1087 +++++++++++---------
 25 files changed, 853 insertions(+), 524 deletions(-)

commit d0a47f0b43b7aaa60248921d3ad04ace8d2e226f
Author: Hasbullah Bin Pit <sebol@my-penguin.org>
Date:   Wed Aug 18 17:04:11 2004 +0000

    Updated Malay translation.
    
    2004-08-18  Hasbullah Bin Pit  <sebol@my-penguin.org>
    
            * ms.po: Updated Malay translation.

 po/ChangeLog |    4 +++
 po/ms.po     |   72 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 46 insertions(+), 30 deletions(-)

commit f0f4e31364d49d1532454b1b298a77d9102fd718
Author: Laszlo Dvornik <dvornik@gnome.hu>
Date:   Wed Aug 18 16:16:04 2004 +0000

    Updated Hungarian translation.
    
    2004-08-18  Laszlo Dvornik  <dvornik@gnome.hu>
    
    	* hu.po: Updated Hungarian translation.

 po/ChangeLog |    4 ++++
 po/hu.po     |   29 ++++++++++++++++++-----------
 2 files changed, 22 insertions(+), 11 deletions(-)

commit d30275f29da6ac8abe3283a0ab0f5199c8e30054
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Wed Aug 18 11:08:50 2004 +0000

    Updated Albanian translation.
    
    2004-08-18  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++++
 po/sq.po     |   22 ++++++++++++++--------
 2 files changed, 18 insertions(+), 8 deletions(-)

commit b46dd53df6b51ac363eb1cc8b7b51586befd6bdf
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Aug 17 08:55:10 2004 +0000

    Add translator comment from Christian Rose, and fix up strcmp's for
    
    2004-08-17  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/about.c: Add translator comment from Christian Rose,
    	and fix up strcmp's for untranslated translator-credits.

 ChangeLog   |    5 +++++
 src/about.c |   12 ++++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

commit bd39b585a31355a85c08afbff00c880b598981f6
Author: Christian Rose <menthos@menthos.com>
Date:   Tue Aug 17 08:45:45 2004 +0000

    Updated Swedish translation.
    
    2004-08-17  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 ++++
 po/sv.po     |   13 +++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit a4a1d05f46b99e22197a329557d484ff27acf4bc
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Aug 16 22:04:11 2004 +0000

    Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kemal Sanjta
    
    2004-08-16  Christian Rose  <menthos@menthos.com>
    
    	* configure.in: Added "bs" to ALL_LINGUAS.
    	* po/bs.po: Added Bosnian translation by
    	Kemal Sanjta <gomez@lugzdk.ba>.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/bs.po     |  461 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 471 insertions(+), 1 deletions(-)

commit bdc9b0bb8fe184a38c704bc723a458e0d39a042c
Author: Metin Amiroff <metin@karegen.com>
Date:   Mon Aug 16 19:49:51 2004 +0000

    Translation updated by Mətin Əmirov.
    
    2004-08-17  Metin Amiroff  <metin@karegen.com>
    
    	* az.po: Translation updated by Mətin Əmirov.

 po/ChangeLog |    4 ++++
 po/az.po     |   21 +++++++++++----------
 2 files changed, 15 insertions(+), 10 deletions(-)

commit 8553f08e9a5edb4029d04a42faa58282b06b1024
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon Aug 16 10:13:44 2004 +0000

    ankit@redhat.com 16/08/2004 * Updated Final Gujarati Translation

 po/ChangeLog |    4 ++++
 po/gu.po     |    9 +++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit b0f9a1153f65293bfe9ef6561965486e5db8e16e
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Aug 15 08:23:37 2004 +0000

    Updated Spanish translation.
    
    2004-08-15  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   12 +++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

commit e42f69b2aa76eb1fd8f640ceec2a6a04eda2df08
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Aug 13 22:30:27 2004 +0000

    Updated Portuguese translation.
    
    2004-08-13  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 ++++
 po/pt.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 8be3675a982211b48f748b962bd84160e7dcf789
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Fri Aug 13 10:56:18 2004 +0000

    Updated Korean translation

 po/ChangeLog |    4 ++++
 po/ko.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit d7c728df433548065b6dc727b908269adde9fe8c
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Thu Aug 12 15:36:11 2004 +0000

    Updated Albanian translation.
    
    2004-08-12  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++++
 po/sq.po     |   13 +++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

commit c98bf3c4b9d7c21e4e97eb20cbbd12285f769685
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Thu Aug 12 13:48:16 2004 +0000

    Updated Czech translation.
    
    2004-08-12  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 7726be0c5ef8b7a897ade1183310ea891cef9d99
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Wed Aug 11 16:09:47 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 7074d7ee52d7068523197340ec47194e8a353918
Author: Funda Wang <fwang@src.gnome.org>
Date:   Wed Aug 11 15:22:16 2004 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |    4 ++++
 po/zh_CN.po  |    8 +++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit ffbdee41756b2d7472a3b8d9c56a16d9a58ffede
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Wed Aug 11 06:23:54 2004 +0000

    Updated Polish translation by GNOME PL Team.
    
    2004-08-11  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |    4 +
 po/pl.po     |  247 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 133 insertions(+), 118 deletions(-)

commit 06d3c86671c9b55702bae72e0b6a326a65c525b7
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Aug 11 06:14:21 2004 +0000

    Use 'translator-credits' rather than the underscore version which makes
    
    2004-08-11  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/about.c: Use 'translator-credits' rather than the
    	underscore version which makes things easier for the translation
    	dudes.

 ChangeLog   |    6 ++++++
 src/about.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 3983da7789a0351a8024783320b16511dce29a5b
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Tue Aug 10 16:44:47 2004 +0000

    Updated Polish translation by GNOME PL Team.
    
    2004-08-10  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.

 po/ChangeLog |    4 +
 po/pl.po     |  245 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 122 insertions(+), 127 deletions(-)

commit 8de298a09f3b00ceca9bb3b0f881037db11681e6
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon Aug 9 09:54:36 2004 +0000

    ankit@redhat.com 09/08/04

 po/gu.po |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

commit af33ee6a088f29205950bea2500b5b0f9ff01099
Author: Marcel Telka <marcel@telka.sk>
Date:   Sat Aug 7 14:47:04 2004 +0000

    Updated Slovak translation.
    
    2004-08-07  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |   15 +++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

commit edeb697873d89c63d4b991599c7fd01d70dae589
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Aug 7 09:21:36 2004 +0000

    Updated Serbian translation.

 po/ChangeLog  |    4 ++++
 po/sr.po      |   10 +++++-----
 po/sr@Latn.po |   16 +++++++---------
 3 files changed, 16 insertions(+), 14 deletions(-)

commit 9c3de7061a1e77ef79b2515f20f0884d2e991e60
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Fri Aug 6 05:31:16 2004 +0000

    check file

 po/pa.po |  113 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 58 insertions(+), 55 deletions(-)

commit 4d6ee5fc0d3cfcf7e44f88c9436d534e8c7461ad
Author: Funda Wang <fwang@src.gnome.org>
Date:   Fri Aug 6 03:00:35 2004 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |    4 ++++
 po/zh_CN.po  |    9 ++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 3ede418e8461ee5827ce7e4640cd0fe6b70b030a
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Thu Aug 5 01:54:32 2004 +0000

    Updated Korean translation

 po/ChangeLog |    4 ++++
 po/ko.po     |   11 ++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit 408f2cad51aa4c82392dc7b37159e811e23daa70
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Aug 3 09:14:27 2004 +0000

    Update the man page for the --print-column option added.
    
    2004-08-03  Glynn Foster  <glynn.foster@sun.com>
    
    	* data/zenity.1: Update the man page for the --print-column
    	option added.

 ChangeLog     |    5 +++++
 data/zenity.1 |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit e02058e1c0a1451c61bd3ca8f3e88a1f512f998b
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Aug 3 09:07:03 2004 +0000

    Updates.
    
    2004-08-03  Glynn Foster  <glynn.foster@sun.com>
    
    	* TODO: Updates.

 ChangeLog |    4 ++++
 TODO      |   10 ++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

commit 669e1958e889a86bc28407ad7776443ec96221f0
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Aug 3 05:01:48 2004 +0000

    Post release bump.
    
    2004-08-03  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post release bump.

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

commit eff265571321698103893bf71f7bfc7e0c9bf77b
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Aug 3 05:00:49 2004 +0000

    Release 2.7.90
    
    2004-08-03  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.7.90

 ChangeLog     |    4 ++++
 NEWS          |   37 +++++++++++++++++++++++++++++++++++++
 THANKS        |   17 +++++++++++++++--
 configure.in  |    2 +-
 po/ChangeLog  |    8 ++++++++
 po/am.po      |   14 +++++++-------
 po/ar.po      |   14 +++++++-------
 po/az.po      |   14 +++++++-------
 po/be.po      |   14 +++++++-------
 po/bg.po      |   14 +++++++-------
 po/bn.po      |   14 +++++++-------
 po/ca.po      |   14 +++++++-------
 po/cs.po      |   20 +++++++++++---------
 po/cy.po      |   14 +++++++-------
 po/da.po      |   14 +++++++-------
 po/de.po      |   14 +++++++-------
 po/el.po      |   14 +++++++-------
 po/en_CA.po   |   20 +++++++++++---------
 po/en_GB.po   |   20 +++++++++++---------
 po/es.po      |   20 +++++++++++---------
 po/et.po      |   14 +++++++-------
 po/eu.po      |   14 +++++++-------
 po/fa.po      |   14 +++++++-------
 po/fi.po      |   14 +++++++-------
 po/fr.po      |   14 +++++++-------
 po/ga.po      |   14 +++++++-------
 po/gl.po      |   14 +++++++-------
 po/gu.po      |   14 +++++++-------
 po/hi.po      |   16 ++++++++--------
 po/hr.po      |   14 +++++++-------
 po/hu.po      |   16 ++++++++--------
 po/id.po      |   14 +++++++-------
 po/is.po      |   14 +++++++-------
 po/it.po      |   14 +++++++-------
 po/ja.po      |   16 ++++++++--------
 po/ko.po      |   14 +++++++-------
 po/lt.po      |   14 +++++++-------
 po/mi.po      |   14 +++++++-------
 po/ml.po      |   14 +++++++-------
 po/mn.po      |   14 +++++++-------
 po/ms.po      |   14 +++++++-------
 po/ne.po      |   14 +++++++-------
 po/nl.po      |   21 +++++++++++----------
 po/nn.po      |   14 +++++++-------
 po/no.po      |   18 ++++++++++--------
 po/pa.po      |   14 +++++++-------
 po/pl.po      |   14 +++++++-------
 po/pt.po      |   20 ++++++++++----------
 po/pt_BR.po   |   14 +++++++-------
 po/ro.po      |   14 +++++++-------
 po/ru.po      |   14 +++++++-------
 po/sk.po      |   14 +++++++-------
 po/sl.po      |   14 +++++++-------
 po/sq.po      |   21 ++++++++++-----------
 po/sr.po      |   14 +++++++-------
 po/sr@Latn.po |   14 +++++++-------
 po/sv.po      |   16 ++++++++--------
 po/ta.po      |   14 +++++++-------
 po/th.po      |   14 +++++++-------
 po/uk.po      |   14 +++++++-------
 po/vi.po      |   14 +++++++-------
 po/zh_CN.po   |   14 +++++++-------
 po/zh_TW.po   |   14 +++++++-------
 src/about.c   |   10 ++++++++++
 64 files changed, 514 insertions(+), 432 deletions(-)

commit f99022195c0658d7255a0172b3835fb8f67088c1
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Jul 31 10:03:54 2004 +0000

    Updated Spanish translation.
    
    2004-07-31  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit fbe4c8e5daf2e177eb78aa9a7b06329305ceff22
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jul 29 22:06:18 2004 +0000

    Updated Norwegian translation.
    
    2004-07-30  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* no.po: Updated Norwegian translation.

 po/ChangeLog |    4 ++++
 po/no.po     |    7 ++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 578b92c146c72a6d355593c70daa49020d860b22
Author: Laszlo Dvornik <dvornik@gnome.hu>
Date:   Thu Jul 29 15:38:22 2004 +0000

    Updated Hungarian translation.
    
    2004-07-29  Laszlo Dvornik  <dvornik@gnome.hu>
    
    	* hu.po: Updated Hungarian translation.

 po/ChangeLog |    4 ++++
 po/hu.po     |   28 ++++++++++++++++------------
 2 files changed, 20 insertions(+), 12 deletions(-)

commit b46d0951c6c1d83dbe14bec8bd9bbf4e0b23fc21
Author: Gareth Owen <gowen@src.gnome.org>
Date:   Thu Jul 29 05:04:25 2004 +0000

    Updated British English translation

 po/ChangeLog |    4 ++++
 po/en_GB.po  |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 611cfcafdc7f72eac83d2427ba14eefaad09104d
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Jul 27 18:57:47 2004 +0000

    Updated Bulgarian translation by Rostislav "zbrox" Raykov
    
    2004-07-27  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Rostislav "zbrox" Raykov <zbrox@i-space.org>

 po/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 34e55e16956ce467b42156c6ee7fb9b991b1db82
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Jul 26 21:24:56 2004 +0000

    Updated Portuguese translation.
    
    2004-07-26  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 ++++
 po/pt.po     |   10 ++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit c9ff32370159f2a98c166e635e5819f603b3f952
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Jul 24 12:37:53 2004 +0000

    Updated Swedish translation.
    
    2004-07-24  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 ++++
 po/sv.po     |   12 +++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

commit 2710dbfc7f27819ffe16892c131d9dcd0f4b68d9
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Fri Jul 23 23:05:05 2004 +0000

    Translation updated.
    
    2004-07-24  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |   27 ++++++++++-----------------
 2 files changed, 14 insertions(+), 17 deletions(-)

commit 3e376268110739a93c09ff60c48f91a8f1cd15a3
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Thu Jul 22 13:49:51 2004 +0000

    Updated Czech translation.
    
    2004-07-22  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit ccc72cc87dcc671e7b7179b4409a3053422277b0
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Wed Jul 21 12:47:48 2004 +0000

    updated hindi translation

 po/ChangeLog |    4 +
 po/hi.po     |  199 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 104 insertions(+), 99 deletions(-)

commit 6942e914c191ce97d7f9808b58cb85103829f8dc
Author: Alexander Winston <alexander.winston@comcast.net>
Date:   Tue Jul 20 17:41:47 2004 +0000

    Updated Canadian English translation.
    
    2004-07-20  Alexander Winston  <alexander.winston@comcast.net>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   14 ++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

commit e532737cbb39f8b830175f46da596ffe6da062e2
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Tue Jul 20 11:22:25 2004 +0000

    2004-07-20 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 ++++
 po/ja.po     |   11 ++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit b3e69a3274a3f8445cc87d48a22ef72888bd39f7
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Mon Jul 19 16:12:28 2004 +0000

    Updated Albanian translation.
    
    2004-07-19  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++++
 po/sq.po     |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit f5ea36dd2e6744375bf03561a88e60e66dea1ff2
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jul 19 01:40:05 2004 +0000

    Post release bump.
    
    2004-07-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post release bump.

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

commit 1e87f50e42f2befa31ec3210e7435341ebc521d8
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jul 19 01:39:06 2004 +0000

    Release 2.7.0
    
    2004-07-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.7.0

 ChangeLog     |    4 +
 configure.in  |    2 +-
 po/am.po      |  118 ++++----
 po/ar.po      |  118 ++++----
 po/az.po      |  118 ++++----
 po/be.po      |  118 ++++----
 po/bg.po      |  907 +++++++++++++++++++++++++++++----------------------------
 po/bn.po      |  118 ++++----
 po/ca.po      |  118 ++++----
 po/cs.po      |  118 ++++----
 po/cy.po      |  118 ++++----
 po/da.po      |  118 ++++----
 po/de.po      |  118 ++++----
 po/el.po      |  118 ++++----
 po/en_CA.po   |  118 ++++----
 po/en_GB.po   |  118 ++++----
 po/es.po      |  118 ++++----
 po/et.po      |  118 ++++----
 po/eu.po      |  106 ++++----
 po/fa.po      |  118 ++++----
 po/fi.po      |  118 ++++----
 po/fr.po      |  118 ++++----
 po/ga.po      |  118 ++++----
 po/gl.po      |  118 ++++----
 po/gu.po      |  118 ++++----
 po/hi.po      |  118 ++++----
 po/hr.po      |  118 ++++----
 po/hu.po      |  118 ++++----
 po/id.po      |  128 +++++----
 po/is.po      |  118 ++++----
 po/it.po      |  118 ++++----
 po/ja.po      |  118 ++++----
 po/ko.po      |  118 ++++----
 po/lt.po      |  118 ++++----
 po/mi.po      |  112 ++++----
 po/ml.po      |  118 ++++----
 po/mn.po      |  118 ++++----
 po/ms.po      |  118 ++++----
 po/ne.po      |  118 ++++----
 po/nl.po      |  118 ++++----
 po/nn.po      |  118 ++++----
 po/no.po      |  118 ++++----
 po/pa.po      |  118 ++++----
 po/pl.po      |  118 ++++----
 po/pt.po      |  118 ++++----
 po/pt_BR.po   |  118 ++++----
 po/ro.po      |  118 ++++----
 po/ru.po      |  118 ++++----
 po/sk.po      |  118 ++++----
 po/sl.po      |  118 ++++----
 po/sq.po      |  109 ++++----
 po/sr.po      |  118 ++++----
 po/sr@Latn.po |  118 ++++----
 po/sv.po      |  118 ++++----
 po/ta.po      |  118 ++++----
 po/th.po      |  118 ++++----
 po/uk.po      |  118 ++++----
 po/vi.po      |  118 ++++----
 po/zh_CN.po   |  118 ++++----
 po/zh_TW.po   |  118 ++++----
 60 files changed, 3986 insertions(+), 3636 deletions(-)

commit 63661a6ea0de0250b545d794f645a36ffeb88490
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jul 19 01:13:40 2004 +0000

    src/calendar.c, src/entry.c, src/fileselection.c, Cleanup fixes from Paul
    
    2004-07-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/calendar.c, src/entry.c, src/fileselection.c,
    	* src/msg.c, src/progress.c, src/text.c, src/tree.c: Cleanup
    	fixes from Paul Bolle.

 ChangeLog           |    6 ++++++
 src/calendar.c      |    5 ++---
 src/entry.c         |    3 +--
 src/fileselection.c |    4 +---
 src/msg.c           |    5 ++---
 src/progress.c      |    3 +--
 src/text.c          |    2 +-
 src/tree.c          |    3 +--
 8 files changed, 15 insertions(+), 16 deletions(-)

commit 4dd6dd672ae0f9620a561f45e53daffb76fe8874
Author: Glynn Foster <gman@src.gnome.org>
Date:   Mon Jul 19 01:01:58 2004 +0000

    Up the gicker.

 src/.cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit ffaed088561e8c0a085fd2797543aaef65419f0c
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jul 19 01:01:28 2004 +0000

    Add new option for --print-column, based on a patch by Paul Bolle. Fixes
    
    2004-07-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c, src/tree.c, src/zenity.h,
    	help/C/zenity.xml: Add new option for --print-column, based
    	on a patch by Paul Bolle.  Fixes #144496.

 ChangeLog         |    6 +++++
 help/C/zenity.xml |    9 +++++++
 src/main.c        |   27 ++++++++++++++++++---
 src/tree.c        |   65 ++++++++++++++++++++++++++++++++++++++++++++--------
 src/zenity.h      |    1 +
 5 files changed, 94 insertions(+), 14 deletions(-)

commit b986224682b864b25125bf73ae38f47e0fe883b1
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Jul 18 23:52:07 2004 +0000

    Remove duplicate locale.h include. Patch from Leonardo Boshell. Partly
    
    2004-07-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c: Remove duplicate locale.h include. Patch
    	from Leonardo Boshell. Partly fixes #137993.

 ChangeLog  |    5 +++++
 THANKS     |    1 +
 src/main.c |    1 -
 3 files changed, 6 insertions(+), 1 deletions(-)

commit aac104540028bb54df98436f718c96645b3a3bdd
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Jul 18 23:45:59 2004 +0000

    Fix up documentation for correct usage of the Text Entry dialog. Patch
    
    2004-07-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml, help/sr/zenity.xml: Fix up
    	documentation for correct usage of the Text Entry
    	dialog. Patch from Baptiste Mille-Mathias. Fixes #141513.

 ChangeLog          |    6 ++++++
 THANKS             |    1 +
 help/C/zenity.xml  |    2 +-
 help/sr/zenity.xml |    2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)

commit 6a17938c959a4418d2c42ef903fa40916defae2f
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Jul 18 23:40:20 2004 +0000

    Make sure the text can take markup, so that people can create nice HIG
    
    2004-07-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/msg.c: Make sure the text can take markup, so
    	that people can create nice HIG compliant message
    	dialogs. Patch from Sebastian Heinlein. Fixes #140748.

 ChangeLog |    6 ++++++
 src/msg.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit e6290c86ffbb3c29a2bb071744ab7e425327dc27
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Jul 18 23:37:06 2004 +0000

    Fix up compilation using Forte compiler. Based on patch from Ivan Noris.
    
    2004-07-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in, src/Makefile.am: Fix up compilation
    	using Forte compiler. Based on patch from Ivan Noris.
    	Fixes #143041.

 ChangeLog       |    6 ++++++
 THANKS          |    1 +
 configure.in    |   34 ++++++++++++++++++++++++++++++++++
 src/Makefile.am |    3 ++-
 4 files changed, 43 insertions(+), 1 deletions(-)

commit 7a71be6387c47b6160ea4e7f289bec1ec2111fd4
Author: Alexander Shopov <ash@contact.bg>
Date:   Thu Jul 8 05:53:32 2004 +0000

    Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
    
    2004-07-08  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Rostislav Raykov <zbrox@i-space.org>

 po/ChangeLog |    5 +
 po/bg.po     |  918 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 463 insertions(+), 460 deletions(-)

commit f5cd14fc478611949d4c187e7544fea4c704237c
Author: Iñaki Larrañaga <dooteo@euskalgnu.org>
Date:   Mon Jun 28 21:55:32 2004 +0000

    Updated Basque translation.
    
    2004-06-28  Iñaki Larrañaga  <dooteo@euskalgnu.org>
    
            * eu.po: Updated Basque translation.

 po/ChangeLog |    4 +
 po/eu.po     |  216 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 114 insertions(+), 106 deletions(-)

commit 9439b6942aa601e676de30e47b2d24a4c702fe20
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Mon Jun 28 15:18:07 2004 +0000

    Translation updated.
    
    2004-06-28  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/sq.po     |   19 ++++++++++---------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit f58d66e3d78b1263f5755c51047ad7a4bc70178a
Author: John C Barstow <jbowtie@amathaine.com>
Date:   Sat Jun 26 07:37:54 2004 +0000

    Added mi to ALL_LINGUAS.
    
    2004-06-26  John C Barstow  <jbowtie@amathaine.com>
    
    	* configure.in: Added mi to ALL_LINGUAS.

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

commit eccb95df24f309422c61973f3d585ceaee830688
Author: John C Barstow <jbowtie@amathaine.com>
Date:   Sat Jun 26 07:37:52 2004 +0000

    Translation added.
    
    2004-06-26  John C Barstow  <jbowtie@amathaine.com>
    
    	* mi.po: Translation added.

 po/ChangeLog |    4 +
 po/mi.po     |  477 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 481 insertions(+), 0 deletions(-)

commit 6c68b70ca3bb5ea719c5044a2e5d7959f87b1a06
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Thu Jun 17 23:38:39 2004 +0000

    Patch from Luke Suchocki to send HUP to parent instead of itself. Fixes
    
    2004-06-18  Glynn Foster  <glynn.foster@sun.com>
    
    	* THANKS, src/about.c, src/progress.c: Patch
    	from Luke Suchocki to send HUP to parent
    	instead of itself. Fixes #144542.

 ChangeLog      |    6 ++++++
 THANKS         |    1 +
 src/about.c    |    1 +
 src/progress.c |    2 +-
 4 files changed, 9 insertions(+), 1 deletions(-)

commit c7ec5229bbf0328687ae1deef58c9fae906b34f2
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Jun 16 23:45:28 2004 +0000

    Fix parsing errors. Patch from Paull Bolle. Fixes #144501.
    
    2004-06-17  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c: Fix parsing errors. Patch from
    	Paull Bolle. Fixes #144501.

 ChangeLog  |    5 +++++
 src/main.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit c30c2f365fc8567cf1614388510c9d0e6b0aa764
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Jun 9 21:12:55 2004 +0000

    Add Paul. fix tyops in parsing.
    
    2004-06-08  Glynn Foster  <glynn.foster@sun.com>
    
    	* THANKS, src/about.c: Add Paul.
    	* src/main.c:  fix tyops in parsing.

 ChangeLog   |    8 +++++++-
 THANKS      |    1 +
 src/about.c |    1 +
 src/main.c  |    8 ++++----
 4 files changed, 13 insertions(+), 5 deletions(-)

commit af95b56d00075b6a884202911c4cafad47baa97a
Author: Mohammad DAMT <mdamt@bisnisweb.com>
Date:   Thu May 27 09:25:59 2004 +0000

    Added Indonesian translation by Ahmad Riza H Nst
    
    2004-05-27  Mohammad DAMT  <mdamt@bisnisweb.com>
    
            * po/id.po: Added Indonesian translation by Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
            * configure.in: Added id to ALL_LINGUAS

 ChangeLog    |    5 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/id.po     |  453 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 463 insertions(+), 1 deletions(-)

commit b98fdf4ac924f6473728a2177a624a147d1eda8c
Author: Alexander Shopov <ash@contact.bg>
Date:   Wed May 26 06:25:42 2004 +0000

    Added Bulgarian translation by Rostislav Raykov <zbrox@dir.bg>
    
    2004-05-26  Alexander Shopov <ash@contact.bg>
    
    	* po/bg.po:
    	* configure.in: Added Bulgarian translation
    	by Rostislav Raykov <zbrox@dir.bg>

 ChangeLog    |    6 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/bg.po     |  460 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 472 insertions(+), 1 deletions(-)

commit a4ddce66bd638f2d9e87a2de5196d63390c00bbd
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Apr 28 23:11:31 2004 +0000

    Post release bump.
    
    2004-04-29  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post release bump.

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

commit 2a176b67c74be5102ddaa84a89a03f433967908a
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Apr 28 23:10:48 2004 +0000

    Release 2.6.2 Update.
    
    2004-04-29  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.6.2
    	* NEWS: Update.

 ChangeLog     |    5 ++
 NEWS          |   13 ++++
 po/ChangeLog  |    4 +
 po/am.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/ar.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/az.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/be.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/bn.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/ca.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/cs.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/cy.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/da.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/de.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/el.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/en_CA.po   |  186 ++++++++++++++++++++++++++++-----------------------------
 po/en_GB.po   |  178 +++++++++++++++++++++++++++---------------------------
 po/es.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/et.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/eu.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/fa.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/fi.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/fr.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/ga.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/gl.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/gu.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/hi.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/hr.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/hu.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/is.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/it.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/ja.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/ko.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/lt.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/ml.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/mn.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/ms.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/ne.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/nl.po      |  183 +++++++++++++++++++++++++++----------------------------
 po/nn.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/no.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/pa.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/pl.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/pt.po      |  183 +++++++++++++++++++++++++++----------------------------
 po/pt_BR.po   |  178 +++++++++++++++++++++++++++---------------------------
 po/ro.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/ru.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/sk.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/sl.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/sq.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/sr.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/sr@Latn.po |  178 +++++++++++++++++++++++++++---------------------------
 po/sv.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/ta.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/th.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/uk.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/vi.po      |  178 +++++++++++++++++++++++++++---------------------------
 po/zh_CN.po   |  178 +++++++++++++++++++++++++++---------------------------
 po/zh_TW.po   |  178 +++++++++++++++++++++++++++---------------------------
 58 files changed, 4921 insertions(+), 4909 deletions(-)

commit 02955ce70f7fa58da88dc8d66e07520afb94f642
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Apr 28 12:06:02 2004 +0000

    Fix the list dialog not being able to handle --text to change the text. It
    
    2004-04-29  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c, src/tree.c: Fix the list dialog not being
    	able to handle --text to change the text. It was also
    	intentional but must have fallen through the gaps.
    	* data/zenity.1: Update
    	* help/C/zenity.xml: Update.

 ChangeLog         |    8 ++++++++
 data/zenity.1     |    3 +++
 help/C/zenity.xml |    7 +++++++
 src/main.c        |   20 +++++++++++++++++++-
 src/tree.c        |    6 ++++++
 5 files changed, 43 insertions(+), 1 deletions(-)

commit 5f7b750f3972de1106e593922374a0b75c2dd5ea
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Apr 27 20:34:56 2004 +0000

    Untranslate 3 strings again. Thanks to Christian for pointing this out.
    
    2004-04-27  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/zenity.glade: Untranslate 3 strings again. Thanks
    	to Christian for pointing this out.

 ChangeLog        |    5 +++++
 src/zenity.glade |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 8f4482f5dc2c02eb2db7d0fcb2e692c4312cfb7c
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue Apr 27 10:57:09 2004 +0000

    Translation updated.
    
    2004-04-27  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |   28 ++++++++++++++++++++--------
 2 files changed, 24 insertions(+), 8 deletions(-)

commit fb91c93dce6b077c05b88e1ea51c1a351aa75512
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Apr 26 21:42:24 2004 +0000

    Updated Portuguese translation.
    
    2004-04-26  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 ++++
 po/pt.po     |   34 +++++++++++++++++++++++-----------
 2 files changed, 27 insertions(+), 11 deletions(-)

commit 8a273614b5c90e7e83d14f66553e4d763a2baf6e
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Mon Apr 26 19:57:49 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   33 +++++++++++++++++++++++----------
 2 files changed, 27 insertions(+), 10 deletions(-)

commit 62785ed80fb0b86847b4eaa3f4cf596f4c109324
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Apr 26 04:41:25 2004 +0000

    Add from the 2 Sebastian's, and make email addresses more spam proof.
    
    2004-04-26  Glynn Foster  <glynn.foster@sun.com>
    
    	* THANKS, src/about.c: Add from the 2 Sebastian's, and make
    	email addresses more spam proof.
    	* src/calendar.c, src/entry.c, src/fileselection.c, src/msg.c,
    	* src/progress.c, src/text.c, src/tree.c, src/util.c,
    	* src/util.h: Patch from Sebastian Kapfer to make all zenity
    	dialogs transients of the parent xterm. Fixes #136226.
    	* src/zenity.glade: Patch from Sebastian Heinlein to
    	improve things HIG wise. Fixes #140745.

 ChangeLog           |   11 +++
 THANKS              |  177 +++++++++++++++++++++++++-------------------------
 src/about.c         |  180 ++++++++++++++++++++++++++-------------------------
 src/calendar.c      |    2 +-
 src/entry.c         |    2 +-
 src/fileselection.c |    2 +-
 src/msg.c           |    2 +-
 src/progress.c      |    4 +-
 src/text.c          |    2 +-
 src/tree.c          |    2 +-
 src/util.c          |   93 ++++++++++++++++++++++++++
 src/util.h          |    1 +
 src/zenity.glade    |  152 +++++++++++++++++++++++++++++++++----------
 13 files changed, 411 insertions(+), 219 deletions(-)

commit 1b01fb4b27c8b2e2c02ff517f1ee3ba7fadf2859
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Apr 20 12:20:42 2004 +0000

    Post version bump.
    
    2004-04-20  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post version bump.

 ChangeLog    |    4 +++
 configure.in |    2 +-
 po/ChangeLog |   60 +++------------------------------------------------------
 3 files changed, 9 insertions(+), 57 deletions(-)

commit af9484723ffded746b0ccc73ebf3266d970287f2
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Apr 20 12:17:39 2004 +0000

    Release 2.6.1 Update.
    
    2004-04-20  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.6.1
    	* NEWS: Update.

 ChangeLog     |    5 +++++
 NEWS          |   12 ++++++++++++
 po/am.po      |    2 +-
 po/ar.po      |    2 +-
 po/az.po      |    2 +-
 po/be.po      |    2 +-
 po/bn.po      |    2 +-
 po/ca.po      |    2 +-
 po/cs.po      |    2 +-
 po/cy.po      |    2 +-
 po/da.po      |    2 +-
 po/de.po      |    2 +-
 po/el.po      |    2 +-
 po/en_CA.po   |    7 +++----
 po/en_GB.po   |    2 +-
 po/es.po      |    2 +-
 po/et.po      |    2 +-
 po/eu.po      |    2 +-
 po/fa.po      |    2 +-
 po/fi.po      |    2 +-
 po/fr.po      |    2 +-
 po/ga.po      |    2 +-
 po/gl.po      |   50 ++++++++++++++++++++------------------------------
 po/gu.po      |    4 ++--
 po/hi.po      |    2 +-
 po/hr.po      |    2 +-
 po/hu.po      |    2 +-
 po/is.po      |    2 +-
 po/it.po      |    2 +-
 po/ja.po      |    2 +-
 po/ko.po      |    2 +-
 po/lt.po      |    2 +-
 po/ml.po      |    2 +-
 po/mn.po      |    2 +-
 po/ms.po      |    2 +-
 po/ne.po      |    2 +-
 po/nl.po      |    2 +-
 po/nn.po      |    2 +-
 po/no.po      |    2 +-
 po/pa.po      |    2 +-
 po/pl.po      |    2 +-
 po/pt.po      |    2 +-
 po/pt_BR.po   |    2 +-
 po/ro.po      |    2 +-
 po/ru.po      |    2 +-
 po/sk.po      |    2 +-
 po/sl.po      |    2 +-
 po/sq.po      |    2 +-
 po/sr.po      |    2 +-
 po/sr@Latn.po |    2 +-
 po/sv.po      |    2 +-
 po/ta.po      |    2 +-
 po/th.po      |    2 +-
 po/uk.po      |    2 +-
 po/vi.po      |    2 +-
 po/zh_CN.po   |    2 +-
 po/zh_TW.po   |    2 +-
 57 files changed, 94 insertions(+), 88 deletions(-)

commit 0b175e1c580a18f60716beb2736dc5a6753918cc
Author: Ross Burton <rburton@src.gnome.org>
Date:   Tue Apr 20 10:54:21 2004 +0000

    Fix a typo in the manual

 ChangeLog         |    5 +++++
 help/C/zenity.xml |   10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

commit 9cb4c22a664a5387a0641ef83960e04a6fa27074
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Apr 20 10:24:37 2004 +0000

    Fix documentation for text-info as pointed out by the grand master of the
    
    2004-04-20  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Fix documentation for text-info
    	as pointed out by the grand master of the zenity man
    	page, Ross Burton.

 ChangeLog         |    6 ++++++
 help/C/zenity.xml |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 63c811402c709b007fe41bd8a3a4d90833c61db2
Author: Yogeesh MB <yogeeshmb@src.gnome.org>
Date:   Tue Apr 13 12:02:26 2004 +0000

    Added kannada translations

 po/ChangeLog |    4 +
 po/kn.po     |  460 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 464 insertions(+), 0 deletions(-)

commit 395604a647b406d036bcbe8e5bc16ea22aba46b5
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Sat Apr 10 09:44:25 2004 +0000

    added gujarati translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/gu.po     |  465 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 475 insertions(+), 1 deletions(-)

commit 6c58fea1bba28d8628f7e858224c167d8c4633b9
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Tue Mar 30 21:12:04 2004 +0000

    Added en_CA (Canadian English) to ALL_LINGUAS. po/en_CA.po Added Canadian
    
    
    	* configure.in: Added en_CA (Canadian English) to ALL_LINGUAS.
    	* po/en_CA.po Added Canadian English translation, hopefully for
    	  really reals this time.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/en_CA.po  |  456 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 465 insertions(+), 1 deletions(-)

commit 97d1703b832d6ef6c3d69f26c212b0b9aa7882f6
Author: Jesus Bravo Alvarez <jesusb@src.gnome.org>
Date:   Sun Mar 28 21:51:03 2004 +0000

    Added Galician translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/gl.po     |  468 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 478 insertions(+), 1 deletions(-)

commit 31557852a5c0472056e31f056aed3e17e1f53570
Author: Glynn Foster <gman@src.gnome.org>
Date:   Mon Mar 22 22:32:13 2004 +0000

    ignore.

 .cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 31af52a7d37d7eb99c9e0082f5b5cbe392a04012
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Mar 22 22:31:44 2004 +0000

    Add workaround to scrollkeeper-update not cleaning up after itself, as
    
    2004-03-23  Glynn Foster  <glynn.foster@sun.com>
    
    	* Makefile.am: Add workaround to scrollkeeper-update not
    	cleaning up after itself, as copied from gnome-panel.

 ChangeLog   |    5 +++++
 Makefile.am |   25 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

commit c02f170933a03a0d30b19540f696fa65bad83b65
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Mar 22 11:00:31 2004 +0000

    Post release bump.
    
    2004-03-23  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Post release bump.

 .cvsignore         |    2 ++
 ChangeLog          |    4 ++++
 configure.in       |    2 +-
 help/sr/.cvsignore |    4 ++++
 4 files changed, 11 insertions(+), 1 deletions(-)

commit 1e5f3993ee520c12bdafd9c5587fab0ba393a85c
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Mar 22 10:53:47 2004 +0000

    Update. Release 2.6.0
    
    2004-03-23  Glynn Foster  <glynn.foster@sun.com>
    
    	* NEWS, THANKS, src/about.c: Update.
    	* configure.in: Release 2.6.0

 ChangeLog     |    5 ++++
 NEWS          |   13 +++++++++++
 THANKS        |    2 +
 configure.in  |    2 +-
 po/ChangeLog  |   64 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 po/am.po      |   14 ++++++------
 po/ar.po      |   14 ++++++------
 po/az.po      |   14 ++++++------
 po/be.po      |   14 ++++++------
 po/bn.po      |   14 ++++++------
 po/ca.po      |   14 ++++++------
 po/cs.po      |   14 ++++++------
 po/cy.po      |   20 +++++++++---------
 po/da.po      |   14 ++++++------
 po/de.po      |   14 ++++++------
 po/el.po      |   16 +++++++-------
 po/en_GB.po   |   14 ++++++------
 po/es.po      |   14 ++++++------
 po/et.po      |   14 ++++++------
 po/eu.po      |   14 ++++++------
 po/fa.po      |   14 ++++++------
 po/fi.po      |   14 ++++++------
 po/fr.po      |   14 ++++++------
 po/ga.po      |   14 ++++++------
 po/hi.po      |   14 ++++++------
 po/hr.po      |   14 ++++++------
 po/hu.po      |   16 +++++++-------
 po/is.po      |   14 ++++++------
 po/it.po      |   14 ++++++------
 po/ja.po      |   14 ++++++------
 po/ko.po      |   14 ++++++------
 po/lt.po      |   14 ++++++------
 po/ml.po      |   14 ++++++------
 po/mn.po      |   14 ++++++------
 po/ms.po      |   14 ++++++------
 po/ne.po      |   14 ++++++------
 po/nl.po      |   14 ++++++------
 po/nn.po      |   14 ++++++------
 po/no.po      |   14 ++++++------
 po/pa.po      |   14 ++++++------
 po/pl.po      |   14 ++++++------
 po/pt.po      |   14 ++++++------
 po/pt_BR.po   |   14 ++++++------
 po/ro.po      |   16 +++++++-------
 po/ru.po      |   14 ++++++------
 po/sk.po      |   14 ++++++------
 po/sl.po      |   14 ++++++------
 po/sq.po      |   14 ++++++------
 po/sr.po      |   14 ++++++------
 po/sr@Latn.po |   14 ++++++------
 po/sv.po      |   14 ++++++------
 po/ta.po      |   14 ++++++------
 po/th.po      |   14 ++++++------
 po/uk.po      |   14 ++++++------
 po/vi.po      |   14 ++++++------
 po/zh_CN.po   |   14 ++++++------
 po/zh_TW.po   |   14 ++++++------
 src/about.c   |    6 +++-
 58 files changed, 455 insertions(+), 377 deletions(-)

commit 87b08af9cec37f4cfe558f543c0cd678c75cb74b
Author: Mugurel Tudor <mugurelu@go.ro>
Date:   Sun Mar 21 16:28:34 2004 +0000

    Added Romanian translation (really this time ;) )
    
    2004-03-21  Mugurel Tudor  <mugurelu@go.ro>
    
    	* ro.po: Added Romanian translation (really this time ;) )

 po/ro.po |  456 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 456 insertions(+), 0 deletions(-)

commit 72be05b999178ff5e01d1472b3be21a5eb7f6ec3
Author: Mugurel Tudor <mugurelu@go.ro>
Date:   Sun Mar 21 16:27:37 2004 +0000

    Added Romanian translation
    
    2004-03-21  Mugurel Tudor  <mugurelu@go.ro>
    
    	* ro.po: Added Romanian translation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit d708dcd010f6fd5d93abbc461f96dd403473a3dc
Author: Mugurel Tudor <mugurelu@go.ro>
Date:   Sun Mar 21 16:25:47 2004 +0000

    Added "ro" to ALL_LINGUAS
    
    2004-03-21  Mugurel Tudor  <mugurelu@go.ro>
    
    	* configure.in: Added "ro" to ALL_LINGUAS

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

commit 338798f16b06f80d08ac6f7aa888037f4c76027a
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 21 07:50:57 2004 +0000

    Removed "en_CA" because the po/en_CA.po is missing.

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

commit 1972bc38d77125526cdcbb363b3a93b288201f38
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 21 07:28:03 2004 +0000

    Add Serbian documentation to the build system.

 ChangeLog        |    5 +++++
 configure.in     |    1 +
 help/Makefile.am |    3 ++-
 3 files changed, 8 insertions(+), 1 deletions(-)

commit 4ff719945c6116d60f6655ef60057a23e6a76c10
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 21 06:45:50 2004 +0000

    Added Serbian translation of documentation.

 ChangeLog                                          |    5 +
 help/sr/Makefile.am                                |    7 +
 help/sr/figures/zenity-calendar-screenshot.png     |  Bin 0 -> 19540 bytes
 help/sr/figures/zenity-entry-screenshot.png        |  Bin 0 -> 7163 bytes
 help/sr/figures/zenity-error-screenshot.png        |  Bin 0 -> 9116 bytes
 .../sr/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 29335 bytes
 help/sr/figures/zenity-information-screenshot.png  |  Bin 0 -> 11087 bytes
 help/sr/figures/zenity-list-screenshot.png         |  Bin 0 -> 23023 bytes
 help/sr/figures/zenity-progress-screenshot.png     |  Bin 0 -> 8533 bytes
 help/sr/figures/zenity-question-screenshot.png     |  Bin 0 -> 11441 bytes
 help/sr/figures/zenity-text-screenshot.png         |  Bin 0 -> 19454 bytes
 help/sr/figures/zenity-warning-screenshot.png      |  Bin 0 -> 11004 bytes
 help/sr/legal.xml                                  |    9 +
 help/sr/zenity-sr.omf                              |   32 ++
 help/sr/zenity.xml                                 |  469 ++++++++++++++++++++
 15 files changed, 522 insertions(+), 0 deletions(-)

commit 24e09bcf4f9da7429acc69515253c63e79ef5bb7
Author: Andras Timar <timar@gnome.hu>
Date:   Fri Mar 19 22:29:40 2004 +0000

    Updated Hungarian translation.
    
    2004-03-19  Andras Timar  <timar@gnome.hu>
    
    	* hu.po: Updated Hungarian translation.

 po/ChangeLog |    4 ++++
 po/hu.po     |   31 ++++++++++++++-----------------
 2 files changed, 18 insertions(+), 17 deletions(-)

commit ebc3193b02f9915196be30016b50868be44b9bf6
Author: Telsa Gwynne <telsa@src.gnome.org>
Date:   Fri Mar 19 16:44:44 2004 +0000

    Typo-bashing from Dafydd Tomos.

 po/ChangeLog |    4 ++
 po/cy.po     |   95 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 53 insertions(+), 46 deletions(-)

commit b43bbda2e247e72782cf116003d308d21346935f
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Fri Mar 19 02:28:30 2004 +0000

    Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the new
    
    2004-03-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/calendar.c, src/entry.c, src/fileselection.c,
    	src/msg.c, src/progress.c, src/text.c, src/tree.c:
    	Patch from Darren Adams <darrenadams@dsl.pipex.com> to make
    	sure the new file chooser resizes nicely. Sanitize the default
    	setting of the other widgets.
    	* configure.in, src/util.c: Lose gconf dependancy since we
    	don't currently use it, although arguably we should to detect
    	which help browser we're supposed to run :/
    	* THANKS, src/about.c: Add Darren to the list.

 ChangeLog           |   12 ++++++++++++
 THANKS              |    1 +
 configure.in        |    2 +-
 src/about.c         |    1 +
 src/calendar.c      |    3 ++-
 src/entry.c         |    3 ++-
 src/fileselection.c |    3 +--
 src/msg.c           |    5 +++--
 src/progress.c      |    3 ++-
 src/text.c          |    6 +++++-
 src/tree.c          |    3 ++-
 src/util.c          |    1 -
 12 files changed, 32 insertions(+), 11 deletions(-)

commit f4e2c43e6ade2e09fd93ecb559ef432b3c85ea13
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Thu Mar 18 17:33:20 2004 +0000

    Updated the Greek translation

 po/ChangeLog |    4 ++++
 po/el.po     |   40 +++++++++++++++++-----------------------
 2 files changed, 21 insertions(+), 23 deletions(-)

commit 3a7f8fcbaeb15b346a90c8cd0bf2afc2afa3a3de
Author: Nikos Charonitakis <frolix68@src.gnome.org>
Date:   Thu Mar 18 13:58:35 2004 +0000

    Updated Greek translation

 po/ChangeLog |    4 ++++
 po/el.po     |   54 ++++++++++++++++++++++++------------------------------
 2 files changed, 28 insertions(+), 30 deletions(-)

commit f4f36e5a07bd12d2f28935f1108943bf916aa4a3
Author: Alexander Winston <alexander.winston@comcast.net>
Date:   Tue Mar 16 17:06:06 2004 +0000

    Added "en_CA" (Canadian English) to ALL_LINGUAS.
    
    2004-03-16  Alexander Winston  <alexander.winston@comcast.net>
    
    	* configure.in: Added "en_CA" (Canadian English) to ALL_LINGUAS.

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

commit f5ecd1f3e897d6b9c9f4d1d4914c04fc817a841e
Author: Alexander Winston <alexander.winston@comcast.net>
Date:   Tue Mar 16 17:02:33 2004 +0000

    Added Canadian English translation.
    
    2004-03-16  Alexander Winston  <alexander.winston@comcast.net>
    
    	* en_CA.po: Added Canadian English translation.

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 8ebb05f9535d63f1ecb6a59aaeb5429b092667a8
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Mar 15 00:17:46 2004 +0000

    Update. Use automake 1.7 since everyone has it by now. Release 2.5.91
    
    2004-03-15  Glynn Foster  <glynn.foster@sun.com>
    
    	* NEWS: Update.
    	* autogen.sh: Use automake 1.7 since everyone has it by now.
    	* configure.in: Release 2.5.91

 ChangeLog     |    6 ++++++
 NEWS          |    9 +++++++++
 autogen.sh    |    1 +
 configure.in  |    2 +-
 po/ChangeLog  |    8 ++++++++
 po/am.po      |    2 +-
 po/ar.po      |    2 +-
 po/az.po      |   19 ++++++++++---------
 po/be.po      |    2 +-
 po/bn.po      |    2 +-
 po/ca.po      |    2 +-
 po/cs.po      |    2 +-
 po/cy.po      |    2 +-
 po/da.po      |    2 +-
 po/de.po      |    2 +-
 po/el.po      |    2 +-
 po/en_GB.po   |    2 +-
 po/es.po      |    2 +-
 po/et.po      |    2 +-
 po/eu.po      |    2 +-
 po/fa.po      |    2 +-
 po/fi.po      |    2 +-
 po/fr.po      |    2 +-
 po/ga.po      |    2 +-
 po/hi.po      |    2 +-
 po/hr.po      |    2 +-
 po/hu.po      |    2 +-
 po/is.po      |    2 +-
 po/it.po      |    2 +-
 po/ja.po      |    2 +-
 po/ko.po      |    2 +-
 po/lt.po      |    2 +-
 po/ml.po      |    2 +-
 po/mn.po      |    2 +-
 po/ms.po      |    2 +-
 po/ne.po      |    2 +-
 po/nl.po      |    2 +-
 po/nn.po      |    2 +-
 po/no.po      |    2 +-
 po/pa.po      |    2 +-
 po/pl.po      |    2 +-
 po/pt.po      |    2 +-
 po/pt_BR.po   |    2 +-
 po/ru.po      |    2 +-
 po/sk.po      |    2 +-
 po/sl.po      |    2 +-
 po/sq.po      |    2 +-
 po/sr.po      |    2 +-
 po/sr@Latn.po |    2 +-
 po/sv.po      |    2 +-
 po/ta.po      |    2 +-
 po/th.po      |    2 +-
 po/uk.po      |    2 +-
 po/vi.po      |    2 +-
 po/zh_CN.po   |    2 +-
 po/zh_TW.po   |    2 +-
 56 files changed, 85 insertions(+), 60 deletions(-)

commit dee9a6dc21b8677c348756988e1d958d08ea5c9b
Author: Mətin Əmirov <metin@karegen.com>
Date:   Sat Mar 6 20:42:50 2004 +0000

    Translation updated.
    
    2004-03-06  Mətin Əmirov  <metin@karegen.com>
    
    	* az.po: Translation updated.

 po/ChangeLog |    4 ++
 po/az.po     |   98 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 53 insertions(+), 49 deletions(-)

commit 8edcd96f02f861c282afb8f5c35e679a23362431
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Mar 6 18:52:08 2004 +0000

    Remove some unused code.
    
    2004-03-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/util.c: Remove some unused code.

 ChangeLog  |    4 ++++
 src/util.c |    3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 0e37613d25b36039f57cbe463c5e34a8017985e8
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Mar 6 18:50:14 2004 +0000

    Update to add Mike. Update for new release. Add lots of people, probably
    
    2004-03-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* AUTHORS: Update to add Mike.
    	* NEWS: Update for new release.
    	* THANKS, src/about.c: Add lots of people, probably get heaps
    	of bug reports complaining their name is spelled wrongly - darn
    	those weird characters.
    	* configure.in: Release 2.5.90

 AUTHORS       |    1 +
 ChangeLog     |    9 +++++
 NEWS          |   20 ++++++++++
 THANKS        |  103 +++++++++++++++++++++++++++++++++++++++++++++---------
 configure.in  |    2 +-
 po/ChangeLog  |    8 ++++
 po/am.po      |   18 ++++------
 po/ar.po      |   30 +++++++---------
 po/az.po      |   21 +++++------
 po/be.po      |   18 ++++------
 po/bn.po      |   18 ++++------
 po/ca.po      |   21 +++++------
 po/cs.po      |   21 +++++------
 po/cy.po      |   21 +++++------
 po/da.po      |   21 +++++------
 po/de.po      |   25 ++++++-------
 po/el.po      |   24 ++++++-------
 po/en_GB.po   |   18 ++++------
 po/es.po      |   23 ++++++------
 po/et.po      |   42 +++++++---------------
 po/eu.po      |   24 ++++++------
 po/fa.po      |   18 ++++------
 po/fi.po      |   24 ++++++------
 po/fr.po      |   21 +++++------
 po/ga.po      |   18 ++++------
 po/hi.po      |   18 ++++------
 po/hr.po      |   26 +++++++-------
 po/hu.po      |   21 +++++------
 po/is.po      |   18 ++++------
 po/it.po      |   18 ++++------
 po/ja.po      |   23 ++++++------
 po/ko.po      |   23 ++++++------
 po/lt.po      |   21 +++++------
 po/ml.po      |   18 ++++------
 po/mn.po      |   21 +++++------
 po/ms.po      |   18 ++++------
 po/ne.po      |   21 +++++------
 po/nl.po      |   21 +++++------
 po/nn.po      |   21 +++++------
 po/no.po      |   21 +++++------
 po/pa.po      |   16 ++++----
 po/pl.po      |   21 +++++------
 po/pt.po      |   21 +++++------
 po/pt_BR.po   |   18 ++++------
 po/ru.po      |   18 ++++------
 po/sk.po      |   21 +++++------
 po/sl.po      |   18 ++++------
 po/sq.po      |   22 +++++------
 po/sr.po      |   23 ++++++------
 po/sr@Latn.po |   29 ++++++++-------
 po/sv.po      |   22 ++++++------
 po/ta.po      |   18 ++++------
 po/th.po      |   20 ++++------
 po/uk.po      |   18 ++++------
 po/vi.po      |   18 ++++------
 po/zh_CN.po   |   21 +++++------
 po/zh_TW.po   |   18 ++++------
 src/about.c   |  109 +++++++++++++++++++++++++++++++++++++++++++++++---------
 58 files changed, 694 insertions(+), 635 deletions(-)

commit 3b0b2015c22a4ee1e35d4bd92fd421b9b330a729
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Thu Mar 4 09:44:52 2004 +0000

    Added Punjabi translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/pa.po     |  458 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 468 insertions(+), 1 deletions(-)

commit f9013fb09f1e5fc0c3979d3d09b29f7f0c9fb301
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Feb 29 07:34:28 2004 +0000

    Remove all the stupid duplicated code to do the help stuff, and instead do
    
    2004-02-29  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/about.c, src/util.c, src/util.h: Remove all the
    	stupid duplicated code to do the help stuff, and instead
    	do a simple call for 'yelp ghelp:zenity'. -418, +23. Eeek.
    	Fixes #135607.

 ChangeLog   |    7 +
 src/about.c |    2 +-
 src/util.c  |  407 +----------------------------------------------------------
 src/util.h  |    4 +-
 4 files changed, 16 insertions(+), 404 deletions(-)

commit 42a0dd7e5e63ae45983d0f96d75206ac517ec25f
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Fri Feb 27 17:04:29 2004 +0000

    Translation updated.
    
    2004-02-27  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated.

 po/ChangeLog |    4 +++
 po/et.po     |   74 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 47 insertions(+), 31 deletions(-)

commit fee4f57f3ee16e9dd492208f856fa76d5c78071c
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Mon Feb 23 11:39:01 2004 +0000

    Updated the Greek translation

 po/ChangeLog |    4 ++++
 po/el.po     |   18 ++++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)

commit b3385faf8b7690836c6d79004bd24ef1f5401019
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Mon Feb 23 09:08:06 2004 +0000

    Updated Albanian translation
    
    * sq.po: Updated Albanian translation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 3a2b58e9bee457765d4c45762d3422731af1e3ef
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Mon Feb 23 09:06:08 2004 +0000

    Korrigjime

 po/sq.po |   58 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

commit 3ef2052d7f7eebcc642b1a2f6630a8c0d4f0794b
Author: Paisa Seeluangsawat <paisa@users.sf.net>
Date:   Mon Feb 23 00:00:32 2004 +0000

    Updated Thai translation.
    
    2004-02-22  Paisa Seeluangsawat  <paisa@users.sf.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 ++
 po/th.po     |  133 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 74 insertions(+), 63 deletions(-)

commit e56c2aa2f1cc155afcb83c0e32206348dd7962d4
Author: jjranta <jjranta@src.gnome.org>
Date:   Sun Feb 22 21:24:36 2004 +0000

    Updated Finnish translation.

 po/ChangeLog |    4 ++++
 po/fi.po     |   12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 516b8d1ede76966bd164391759dcb7c047d53c0b
Author: Paisa Seeluangsawat <paisa@users.sf.net>
Date:   Sat Feb 21 22:24:56 2004 +0000

    Added Thai (th) to ALL_LINGUAS.
    
    2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
    
    	* configure.in: Added Thai (th) to ALL_LINGUAS.

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

commit ae3fe6512359c99f542354b3ed7bc28b09d0a144
Author: Paisa Seeluangsawat <paisa@users.sf.net>
Date:   Sat Feb 21 22:23:10 2004 +0000

    Added Thai translation by Supranee Thirawatthanasuk
    
    2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
    
    	* th.po: Added Thai translation by Supranee Thirawatthanasuk

 po/ChangeLog |   12 +-
 po/th.po     |  459 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 467 insertions(+), 4 deletions(-)

commit 406733747aeadd0a5475eed37a9c37238320ef2b
Author: Görkem Çetin <gorkem@src.gnome.org>
Date:   Tue Feb 17 13:41:14 2004 +0000

    CVS_SILENT

 po/tr.po |  196 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 97 insertions(+), 99 deletions(-)

commit 484cc77dee4d636c993c3d7e7611f666b201dc54
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Feb 14 17:18:31 2004 +0000

    Serbian translation reviewed by Aleksandar Urošević.

 po/ChangeLog  |    5 +++
 po/sr.po      |   97 +++++++++++++++++++++++--------------------------------
 po/sr@Latn.po |  100 +++++++++++++++++++++++---------------------------------
 3 files changed, 86 insertions(+), 116 deletions(-)

commit 25f3cacee654e5366531dd3594a08be0a011c84f
Author: Arafat Medini <lumina@silverpen.de>
Date:   Wed Feb 11 23:22:30 2004 +0000

    Updated Arabic translation.
    
    
    2004-02-12  Arafat Medini  <lumina@silverpen.de>
    
            * ar.po: Updated Arabic translation.

 po/ChangeLog |    4 ++++
 po/ar.po     |   17 ++++++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

commit b6cb85aa603f5306541773237c0be51515ece9e0
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Sat Feb 7 21:45:14 2004 +0000

    *** empty log message ***

 po/ChangeLog |    4 ++++
 po/hr.po     |   26 ++++++++++----------------
 2 files changed, 14 insertions(+), 16 deletions(-)

commit a29ac04919e2dae1b2059c54eed8b766de078065
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Sat Feb 7 17:30:14 2004 +0000

    Updated Korean translation.
    
    	* ko.po: Updated Korean translation.

 po/ChangeLog |    4 ++++
 po/ko.po     |   54 +++++++++++++++++++++++++++---------------------------
 2 files changed, 31 insertions(+), 27 deletions(-)

commit 316299850e6595a6fc75d9eded105ed9f537ddb7
Author: Updated ja.po, fixed translators_credit. T.Aihana <aihana@gnome.gr.jp>
Date:   Sat Feb 7 04:30:01 2004 +0000

    2004-02-07 Updated ja.po, fixed translators_credit. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 ++++
 po/ja.po     |   15 ++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)

commit 0a986e7dbad5c6f2d7d00960aa771cffcdecebd1
Author: Tomasz Kłoczko <kloczek@src.gnome.org>
Date:   Wed Feb 4 16:19:57 2004 +0000

    Trival cleanup: remove AC_SUBST(CFLAGS), AC_SUBST(CPPFLAGS) and
    AC_SUBST(LDFLAGS). This variables are substed by default.

 ChangeLog    |    6 ++++++
 configure.in |    4 ----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 75bdcd6e77fcea76d9fe6d6b09e4f64eb59a3447
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Feb 3 10:27:46 2004 +0000

    Release 2.5.2
    
    2004-02-03  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.5.2

 ChangeLog    |    4 +
 NEWS         |   21 ++++
 configure.in |    2 +-
 po/az.po     |    8 +-
 po/de.po     |    8 +-
 po/fa.po     |    4 +-
 po/fr.po     |    4 +-
 po/hr.po     |   10 +-
 po/hu.po     |    3 +-
 po/mn.po     |   33 ++----
 po/nn.po     |    8 +-
 po/no.po     |    4 +-
 po/pt.po     |    4 +-
 po/sl.po     |  333 +++++++++++++++++++++++++++-------------------------------
 po/sq.po     |    4 +-
 po/zh_CN.po  |    4 +-
 16 files changed, 223 insertions(+), 231 deletions(-)

commit a3518d090354584ac5ee43e318c5aa4a970bae06
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Mon Feb 2 15:14:12 2004 +0000

    Updated Albanian translation
    
    * sq.po: Updated Albanian translation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit f135b76c62ef1903321731452192900d4fe1451d
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Mon Feb 2 15:13:09 2004 +0000

    Updated

 po/sq.po |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit a1b4655e205cf99209e5eaa7de874f01074e5719
Author: Mətin Əmirov <metin@karegen.com>
Date:   Sat Jan 31 19:17:33 2004 +0000

    Translation updated.
    
    2004-01-31  Mətin Əmirov  <metin@karegen.com>
    
    	* az.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/az.po     |   19 ++++++++++---------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit 42c23bbe91b394f1969880b6795dd50f8bfcc11c
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Mon Jan 26 20:45:49 2004 +0000

    Updated Slovenian translation

 po/sl.po |  336 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 180 insertions(+), 156 deletions(-)

commit 2a297420c2ebd72089f74a59f3bc93b0313510ec
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 26 03:50:50 2004 +0000

    Handle stdin. Fixes #132517.
    
    2004-01-26  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/text.c: Handle stdin. Fixes #132517.

 ChangeLog  |    4 +++
 src/text.c |   75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+), 0 deletions(-)

commit 9bc3014fb5e170886451a018125d2b5a74ce25f7
Author: Funda Wang <fwang@src.gnome.org>
Date:   Fri Jan 23 15:53:40 2004 +0000

    update

 po/ChangeLog |    2 +-
 po/zh_CN.po  |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit e40af4ae1f4a218ae5fb3a819a3f61a484c5983a
Author: Funda Wang <fwang@src.gnome.org>
Date:   Fri Jan 23 15:49:34 2004 +0000

    update

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit da36527ba80c2a483c7a393f9b6ff425b5319994
Author: Andras Timar <timar@gnome.hu>
Date:   Wed Jan 21 23:18:23 2004 +0000

    Updated Hungarian translation.
    
    2004-01-22  Andras Timar  <timar@gnome.hu>
    
    	* hu.po: Updated Hungarian translation.

 po/ChangeLog |    4 ++++
 po/hu.po     |   10 ++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 578f5884a3b37dc30dee21398634515b510131b8
Author: smund Skjveland <aasmunds@fys.uio.no>
Date:   Tue Jan 20 12:14:21 2004 +0000

    Added 'nn' to ALL_LINGUAS. Added Norwegian Nynorsk translation.
    
    2004-01-20  smund Skjveland  <aasmunds@fys.uio.no>
    
    	* configure.in: Added 'nn' to ALL_LINGUAS.
    	* po/nn.po: Added Norwegian Nynorsk translation.

 ChangeLog    |    5 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/nn.po     |  459 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 469 insertions(+), 1 deletions(-)

commit 5fb3eb5c3ac1970f2fd918adfdb41094d821c9c4
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Thu Jan 15 22:18:42 2004 +0000

    Updated Albanian translation
    
    * sq.po: Updated Albanian translation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 30c2c319bdf99bfbe6a17cd6c4acb0fbe29f5869
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Thu Jan 15 22:17:16 2004 +0000

    Updated

 po/sq.po |   43 ++++++++++++++++++++++---------------------
 1 files changed, 22 insertions(+), 21 deletions(-)

commit 7291990cf19f2ed0f868110b263331f28a4f1c45
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 12 23:54:20 2004 +0000

    Updated Norwegian translation.
    
    2004-01-13  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* no.po: Updated Norwegian translation.

 po/ChangeLog |    4 ++++
 po/no.po     |   18 +++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)

commit 9e2d02d4b62dfda23c3a9d0c3988a14b3d7b2263
Author: Görkem Çetin <gorkem@src.gnome.org>
Date:   Sun Jan 11 14:59:58 2004 +0000

    Burin Dnmez'den gncellemeler.

 po/tr.po |  199 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 99 insertions(+), 100 deletions(-)

commit 993589e7ee2f86f862c6e66742c34d18801d9dc8
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Tue Jan 6 09:30:29 2004 +0000

    Updated German translation.

 po/ChangeLog |    4 ++++
 po/de.po     |   32 +++++++-------------------------
 2 files changed, 11 insertions(+), 25 deletions(-)

commit 37095efce8279bedd1094b716afc0f97cad8160e
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 5 23:56:32 2004 +0000

    Back out the intltool stuff. Require 0.29
    
    2004-01-06  Glynn Foster  <glynn.foster@sun.com>
    
    	* Makefile.am: Back out the intltool stuff.
    	* configure.in: Require 0.29

 ChangeLog    |    5 +++++
 Makefile.am  |    1 -
 configure.in |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

commit b88e22d458f2191a5e748cfa3a13e8ac057000bf
Author: Roozbeh Pournader <roozbeh@sharif.edu>
Date:   Mon Jan 5 00:17:23 2004 +0000

    Added "fa" (Persian) to ALL_LINGUAS. Added Persian translation.
    
    2004-01-05  Roozbeh Pournader  <roozbeh@sharif.edu>
    
    	* configure.in: Added "fa" (Persian) to ALL_LINGUAS.
    	* po/fa.po: Added Persian translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/fa.po     |  458 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 467 insertions(+), 1 deletions(-)

commit f770c3d573f9b474a190573cd56041dcd4cebb77
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sat Jan 3 23:31:34 2004 +0000

    Updated French translation.

 po/ChangeLog |    4 ++++
 po/fr.po     |   35 ++++++++++++++++++-----------------
 2 files changed, 22 insertions(+), 17 deletions(-)

commit 141ad527f147320f41194043573a97353e17ae72
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Jan 3 22:44:18 2004 +0000

    Do the intltool-modules extra dist foo.
    
    2004-01-04  Glynn Foster  <glynn.foster@sun.com>
    
    	* Makefile.am: Do the intltool-modules extra dist
    	foo.

 .cvsignore  |    1 +
 ChangeLog   |    5 +++++
 Makefile.am |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)

commit a19cfd17e287de5b32736221c58571c32793c5f2
Author: Denis Lackovic <delacko@src.gnome.org>
Date:   Sat Jan 3 18:31:27 2004 +0000

    *** empty log message ***

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/hr.po     |  462 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 471 insertions(+), 1 deletions(-)

commit 43597b03d7f2e651cf9f0bd028b201a8d16363a4
Author: Sanlig Badral <badaa@src.gnome.org>
Date:   Sat Jan 3 11:49:25 2004 +0000

    Updated Mongolian translation

 po/ChangeLog |    4 ++++
 po/mn.po     |   48 ++++++++++++++++++++++++++++--------------------
 2 files changed, 32 insertions(+), 20 deletions(-)

commit 0877d2eabd0c8cd681d80232482f57b41abcbfd9
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Jan 2 23:12:36 2004 +0000

    Revised Portuguese translation.
    
    2004-01-02  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Revised Portuguese translation.

 po/ChangeLog |    4 ++
 po/pt.po     |  121 +++++++++++++++++++++++++---------------------------------
 2 files changed, 56 insertions(+), 69 deletions(-)

commit 104a45c0f772ec07866c717861d8cbf1128b1e58
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Dec 31 01:52:25 2003 +0000

    Release 2.5.1, a ridiculous bump so that we sync with the GNOME desktop
    
    2003-12-30  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 2.5.1, a ridiculous bump
    	so that we sync with the GNOME desktop releases.
    
    2003-12-30  Jan Arne Petersen  <jpetersen@uni-bonn.de>
    
    	* src/fileselection.c: (zenity_fileselection),
    	(zenity_fileselection_dialog_response): Replace
    	GtkFileSelection with GtkFileChooser.

 ChangeLog           |   11 +++++++++++
 NEWS                |    6 ++++++
 configure.in        |    6 ++++--
 po/ChangeLog        |    4 ++++
 po/am.po            |    2 +-
 po/ar.po            |    2 +-
 po/az.po            |    2 +-
 po/be.po            |    2 +-
 po/bn.po            |    2 +-
 po/ca.po            |    2 +-
 po/cs.po            |    2 +-
 po/cy.po            |    2 +-
 po/da.po            |    2 +-
 po/de.po            |    2 +-
 po/el.po            |    2 +-
 po/en_GB.po         |    2 +-
 po/es.po            |    2 +-
 po/et.po            |    2 +-
 po/eu.po            |    2 +-
 po/fi.po            |    2 +-
 po/fr.po            |    2 +-
 po/ga.po            |    2 +-
 po/hi.po            |    2 +-
 po/hu.po            |    2 +-
 po/is.po            |    2 +-
 po/it.po            |    2 +-
 po/ja.po            |    2 +-
 po/ko.po            |    2 +-
 po/lt.po            |    2 +-
 po/ml.po            |    2 +-
 po/mn.po            |    2 +-
 po/ms.po            |    2 +-
 po/ne.po            |    2 +-
 po/nl.po            |    2 +-
 po/no.po            |    2 +-
 po/pl.po            |    2 +-
 po/pt.po            |    2 +-
 po/pt_BR.po         |    2 +-
 po/ru.po            |    2 +-
 po/sk.po            |    2 +-
 po/sl.po            |    2 +-
 po/sq.po            |    2 +-
 po/sr.po            |    2 +-
 po/sr@Latn.po       |    2 +-
 po/sv.po            |    2 +-
 po/ta.po            |    2 +-
 po/uk.po            |    2 +-
 po/vi.po            |    2 +-
 po/zh_CN.po         |    2 +-
 po/zh_TW.po         |    2 +-
 src/fileselection.c |   48 +++++++++++++++++++++++++-----------------------
 51 files changed, 96 insertions(+), 71 deletions(-)

commit 569271da40c3a0066539264965224931b3ba6f1b
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Dec 31 01:21:41 2003 +0000

    Release 1.8
    
    2003-12-30  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 1.8

 ChangeLog     |    8 ++
 NEWS          |   26 +++++++
 configure.in  |    2 +-
 po/ChangeLog  |   12 ++-
 po/am.po      |    2 +-
 po/ar.po      |   14 ++--
 po/az.po      |    2 +-
 po/be.po      |    2 +-
 po/bn.po      |    2 +-
 po/ca.po      |    4 +-
 po/cs.po      |    4 +-
 po/cy.po      |    4 +-
 po/da.po      |    4 +-
 po/de.po      |    2 +-
 po/el.po      |    2 +-
 po/en_GB.po   |    2 +-
 po/es.po      |    7 +-
 po/et.po      |  192 ++++++++++++++++++++++++--------------------------
 po/eu.po      |    6 +-
 po/fi.po      |    2 +-
 po/fr.po      |    4 +-
 po/ga.po      |    2 +-
 po/hi.po      |    2 +-
 po/hu.po      |    2 +-
 po/is.po      |    2 +-
 po/it.po      |    2 +-
 po/ja.po      |    4 +-
 po/ko.po      |    2 +-
 po/lt.po      |    4 +-
 po/ml.po      |    2 +-
 po/mn.po      |   12 ++--
 po/ms.po      |    2 +-
 po/ne.po      |   11 ++--
 po/nl.po      |    4 +-
 po/no.po      |    2 +-
 po/pl.po      |  221 +++++++++++++++++++++++++++++----------------------------
 po/pt.po      |    4 +-
 po/pt_BR.po   |    2 +-
 po/ru.po      |    2 +-
 po/sk.po      |    4 +-
 po/sl.po      |    2 +-
 po/sq.po      |    5 +-
 po/sr.po      |    4 +-
 po/sr@Latn.po |    7 +-
 po/sv.po      |    2 +-
 po/ta.po      |    2 +-
 po/uk.po      |    2 +-
 po/vi.po      |    2 +-
 po/zh_CN.po   |    2 +-
 po/zh_TW.po   |    2 +-
 50 files changed, 326 insertions(+), 293 deletions(-)

commit d9ae284f018fb3083413c9ab7f6023b1e4b599f7
Author: Görkem Çetin <gorkem@src.gnome.org>
Date:   Sun Dec 28 21:05:42 2003 +0000

    CVS_SILENT

 po/tr.po |  196 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 103 insertions(+), 93 deletions(-)

commit 3e12bc208a2c0ca68b54225fb7ab8fba48c240e2
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Dec 28 19:17:18 2003 +0000

    Added "ne" to ALL_LINGUAS. Added Nepali translation by Dhurba Gnawali
    
    2003-12-28  Christian Rose  <menthos@menthos.com>
    
    	* configure.in: Added "ne" to ALL_LINGUAS.
    	* po/ne.po: Added Nepali translation by
    	Dhurba Gnawali <dhurbagnawali@hotmail.com>.

 ChangeLog    |    6 +-
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/ne.po     |  453 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 464 insertions(+), 2 deletions(-)

commit a071ce34aff251e45b791dfcdb69df3717829225
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Mon Dec 22 16:33:33 2003 +0000

    Updated Albanian translation
    
    * sq.po: Updated Albanian translation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit dee5ea4ff27d17b44913fe85a1de13a4199bff02
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Mon Dec 22 16:31:59 2003 +0000

    Updated

 po/sq.po |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit 7200bc12ee70529dbf686159239c6e5767a7771e
Author: Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Sat Dec 20 14:14:25 2003 +0000

    2003-12-20 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 ++++
 po/ja.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 05b5fa6bd841faab7829d98d9a4109de6daa2069
Author: Arafat Medini <lumina@silverpen.de>
Date:   Sat Dec 20 13:48:42 2003 +0000

    Added Arabic translation
    
    
    2003-12-20  Arafat Medini <lumina@silverpen.de>
    
            * ar.po: Added Arabic translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ar.po     |  463 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 472 insertions(+), 1 deletions(-)

commit 1382c8ab18f49572f11ca25286d0c47c3fe9c7d6
Author: Marcel Telka <marcel@telka.sk>
Date:   Fri Dec 19 21:32:30 2003 +0000

    Updated Slovak translation.
    
    2003-12-19  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit c66236acdb17709c5ac0d341093164ae5f20d77e
Author: Francisco F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Dec 14 14:48:04 2003 +0000

    Updated Spanish translation.
    
    2003-12-14  Francisco F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 6217cd529863f14569e43fda1b8902f9526a60e5
Author: Tivo Leedjrv <toivo@linux.ee>
Date:   Wed Dec 10 22:20:44 2003 +0000

    Added et to ALL_LINGUAS.
    
    2003-12-11  Tivo Leedjrv  <toivo@linux.ee>
    
            * configure.in: Added et to ALL_LINGUAS.

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

commit 79f2762db1010ff0c17dfc24bcb78ec8a1b20643
Author: Tivo Leedjrv <toivo@linux.ee>
Date:   Wed Dec 10 22:20:23 2003 +0000

    Added Estonian translation by Priit Laes <amd@tt.ee>.
    
    2003-12-11  Tivo Leedjrv  <toivo@linux.ee>
    
            * et.po: Added Estonian translation
            by Priit Laes <amd@tt.ee>.

 po/ChangeLog |    5 +
 po/et.po     |  465 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 470 insertions(+), 0 deletions(-)

commit 5dc60d8f2921c4109c81bbf2e351109208dc5e40
Author: Iñaki Larrañaga <dooteo@euskalgnu.org>
Date:   Sat Dec 6 12:39:09 2003 +0000

    Updated Basque (eu) translation.
    
    
    2003-12-06  Iñaki Larrañaga  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque (eu) translation.

 po/ChangeLog |    4 ++++
 po/eu.po     |   20 ++++++++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)

commit 2e731a00c1497d221b27dbd7f72b7260af5b37a0
Author: Sanlig Badral <badaa@src.gnome.org>
Date:   Thu Dec 4 18:35:09 2003 +0000

    Added Mongolian translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/mn.po     |  459 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 468 insertions(+), 1 deletions(-)

commit 384def85d1dc135f7c3217ebc29e0167013a4026
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Thu Dec 4 13:56:02 2003 +0000

    Updated Spanish translation by Francisco Javier F. Serrador
    
    2003-12-04  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
            * es.po: Updated Spanish translation by
                     Francisco Javier F. Serrador <serrador@arrakis.es>.

 po/ChangeLog |    5 +++++
 po/es.po     |   10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

commit 8b7834a1993061d2446a9c00ccfe9a87eb93b353
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu Dec 4 13:12:19 2003 +0000

    Dutch translation updated by Vincent van Adrighem.
    
    2003-12-04   Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Dutch translation updated by Vincent van Adrighem.

 po/ChangeLog |    4 ++++
 po/nl.po     |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 7c1179ccc29cd6dc2c4e4aadffebbdd1d9f4985b
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu Dec 4 12:52:58 2003 +0000

    Dutch translation updated by Vincent van Adrighem.
    
    2003-12-04   Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Dutch translation updated by Vincent van Adrighem.

 po/ChangeLog |    4 ++++
 po/nl.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 3849f0cc8e9e2bbb968e8d07e8c5a5d276dcd73c
Author: Zygimantas Berucka <uid0@tuxfamily.org>
Date:   Tue Dec 2 09:10:07 2003 +0000

    Updated Lithuanian translation by Tomas Kuliavas.
    
    2003-12-02  Zygimantas Berucka  <uid0@tuxfamily.org>
    
    * lt.po: Updated Lithuanian translation by Tomas Kuliavas.

 po/ChangeLog |    5 +++++
 po/lt.po     |    8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 0ca6b6fe82639e270241e0f7997a02724dab6ab8
Author: Christian Mnneckes <c-w-m@gmx.de>
Date:   Mon Dec 1 23:27:45 2003 +0000

    Fix quote and output bugs in the gdialog wrapper #128149.
    
    2003-12-02  Christian Mnneckes < c-w-m@gmx.de>
    
    	* src/gdialog.in: Fix quote and output bugs
    	in the gdialog wrapper #128149.

 ChangeLog      |    5 ++++
 src/gdialog.in |   73 ++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 50 insertions(+), 28 deletions(-)

commit 938257ee65ec28ede390cfd24c78f56b6e5dff2a
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sat Nov 22 10:20:07 2003 +0000

    Updated French translation.

 po/ChangeLog |    4 ++++
 po/fr.po     |   25 +++++++++++++++----------
 2 files changed, 19 insertions(+), 10 deletions(-)

commit f2dabdb22b7c0d0d341a8543b22e4128d156773f
Author: Dafydd Harries <daf@src.gnome.org>
Date:   Wed Nov 19 17:26:40 2003 +0000

    Updated Welsh translation.

 po/ChangeLog |    4 ++++
 po/cy.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 5cb94d2078234e840a27ed6b3ab4a5813b3e6272
Author: Ole Laursen <olau@hardworking.dk>
Date:   Mon Nov 17 22:25:35 2003 +0000

    Updated Danish translation.
    
    2003-11-17  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Updated Danish translation.

 po/ChangeLog |    4 ++++
 po/da.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 5d338b8188a9e94ebd5f48454983e5773139d3b3
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Mon Nov 17 14:58:27 2003 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 ++++
 po/ca.po     |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 4e091e11a5b914e0285fc50b0692e726fd3ce2b6
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Nov 16 15:11:40 2003 +0000

    Dutch translation updated by Vincent van Adrighem.
    
    2003-11-16   Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Dutch translation updated by Vincent van Adrighem.

 po/ChangeLog |    4 ++++
 po/nl.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 00191f7c50659868cb17c37e1bd89f6cf9b5cadf
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Nov 15 14:39:42 2003 +0000

    Updated Portuguese translation.
    
    2003-11-15  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 ++++
 po/pt.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 6595164d91b1048e0905c21c02579df0d0783b67
Author: Christian Rose <menthos@menthos.com>
Date:   Thu Nov 13 17:25:58 2003 +0000

    Updated Swedish translation.
    
    2003-11-13  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 ++++
 po/sv.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 1e5d400c0e565a6a877faaaf33897177d4f70c4c
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Wed Nov 12 12:51:04 2003 +0000

    Updated Serbian translation.
    
    2003-11-12  Danilo Šegan  <dsegan@gmx.net>
    
    	* sr.po, sr@Latn.po: Updated Serbian translation.

 po/ChangeLog  |    4 ++++
 po/sr.po      |   10 +++++-----
 po/sr@Latn.po |   13 ++++++-------
 3 files changed, 15 insertions(+), 12 deletions(-)

commit cff18127d1a564b44cb02ee48f0155d6c4a2327e
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Wed Nov 12 10:41:31 2003 +0000

    Updated Polish translation.
    
    2003-11-12  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation.

 po/ChangeLog |    4 +
 po/pl.po     |  236 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 117 insertions(+), 123 deletions(-)

commit 3e563808fb3d24e33bff870bcb2ab5fbcd7e2b77
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Wed Nov 12 10:21:25 2003 +0000

    Update Czech translation

 po/ChangeLog |    4 ++++
 po/cs.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit c34e4255ffcb29d0aa39c262d68de3bc18095f57
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Nov 12 01:14:17 2003 +0000

    Fix radiolist returning the wrong argument. Patch from Peter strand
    
    2003-11-12  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/gdialog.in: Fix radiolist returning the
    	wrong argument. Patch from Peter strand
            <astrand@lysator.liu.se>. Fixes #125672.

 ChangeLog      |    8 +-
 NEWS           |   22 ++
 configure.in   |    2 +-
 po/ChangeLog   |    4 +
 po/am.po       |  170 ++++++-----
 po/az.po       |  170 ++++++-----
 po/be.po       |  170 ++++++-----
 po/bn.po       |  170 ++++++-----
 po/ca.po       |    8 +-
 po/cs.po       |  170 ++++++-----
 po/cy.po       |  170 ++++++-----
 po/da.po       |  170 ++++++-----
 po/de.po       |  170 ++++++-----
 po/el.po       |  170 ++++++-----
 po/en_GB.po    |  170 ++++++-----
 po/es.po       |  170 ++++++-----
 po/eu.po       |  177 ++++++------
 po/fi.po       |  168 ++++++-----
 po/fr.po       |  170 ++++++-----
 po/ga.po       |  170 ++++++-----
 po/hi.po       |  904 ++++++++++++++++++++++++++++----------------------------
 po/hu.po       |  168 ++++++-----
 po/is.po       |  170 ++++++-----
 po/it.po       |  170 ++++++-----
 po/ja.po       |  170 ++++++-----
 po/ko.po       |  170 ++++++-----
 po/lt.po       |  170 ++++++-----
 po/ml.po       |  170 ++++++-----
 po/ms.po       |  170 ++++++-----
 po/nl.po       |  170 ++++++-----
 po/no.po       |  170 ++++++-----
 po/pl.po       |  170 ++++++-----
 po/pt.po       |  170 ++++++-----
 po/pt_BR.po    |  170 ++++++-----
 po/ru.po       |  170 ++++++-----
 po/sk.po       |  170 ++++++-----
 po/sl.po       |  170 ++++++-----
 po/sq.po       |  170 ++++++-----
 po/sr.po       |  170 ++++++-----
 po/sr@Latn.po  |  170 ++++++-----
 po/sv.po       |  170 ++++++-----
 po/ta.po       |  174 ++++++------
 po/uk.po       |  170 ++++++-----
 po/vi.po       |  170 ++++++-----
 po/zh_CN.po    |  170 ++++++-----
 po/zh_TW.po    |  170 ++++++-----
 src/gdialog.in |   13 +-
 47 files changed, 3986 insertions(+), 3782 deletions(-)

commit 191ebced874dfb6321832f6e8621f0939ff030a5
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Nov 12 01:03:20 2003 +0000

    Make sure the gdialog wrapper handles spaces. Patch from Peter strand
    
    2003-11-12  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/gdialog.in: Make sure the gdialog wrapper
    	handles spaces. Patch from Peter strand
    	<astrand@lysator.liu.se>

 ChangeLog      |    6 ++++++
 src/gdialog.in |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit ea8be2ccefcc778292cac5775b6968b13bcf5a4d
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Nov 12 00:52:31 2003 +0000

    Add missing file.
    
    2003-11-08  Glynn Foster  <glynn.foster@sun.com>
    
    	* POTFILES.in: Add missing file.

 po/ChangeLog   |    4 ++++
 po/POTFILES.in |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 06f2647d5728ad7c244e55b07480f578267a04e2
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Wed Oct 29 15:48:07 2003 +0000

    Typo fixes by Jordi Mas <jmas@softcatala.org>.

 po/ChangeLog |    4 +
 po/ca.po     |  174 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 91 insertions(+), 87 deletions(-)

commit 5f9fe9f087b076dbe1e19108e7feea8a9b237567
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Oct 28 23:45:31 2003 +0000

    Unmark translation messages, as reported by Christian. Fixes #125717.
    
    2003-10-29  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/zenity.glade: Unmark translation messages,
    	as reported by Christian. Fixes #125717.

 ChangeLog        |    5 +++++
 src/zenity.glade |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit cab79bf73c3c7b09d7c82d7592ba1c53847e4239
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Oct 28 03:10:30 2003 +0000

    Make the dialogs resizable so that --height/--width works. Reported by
    
    2003-10-28  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/zenity.glade: Make the dialogs resizable
    	so that --height/--width works. Reported by
    	Ingo van Lil <inguin@gmx.de>.

 ChangeLog        |    6 ++++++
 src/zenity.glade |   21 +++++++++++----------
 2 files changed, 17 insertions(+), 10 deletions(-)

commit 2d67087ca0e60c7a8036ad2262af6fec9bd2d738
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Oct 27 02:48:32 2003 +0000

    Patch from Leonardo Boshell to add the locale.h header.
    
    2003-10-27  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c: Patch from Leonardo Boshell to add the
    	locale.h header.

 ChangeLog  |    5 +++++
 src/main.c |    9 ++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit 628e173e6087a46671585b0f49687fecc1c51c95
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Sat Oct 18 13:43:38 2003 +0000

    Update Czech translation

 po/ChangeLog |    4 ++
 po/cs.po     |  168 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 88 insertions(+), 84 deletions(-)

commit 14a9bf072e9cf1bba3b5ce8d350bef60c661a89b
Author: Sami Pesonen <spesonen@src.gnome.org>
Date:   Mon Oct 13 17:53:04 2003 +0000

    Added fi to ALL LINGUAS by Sami Pesonen <sampeson@iki.fi>

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

commit af3eb5d6a8bf33660541a8143a706b7d586f2c4e
Author: Sami Pesonen <spesonen@src.gnome.org>
Date:   Mon Oct 13 17:49:14 2003 +0000

    Finnish translation updated by Johanna Makkonen <johanna.makkonen@iki.fi>

 po/ChangeLog |    5 ++
 po/fi.po     |  211 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 113 insertions(+), 103 deletions(-)

commit a4c315ed0e835fb982128dacf268175295f58a51
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Thu Oct 9 12:07:04 2003 +0000

    Updated Hindi translation

 po/ChangeLog |    4 +
 po/hi.po     |  912 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 460 insertions(+), 456 deletions(-)

commit c3c7c47ccd2cce69769640e638ab9993e388a6a0
Author: Žygimantas Beručka <uid0@tuxfamily.org>
Date:   Mon Oct 6 14:16:33 2003 +0000

    Added "lt" to ALL_LINGUAS. Added Lithuanian translation by Tomas Kuliavas.
    
    2003-10-06  Žygimantas Beručka  <uid0@tuxfamily.org>
    
    * configure.in: Added "lt" to ALL_LINGUAS.
    * po/lt.po: Added Lithuanian translation by Tomas Kuliavas.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/lt.po     |  456 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 466 insertions(+), 1 deletions(-)

commit 015bb37927ffa309f695a78b9dcc1d6b2cf87ec8
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Thu Oct 2 04:19:17 2003 +0000

    update vi.po

 po/vi.po |  187 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 95 insertions(+), 92 deletions(-)

commit 1b74c6417ed62ec5d02800daf3d983132d83de53
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Sep 29 23:27:45 2003 +0000

    Added "eu" to ALL_LINGUAS. Added Basque translation by Alberto Fernández
    
    2003-09-30  Christian Rose  <menthos@menthos.com>
    
    	* configure.in: Added "eu" to ALL_LINGUAS.
    	* po/eu.po: Added Basque translation by
    	Alberto Fernández Benito <afernn@euskalnet.net>.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/eu.po     |  455 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 465 insertions(+), 1 deletions(-)

commit 15a9ea77cf29e24d13db0d479e7200a4d45ef73c
Author: Andras Timar <timar@gnome.hu>
Date:   Fri Sep 26 09:27:44 2003 +0000

    Updated Hungarian translation.
    
    2003-09-25  Andras Timar  <timar@gnome.hu>
    
    	* hu.po: Updated Hungarian translation.

 po/ChangeLog |    4 +
 po/hu.po     |  264 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 122 insertions(+), 146 deletions(-)

commit 83b1242fdde5c5a208b1924943904c1dd9047e95
Author: Fatih Demir <kabalak@src.gnome.org>
Date:   Wed Sep 17 06:28:30 2003 +0000

    Added Tamil translation by dinesh

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ta.po     |  453 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 462 insertions(+), 1 deletions(-)

commit 072b65a59151d14ef831efde420fee32b900bf81
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Fri Sep 12 08:50:57 2003 +0000

    Fix up spec file. Fixes #122040.
    
    2003-09-12  Glynn Foster  <glynn.foster@sun.com>
    
    	* zenity.spec.in: Fix up spec file. Fixes #122040.

 ChangeLog      |    4 ++++
 zenity.spec.in |   11 +++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

commit c14af1c42cd52d7bf826e19265272d37a82c9cca
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Fri Sep 12 08:48:06 2003 +0000

    Better patch from raf@noduck.net to fix the activate on the entry dialog.
    
    2003-09-12  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/entry.c, src/zenity.glade: Better patch from
    	raf@noduck.net to fix the activate on the entry dialog.

 ChangeLog        |    5 +++++
 src/entry.c      |   20 --------------------
 src/zenity.glade |    3 ++-
 3 files changed, 7 insertions(+), 21 deletions(-)

commit 1fab4b4e6223acd59189b9a327d9fdee650ead27
Author: Damien Carbery <damien.carbery@sun.com>
Date:   Fri Sep 12 08:40:48 2003 +0000

    Make zenity compile on solaris. Whoops :)
    
    2003-09-12  Damien Carbery <damien.carbery@sun.com>
    
    	* src/main.c: Make zenity compile on solaris. Whoops :)

 ChangeLog  |    4 ++++
 src/main.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 51e38bd04ea27bbb5091f1702ae549875f22385e
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Wed Sep 10 20:16:18 2003 +0000

    updated Vietnamese file

 po/ChangeLog |    5 +++
 po/fi.po     |    4 +-
 po/ru.po     |    1 -
 po/vi.po     |  111 +++++++++++++++++++++++++++-------------------------------
 4 files changed, 59 insertions(+), 62 deletions(-)

commit 26cbba8affa28094ec6c35c8a1ebbe59a6e7ec71
Author: Görkem Çetin <gorkem@src.gnome.org>
Date:   Wed Sep 10 09:17:17 2003 +0000

    CVS_SILENT

 po/tr.po |  447 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 447 insertions(+), 0 deletions(-)

commit 0765153100b04451b676bcfabf6d7a5e6e77391e
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 8 13:24:07 2003 +0000

    Release 1.6
    
    2003-09-08  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 1.6

 NEWS          |   21 +++++++-
 configure.in  |    2 +-
 po/ChangeLog  |    4 +
 po/am.po      |   24 ++++----
 po/az.po      |   24 ++++----
 po/be.po      |   24 ++++----
 po/bn.po      |    2 +-
 po/ca.po      |   24 ++++----
 po/cs.po      |   24 ++++----
 po/cy.po      |   24 ++++----
 po/da.po      |   24 ++++----
 po/de.po      |   24 ++++----
 po/el.po      |   24 ++++----
 po/en_GB.po   |   24 ++++----
 po/es.po      |   31 +++++-----
 po/fr.po      |   24 ++++----
 po/ga.po      |   24 ++++----
 po/hi.po      |   24 ++++----
 po/hu.po      |   30 +++++-----
 po/is.po      |   24 ++++----
 po/it.po      |   35 +++++++-----
 po/ja.po      |   24 ++++----
 po/ko.po      |   24 ++++----
 po/ml.po      |   24 ++++----
 po/ms.po      |   24 ++++----
 po/nl.po      |   24 ++++----
 po/no.po      |   24 ++++----
 po/pl.po      |   24 ++++----
 po/pt.po      |   24 ++++----
 po/pt_BR.po   |   24 ++++----
 po/ru.po      |   24 ++++----
 po/sk.po      |   10 ++-
 po/sl.po      |  178 ++++++++++++++++++++++++---------------------------------
 po/sq.po      |   24 ++++----
 po/sr.po      |   24 ++++----
 po/sr@Latn.po |   24 ++++----
 po/sv.po      |   24 ++++----
 po/uk.po      |   24 ++++----
 po/vi.po      |   24 ++++----
 po/zh_CN.po   |   24 ++++----
 po/zh_TW.po   |   24 ++++----
 41 files changed, 544 insertions(+), 537 deletions(-)

commit a5103bb2e1d18c2f28d42c96a6edd41f85e54e04
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 8 13:23:50 2003 +0000

    Hook up the 'activate' signal on the entry dialog. Fixes Debian bug
    
    2003-09-11  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/entry.c: Hook up the 'activate' signal on
    	the entry dialog. Fixes Debian bug #202332.

 ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 2d57761e3ba176a64369b17e0883c3c2fb926762
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 8 13:23:50 2003 +0000

    Release 1.6
    
    2003-09-08  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 1.6

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit edb1af694d425e4a0b23aaf9f4caba3b2de79a3d
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Sep 8 05:22:39 2003 +0000

    Added sk.
    
    2003-09-08  Marcel Telka  <marcel@telka.sk>
    
    	* configure.in (ALL_LINGUAS): Added sk.

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

commit 6848163597e7e302b5decac17629f40d49d9d2d9
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Sep 8 05:18:55 2003 +0000

    Added Slovak translation.
    
    2003-09-08  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Added Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  453 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 457 insertions(+), 0 deletions(-)

commit fa7f1fc7f9234c8b9c94c71bb72e6d7ccb5c7157
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Sun Sep 7 08:22:13 2003 +0000

    Updated Italian translation.

 po/ChangeLog |    5 +++++
 po/it.po     |   41 +++++++++++++++++------------------------
 2 files changed, 22 insertions(+), 24 deletions(-)

commit 8c8f4d4e18612fcf8d07ecb25498a85c90bb9729
Author: Taneem Ahmed <taneem@bengalinux.org>
Date:   Fri Sep 5 08:18:16 2003 +0000

    Added "bn" to ALL_LINGUAS. Added Bangla translation by Sayamindu of Ankur
    
    2003-09-05  Taneem Ahmed  <taneem@bengalinux.org>
    
    	* configure.in: Added "bn" to ALL_LINGUAS.
    	* po/bn.po: Added Bangla translation by Sayamindu
    	of Ankur group <gnome-translation@bengalinux.org>.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/bn.po     |  456 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 466 insertions(+), 1 deletions(-)

commit 0178542f9031fb9152056d83ec00c3540a1f4b3d
Author: jjranta <jjranta@src.gnome.org>
Date:   Thu Sep 4 10:36:13 2003 +0000

    Updated Finnish translation.

 po/fi.po |  217 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 109 insertions(+), 108 deletions(-)

commit f3ea9c41a20b59a74a5d897a8f6b92ce2e07f052
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Thu Sep 4 10:33:00 2003 +0000

    Update. Update. Patch from Toshi to fix encoding of passed text strings.
    
    2003-09-04  Glynn Foster  <glynn.foster@sun.com>
    
    	* THANKS: Update.
    	* src/about.c: Update.
    	* src/main.c: Patch from Toshi to fix encoding of passed
    	text strings. Fixes #121389.

 ChangeLog   |    9 ++++++++-
 THANKS      |    2 ++
 src/about.c |    2 ++
 src/main.c  |   16 +++++++++++-----
 4 files changed, 23 insertions(+), 6 deletions(-)

commit 8f6f856ac5aac9f0b5bc34dc8c2d1e5d394a6cce
Author: jjranta <jjranta@src.gnome.org>
Date:   Thu Sep 4 10:32:45 2003 +0000

    Released Finnish translation.

 po/ChangeLog |    4 +
 po/fi.po     |  454 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 458 insertions(+), 0 deletions(-)

commit e698c3ed14201c7cd18079beffb298762361e59c
Author: Andras Timar <timar@gnome.hu>
Date:   Mon Sep 1 20:21:01 2003 +0000

    Updated Hungarian translation.
    
    2003-09-01  Andras Timar  <timar@gnome.hu>
    
    	* hu.po: Updated Hungarian translation.

 po/ChangeLog |    4 ++
 po/hu.po     |  103 ++++++++++++++++++++++------------------------------------
 2 files changed, 43 insertions(+), 64 deletions(-)

commit 82b76239aa0d85d24778e68c5bf0fb51e9d25b0a
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 1 18:44:19 2003 +0000

    Add patch from Buchan Miln to fix the gdialog wrapper.
    
    2003-09-01  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/gdialog.in: Add patch from Buchan Miln to fix the gdialog
    	wrapper.

 ChangeLog      |    5 +++++
 src/gdialog.in |   31 +++++++++++++++++++++++++------
 2 files changed, 30 insertions(+), 6 deletions(-)

commit 751d9a7bec8467c4fe4e596be51825fc27a5dfea
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Sep 1 08:27:59 2003 +0000

    Documentation updates from Nicholas Curran. Add Nicholas.
    
    2003-09-01  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Documentation updates from Nicholas Curran.
    	* THANKS, src/about.c: Add Nicholas.

 ChangeLog         |    5 +
 THANKS            |    1 +
 help/C/zenity.xml |  649 ++++++++++++++++++++++++++---------------------------
 src/about.c       |    1 +
 4 files changed, 326 insertions(+), 330 deletions(-)

commit c7e13aff2ac9477083dc6b9c07a7cd663980e515
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Thu Aug 28 14:30:42 2003 +0000

    Revision of Spanish translation by Francisco Javier F. Serrador
    
    2003-08-28  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
            * es.po: Revision of Spanish translation by
                     Francisco Javier F. Serrador <serrador@arrakis.es>.

 po/ChangeLog |    5 ++++
 po/es.po     |   72 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 41 insertions(+), 36 deletions(-)

commit d02a5bcd112cf475f7312d234e02c4c761dd9e1f
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Aug 27 12:10:04 2003 +0000

    Put horizontal scrolling on automatic, otherwise we expand off the edge of
    
    2003-08-27  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/tree.c:  Put horizontal scrolling on automatic, otherwise
    	we expand off the edge of the screen.

 ChangeLog  |    5 +++++
 src/tree.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 55ca06166cd9809d02a24b490965fd0a5856a3da
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Wed Aug 27 11:44:20 2003 +0000

    Updated Slovenian translation

 po/sl.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 73ff3e15ca1d65ebf208a0d25aa5b57dd1a96fa6
Author: Dafydd Harries <daf@src.gnome.org>
Date:   Tue Aug 26 23:26:50 2003 +0000

    Updated Welsh translation.

 po/ChangeLog |    4 ++++
 po/cy.po     |   14 +++++++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

commit ceb065ee3352365c7f86dafbc8c8440495eb3093
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Aug 25 20:11:40 2003 +0000

    Hook up the 'activate' signal on the entry dialog. Fixes Debian bug
    
    2003-09-11  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/entry.c: Hook up the 'activate' signal on
    	the entry dialog. Fixes Debian bug #202332.

 src/entry.c |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

commit 0ebb6d692bc5f4bbd2943cc46586e8c7ab3a2e92
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Mon Aug 25 20:11:40 2003 +0000

    s/g_printerr/g_print

 ChangeLog   |    7 ++++++-
 src/entry.c |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 3754b552c0b2bcd5a596c47b49559ebf38845e40
Author: updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Mon Aug 25 06:21:21 2003 +0000

    2003-08-25 updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    4 +
 po/ja.po     |  212 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 102 insertions(+), 114 deletions(-)

commit 4f015af4eec85df09fc83a62da2cba47916ad381
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sun Aug 24 20:18:06 2003 +0000

    Updated Slovenian translation

 po/sl.po |  156 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 92 insertions(+), 64 deletions(-)

commit b0f91906ab3f8c9edccd3812ea749a44f10b685d
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Aug 24 17:32:33 2003 +0000

    Release 1.5
    
    2003-08-24  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 1.5

 ChangeLog     |    4 +
 NEWS          |   18 +-
 configure.in  |    2 +-
 po/ChangeLog  |    4 +
 po/am.po      |   13 +-
 po/az.po      |   15 +-
 po/be.po      |   13 +-
 po/ca.po      |   14 +-
 po/cs.po      |   14 +-
 po/cy.po      |   13 +-
 po/da.po      |   14 +-
 po/de.po      |   14 +-
 po/el.po      |   13 +-
 po/en_GB.po   |   13 +-
 po/es.po      |   14 +-
 po/fr.po      |   14 +-
 po/ga.po      |  902 ++++++++++++++++++++++++++++-----------------------------
 po/hi.po      |   17 +-
 po/hu.po      |   13 +-
 po/is.po      |   41 +--
 po/it.po      |   13 +-
 po/ja.po      |   13 +-
 po/ko.po      |    8 +-
 po/ml.po      |   13 +-
 po/ms.po      |   13 +-
 po/nl.po      |   13 +-
 po/no.po      |   16 +-
 po/pl.po      |   13 +-
 po/pt.po      |   13 +-
 po/pt_BR.po   |   21 +-
 po/ru.po      |   12 +-
 po/sl.po      |  156 ++++------
 po/sq.po      |   14 +-
 po/sr.po      |   13 +-
 po/sr@Latn.po |   16 +-
 po/sv.po      |   13 +-
 po/uk.po      |   13 +-
 po/vi.po      |   13 +-
 po/zh_CN.po   |   14 +-
 po/zh_TW.po   |   14 +-
 40 files changed, 792 insertions(+), 787 deletions(-)

commit fb5dd093c376c4e39775ab535659b6b105277a37
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Sat Aug 23 18:49:20 2003 +0000

    Updated Korean translation.
    
    	* ko.po: Updated Korean translation.

 po/ChangeLog |    4 +++
 po/ko.po     |   63 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 35 insertions(+), 32 deletions(-)

commit 0a9691fa679a7424df7c0cde1308a70efef46284
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sat Aug 23 10:17:16 2003 +0000

    Updated Slovenian translation

 po/sl.po |  508 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 508 insertions(+), 0 deletions(-)

commit 197950b065ffed719d8738a357a50e3e17cffdb0
Author: Andraz Tori <minmax@src.gnome.org>
Date:   Sat Aug 23 10:10:45 2003 +0000

    Added sl

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

commit 5023b9f3fc6c0761146e7bf457643cb363ec624a
Author: Samel Jn Gunnarsson <sammi@techattack.nu>
Date:   Sat Aug 23 00:18:42 2003 +0000

    Added Icelandic translation.
    
    2003-08-22  Samel Jn Gunnarsson  <sammi@techattack.nu>
    
    	* is.po: Added Icelandic translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/is.po     |  479 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 488 insertions(+), 1 deletions(-)

commit 198887fdd45b4fcfaede09f06384dfb3cfb7b5f6
Author: Paul Duffy <dubhthach@src.gnome.org>
Date:   Fri Aug 22 15:08:31 2003 +0000

    added Irish Translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ga.po     |  457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 466 insertions(+), 1 deletions(-)

commit 32cb0ef0f56cad183438ad3bdfacfc92829639ee
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Fri Aug 22 08:30:15 2003 +0000

    Fixed i18n of help messages.

 ChangeLog  |    4 ++++
 src/main.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 6707bd928fb3c0e4be339c03083a3d097e528250
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 20 23:41:04 2003 +0000

    Update Norwegian translation.
    
    2003-08-21  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* no.po: Update Norwegian translation.

 po/ChangeLog |    4 ++++
 po/no.po     |   39 +++++++++++++--------------------------
 2 files changed, 17 insertions(+), 26 deletions(-)

commit 543c968c3329e86eb9b9d9adb64602786a588b34
Author: Metin Amiroff <metin@karegen.com>
Date:   Mon Aug 18 10:58:06 2003 +0000

    Updated Azerbaijani translation.
    
    2003-08-18  Metin Amiroff <metin@karegen.com>
    
    	* az.po: Updated Azerbaijani translation.

 po/ChangeLog |    4 +++
 po/az.po     |   67 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 38 insertions(+), 33 deletions(-)

commit 7a82388e2523530c2b75d33c8e808477d7c46c3d
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Mon Aug 18 04:53:13 2003 +0000

    configure.in: Added Russian to ALL_LINGUAS.

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

commit b54885a65365f71dd6ad01cda4017600c55990e5
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Mon Aug 18 04:51:36 2003 +0000

    ru.po: Added Russian translation from Russian team <gnome-cyr@gnome.org>.

 po/ChangeLog |    5 +
 po/ru.po     |  457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 462 insertions(+), 0 deletions(-)

commit 3c02433a55530dece2c2b94b24ef57309877f82d
Author: Evandro Fernandes Giovanini <evandrofg@ig.com.br>
Date:   Sun Aug 17 03:54:31 2003 +0000

    Updated Brazilian Portuguese translation.
    
    2003-08-17  Evandro Fernandes Giovanini  <evandrofg@ig.com.br>
    
            * pt_BR.po: Updated Brazilian Portuguese translation.

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |   47 ++++++++++++++---------------------------------
 2 files changed, 18 insertions(+), 33 deletions(-)

commit ec3bc5a78acc99ed4b99709bcbc0cdb016543eda
Author: Glynn Foster <gman@src.gnome.org>
Date:   Fri Aug 15 09:58:54 2003 +0000

    copying

 COPYING   |  482 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ChangeLog |    4 +
 2 files changed, 486 insertions(+), 0 deletions(-)

commit 48a7c1f9c575a07cf3c00a8be467dd4ed607abc6
Author: Guntupalli Karunakar <karunakar@src.gnome.org>
Date:   Wed Aug 13 13:58:37 2003 +0000

    Added Hindi Translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/hi.po     |  455 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 464 insertions(+), 1 deletions(-)

commit ddd37d5a6b419771dbb4cfc238374f52c4bcd848
Author: Szabolcs Ban <bansz@src.gnome.org>
Date:   Sat Aug 9 11:06:53 2003 +0000

    Terminology fixes

 po/hu.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit be38456920321f1e33e7e3268e2b90bf14840906
Author: Sajith VK <sajith_vk@src.gnome.org>
Date:   Sat Aug 9 05:48:22 2003 +0000

    Adding ml to language list

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

commit 2f5363346edaf67bc8a960fcbfd22983fd78b831
Author: Sajith VK <sajith_vk@src.gnome.org>
Date:   Fri Aug 8 11:57:12 2003 +0000

    Adding the missing

 po/ml.po |  457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 457 insertions(+), 0 deletions(-)

commit 0753fd7efbf1cac54cf124236c7eb1ab66d1fe94
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Fri Aug 8 03:21:05 2003 +0000

    Updated Serbian translation.
    
    2003-08-08  Danilo Šegan  <dsegan@gmx.net>
    
    	* sr.po, sr@Latn.po: Updated Serbian translation.

 po/ChangeLog  |    4 ++
 po/sr.po      |   90 ++++++++++++++++++++++++-----------------------------
 po/sr@Latn.po |   96 ++++++++++++++++++++++++++-------------------------------
 3 files changed, 89 insertions(+), 101 deletions(-)

commit 0f56f63fa6afc0f8b504a66a6204bc720a7634fa
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Thu Aug 7 13:58:00 2003 +0000

    Release 1.4.
    
    2003-08-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 1.4.

 ChangeLog     |    4 +
 NEWS          |   44 +++
 configure.in  |    2 +-
 po/ChangeLog  |    4 +
 po/am.po      |  201 ++++++------
 po/az.po      |   46 ++--
 po/be.po      |    3 +-
 po/ca.po      |   23 +-
 po/cs.po      |   16 +-
 po/cy.po      |   23 +-
 po/da.po      |   16 +-
 po/de.po      |    4 +-
 po/el.po      |   14 +-
 po/en_GB.po   |   14 +-
 po/es.po      |  954 +++++++++++++++++++++++++++++----------------------------
 po/fr.po      |    4 +-
 po/hu.po      |   14 +-
 po/it.po      |  211 +++++++------
 po/ja.po      |  207 +++++++------
 po/ko.po      |  207 +++++++------
 po/ms.po      |   14 +-
 po/nl.po      |    2 +-
 po/no.po      |  200 +++++++------
 po/pl.po      |   14 +-
 po/pt.po      |   14 +-
 po/pt_BR.po   |  205 +++++++------
 po/sq.po      |   25 +-
 po/sr.po      |  205 +++++++------
 po/sr@Latn.po |  205 +++++++------
 po/sv.po      |   14 +-
 po/uk.po      |    5 +-
 po/vi.po      |  202 +++++++------
 po/zh_CN.po   |    4 +-
 po/zh_TW.po   |    4 +-
 34 files changed, 1641 insertions(+), 1483 deletions(-)

commit 8a874d82cf3f642f6385e05c83bd8f82998efad1
Author: Metin Amiroff <metin@karegen.com>
Date:   Wed Aug 6 17:52:00 2003 +0000

    Added "az" (Azerbaijani) to ALL_LINGUAS
    
    2003-08-06  Metin Amiroff <metin@karegen.com>
    
    	* configure.in: Added "az" (Azerbaijani) to ALL_LINGUAS

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

commit e14918ea6230d0144e3fff3c393f01751a912ccc
Author: Metin Amiroff <metin@karegen.com>
Date:   Wed Aug 6 17:51:01 2003 +0000

    Added Azerbaijani translation.
    
    2003-08-06  Metin Amiroff  <metin@karegen.com>
    
            * az.po: Added Azerbaijani translation.

 po/ChangeLog |    4 +
 po/az.po     |  465 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 469 insertions(+), 0 deletions(-)

commit 6dbfbb0f06e6d50cc75e51d88f336c24625f82e2
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Wed Aug 6 06:34:50 2003 +0000

    Updated Ukrainian translations

 po/uk.po |  228 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 110 insertions(+), 118 deletions(-)

commit a08a1dd1e866d0e4554c9e6f3d00072478fb45b9
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Thu Jul 31 12:59:41 2003 +0000

    Updated Spanish translation by Francisco Javier F. Serrador
    
    2003-07-31  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
            * es.po: Updated Spanish translation by
                     Francisco Javier F. Serrador <serrador@arrakis.es>.

 po/ChangeLog |    5 +
 po/es.po     |  965 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 487 insertions(+), 483 deletions(-)

commit 594a6f04a666393cb200b5219c3da5349168c340
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Wed Jul 30 04:31:38 2003 +0000

    configure.in: Added Belarusian to ALL_LINGUAS.

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

commit 007178b04d0368182d4e0a4d40f77beeb7a08bfe
Author: Dmitry Mastrukov <dmitrym@src.gnome.org>
Date:   Wed Jul 30 04:30:55 2003 +0000

    be.po: Added Belarusian translation from Belarusian team <i18n@mova.org>.

 po/ChangeLog |    5 +
 po/be.po     |  458 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 463 insertions(+), 0 deletions(-)

commit bac77c2e9676931e583ab7468bfbed41d4e2b391
Author: Wang Jian <lark@src.gnome.org>
Date:   Fri Jul 25 16:12:29 2003 +0000

    *** empty log message ***

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/zh_CN.po  |  453 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 463 insertions(+), 1 deletions(-)

commit baad97d0d87d45f41effb5f413b9accc63f40cf6
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Sat Jul 19 19:30:57 2003 +0000

    Added French translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/fr.po     |  458 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 468 insertions(+), 1 deletions(-)

commit 0129c4c216c7f2376774b9d7be7b714eee5f3723
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Sat Jul 19 00:08:10 2003 +0000

    Updated German translation.

 po/ChangeLog |    4 ++++
 po/de.po     |   20 ++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit cda6f977266614e7b71c01a6bcf792cea82954b6
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Fri Jul 18 21:07:28 2003 +0000

    Dutch translation updated.
    
    2003-07-18  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
    	* nl.po: Dutch translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |   20 ++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit 26f5f4f10bfea46fe6fab27e6177163e5dc5a203
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Mon Jul 14 06:43:12 2003 +0000

    Updated traditional Chinese translation.
    
    	* zh_TW.po: Updated traditional Chinese translation.

 po/ChangeLog |    4 +
 po/zh_TW.po  |  210 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 112 insertions(+), 102 deletions(-)

commit 652c90596e2c4fff6b7b748afcb01df6e21d22d9
Author: Kevin C. Krinke <kckrinke@opendoorsoftware.com>
Date:   Sun Jul 13 23:03:18 2003 +0000

    user input data output to STDOUT via g_print instead of outputting to
    
    2003-07-11  Kevin C. Krinke  <kckrinke@opendoorsoftware.com>
    
           * src/calendar.c, src/entry.c, src/fileselection.c, src/text.c,
           src/tree.c: user input data output to STDOUT via g_print instead
           of outputting to STDERR via g_printerr. This makes it possible to
           destinguish user input data from GTK+ warnings / errors.
           * THANKS, src/about.c: I figure this is my second patch submission
           so I belong in the credits...

 ChangeLog           |    9 +++++++++
 THANKS              |    1 +
 src/about.c         |    1 +
 src/calendar.c      |    2 +-
 src/fileselection.c |    6 +++---
 src/text.c          |    2 +-
 src/tree.c          |    4 ++--
 7 files changed, 18 insertions(+), 7 deletions(-)

commit b0c4853c442b4a5a2e06ed3ed02bd893a58f2ae8
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Sun Jul 13 15:33:07 2003 +0000

    Updated the Greek translation

 po/ChangeLog |    4 +
 po/el.po     |  219 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 115 insertions(+), 108 deletions(-)

commit edf6c83e70479d12d5f01a33b1a0c6ff4d345c8f
Author: John Fleck <jfleck@inkstain.net>
Date:   Fri Jul 11 12:40:40 2003 +0000

    autogen.sh remove xmldocs.make omf.make Set up new docs build system
    
    
    2003-07-10 John Fleck <jfleck@inkstain.net>
    
    	* autogen.sh
    	remove
    	* xmldocs.make
    	* omf.make
    	Set up new docs build system

 ChangeLog    |    8 +++++
 autogen.sh   |    2 +-
 omf.make     |   53 --------------------------------
 xmldocs.make |   95 ----------------------------------------------------------
 4 files changed, 9 insertions(+), 149 deletions(-)

commit d841d808eb62e8b34ce170e820420c16edb301ac
Author: Hasbullah Bin Pit <sebol@src.gnome.org>
Date:   Wed Jul 9 15:54:08 2003 +0000

    Ops.... Missing my name

 po/ms.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d38cc1e1769c84ab685a2b93e548ce62d0fcb96d
Author: Hasbullah Bin Pit <sebol@ikhlas.com>
Date:   Wed Jul 9 15:51:56 2003 +0000

    Added 'ms' (Malay) to ALL_LINGUAS. Added Malay translation.
    
    2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
    
            * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
            * po/ms.po: Added Malay translation.

 ChangeLog    |    5 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ms.po     |  457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 467 insertions(+), 1 deletions(-)

commit 2036d2b845b5bf828c20e238115bc6e69f81e0b1
Author: Andras Timar <timar@gnome.hu>
Date:   Wed Jul 9 08:23:43 2003 +0000

    Added "hu" (Hungarian) to ALL_LINGUAS.
    
    2003-07-09  Andras Timar  <timar@gnome.hu>
    
    	* configure.in: Added "hu" (Hungarian) to ALL_LINGUAS.

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

commit 4b3c1ae037c0b0de778dadd0d9487c532a1a2ffc
Author: Andras Timar <timar@gnome.hu>
Date:   Wed Jul 9 08:21:50 2003 +0000

    Added Hungarian translation. Autotranslate using the compedium feature of
    
    2003-07-09  Andras Timar  <timar@gnome.hu>
    
    	* hu.po: Added Hungarian translation.
    	Autotranslate using the compedium feature of gettext.

 po/ChangeLog |    5 +
 po/hu.po     |  521 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 526 insertions(+), 0 deletions(-)

commit 83c22dfd183f5370484c40a80f1272302f708a1a
Author: Dafydd Harries <daf@src.gnome.org>
Date:   Wed Jul 9 01:18:17 2003 +0000

    Added Welsh translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/cy.po     |  454 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 463 insertions(+), 1 deletions(-)

commit d686a763954b145856233131ecc2742e1c4f58a6
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Tue Jul 1 10:47:51 2003 +0000

    Added "sq" to ALL_LINGUAS
    
    * configure.in: Added "sq" to ALL_LINGUAS

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

commit 279a985f19bba2c8297573e7e30b48850a13f341
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Tue Jul 1 10:44:37 2003 +0000

    Added Albanian translation.
    
    * sq.po: Added Albanian translation.

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit a3aac67e759e27ef861bdd07c6037ff431b84b76
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Tue Jul 1 10:43:00 2003 +0000

    Added Albanian file
    
    * sq.po: Added Albanian file

 po/sq.po |  455 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 455 insertions(+), 0 deletions(-)

commit 58c2ffb88ff223e445e7cef76b4e00699cef79ea
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Mon Jun 30 18:00:30 2003 +0000

    Updated Italian translation by Stefano Canepa.

 po/ChangeLog |    5 +++++
 po/it.po     |   55 +++++++++++++++++++++++++------------------------------
 2 files changed, 30 insertions(+), 30 deletions(-)

commit 425724a8d1c5624bd6db189267466b7aeaaa3e61
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Sun Jun 29 16:21:12 2003 +0000

    gdialog wrapper return values fixed

 ChangeLog      |    5 +++++
 src/gdialog.in |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 7755ff4e80b47831dc3633a006ad4041d6d51239
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Fri Jun 27 13:55:18 2003 +0000

    Updated Polish translation.
    
    2003-06-27  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation.

 po/ChangeLog |    4 +
 po/pl.po     |  204 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 113 insertions(+), 95 deletions(-)

commit 964a42f217c69a17604ba563c5698c3ce258f3e9
Author: Ole Laursen <olau@hardworking.dk>
Date:   Thu Jun 26 15:06:33 2003 +0000

    Updated Danish translation.
    
    2003-06-26  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Updated Danish translation.

 po/ChangeLog |    4 +
 po/da.po     |  205 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 107 insertions(+), 102 deletions(-)

commit 1e9de800da27f0b26030a07c79967158c7a51f09
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Jun 26 01:05:30 2003 +0000

    Updated Portuguese translation.
    
    2003-06-26  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt,po: Updated Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     |  204 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 113 insertions(+), 95 deletions(-)

commit e7d013124d82db76ba3759413b41b7b5a23c81b2
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Mon Jun 23 18:38:07 2003 +0000

    Update Czech translation

 po/ChangeLog |    4 ++++
 po/cs.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 6f065ae7e71485ceb45b8f9bfd96e027ff887ca8
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Mon Jun 23 17:12:37 2003 +0000

    Updated Spanish translation by Francisco Javier F. Serrador
    
    2003-06-23  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
            * es.po: Updated Spanish translation by
                     Francisco Javier F. Serrador <serrador@arrakis.es>.

 po/ChangeLog |    5 ++
 po/es.po     |  219 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 122 insertions(+), 102 deletions(-)

commit 2bdc5713b7e0cb83302aad736c313a1209ac716d
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Sun Jun 22 13:53:03 2003 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 ++++
 po/ca.po     |   13 +++++--------
 2 files changed, 9 insertions(+), 8 deletions(-)

commit fa600a99f76d0993db8a8894d5be91dfc6d22b15
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Jun 22 12:46:59 2003 +0000

    Updated Swedish translation.
    
    2003-06-22  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 ++++
 po/sv.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 0084f1fa0762f85b57103d63e15fd952cf3d31fd
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Sat Jun 21 15:38:42 2003 +0000

    *** empty log message ***

 po/ChangeLog |    4 ++++
 po/en_GB.po  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 86a829f7c8ba7d02412932ecee5619ae82936d63
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Sat Jun 21 15:33:39 2003 +0000

    Added en_GB translation and fixed a typo.

 ChangeLog    |    5 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/en_GB.po  |  452 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c   |    2 +-
 5 files changed, 463 insertions(+), 2 deletions(-)

commit 154ddfe7ecfc301a924e83e861e47cd118f3a01e
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Wed Jun 18 10:43:36 2003 +0000

    added Macedonian translation

 po/mk.po |  454 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 454 insertions(+), 0 deletions(-)

commit c1aad8081fa5319a147e1db13d22874b11a639a6
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Sun Jun 15 13:57:51 2003 +0000

    Dutch translation updated.
    
    2003-06-15  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
    	* nl.po: Dutch translation updated.

 po/ChangeLog |    4 +
 po/nl.po     |  195 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 102 insertions(+), 97 deletions(-)

commit 27ea88c10962a3841337a93b90b1c37ca8a75b7f
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Sun Jun 15 13:23:50 2003 +0000

    Dutch translation updated.
    
    2003-06-15  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
    	* nl.po: Dutch translation updated.

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit af594b60e97a43d8c60027971ed91029df5a7e67
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Fri Jun 13 22:01:48 2003 +0000

    *** empty log message ***

 ChangeLog      |    1 +
 src/progress.c |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 9050357a9b482a4fceb8826425c4ee613921fb2e
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Fri Jun 13 21:53:06 2003 +0000

    Fixed my old and bouncy email address

 ChangeLog   |    4 ++++
 src/about.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 23b4ffe7c30ecfe40d35815a725bb4c9d8ff6bb7
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Fri Jun 13 14:21:33 2003 +0000

    Update Czech translation

 po/ChangeLog |    4 +
 po/cs.po     |  196 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 105 insertions(+), 95 deletions(-)

commit 98de71481349a4175556d25a975cf9c1ce54ac6c
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Fri Jun 13 11:47:54 2003 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 +
 po/ca.po     |  196 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 107 insertions(+), 93 deletions(-)

commit 3c65dc88b6bf1bb94edd1375324fd06aa043123f
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Thu Jun 12 10:47:14 2003 +0000

    Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  203 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 113 insertions(+), 94 deletions(-)

commit bec0fc2aaa0983af9516471ed3b43e34b2e97eaa
Author: Christian Rose <menthos@menthos.com>
Date:   Tue Jun 10 23:39:58 2003 +0000

    Updated Swedish translation.
    
    2003-06-11  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     |  187 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 102 insertions(+), 89 deletions(-)

commit cfe29d9ad04761e7a97964af5e8f20fca7d22cfc
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Tue Jun 10 21:30:22 2003 +0000

    Allow /t and /n in dialog text. Some code cleanup.

 ChangeLog           |   13 +++++++++++++
 TODO                |   12 ++----------
 src/fileselection.c |   12 ++----------
 src/main.c          |   22 +++++++++++-----------
 src/tree.c          |    6 ------
 5 files changed, 28 insertions(+), 37 deletions(-)

commit 98772744e904127cda466f1b5be3969ae5fbdcc2
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Mon Jun 9 21:35:39 2003 +0000

    Committing patch to fall back to dialog if DISPLAY not set from
    Kevin C. Krinke  <kckrinke@opendoorsoftware.com>

 ChangeLog      |    4 +++
 src/gdialog.in |   77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 81 insertions(+), 0 deletions(-)

commit 0e4c879656dcb3a0f4ffbcc65e30b6120f65c05e
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Mon Jun 9 18:57:01 2003 +0000

    Allow multiple file selections.

 ChangeLog           |   26 ++++++++++++++---------
 data/zenity.1       |    6 +++++
 help/C/zenity.xml   |   19 +++++++++++++++-
 src/fileselection.c |   36 ++++++++++++++++++++++++++++----
 src/main.c          |   56 +++++++++++++++++++++++++++++++++++++++++----------
 src/zenity.h        |    2 +
 6 files changed, 117 insertions(+), 28 deletions(-)

commit 5bade6fe6a14cce50508ee5d510a4560ebe3e421
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Sat Jun 7 14:41:56 2003 +0000

    Support user-defined return values via env vars, like dialog did.

 ChangeLog           |   13 ++++++++++
 src/about.c         |    6 ++--
 src/calendar.c      |    8 +++---
 src/entry.c         |    8 +++---
 src/fileselection.c |    9 ++++---
 src/msg.c           |    6 ++--
 src/progress.c      |   10 ++++----
 src/text.c          |    6 ++--
 src/tree.c          |   10 ++++----
 src/util.c          |   64 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/util.h          |    3 ++
 src/zenity.h        |    8 ++++++
 12 files changed, 120 insertions(+), 31 deletions(-)

commit 3aab6a19a521c0374ef4c83fd7877154ea8636b5
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Jun 7 13:10:58 2003 +0000

    Untranslate silly strings pointed out by Kjartan Maraas.
    
    2003-06-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/zenity.glade: Untranslate silly strings pointed out by
    	Kjartan Maraas.

 ChangeLog        |    5 +++++
 src/zenity.glade |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 3375e55609ea2609b01ce58076895d68f4b2a0a9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jun 7 12:35:26 2003 +0000

    Updated Norwegian translation.
    
    2003-06-07  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* no.po: Updated Norwegian translation.

 po/ChangeLog |    4 +
 po/no.po     |  238 +++++++++++++++++++++++++++------------------------------
 2 files changed, 117 insertions(+), 125 deletions(-)

commit e531ee246ad3c7a7319c005e724f2b8ac4198343
Author: Christian Rose <menthos@menthos.com>
Date:   Wed Jun 4 14:12:28 2003 +0000

    Updated Swedish translation.
    
    2003-06-04  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     |  174 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 95 insertions(+), 83 deletions(-)

commit 65cb873430d7bfcdf0452c76bf07f2ebbb4a21af
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Jun 4 12:53:46 2003 +0000

    Fix up some build warnings as reported by Ross Burton and his amazing gcc
    
    2003-06-04  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/about.c, src/main.c, src/msg.c,
    	src/progress.c, src/tree.c, src/util.c: Fix up some build warnings
    	as reported by Ross Burton and his amazing gcc 3.3 techno machine.

 ChangeLog      |    6 ++++++
 src/about.c    |   15 ++++-----------
 src/main.c     |   15 +++++++--------
 src/msg.c      |    5 +++--
 src/progress.c |    5 ++++-
 src/tree.c     |    9 +++++----
 src/util.c     |    1 +
 7 files changed, 30 insertions(+), 26 deletions(-)

commit 3c6665af87c40e9c4c07a6c19e9432c1be125e6b
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Wed Jun 4 10:48:07 2003 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 ++
 po/ca.po     |  167 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 90 insertions(+), 81 deletions(-)

commit 52b1f1c71e85be522b30d8f3c0d65a8ce1e8a1d9
Author: Jordi Mallach <jordi@sindominio.net>
Date:   Wed Jun 4 10:46:02 2003 +0000

    Add a "no-c-format" xgettext header to unbreak po files in the new
    
    2003-06-04  Jordi Mallach  <jordi@sindominio.net>
    
    	* src/main.c: Add a "no-c-format" xgettext header to unbreak po files
    	in the new auto-close string.

 ChangeLog  |    5 +++++
 src/main.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 626d95b752159fdcec1e7c08271f3eaca1113ab7
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Tue Jun 3 21:52:16 2003 +0000

    Add --auto-close option to progress dialog. Closes dialog when 100% has been reached. Also update docs for new option. Fixes #114125.

 ChangeLog         |   11 +++++++++++
 data/zenity.1     |    3 +++
 help/C/zenity.xml |    7 +++++++
 src/main.c        |   17 +++++++++++++++++
 src/progress.c    |   10 +++++++---
 src/zenity.h      |    1 +
 6 files changed, 46 insertions(+), 3 deletions(-)

commit 6a498549f73c9b3e241f5c16169601e2cabd9dcf
Author: Mike Newman <mikegtn@gnome.org>
Date:   Tue Jun 3 21:30:24 2003 +0000

    add a --help option, pointing to zenity docs. Fixes #114338
    
    2003-06-03  Mike Newman  <mikegtn@gnome.org>
    
    	* src/gdialog.in: add a --help option, pointing to
    	zenity docs. Fixes #114338

 ChangeLog |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit 34efaf43f70f59c3677a347d4d885b55abf08dff
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Jun 3 19:07:54 2003 +0000

    Kris' new #commits channel is zen-tastic.
    
    2003-06-03  Glynn Foster  <glynn.foster@sun.com>
    
    	* Kris' new #commits channel is zen-tastic.

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit b12b1a4faf7477427a4dcd0b7a8e3245696f1587
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Tue Jun 3 17:28:20 2003 +0000

    add a --help option to the gdialog wrapper script

 ChangeLog      |    4 ++++
 src/gdialog.in |   10 ++++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

commit 0c1539ced3331ab506c4faec40f2d8eeb299357d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jun 3 12:05:37 2003 +0000

    Added "ko" to ALL_LINGUAS.
    
    2003-06-03  Changwoo Ryu  <cwryu@debian.org>
    
    	* configure.in: Added "ko" to ALL_LINGUAS.

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

commit 64d26551bbd4b3a845e04485892271e4f1810301
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Jun 3 12:04:58 2003 +0000

    Added Korean translation from Young-Ho Cha <ganadist@mizi.com>.
    
    2003-06-03  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Added Korean translation from Young-Ho
    	Cha <ganadist@mizi.com>.

 po/ChangeLog |    5 +
 po/ko.po     |  447 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 452 insertions(+), 0 deletions(-)

commit 3646455534d81d0fed3c40410a373d533ad33c4c
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Mon Jun 2 14:19:47 2003 +0000

    Dutch translation updated.
    
    2003-06-02  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
    	* nl.po: Dutch translation updated.

 po/ChangeLog |    4 ++
 po/nl.po     |  162 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 87 insertions(+), 79 deletions(-)

commit a3a60dff9ac9eee19c70565e384b45b730066109
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Fri May 30 14:35:50 2003 +0000

    Dutch translation updated.
    
    2003-05-30  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
    	* nl.po: Dutch translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |   22 +++++-----------------
 2 files changed, 9 insertions(+), 17 deletions(-)

commit 74793cc79b54a4e472ae1691a8269fda043552a7
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Thu May 29 09:26:44 2003 +0000

    release 1.3 Updated for new release
    
    2003-05-29  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: release 1.3
    	* NEWS: Updated for new release

 ChangeLog     |    5 +++++
 NEWS          |   18 ++++++++++++++++++
 configure.in  |    2 +-
 po/ChangeLog  |    4 ++++
 po/am.po      |    2 +-
 po/ca.po      |    2 +-
 po/cs.po      |    2 +-
 po/da.po      |    2 +-
 po/de.po      |    2 +-
 po/el.po      |    2 +-
 po/es.po      |    2 +-
 po/it.po      |    2 +-
 po/ja.po      |    2 +-
 po/nl.po      |    2 +-
 po/no.po      |    2 +-
 po/pl.po      |    2 +-
 po/pt.po      |    2 +-
 po/pt_BR.po   |    2 +-
 po/sr.po      |    2 +-
 po/sr@Latn.po |    2 +-
 po/sv.po      |    2 +-
 po/uk.po      |    2 +-
 po/vi.po      |    2 +-
 po/zh_TW.po   |    2 +-
 24 files changed, 48 insertions(+), 21 deletions(-)

commit 5b95257139dc8395232af2613fe47816679f6637
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Thu May 29 08:49:05 2003 +0000

    More updates for suggestions from Kevin.
    
    2003-05-29  Glynn Foster  <glynn.foster@sun.com>
    
    	* TODO: More updates for suggestions from Kevin.

 ChangeLog |    4 ++++
 TODO      |    9 +++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit 1471cb89c4bbe29434ea432a460410fa32a4920f
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed May 28 23:45:04 2003 +0000

    Update with more suggestions.
    
    2003-05-29  Glynn Foster  <glynn.foster@sun.com>
    
    	* TODO: Update with more suggestions.

 ChangeLog |    4 ++++
 TODO      |   12 +++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

commit c5056dd3bbbcd964a9782240f9415443b36b26c2
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed May 28 23:19:16 2003 +0000

    Update some more items. Update man page a little, although it still should
    
    2003-05-29  Glynn Foster  <glynn.foster@sun.com>
    
    	* TODO: Update some more items.
    	* data/zenity.1: Update man page a little, although it still
    	should contain more useful information I guess.

 ChangeLog     |    6 ++++++
 TODO          |    6 ++++++
 data/zenity.1 |   28 +++++++++++++++++++++++-----
 3 files changed, 35 insertions(+), 5 deletions(-)

commit f091d10d08727e360172c4dbcca1762cbf9f6f7d
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue May 27 22:28:44 2003 +0000

    Make the progress dialog resize. Lamely fixes #113706.
    
    2003-05-27  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/zenity.glade: Make the progress dialog resize. Lamely
    	fixes #113706.

 ChangeLog        |    5 +++++
 src/zenity.glade |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 4f1bace4c856758a337f817f11299a9058b811d8
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue May 27 22:18:08 2003 +0000

    Update information for submitting patches to bugzilla.
    
    2003-05-27  Glynn Foster  <glynn.foster@sun.com>
    
    	* HACKING: Update information for submitting patches to bugzilla.

 ChangeLog |    4 ++++
 HACKING   |    5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 3de03d8ae95fad731e43ae0af7532cd7caddaa64
Author: Glynn Foster <gman@src.gnome.org>
Date:   Tue May 27 22:13:52 2003 +0000

    Bad results of prepare-ChangeLog.pl

 po/ChangeLog |   23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)

commit beaff4a661f5d1329e1afd4b5e3f980ee703035a
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Tue May 27 22:00:43 2003 +0000

    Enable the gdialog wrapper script.

 src/gdialog    |  221 --------------------------------------------------------
 src/gdialog.in |  221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 221 insertions(+), 221 deletions(-)

commit 9e131f64cb3b67c8ad1a11de2297cc3297baa7fa
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Tue May 27 21:57:46 2003 +0000

    Enable the gdialog compatibility wrapper script.

 ChangeLog       |    9 ++++++++-
 configure.in    |    7 +++++++
 po/ChangeLog    |   23 +++++++++++++++++++++++
 po/am.po        |   14 +++++++-------
 po/ca.po        |   14 +++++++-------
 po/cs.po        |   14 +++++++-------
 po/da.po        |   14 +++++++-------
 po/de.po        |   14 +++++++-------
 po/el.po        |   14 +++++++-------
 po/es.po        |   14 +++++++-------
 po/it.po        |   14 +++++++-------
 po/ja.po        |   14 +++++++-------
 po/nl.po        |   14 +++++++-------
 po/no.po        |   14 +++++++-------
 po/pl.po        |   14 +++++++-------
 po/pt.po        |   14 +++++++-------
 po/pt_BR.po     |   14 +++++++-------
 po/sr.po        |   14 +++++++-------
 po/sr@Latn.po   |   14 +++++++-------
 po/sv.po        |   14 +++++++-------
 po/uk.po        |   14 +++++++-------
 po/vi.po        |   14 +++++++-------
 po/zh_TW.po     |   14 +++++++-------
 src/Makefile.am |   11 ++++++++---
 24 files changed, 186 insertions(+), 144 deletions(-)

commit 34f3758977b56e72dc07b509d1ed4e215794eee9
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Tue May 27 18:05:18 2003 +0000

    Not my day. Fix order of height and width args of textbox in gdialog wrapper.

 src/gdialog |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 15c5b0f48ee2114b5a9f4ad25da258fc34065320
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Tue May 27 18:00:56 2003 +0000

    Oops - committed with debugging instrumentation which would confuse scripts!

 src/gdialog |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit a7673b42d20f5cbacd61b4dd85408e54aafd135d
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Tue May 27 17:56:51 2003 +0000

    Fix an indentation weirdness in calendar.c
    Take notice of width and height in gdialog wrapper for textbox, because
    the original gdialog also did.

 ChangeLog      |    6 ++++++
 src/calendar.c |    3 +--
 src/gdialog    |   14 ++++++++++++++
 3 files changed, 21 insertions(+), 2 deletions(-)

commit 25d20adbd11319e7224ada5970c1a1b1ba6557df
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Sat May 24 09:15:50 2003 +0000

    Fix typo in gdialog wrapper. Sensitize OK button in progress when 100% reached.

 ChangeLog      |    5 +++++
 src/gdialog    |   12 ++++++------
 src/progress.c |    8 ++++++--
 3 files changed, 17 insertions(+), 8 deletions(-)

commit 1acd9cfed892c8a277199912d099f7c5ff7a94ca
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat May 24 01:36:24 2003 +0000

    Patch from Dagmar d'Surreal <dagmar@speakeasy.net> to correct help docs
    
    2003-05-24  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Patch from Dagmar d'Surreal
    	<dagmar@speakeasy.net> to correct help docs and
    	script examples for the change from --dialog-title to
    	--title.
    
    	* THANKS, src/about.c: Add Dagmar.
    
    	* src/progress.c: For now, just send a SIGHUP to the
    	parent process - not entirely sure if this is the best thing
    	to do right now.

 ChangeLog         |   13 +++++++++++++
 THANKS            |    1 +
 help/C/zenity.xml |   16 ++++++++--------
 src/about.c       |    1 +
 src/progress.c    |    7 +++++--
 5 files changed, 28 insertions(+), 10 deletions(-)

commit 1930a4a763d2136ea41fbdb6daa4249853b950d2
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Fri May 23 16:57:16 2003 +0000

    Hmm, forgot some other bits - support --separate-output, ensure list rows
    are returned.

 ChangeLog   |    3 ++-
 src/gdialog |   29 +++++++++++++++++++++++++----
 2 files changed, 27 insertions(+), 5 deletions(-)

commit c4bdad5128b2bbf1cb93e36697027aa15e348742
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Fri May 23 16:18:26 2003 +0000

    More work on wrapper - fix --textbox to actually load the file

 ChangeLog   |    5 +++++
 src/gdialog |    2 --
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 0664c941978b167c44441758de7ee383fca6251b
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Tue May 20 23:48:12 2003 +0000

    Update to gdialog wrapper script

 ChangeLog   |    5 +++++
 src/gdialog |   42 ++++++++++++++++++++++++++++++++++++++----
 2 files changed, 43 insertions(+), 4 deletions(-)

commit 01379224f6b74fbf5afa905f55d8dbaace0cee28
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon May 19 18:56:00 2003 +0000

    release 1.2 Updated for new release
    
    2003-05-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: release 1.2
    	* NEWS: Updated for new release

 ChangeLog     |    5 +
 NEWS          |   24 ++++++
 configure.in  |    2 +-
 po/ChangeLog  |    4 +
 po/am.po      |   21 ++---
 po/ca.po      |    5 +-
 po/cs.po      |    2 +-
 po/da.po      |    2 +-
 po/de.po      |    2 +-
 po/el.po      |   32 ++++----
 po/es.po      |   32 ++++----
 po/it.po      |   31 ++++----
 po/ja.po      |    2 +-
 po/nl.po      |   32 ++++----
 po/no.po      |   28 ++++----
 po/pl.po      |  226 +++++++++++++++++++++++++++------------------------------
 po/pt.po      |    2 +-
 po/pt_BR.po   |   32 ++++----
 po/sr.po      |   31 ++++----
 po/sr@Latn.po |   31 ++++----
 po/sv.po      |    2 +-
 po/uk.po      |   32 ++++----
 po/vi.po      |   31 ++++----
 po/zh_TW.po   |    2 +-
 24 files changed, 318 insertions(+), 295 deletions(-)

commit d8d6d65386b7392aba4a67132e531f85cb9df269
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon May 19 18:46:03 2003 +0000

    Compatibility wrapper script from Mike Newman <mikegtn@gnome.org>.
    
    2003-05-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/Makefile.am, src/gdialog: Compatibility wrapper script
    	from Mike Newman <mikegtn@gnome.org>. Disabled for the present
    	until I have a chance to review the code.

 ChangeLog       |    6 ++
 src/Makefile.am |    2 +
 src/gdialog     |  156 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 164 insertions(+), 0 deletions(-)

commit 70ea28f34c25cc21bac51286b7e2c767a2df5807
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon May 19 18:24:41 2003 +0000

    Make the progress dialog actually work and now uses g_io_channel. Woot!
    
    2003-05-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/progress.c: Make the progress dialog actually work
    	and now uses g_io_channel. Woot! Need to be able to cancel
    	the dialog, which currently doesn't work too well.
    
    	* TODO: Update.
    
    	* help/C/zenity.xml: Update help documentation.

 ChangeLog         |   10 +++
 TODO              |    3 +-
 help/C/zenity.xml |   13 +++-
 src/progress.c    |  197 +++++++++++++++++++++++++++++++++--------------------
 4 files changed, 143 insertions(+), 80 deletions(-)

commit c2cd931cd33b54e2730bf6ff9af3fc3129437858
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Sat May 17 09:04:09 2003 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 ++++
 po/ca.po     |   37 +++++++++++++++++--------------------
 2 files changed, 21 insertions(+), 20 deletions(-)

commit 0900a598215e7cda1b902949aea9ceeab3818f13
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Sat May 17 08:24:20 2003 +0000

    Updated German translation.

 po/ChangeLog |    4 ++++
 po/de.po     |   38 ++++++++++++++++++--------------------
 2 files changed, 22 insertions(+), 20 deletions(-)

commit e7335723ec242cead7ff6332790fab33879037b6
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Tue May 13 05:47:07 2003 +0000

    Updated traditional Chinese translation.
    
    	* zh_TW.po: Updated traditional Chinese translation.

 po/ChangeLog |    4 ++++
 po/zh_TW.po  |   42 +++++++++++++++++++++---------------------
 2 files changed, 25 insertions(+), 21 deletions(-)

commit a061c6346d43008c816839c1277289a9bc8be3b4
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Mon May 12 11:21:50 2003 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |    5 +
 po/pl.po     |  266 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 138 insertions(+), 133 deletions(-)

commit bdb80651c804a23f37ff81c993fe43ef2372aea1
Author: Ole Laursen <olau@hardworking.dk>
Date:   Sun May 11 16:14:52 2003 +0000

    Fixed some strings in the Danish translation.
    
    2003-05-11  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Fixed some strings in the Danish translation.

 po/ChangeLog |    4 ++++
 po/da.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 5611a4a3423825b401a9ac01f5648d08b6a43998
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Thu May 8 03:01:11 2003 +0000

    Updated traditional Chinese translation.
    
    	* zh_TW.po: Updated traditional Chinese translation.

 po/ChangeLog |    4 ++++
 po/zh_TW.po  |   53 +++++++++++++++++++++++------------------------------
 2 files changed, 27 insertions(+), 30 deletions(-)

commit 70f34972b6b4de563b5c4ef09cb5ab279221732a
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu May 8 00:04:57 2003 +0000

    Updated Portuguese translation.
    
    2003-05-08  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 ++++
 po/pt.po     |   36 +++++++++++++++++-------------------
 2 files changed, 21 insertions(+), 19 deletions(-)

commit ada9ec215e2f4c92fdabc8485be93a4472c694eb
Author: Christian Rose <menthos@menthos.com>
Date:   Wed May 7 21:47:29 2003 +0000

    Updated Swedish translation.
    
    2003-05-07  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 ++++
 po/sv.po     |   33 +++++++++++++++------------------
 2 files changed, 19 insertions(+), 18 deletions(-)

commit ec812e7059ada28494dfcfdd4a1e08d327e63fef
Author: Ole Laursen <olau@hardworking.dk>
Date:   Wed May 7 20:58:40 2003 +0000

    Updated Danish translation.
    
    2003-05-07  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Updated Danish translation.

 po/ChangeLog |    4 ++++
 po/da.po     |   34 ++++++++++++++++------------------
 2 files changed, 20 insertions(+), 18 deletions(-)

commit 668d238ece1119741320e4e3ad6f4e45be6eec1d
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Wed May 7 18:40:18 2003 +0000

    Update Czech translation

 po/ChangeLog |    4 ++++
 po/cs.po     |   32 +++++++++++---------------------
 2 files changed, 15 insertions(+), 21 deletions(-)

commit b12fb22a9af65bb0b68f922a2071c7a27f0fd25b
Author: KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>
Date:   Wed May 7 13:38:58 2003 +0000

    Updated Japanese translation.
    
    2003-05-07  KAMAGASAKO Masatoshi  <emerald@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translation.

 po/ChangeLog |    4 ++++
 po/ja.po     |   37 +++++++++++++++++--------------------
 2 files changed, 21 insertions(+), 20 deletions(-)

commit a08343daf90e9425c85c1138cf6eea90addafb11
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed May 7 01:08:08 2003 +0000

    Update commandline error message, needs updating of translations. Remove
    
    2003-05-06  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c: Update commandline error message, needs updating
    	of translations.
    	* src/tree.c: Remove some commented out code.
    	* src/zenity.glade: Updated error and info dialogs to do
    	wrapping.

 ChangeLog        |    8 ++++++++
 src/main.c       |    5 +++--
 src/tree.c       |   10 +---------
 src/zenity.glade |    4 ++--
 4 files changed, 14 insertions(+), 13 deletions(-)

commit d5549deab31020185742dbeb41594a6224270240
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue May 6 20:22:16 2003 +0000

    Fix up the stdin list dialog stuff. Updated to actually include the
    
    2003-05-06  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/tree.c: Fix up the stdin list dialog stuff.
    	* NEWS: Updated to actually include the updated
    	translations as well.

 ChangeLog    |    6 ++++++
 NEWS         |   10 +++++++++-
 po/ChangeLog |    8 ++++++++
 src/tree.c   |   13 +++++++++----
 4 files changed, 32 insertions(+), 5 deletions(-)

commit f4601c0a0c9acb4985879e09b3a5a2c7ecfb7293
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Tue May 6 04:00:39 2003 +0000

    Added "sr" and "sr@Latn" to ALL_LINGUAS.
    
    2003-05-05  Danilo Šegan  <dsegan@gmx.net>
    
    	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
    
    	* po/sr.po, po/sr@Latn.po: Added Serbian translation by
    	http://Prevod.org/.

 ChangeLog     |    4 +
 configure.in  |    2 +-
 po/ChangeLog  |    5 +
 po/sr.po      |  469 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sr@Latn.po |  469 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 948 insertions(+), 1 deletions(-)

commit 51b02f8b1d02128f5aba62b23ef2c1e94bee706b
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon May 5 22:38:54 2003 +0000

    Update docs for new commandline options.
    
    2003-05-05  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Update docs for new commandline
    	options.

 ChangeLog         |    7 ++++++-
 help/C/zenity.xml |   18 +++++++++++++++++-
 2 files changed, 23 insertions(+), 2 deletions(-)

commit 889ea3ce080a7874a815ff8468da5572c1f23fb2
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon May 5 20:32:21 2003 +0000

    releasee 1.1 NEWS: Updated for new release.
    
    2003-05-05  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: releasee 1.1
    	NEWS: Updated for new release.

 ChangeLog    |    5 +
 NEWS         |   35 +++++--
 README       |    7 ++
 configure.in |    2 +-
 po/am.po     |  196 +++++++++++++++++++++----------------
 po/ca.po     |   11 +-
 po/cs.po     |   11 +-
 po/da.po     |   11 +-
 po/de.po     |  167 ++++++++++++++++----------------
 po/el.po     |  201 +++++++++++++++++++++----------------
 po/es.po     |   15 ++--
 po/it.po     |  192 ++++++++++++++++++++----------------
 po/ja.po     |   11 +-
 po/nl.po     |   11 +-
 po/no.po     |  201 +++++++++++++++++++++----------------
 po/pl.po     |  225 +++++++++++++++++++++---------------------
 po/pt.po     |   11 +-
 po/pt_BR.po  |   11 +-
 po/sv.po     |   11 +-
 po/uk.po     |  225 +++++++++++++++++++++++-------------------
 po/vi.po     |  311 ++++++++++++++++++++++++++++++++++++++++------------------
 po/zh_TW.po  |  177 ++++++++++++++++++---------------
 22 files changed, 1168 insertions(+), 879 deletions(-)

commit 8ff2b32c9eb4b2eb8970a9fa48c4889847c347b1
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon May 5 17:17:02 2003 +0000

    Make the list dialog handle stdin - a little bit buggy still. Update
    
    2003-05-05  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/tree.c, src/util.c, src/util.h: Make the list dialog
    	handle stdin - a little bit buggy still.
    	* TODO: Update

 ChangeLog  |    6 +++
 TODO       |   11 ++++-
 src/tree.c |  133 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/util.c |   19 +++++++++
 src/util.h |    1 +
 5 files changed, 163 insertions(+), 7 deletions(-)

commit 140539f6264477403d022a87d4dd18b5eba495ca
Author: KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>
Date:   Mon May 5 13:35:56 2003 +0000

    Update Japanese translation.
    
    2003-05-05  KAMAGASAKO Masatoshi  <emerald@gnome.gr.jp>
    
            * ja.po: Update Japanese translation.

 po/ChangeLog |    4 +
 po/ja.po     |  174 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 99 insertions(+), 79 deletions(-)

commit 881c20667581094e542c70a4840f8cc35768d146
Author: Evandro Fernandes Giovanini <evandrofg@ig.com.br>
Date:   Sun Apr 27 00:17:57 2003 +0000

    Updated Brazilian Portuguese translation from Alexandre Folle de Menezes
    
    2003-04-26  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
    
            * pt_BR.po: Updated Brazilian Portuguese translation
            from Alexandre Folle de Menezes <afmenez@terra.com.br>.

 po/ChangeLog |    5 ++
 po/pt_BR.po  |  172 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 99 insertions(+), 78 deletions(-)

commit 6f2094259ef1fa6707f9bbf50f794b01a0b09d64
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Wed Apr 23 18:00:10 2003 +0000

    Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  206 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 115 insertions(+), 95 deletions(-)

commit e953b5c39c6bff93ee86c904a21a888f66078c76
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Tue Apr 22 19:05:40 2003 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |    5 ++
 po/pl.po     |  156 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 91 insertions(+), 70 deletions(-)

commit 68885874655d05415ecdea48740362aa4b239532
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Tue Apr 22 10:58:49 2003 +0000

    Dutch translation updated.
    
    2003-04-22  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
    	* nl.po: Dutch translation updated.

 po/ChangeLog |    4 ++
 po/nl.po     |  172 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 98 insertions(+), 78 deletions(-)

commit 5437c494116233e9b03749dca9da63dfeb141369
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Wed Apr 16 15:30:17 2003 +0000

    Added "ca" (Catalan) to ALL_LINGUAS.

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

commit 7f4060679928607d9bda456cc18e4d5fe845adf2
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Wed Apr 16 15:29:21 2003 +0000

    Added Catalan translation.

 po/ChangeLog |    6 +-
 po/ca.po     |  462 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 467 insertions(+), 1 deletions(-)

commit 9f687b28f354ee37f3cf7881326e583384e68b7e
Author: Ole Laursen <olau@hardworking.dk>
Date:   Tue Apr 15 18:02:43 2003 +0000

    Updated Danish translation.
    
    2003-04-15  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Updated Danish translation.

 po/ChangeLog |    4 ++
 po/da.po     |  172 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 98 insertions(+), 78 deletions(-)

commit 427a6d7ccc1a962df6d1e9e2b0cb18c3d116bf57
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Tue Apr 15 14:32:40 2003 +0000

    Updated Spanish translation.
    
    2003-04-15  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
               * es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  922 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 473 insertions(+), 453 deletions(-)

commit c14a25fe3c4c063f875497b3ca3c3f99a9b74312
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Mon Apr 14 11:33:26 2003 +0000

    Update Czech translation

 po/ChangeLog |    4 ++
 po/cs.po     |  172 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 98 insertions(+), 78 deletions(-)

commit 8f748fef48e96d3e3e5310d1fe356346cccf1cab
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Apr 14 10:27:47 2003 +0000

    Updated Swedish translation.
    
    2003-04-14  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     |  205 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 116 insertions(+), 93 deletions(-)

commit 075ee44b1123d763e4baabd431887c05743f6eb3
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Apr 13 20:29:59 2003 +0000

    Updated Portuguese translation.
    
    2003-04-13  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 ++
 po/pt.po     |  172 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 98 insertions(+), 78 deletions(-)

commit 9da64526615991b0dc76949d6113d72779242aa5
Author: Glynn Foster <gman@src.gnome.org>
Date:   Sun Apr 13 15:48:15 2003 +0000

    Ooops - fix build.

 src/main.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 965c2a91497fcf96c88c0029b18a6a1e9f5d46bd
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Apr 13 15:42:41 2003 +0000

    Finish off the indentation cleanup. Add new '--width' and '--height'
    
    2003-04-13  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/calendar.c, src/entry.c, src/fileselection.c,
    	src/main.c, src/msg.c, src/progress.c, src/text.c,
    	src/tree.c, src/zenity.h: Finish off the indentation cleanup.
    	Add new '--width' and '--height' options to the general options.
    	Fix up the radio list view, so that we can now act like a radio
    	button group.
    
    	* TODO: Update

 ChangeLog           |   11 +
 TODO                |    2 +
 src/calendar.c      |    2 +
 src/entry.c         |    4 +-
 src/fileselection.c |    2 +
 src/main.c          |  589 +++++++++++++++++++++++++++------------------------
 src/msg.c           |    2 +
 src/progress.c      |    5 +-
 src/text.c          |    1 +
 src/tree.c          |   27 +++-
 src/zenity.h        |    2 +
 11 files changed, 365 insertions(+), 282 deletions(-)

commit 58ed1748425dd97e62cad15f4a220ea5f8bb3e44
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Tue Apr 8 19:54:33 2003 +0000

    Added Italian translation by Stefano Canepa.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/it.po     |  440 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 450 insertions(+), 1 deletions(-)

commit c5e174f127902f4eb27168f070fa2f465a9721c2
Author: Ole Laursen <olau@hardworking.dk>
Date:   Sun Apr 6 13:50:51 2003 +0000

    Updated Danish translation.
    
    2003-04-06  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Updated Danish translation.

 po/ChangeLog |    4 ++++
 po/da.po     |   32 ++++++++++++++++++++++----------
 2 files changed, 26 insertions(+), 10 deletions(-)

commit 9a34f9ab4103cef616ef886caaa4b26bab84cc9b
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Fri Mar 28 14:26:27 2003 +0000

    Dutch translation updated.
    
    2003-03-28  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
    	* nl.po: Dutch translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |   34 ++++++++++++++++++++--------------
 2 files changed, 24 insertions(+), 14 deletions(-)

commit 6dcba1ddf49b37c101fabf52abe881fcd3880c82
Author: Evandro Fernandes Giovanini <evandrofg@ig.com.br>
Date:   Fri Mar 28 00:07:45 2003 +0000

    Updated Brazilian Portuguese translation from Alexandre Folle de Menezes
    
    2003-03-27  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
    
            * pt_BR.po: Updated Brazilian Portuguese translation
            from Alexandre Folle de Menezes <afmenez@terra.com.br>.

 po/ChangeLog |    5 +++++
 po/pt_BR.po  |   32 ++++++++++++++++++++++----------
 2 files changed, 27 insertions(+), 10 deletions(-)

commit dd16c36c5e994bb8e22a6f7b59eec29a4888c1be
Author: updated ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Fri Mar 21 06:49:01 2003 +0000

    2003-03-21 updated ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    5 +++++
 po/ja.po     |   36 ++++++++++++++++++++++++------------
 2 files changed, 29 insertions(+), 12 deletions(-)

commit c54b597c56fbc4867637ac23d7cd06df321b9aa4
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Mon Mar 17 19:56:14 2003 +0000

    Updated Spanish translation by Francisco Javier Fernandez
    
    2003-03-17  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
            * es.po: Updated Spanish translation by
                     Francisco Javier Fernandez <serrador@arrakis.es>

 po/ChangeLog |    5 +
 po/es.po     |  892 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 458 insertions(+), 439 deletions(-)

commit a33dbc481365fddd1eb28ec44a710405a6f2ed74
Author: Abel Cheung <maddog@linux.org.hk>
Date:   Mon Mar 17 11:46:42 2003 +0000

    Updated traditional Chinese translation.
    
    2003-03-17  Abel Cheung  <maddog@linux.org.hk>
    
    	* zh_TW.po: Updated traditional Chinese translation.

 po/ChangeLog |    4 ++++
 po/zh_TW.po  |   50 +++++++++++++++++++++++++++++++-------------------
 2 files changed, 35 insertions(+), 19 deletions(-)

commit 16e1b547c308140c3fc2e6a2503ba9a89b28bcce
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Fri Mar 14 21:33:29 2003 +0000

    Updated Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |    5 ++
 po/pl.po     |  154 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 88 insertions(+), 71 deletions(-)

commit 612ce84833704f791dd124db59112d96aa81011f
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Wed Mar 12 12:10:33 2003 +0000

    Updated German translation.

 po/ChangeLog |    4 ++++
 po/de.po     |   32 ++++++++++++++++++++++----------
 2 files changed, 26 insertions(+), 10 deletions(-)

commit 81c5354765a5e94279aba3ce8c70f936af0bf288
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Mar 11 21:33:51 2003 +0000

    Updated Portuguese translation.
    
    2003-03-11  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 ++++
 po/pt.po     |   32 ++++++++++++++++++++++----------
 2 files changed, 26 insertions(+), 10 deletions(-)

commit cca0618acdfa091eecd57bf3063d4fdc872da835
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Tue Mar 11 11:46:59 2003 +0000

    "Updated" Czech translation

 po/ChangeLog |    4 ++++
 po/cs.po     |   32 ++++++++++++++++++++++----------
 2 files changed, 26 insertions(+), 10 deletions(-)

commit 49f89795349a47ae4e061666d84a715bf24f5373
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Mar 10 17:11:18 2003 +0000

    Mass indentation cleanup. Make sure the glade dialogs aren't initially
    
    2003-03-10  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/about.c, src/calendar.c, src/entry.c, src/fileselection.c,
    	src/main.c, src/msg.c, src/progress.c, src/text.c, src/tree.c,
    	src/util.c, src/util.h, src/zenity.glade, src/zenity.h:
    
    	Mass indentation cleanup. Make sure the glade dialogs aren't initially
    	visible because this avoids a visibility jump. Apparently == TRUE is
    	bad mojo. Fix up.

 ChangeLog           |   10 +
 src/about.c         |  614 +++++++++--------
 src/calendar.c      |  126 ++--
 src/entry.c         |  113 ++--
 src/fileselection.c |   81 ++--
 src/main.c          | 1922 +++++++++++++++++++++++++-------------------------
 src/msg.c           |  185 +++---
 src/progress.c      |  194 +++---
 src/text.c          |  113 ++--
 src/tree.c          |  549 ++++++++--------
 src/util.c          |  697 +++++++++----------
 src/util.h          |   32 +-
 src/zenity.glade    |   17 +-
 src/zenity.h        |   92 ++--
 14 files changed, 2371 insertions(+), 2374 deletions(-)

commit aaf773626ebd98d6f71ccc536fd1358eb636bae5
Author: Evandro Fernandes Giovanini <evandrofg@ig.com.br>
Date:   Sat Mar 8 15:42:22 2003 +0000

    Added "pt_BR" (Brazilian Portuguese).
    
    2003-03-08  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
    
            * configure.in(ALL_LINGUAS): Added "pt_BR" (Brazilian Portuguese).

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

commit 0bc54d618a1dbb3afbaa0434fa475691aeb10628
Author: Evandro Fernandes Giovanini <evandrofg@ig.com.br>
Date:   Sat Mar 8 15:41:00 2003 +0000

    Added Brazilian Portuguese translation from Alexandre Folle de Menezes
    
    2003-03-08  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
    
            * pt_BR.po: Added Brazilian Portuguese translation from
            Alexandre Folle de Menezes <afmenez@terra.com.br>.

 po/ChangeLog |    5 +
 po/pt_BR.po  |  438 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 443 insertions(+), 0 deletions(-)

commit 8b80ff46e18266f31a946c0d126ae11dfffe82d4
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Fri Mar 7 08:36:58 2003 +0000

    More updates.
    
    2003-03-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* zenity.spec.in: More updates.

 ChangeLog      |    4 ++++
 zenity.spec.in |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 20ae8669a44656362377a755eee930c57b31861a
Author: Glynn Foster <gman@src.gnome.org>
Date:   Thu Mar 6 15:19:24 2003 +0000

    *** empty log message ***

 ChangeLog      |    5 +++++
 zenity.spec.in |   10 ++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

commit 42a75112587246b1dc2362d41b2d22553804e63c
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Wed Mar 5 21:07:09 2003 +0000

    Added the Greek translation

 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/el.po     |  436 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 441 insertions(+), 1 deletions(-)

commit a85676b8ab4d2aeab88821239d05f5fa137b0567
Author: Chyla Zbigniew <chyla@src.gnome.org>
Date:   Mon Mar 3 00:35:05 2003 +0000

    Added Polish translation by GNOME PL Team <translators@gnome.pl>

 po/ChangeLog |    5 +
 po/pl.po     |  437 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 442 insertions(+), 0 deletions(-)

commit eb7d32105ccb838ab433d8f3897ef593de993c8c
Author: Zbigniew Chyla <cyba@gnome.pl>
Date:   Mon Mar 3 00:32:56 2003 +0000

    Added pl (Polish).
    
    
    2003-03-03  Zbigniew Chyla  <cyba@gnome.pl>
    
    	* configure.in (ALL_LINGUAS): Added pl (Polish).

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

commit d0a9a4c0608ccc313728d97d46acbac43ab7f464
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Mar 1 20:26:21 2003 +0000

    Added "pt" to ALL_LINGUAS.
    
    2003-03-01  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * configure.in: Added "pt" to ALL_LINGUAS.

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

commit 6338cd7d86fc1a062cc5ab3e2cd7696dce0f77f9
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Mar 1 20:25:21 2003 +0000

    Added Portuguese translation.
    
    2003-03-01  Duarte Loreto <happyguy_pt@hotmail.com>
    
            * pt.po: Added Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     |  432 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 436 insertions(+), 0 deletions(-)

commit 1b4a36ab212d702f2edc22ce7c9adba27b80d6f0
Author: added ja into ALL_LINGUAS. T.Aihana <aihana@gnome.gr.jp>
Date:   Thu Feb 27 15:55:05 2003 +0000

    2003-02-28 added ja into ALL_LINGUAS. T.Aihana <aihana@gnome.gr.jp>

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

commit 8f692bad9d632f91ad28e4e365b586a3d5a26e58
Author: added ja.po. T.Aihana <aihana@gnome.gr.jp>
Date:   Thu Feb 27 15:53:28 2003 +0000

    2003-02-28 added ja.po. T.Aihana <aihana@gnome.gr.jp>

 po/ChangeLog |    5 +
 po/ja.po     |  434 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 439 insertions(+), 0 deletions(-)

commit 93a732d12af310567abdbaf4b3c38ddf728b882c
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Tue Feb 25 21:11:07 2003 +0000

    Add Czech translation
    Add cs to ALL_LINGUAS in configure.in

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/cs.po     |  430 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 439 insertions(+), 1 deletions(-)

commit fb9f5c1d003a28411989e9ce8aacdbf87b1d3463
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Wed Feb 19 19:53:42 2003 +0000

    Dutch translation updated.
    
    2003-02-19  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
    	* nl.po: Dutch translation updated.

 po/ChangeLog |    4 ++++
 po/nl.po     |   16 ++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit ddba1061b3f0aba8e921c64acbaaa01493fe622d
Author: Yuri Syrota <rasta@src.gnome.org>
Date:   Wed Feb 12 09:59:18 2003 +0000

    Added Ukrainian translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/uk.po     |  438 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 447 insertions(+), 1 deletions(-)

commit 11cae8103677a3674efd1d3c1380c8193c6ed4cd
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Feb 9 23:16:52 2003 +0000

    Updated Swedish translation.
    
    2003-02-10  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 ++
 po/sv.po     |   89 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 56 insertions(+), 37 deletions(-)

commit 3b5675b054c089e47fafaf751f285d50e7d3cc8d
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Sun Feb 9 09:33:59 2003 +0000

    Added missing file. Added de (German) to ALL_LINGUAS.
    
    	* .cvsignore: Added missing file.
    	* configure.in: Added de (German) to ALL_LINGUAS.

 .cvsignore   |   21 +++++++++++----------
 ChangeLog    |    5 +++++
 configure.in |    3 ++-
 3 files changed, 18 insertions(+), 11 deletions(-)

commit 6d1ab14a11d7660ed7127bdee7086d8a0ae85bac
Author: Christian Neumair <cneumair@src.gnome.org>
Date:   Sun Feb 9 09:29:58 2003 +0000

    Added German translation.

 po/ChangeLog |    4 +
 po/de.po     |  434 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 438 insertions(+), 0 deletions(-)

commit be785e502b947b7c1df8bb512cfabe6d0270076d
Author: Abel Cheung <maddog@linux.org.hk>
Date:   Fri Feb 7 11:43:57 2003 +0000

    Updated traditional Chinese translation.
    
    2003-02-07  Abel Cheung  <maddog@linux.org.hk>
    
    	* zh_TW.po: Updated traditional Chinese translation.

 po/ChangeLog |    4 ++
 po/zh_TW.po  |   97 ++++++++++++++++++++++++----------------------------------
 2 files changed, 44 insertions(+), 57 deletions(-)

commit e44da8541e73a865650b8bb677c5d9b38b865a6a
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Wed Feb 5 20:18:29 2003 +0000

    updated Vietnamese file

 po/ChangeLog |    4 +
 po/vi.po     |  406 ++++++++++++++++++++++------------------------------------
 2 files changed, 158 insertions(+), 252 deletions(-)

commit e5149948ec5878d63ffeeeb603bf975a9716f4f1
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Feb 5 10:37:08 2003 +0000

    Add Ross.
    
    2003-02-05  Glynn Foster  <glynn.foster@sun.com>
    
    	* THANKS, src/about.c: Add Ross.

 ChangeLog   |    4 ++++
 THANKS      |    1 +
 src/about.c |    1 +
 3 files changed, 6 insertions(+), 0 deletions(-)

commit 709ce87732fbdd33ae108cd90a311dd25358b26b
Author: Ross Burton <rburton@src.gnome.org>
Date:   Wed Feb 5 10:31:02 2003 +0000

    Added a small manual page

 ChangeLog        |    5 ++
 data/Makefile.am |    4 +-
 data/zenity.1    |  212 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 220 insertions(+), 1 deletions(-)

commit ec7cb56de2307068f36220029a778a93fde88b87
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Feb 3 22:58:14 2003 +0000

    Raise on mouse click
    
    2003-02-03  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/about.c: Raise on mouse click

 ChangeLog   |    4 ++++
 src/about.c |   44 +++++---------------------------------------
 2 files changed, 9 insertions(+), 39 deletions(-)

commit aecf10685d6b16535495377937319184406ee60e
Author: Daniel Yacob <yacob@src.gnome.org>
Date:   Mon Feb 3 17:15:17 2003 +0000

    Updating Amharic translation.

 po/ChangeLog |    4 ++++
 po/am.po     |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 8402c27e771e8c1e6a3b32720edaaa2a6767d455
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Feb 3 03:16:32 2003 +0000

    Um, you don't really want to know.
    
    2003-02-03  Glynn Foster  <glynn.foster@sun.com>
    
    	* data/Makefile.am, data/hawaii-shirt.png,
    	data/surfboard.png, src/about.c: Um, you don't really
    	want to know.

 ChangeLog             |    6 ++++++
 data/Makefile.am      |    4 +++-
 data/hawaii-shirt.png |  Bin 0 -> 13730 bytes
 data/surfboard.png    |  Bin 0 -> 14484 bytes
 src/about.c           |    6 ++++--
 5 files changed, 13 insertions(+), 3 deletions(-)

commit 00e48cb2b53e1e932ef47a17fcc278395f375981
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Feb 3 01:56:42 2003 +0000

    Add spec file, thanks to Mihai T. Lazarescu.
    
    2003-02-03  Glynn Foster  <glynn.foster@sun.com>
    
    	* Makefile.am, configure.in, zenity.spec.in: Add
    	spec file, thanks to Mihai T. Lazarescu.
    
    	* THANKS, src/about.c: Update.

 .cvsignore     |    1 +
 ChangeLog      |    7 +++++
 Makefile.am    |    2 +
 THANKS         |    1 +
 configure.in   |    1 +
 src/about.c    |    1 +
 zenity.spec.in |   81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 94 insertions(+), 0 deletions(-)

commit 966e21648459349738a1cfc61be56a95e271c55e
Author: Daniel Yacob <yacob@src.gnome.org>
Date:   Sun Feb 2 14:05:59 2003 +0000

    Adding Amharic translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/am.po     |  429 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 438 insertions(+), 1 deletions(-)

commit c3424a8a240f18361e0d2971bcfa2247d42f9d88
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Sun Feb 2 00:11:24 2003 +0000

    Added Spanish translation.
    
    2003-02-01  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
    	* es.po: Added Spanish translation.

 po/ChangeLog |    4 +++
 po/es.po     |   61 ++++++++++++++++++++++++++-------------------------------
 2 files changed, 32 insertions(+), 33 deletions(-)

commit 452c3426fba4c48781e7963da0ea5656664805f3
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Feb 1 20:07:25 2003 +0000

    Fix Jonathan's name - I suck.
    
    2003-02-01  Glynn Foster  <glynn.foster@sun.com>
    
    	* NEWS, THANKS, src/about.c: Fix Jonathan's
    	name - I suck.

 ChangeLog   |    5 +++++
 NEWS        |    2 +-
 THANKS      |    2 +-
 src/about.c |    2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

commit 17a184262f2df5ffbe79f24ed453e036d81842fb
Author: Ole Laursen <olau@hardworking.dk>
Date:   Sat Feb 1 17:36:18 2003 +0000

    Updated Danish translation.
    
    2003-02-01  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Updated Danish translation.

 po/ChangeLog |    4 +++
 po/da.po     |   59 ++++++++++++++++++++++++---------------------------------
 2 files changed, 29 insertions(+), 34 deletions(-)

commit 564a6b58544e6925d4b88b33ae7555578de2f74d
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Feb 1 12:39:48 2003 +0000

    Release 1.0 Updated for new release.
    
    2003-02-01  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Release 1.0
    	* NEWS: Updated for new release.

 ChangeLog    |    5 +
 NEWS         |   30 ++++++
 configure.in |    2 +-
 po/da.po     |  266 ++++++++++++++++++++++++++++++++++++------------------
 po/es.po     |  278 ++++++++++++++++++++++++++++++++++++++------------------
 po/nl.po     |   14 ++--
 po/no.po     |  269 ++++++++++++++++++++++++++++++++++++------------------
 po/sv.po     |  287 ++++++++++++++++++++++++++++++++++++++--------------------
 po/vi.po     |  287 ++++++++++++++++++++++++++++++++++++++--------------------
 po/zh_TW.po  |  287 ++++++++++++++++++++++++++++++++++++++--------------------
 10 files changed, 1155 insertions(+), 570 deletions(-)

commit b7bdcc563d1dd3eea1214fe12a74705a4e4ea823
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Feb 1 12:17:32 2003 +0000

    Update the docs for new --editable option in the List dialog.
    
    2003-02-01  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Update the docs for new --editable
    	option in the List dialog.

 ChangeLog         |    5 +++++
 help/C/zenity.xml |    8 ++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit 9e7cbd647f75de9b974f4038be5f6135343cc44a
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Feb 1 12:13:25 2003 +0000

    Add new. Update coordinates.
    
    2003-02-01  Glynn Foster  <glynn.foster@sun.com>
    
    	* data/Makefile.am, data/sunglasses.png: Add new.
    	* src/about.c: Update coordinates.

 ChangeLog           |    5 +++++
 data/Makefile.am    |    3 ++-
 data/sunglasses.png |  Bin 0 -> 2721 bytes
 src/about.c         |   11 ++++++-----
 4 files changed, 13 insertions(+), 6 deletions(-)

commit 8f85e68421d1d16c32aad96151dab2ac52108949
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Feb 1 11:43:32 2003 +0000

    Okay, I'm a glory hunter. Seperate out the about dialog entries a little.
    
    2003-02-01  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/about.c: Okay, I'm a glory hunter. Seperate out the
    	about dialog entries a little.
    
    	* THANKS: Update.

 ChangeLog   |    7 +++++++
 THANKS      |    2 +-
 src/about.c |   12 ++++++------
 3 files changed, 14 insertions(+), 7 deletions(-)

commit 6b1356ca38e93879a35f0be360fa826012e30ef5
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Thu Jan 30 10:22:27 2003 +0000

    Added Vietnamese file

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/vi.po     |  354 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 363 insertions(+), 1 deletions(-)

commit 4f5da53b8b97dbd1f1482695dc495ef4bfb90261
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Wed Jan 29 13:20:07 2003 +0000

    Dutch translation updated.
    
    2003-01-29  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
    	* nl.po: Dutch translation updated.

 po/ChangeLog |    4 +
 po/nl.po     |  269 ++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 183 insertions(+), 90 deletions(-)

commit feef0396836668db950026ce637ce805900dc1d7
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Jan 29 02:20:02 2003 +0000

    Don't do a g_assert_not_reached () if we don't have any dialog types.
    
    2003-01-29  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c: Don't do a g_assert_not_reached () if we don't have
    	any dialog types.

 ChangeLog  |    5 +++++
 src/main.c |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 574404b13e1b301bd7abff84c027226503cc4df9
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Jan 29 02:05:44 2003 +0000

    Update
    
    2003-01-29  Glynn Foster  <glynn.foster@sun.com>
    
    	* README: Update
    
    	* configure.in: Remove some bogus configure checks that
    	we almost certainly don't need.
    
    	* src/about.c, data/Makefile.am, data/*.png: Add new pixbuf for
    	about dialog.
    
    	* TODO: Update accordingly

 ChangeLog             |   12 +++
 README                |    7 +-
 TODO                  |    1 -
 configure.in          |   17 +----
 data/Makefile.am      |    7 ++-
 data/gnome-tshirt.png |  Bin 0 -> 4147 bytes
 data/monk.png         |  Bin 0 -> 9773 bytes
 src/about.c           |  219 +++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 242 insertions(+), 21 deletions(-)

commit 22625f8b16e1dc38be50cc2e869780b74e7f6891
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Jan 28 14:58:30 2003 +0000

    Don't display the translators tab unless there is stuff to show.
    
    2003-01-28  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/about.c: Don't display the translators tab
    	unless there is stuff to show.
    
    	* src/entry.c: Add sanity NULL checking.
    
    	* src/tree.c, src/zenity.h: Add support for a new
    	--editable option.
    
    	* src/main.c: Add support for new --editable option for
    	the List dialog. Merge in the list of Gtk+ options into
    	the popt table - ripped this from libbonoboui, thanks to
    	James for pointing this out.
    
    	* src/zenity.glade: Make the translatable strings less arse.
    
    	* TODO: Update accordingly.

 ChangeLog        |   19 ++++++
 TODO             |    1 -
 src/about.c      |    3 +-
 src/entry.c      |    7 ++-
 src/main.c       |  189 +++++++++++++++++++++++++++++++++++++++++++++++++----
 src/tree.c       |  102 +++++++++++++++++++++++++----
 src/zenity.glade |    4 +-
 src/zenity.h     |    1 +
 8 files changed, 291 insertions(+), 35 deletions(-)

commit 2c9e227432083a7fbca9538a990de7bc55402934
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Jan 26 20:25:44 2003 +0000

    Update
    
    2003-01-26  Glynn Foster  <glynn.foster@sun.com>
    
    	* THANKS, src/about.c: Update

 ChangeLog   |    4 ++++
 THANKS      |    1 +
 src/about.c |    1 +
 3 files changed, 6 insertions(+), 0 deletions(-)

commit aa3a1c277582303a76cb879d4df388ff97387977
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 26 09:01:42 2003 +0000

    Added Norwegian translation.
    
    2003-01-26  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* no.po: Added Norwegian translation.

 po/ChangeLog |    4 ++++
 po/no.po     |   32 ++++++++++++++++----------------
 2 files changed, 20 insertions(+), 16 deletions(-)

commit 2d0e828c5d28510058175917543be38900857343
Author: John Fleck <jfleck@inkstain.net>
Date:   Sat Jan 25 02:12:07 2003 +0000

    adding comma Glynn left out that kept it from compiling
    
    
    2003-01-24 John Fleck <jfleck@inkstain.net>
    
    	* src/about.c: adding comma Glynn left out
    	that kept it from compiling

 ChangeLog   |    5 +++++
 src/about.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit f029f5a04e70ba064f9c02c11362fc0e0f65c8d2
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Fri Jan 24 23:24:16 2003 +0000

    UTF-8 baby

 po/no.po |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

commit 4694e26772809f2a72769f11dc4ddb0025d249a3
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Fri Jan 24 21:25:50 2003 +0000

    Dutch translation added.
    
    2003-01-24  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
    	* configure.in: Dutch translation added.

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

commit 1381e9b63b3a3722b946c7114d6255d39abafb50
Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
Date:   Fri Jan 24 21:25:12 2003 +0000

    Dutch translation added.
    
    2003-01-24  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>
    
    	* nl.po: Dutch translation added.

 po/ChangeLog |    4 +
 po/nl.po     |  351 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 355 insertions(+), 0 deletions(-)

commit 53a588d4e90c5c4d80e6a17c8787eacf1ad2c551
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Jan 24 20:57:17 2003 +0000

    Added Norwegian translation.
    
    2003-01-24  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* no.po: Added Norwegian translation.

 po/no.po |  346 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 346 insertions(+), 0 deletions(-)

commit 89255c3b352855d728ae3adc20b0cdd90fe582dd
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Fri Jan 24 16:16:40 2003 +0000

    Provide correct help URL.
    
    2003-01-24  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/about.c: Provide correct help URL.
    
    	* src/util.h, src/util.c: Add functions from
    	libgnome/gnome-i18n so that we can correctly find the
    	apropriate help file.
    
    	* xmldocs.make: Install help into $(datadir)/help/$(lang)/
    
    	* THANKS: Update from the code I stole from libgnome

 ChangeLog    |   20 +++-
 THANKS       |    2 +
 src/about.c  |    6 +-
 src/util.c   |  332 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/util.h   |    3 +-
 xmldocs.make |    2 +-
 6 files changed, 351 insertions(+), 14 deletions(-)

commit 65daf49dc53cd37478602083790236c6d6cd8884
Author: John Fleck <jfleck@src.gnome.org>
Date:   Fri Jan 24 14:01:00 2003 +0000

    John Fleck <jfleck@inkstain.net>
    
    
    John Fleck <jfleck@inkstain.net>
    
    	* help/C/zenity.xml
    	fix typo

 ChangeLog         |    5 +++++
 help/C/zenity.xml |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 78e286b17b6a8a4b4888acd625eb6112d7c11ded
Author: John Fleck <jfleck@inkstain.net>
Date:   Fri Jan 24 03:38:04 2003 +0000

    help/C/zenity.xml fixing tag mixup that made the docbook not valid
    
    
    2003-01-23 John Fleck <jfleck@inkstain.net>
    
    	* help/C/zenity.xml
    	fixing tag mixup that made the docbook not
    	valid

 ChangeLog         |    6 ++++++
 help/C/zenity.xml |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)

commit b84b00d231df2e70e93b33090a45f6c722f8be77
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jan 23 23:30:02 2003 +0000

    Added "no" to ALL_LINGUAS.
    
    2003-01-24  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* configure.in: Added "no" to ALL_LINGUAS.

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

commit 98535ab0872ca6d8c3cb8d78a97d2c67eeb3637d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jan 23 23:29:24 2003 +0000

    Added Norwegian translation.
    
    2003-01-24  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* no.po: Added Norwegian translation.

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 66d09dde1a34b2f3aa7b7bc37e96e509138dc7eb
Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com>
Date:   Thu Jan 23 19:56:54 2003 +0000

    Added es to ALL_LINGUAS.
    
    2003-01-23  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
    
    	* configure.in: Added es to ALL_LINGUAS.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/es.po     |  348 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 357 insertions(+), 1 deletions(-)

commit 0391153eb7ddb1c9b2f3f3a542877b93c1bee1ec
Author: Ole Laursen <olau@hardworking.dk>
Date:   Wed Jan 22 20:03:06 2003 +0000

    Updated Danish translation.
    
    2003-01-22  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Updated Danish translation.

 po/ChangeLog |    4 ++++
 po/da.po     |   33 ++++++++++++++-------------------
 2 files changed, 18 insertions(+), 19 deletions(-)

commit 525e0dbe64d049602becadb3e6571fdce7f8687b
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Jan 22 02:03:09 2003 +0000

    Print out warning when we have no arguments to the commandline.
    
    2003-01-22  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c: Print out warning when we have no arguments to the
    	commandline.
    
    	* TODO: Add another item

 ChangeLog  |    7 +++++++
 TODO       |    1 +
 src/main.c |    4 +++-
 3 files changed, 11 insertions(+), 1 deletions(-)

commit c0b858a53c54c3d60f3b46a0733494447e813482
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Jan 22 01:50:28 2003 +0000

    Clarify some of the documentation a little. Add in a few example scripts
    
    2003-01-22  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Clarify some of the documentation a little. Add
    	in a few example scripts and commandlines. I'm pretty useless at
    	this though, since I don't know how to write scripts.
    
    	* TODO: Update accordingly. Only 2 things left.

 ChangeLog         |    8 +++
 TODO              |    1 -
 help/C/zenity.xml |  181 ++++++++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 167 insertions(+), 23 deletions(-)

commit 6a9d71fea343886bea122a1907fcf471e04da90a
Author: Glynn Foster <gman@src.gnome.org>
Date:   Wed Jan 22 01:45:51 2003 +0000

    .zenignore

 help/C/.cvsignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 2f66c4d9e7740efb21575191c1a87c5de7782aec
Author: Glynn Foster <gman@src.gnome.org>
Date:   Wed Jan 22 01:43:57 2003 +0000

    You're only a zen as you feel and I feel zentastic.

 help/.cvsignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 0629d7f2275840814c732d8764935bc1fd014fe2
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Tue Jan 21 08:05:38 2003 +0000

    Sigh - half a job done as usual :)

 src/text.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 818872f171108b910344b3d352c6f7d38e80fd97
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Tue Jan 21 08:00:27 2003 +0000

    Fixed a bug I introduced! Ensure that an editable --text-info dialog gets
    a buffer associated with it, so we can get the output even when we don't
    start out with a --filename.

 ChangeLog  |    5 +++++
 src/text.c |    3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 3b52067094a287881b5020a237312758fa57d725
Author: Abel Cheung <maddog@linux.org.hk>
Date:   Tue Jan 21 07:09:16 2003 +0000

    New traditional Chinese translation.
    
    2003-01-21  Abel Cheung  <maddog@linux.org.hk>
    
    	* zh_TW.po: New traditional Chinese translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/zh_TW.po  |  357 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 366 insertions(+), 1 deletions(-)

commit a161b30233263a248e9028de5e15a77a39f980d3
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 20 10:03:13 2003 +0000

    Remove some strings for translation that should be done.
    
    2003-01-20  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/zenity.glade: Remove some strings for translation that
    	should be done.

 ChangeLog        |    5 +++++
 src/zenity.glade |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 6f4321afe0d1f054c4dd989e9f48f3ddc53e6c51
Author: Christian Rose <menthos@src.gnome.org>
Date:   Sun Jan 19 23:32:13 2003 +0000

    Actually add the file this time.

 po/sv.po |  364 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 364 insertions(+), 0 deletions(-)

commit 5fa761d957bded40e4b33f37f9c3609c5066c8ce
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Jan 19 23:31:49 2003 +0000

    Added "sv" to ALL_LINGUAS. Added Swedish translation.
    
    2003-01-20  Christian Rose  <menthos@menthos.com>
    
    	* configure.in: Added "sv" to ALL_LINGUAS.
    	* sv.po: Added Swedish translation.

 ChangeLog    |    4 ++++
 configure.in |    2 +-
 po/ChangeLog |    4 ++++
 3 files changed, 9 insertions(+), 1 deletions(-)

commit 849b7452ac39c0aae5f08e174fc2ffe6085b087b
Author: Christian Rose <menthos@menthos.com>
Date:   Sun Jan 19 23:17:40 2003 +0000

    Added more entries.
    
    2003-01-20  Christian Rose  <menthos@menthos.com>
    
    	* .cvsignore: Added more entries.

 po/.cvsignore |   11 +++++++++--
 po/ChangeLog  |    5 +++++
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 27d8bcf8efde882604d377d8eb95c0cf001499fd
Author: Ole Laursen <olau@src.gnome.org>
Date:   Sun Jan 19 17:08:51 2003 +0000

    Added messages.mo and *.pot

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

commit a9583c87dd43b6eb718e308f9b834ebf777bdace
Author: Ole Laursen <olau@hardworking.dk>
Date:   Sun Jan 19 17:08:03 2003 +0000

    Updated Danish translation.
    
    2003-01-19  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Updated Danish translation.

 po/ChangeLog |    4 +
 po/da.po     |  242 +++++++++++++++++-----------------------------------------
 2 files changed, 75 insertions(+), 171 deletions(-)

commit 061214aeaa1c5494fa5bf9801d950d4d96ce2bec
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Sun Jan 19 16:02:35 2003 +0000

    Fix typo in calendar help

 ChangeLog         |    4 ++++
 help/C/zenity.xml |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 3a90fe71679d726ffe39ad2a7ee9104485d53005
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Jan 19 12:48:57 2003 +0000

    Attempt to make things work after 2 bottles of wine last night. Harmless
    
    2003-01-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/about.c: Attempt to make things work after 2 bottles of
    	wine last night. Harmless changes though, so I'll commit them
    	for posterity.
    
    	* src/main.c: Add a new helper function for the error reporting
    	that makes the translators life easier. Thanks to Ole for spotting
    	this.
    
    	* src/text.c, src/zenity.h: Lame white spacing hacking.
    
    	* xmldocs.make: Put the docs in $(datadir)/help - not quite sure
    	yet if yelp is going to like this or not.

 ChangeLog    |   15 +++
 src/about.c  |    5 +-
 src/main.c   |  366 ++++++++++++++++++++++++---------------------------------
 src/text.c   |    2 +-
 src/zenity.h |    2 +-
 xmldocs.make |    2 +-
 6 files changed, 176 insertions(+), 216 deletions(-)

commit 37a276af52a30b7a9f34e16b41886957466ae4a3
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Sun Jan 19 12:31:13 2003 +0000

    Fixed a missing closing tag.

 ChangeLog         |    4 ++++
 help/C/zenity.xml |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 39b6a07db0e6a8a427ee654e0bd54ac1307993f0
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Sun Jan 19 12:16:35 2003 +0000

    Gah. Messed up the ChangeLog - fixed it :)

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 1e1dfef56ec71f732941398529cb1d8c79190c41
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Sun Jan 19 12:13:08 2003 +0000

    Add --editable option to --text-info, and return edited textbuffer contents on dialog close.

 ChangeLog         |    6 ++++--
 help/C/zenity.xml |    7 +++++++
 src/main.c        |   24 ++++++++++++++++++++++++
 src/text.c        |   14 +++++++++++++-
 src/zenity.h      |    2 ++
 5 files changed, 50 insertions(+), 3 deletions(-)

commit 3eafefdeb09c58ee1282305550076cdf7844c1ea
Author: Ole Laursen <olau@hardworking.dk>
Date:   Sun Jan 19 12:01:38 2003 +0000

    Added da to ALL_LINGUAS.
    
    2003-01-19  Ole Laursen  <olau@hardworking.dk>
    
    	* configure.in: Added da to ALL_LINGUAS.

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

commit 2d4c9573d662931c0fba5e31cc028f09295ce1ce
Author: Ole Laursen <olau@hardworking.dk>
Date:   Sun Jan 19 12:00:34 2003 +0000

    Added Danish translation.
    
    2003-01-19  Ole Laursen  <olau@hardworking.dk>
    
    	* da.po: Added Danish translation.

 po/ChangeLog |    4 +
 po/da.po     |  455 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 459 insertions(+), 0 deletions(-)

commit c92582f7e10dd8e336f6a975298634e593ae0b28
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sun Jan 19 03:46:30 2003 +0000

    Update. Thanks to Christian for sanity checking.
    
    2003-01-19  Glynn Foster  <glynn.foster@sun.com>
    
    	* POTFILES.in, POTFILES.skip: Update. Thanks to Christian
    	for sanity checking.

 po/ChangeLog     |    4 ++++
 po/POTFILES.in   |    1 +
 po/POTFILES.skip |    6 ++----
 3 files changed, 7 insertions(+), 4 deletions(-)

commit 6d06f132d36a531885ae5fbe38be30c08ba4360c
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Jan 18 19:19:20 2003 +0000

    Enable help documentation in the build.
    
    2003-01-18  Glynn Foster  <glynn.foster@sun.com>
    
    	* Makefile.am, configure.in, omf.make, xmldocs.make: Enable
    	help documentation in the build.
    
    	* help/C/zenity-C.omf, help/C/zenity.xml: Fix up silly errors.

 ChangeLog           |    7 ++++
 Makefile.am         |    5 ++-
 configure.in        |   14 ++++---
 help/C/zenity-C.omf |    4 +-
 help/C/zenity.xml   |    8 ++--
 omf.make            |   53 ++++++++++++++++++++++++++++
 xmldocs.make        |   95 +++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 173 insertions(+), 13 deletions(-)

commit 0d0c6bb6fa49c8cab55f5909614cede9331d79ae
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Jan 18 19:04:26 2003 +0000

    Add in references to the screenshots.
    
    2003-01-18  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Add in references to the screenshots.

 ChangeLog         |    4 ++
 help/C/zenity.xml |  154 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 152 insertions(+), 6 deletions(-)

commit c41421c043ec92da0936ca8005f3e7841abd19cd
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Jan 18 18:30:52 2003 +0000

    Add some screenshots for the help documentation.
    
    2003-01-18  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/figures/zenity-calendar-screenshot.png,
    	help/C/figures/zenity-entry-screenshot.png,
    	help/C/figures/zenity-error-screenshot.png,
    	help/C/figures/zenity-fileselection-screenshot.png,
    	help/C/figures/zenity-information-screenshot.png,
    	help/C/figures/zenity-list-screenshot.png,
    	help/C/figures/zenity-progress-screenshot.png,
    	help/C/figures/zenity-question-screenshot.png,
    	help/C/figures/zenity-text-screenshot.png,
    	help/C/figures/zenity-warning-screenshot.png: Add some
    	screenshots for the help documentation.
    
    	* src/entry.c, src/msg.c: Don't set the text if it's NULL.

 ChangeLog                                          |   16 ++++++++++++++++
 help/C/figures/zenity-calendar-screenshot.png      |  Bin 0 -> 16251 bytes
 help/C/figures/zenity-entry-screenshot.png         |  Bin 0 -> 6357 bytes
 help/C/figures/zenity-error-screenshot.png         |  Bin 0 -> 7214 bytes
 help/C/figures/zenity-fileselection-screenshot.png |  Bin 0 -> 20965 bytes
 help/C/figures/zenity-information-screenshot.png   |  Bin 0 -> 8804 bytes
 help/C/figures/zenity-list-screenshot.png          |  Bin 0 -> 17694 bytes
 help/C/figures/zenity-progress-screenshot.png      |  Bin 0 -> 7280 bytes
 help/C/figures/zenity-question-screenshot.png      |  Bin 0 -> 10455 bytes
 help/C/figures/zenity-text-screenshot.png          |  Bin 0 -> 15419 bytes
 help/C/figures/zenity-warning-screenshot.png       |  Bin 0 -> 9222 bytes
 src/entry.c                                        |    2 +-
 src/msg.c                                          |    5 +++--
 13 files changed, 20 insertions(+), 3 deletions(-)

commit 18760d406d64f71f7ca6fec5a7a01978418fa8f5
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Jan 18 18:02:14 2003 +0000

    Only some examples and some screenshots and we're mostly done for a first
    
    2003-01-18  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Only some examples and some screenshots
    	and we're mostly done for a first draft.
    
    	* src/calendar.c: Don't set the text if it's NULL.
    
    	* src/main.c: Swap the order of the commandline dialogs so
    	that we're alphabetical.
    
    	* src/zenity.glade: Add some default strings.

 ChangeLog         |   12 ++
 help/C/zenity.xml |  401 +++++++++++++++++++++++++++++++++++++++++++++-------
 src/calendar.c    |    4 +-
 src/main.c        |   24 ++--
 src/zenity.glade  |    2 +-
 5 files changed, 375 insertions(+), 68 deletions(-)

commit 10e683c2e7fa6b71ce7baaa15185477d544d885f
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Jan 18 14:54:44 2003 +0000

    Hooray! Zenity now has an about window icon. It's very zen too.
    
    2003-01-18  Glynn Foster  <glynn.foster@sun.com>
    
    	* data/Makefile.am, data/zenity.png, src/about.c: Hooray!
    	Zenity now has an about window icon. It's very zen too.

 ChangeLog        |    5 +++++
 data/Makefile.am |    1 +
 data/zenity.png  |  Bin 0 -> 2342 bytes
 src/about.c      |   15 ++++++++++++---
 4 files changed, 18 insertions(+), 3 deletions(-)

commit dee9ebb40b9160ab83be741f4a8121ec15f5d65b
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Jan 18 14:28:54 2003 +0000

    Update the docs a little. I have absolutely no clue how the doc people
    
    2003-01-18  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/zenity.xml: Update the docs a little. I have absolutely
    	no clue how the doc people don't get tired of this.

 ChangeLog         |    5 ++
 help/C/zenity.xml |  176 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 181 insertions(+), 0 deletions(-)

commit f182d9f7fce8e9a57c03eb71f4467894394d0104
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Sat Jan 18 13:35:13 2003 +0000

    Some new window icons.
    
    2003-01-18  Glynn Foster  <glynn.foster@sun.com>
    
    	* data/Makefile.am, data/zenity-calendar.png,
    	data/zenity-entry.png, data/zenity-progress.png,
    	data/zenity-text.png: Some new window icons.
    
    	* src/text.c: Fix crash where the GladeXML ref was getting
    	unref'd before we wanted to use it.
    
    	* src/main.c: Fix up commandline parsing a little, although we
    	should really add the parsing options for gtk+.
    
    	* src/zenity.glade: Give some saner defaults.
    
    	* THANKS, src/about.c: Update for all the people I stole icons
    	and code from.
    
    	* TODO: Update accordingly.

 ChangeLog                |   19 +++++++++++++++++++
 THANKS                   |    8 +++++++-
 TODO                     |    1 -
 data/Makefile.am         |    4 +++-
 data/zenity-calendar.png |  Bin 2755 -> 2857 bytes
 data/zenity-entry.png    |  Bin 0 -> 1669 bytes
 data/zenity-progress.png |  Bin 4446 -> 4509 bytes
 data/zenity-text.png     |  Bin 0 -> 3523 bytes
 src/about.c              |    6 ++++++
 src/main.c               |    7 ++++---
 src/text.c               |    9 +++++----
 src/zenity.glade         |    4 ++--
 12 files changed, 46 insertions(+), 12 deletions(-)

commit 0e338ba3e0fa03b28664448af0cea686c5e6c26d
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Fri Jan 17 07:46:11 2003 +0000

    Fix a segfault in the --list if no data is supplied to populate
    the tree.

 ChangeLog  |    6 ++++++
 src/tree.c |    8 +++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit 4115d4e1f57c572b4efa1d6d9c9fc8541284f1db
Author: Glynn Foster <gman@src.gnome.org>
Date:   Wed Jan 15 11:12:33 2003 +0000

    Add series id.

 help/C/zenity-C.omf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit de248c7265f9f1ac55696ed42fcb829eead7ef1b
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Wed Jan 15 10:28:19 2003 +0000

    First initial template of the help documents. Still have to write the main
    
    2003-01-15  Glynn Foster  <glynn.foster@sun.com>
    
    	* help/C/Makefile.am, help/C/legal.xml, help/C/zenity-C.omf,
    	help/C/zenity.xml, help/Makefile.am: First initial template
    	of the help documents. Still have to write the main bulk of
    	it.

 ChangeLog           |    7 +++
 help/C/Makefile.am  |    7 +++
 help/C/legal.xml    |   76 ++++++++++++++++++++++++++++++++++
 help/C/zenity-C.omf |   37 +++++++++++++++++
 help/C/zenity.xml   |  113 +++++++++++++++++++++++++++++++++++++++++++++++++++
 help/Makefile.am    |    2 +
 6 files changed, 242 insertions(+), 0 deletions(-)

commit 5123cda5cd32333d9e5c1b4e5e769273c667ea71
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Jan 14 23:40:47 2003 +0000

    Updates to make distcheck. Wow, this is scarey, a 1.0 release is on the
    
    2003-01-14  Glynn Foster  <glynn.foster@sun.com>
    
    	* Makefile.am, src/Makefile.am: Updates to make
    	distcheck. Wow, this is scarey, a 1.0 release is on the
    	horizon. Applications like this shouldn't reach 1.0.

 ChangeLog       |    6 ++++++
 Makefile.am     |   12 ++++++++++++
 src/Makefile.am |    3 +++
 3 files changed, 21 insertions(+), 0 deletions(-)

commit 2afd0b7ce6239e6bab0da3097168e1bce4a25dfd
Author: Glynn Foster <gman@src.gnome.org>
Date:   Tue Jan 14 23:29:12 2003 +0000

    As if this hunk of junk will ever get translated. Oh well.

 0 files changed, 0 insertions(+), 0 deletions(-)

commit 97656d7e299eb2f2063278711eddfff0d2db9392
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Jan 14 15:35:24 2003 +0000

    Update to add new gconf requirement.
    
    2003-01-14  Glynn Foster  <glynn.foster@sun.com>
    
    	* configure.in: Update to add new gconf requirement.
    
    	* src/zenity.h, src/about.c: Hurray for a new about box,
    	although it lacks an icon. I wonder if people would actually
    	like to see this as part of the dialog options. Can't think
    	of any reason to do so at the moment though. Large chunks
    	copied from libgnomeui/gnome-about.[ch]
    
    	* src/util.h, src/util.c: Add new helper functions because I
    	don't want to touch gnome_program with a bargepole. Copied from
    	libgnome/gnome-url.[ch]
    
    	* po/POTFILES.in: Add missing files. I think we have
    	everything now.
    
    	* TODO: Update accordingly.

 ChangeLog      |   19 +++++++
 TODO           |    1 -
 configure.in   |    2 +-
 po/POTFILES.in |    2 +
 src/about.c    |  160 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
 src/util.c     |  107 +++++++++++++++++++++++++++++++++++++-
 src/util.h     |    2 +
 src/zenity.h   |    1 +
 8 files changed, 282 insertions(+), 12 deletions(-)

commit 15538e120d8d184962d406fee5d7bd6600d2463d
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Jan 14 03:16:47 2003 +0000

    Add an about box. Still need to add an icon, and implement the callbacks
    
    2003-01-14  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/Makefile.am, src/about.c, src/main.c,
    	src/zenity.glade: Add an about box. Still need to add
    	an icon, and implement the callbacks for Help and Credits. Extra
    	hassle for not linking against libgnomeui. Sigh.

 ChangeLog        |    7 ++
 src/Makefile.am  |    1 +
 src/about.c      |  104 ++++++++++++++++++++++++++++++++++
 src/main.c       |    7 ++-
 src/zenity.glade |  165 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 282 insertions(+), 2 deletions(-)

commit f00eb34c0604dcf68457ab09278295f647c622b8
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Jan 14 01:52:23 2003 +0000

    Add support to separate the selected rows output with a character with '/'
    
    2003-01-14  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/tree.c, src/zenity.h, src/main.c: Add support to
    	separate the selected rows output with a character
    	with '/' used by default.

 ChangeLog    |    6 ++++++
 src/main.c   |   28 ++++++++++++++++++++++++++++
 src/tree.c   |   45 +++++++++++++++++++++++++++++++++++++--------
 src/zenity.h |    1 +
 4 files changed, 72 insertions(+), 8 deletions(-)

commit 275dafc66e27aa179d09886f17635bda857038e0
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 13 18:32:26 2003 +0000

    Whitespace hacking.
    
    2003-01-13  Glynn Foster <glynn.foster@sun.com>
    
    	* zenity.h: Whitespace hacking.

 src/zenity.h |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 1e0ff80be4b1fe6f2e6def15bfc02b2d09312061
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 13 18:16:50 2003 +0000

    Re-structure the code to pass in the ZenityData structure into the
    
    2003-01-13  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/calendar.c: Re-structure the code to pass in the
    	ZenityData structure into the response_callback instead.
    
    	* src/main.c: Fix the screwups in the commandline parser
    	due to popt being teh suck.
    
    	* src/msg.c: Don't unref the GladeXML before you use it.
    
    	* THANKS: New file.

 ChangeLog      |   12 ++++++++++++
 THANKS         |    1 +
 src/calendar.c |   19 ++++++++++++-------
 src/main.c     |   31 +++++++++++++++++++++++++------
 src/msg.c      |    6 +++---
 5 files changed, 53 insertions(+), 16 deletions(-)

commit 9a77e41fecb3489b069aa7b1bb52ba56f1052819
Author: Mike Newman <MikeGTN@src.gnome.org>
Date:   Mon Jan 13 17:35:57 2003 +0000

    Localise output of --calendar dialog by default (using nl_langinfo),
    and provide a --date-format option to provide a strftime-style format
    for the returned date.

 ChangeLog      |    7 +++++++
 src/calendar.c |   18 +++++++++++++-----
 src/main.c     |   21 +++++++++++++++++++++
 src/zenity.h   |    3 ++-
 4 files changed, 43 insertions(+), 6 deletions(-)

commit 69636459e1faf1ce41685550cf7aec59acfbac39
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 13 16:48:45 2003 +0000

    Improve error handling. Make --list actually return something useful,
    
    2003-01-13  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c: Improve error handling.
    	* src/tree.c: Make --list actually return something
    	useful, although I still need to actually seperate
    	things out so it's actually decipherable.
    
    	* TODO: Update accordingly.

 ChangeLog  |    9 ++++++++
 TODO       |    2 -
 src/main.c |   17 +++++++++++++++
 src/tree.c |   65 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
 4 files changed, 79 insertions(+), 14 deletions(-)

commit cd4e438bfb3ebfd3cc872e203e343a50acc02a15
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Thu Jan 9 18:07:04 2003 +0000

    Fix up the date string, although I guess this should be localized.
    
    2003-01-09  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/calendar.c: Fix up the date string, although I guess
    	this should be localized.
    
    	* src/main.c: Add a new --pulsate option, which reads from
    	stdin and pulsates the progress bar until we reach EOF.
    	* src/progress.c: Rewrite to actually work. Don't really need
    	GIOChannels here.
    
    	* TODO: Updated accordingly.

 ChangeLog      |   12 ++++++
 TODO           |    1 -
 src/calendar.c |    2 +-
 src/main.c     |   19 ++++++++++
 src/progress.c |  102 ++++++++++++++++++++++++++++++++++++-------------------
 5 files changed, 99 insertions(+), 37 deletions(-)

commit 6a65d75921d352323277f770f357ca3065436133
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Jan 7 13:22:57 2003 +0000

    Fix up the response signal handlers. Use returns of 0 for 'Ok' and
    
    2003-01-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/calendar.c, src/entry.c, src/fileselection.c,
    	src/main.c, src/msg.c, src/progress.c, src/text.c,
    	src/tree.c, src/zenity.glade, src/zenity.h: Fix up
    	the response signal handlers. Use returns of 0 for
    	'Ok' and 'Close', 1 for 'Cancel' and 'Escape' and
    	-1 for 'Uh Oh'. Get stuff printing to stderr. Fix up
    	the error handling that I thought was improved,
    	although still have issues with popt callback getting
    	called numerous times because of more than one instance
    	of the same kind is being used in poptOption.
    
    	* TODO: Update accordingly.

 ChangeLog           |   15 +++++++++++++
 TODO                |    1 +
 src/calendar.c      |   44 ++++++++++++++++++++++++++-------------
 src/entry.c         |   39 +++++++++++++++++++++++-------------
 src/fileselection.c |   34 +++++++++++++++++++------------
 src/main.c          |   55 +++++++++++++-------------------------------------
 src/msg.c           |   33 ++++++++++++++++++------------
 src/progress.c      |   33 ++++++++++++++++++------------
 src/text.c          |   32 +++++++++++++++++------------
 src/tree.c          |   26 ++++++++++++++---------
 src/zenity.glade    |   10 ---------
 src/zenity.h        |   15 +++++++------
 12 files changed, 189 insertions(+), 148 deletions(-)

commit 952fc14e7b0178d035de38106711953485aa9490
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Jan 7 00:30:03 2003 +0000

    Fix up the error returns.
    
    2003-01-07  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c: Fix up the error returns.
    
    	* TODO: Update accordingly.

 ChangeLog  |    6 ++
 TODO       |    2 +-
 src/main.c |  176 +++++++++++++++++++++++++++++++++++++++---------------------
 3 files changed, 121 insertions(+), 63 deletions(-)

commit a8c3006035a068069ed9199400472332db540bb5
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Tue Jan 7 00:01:00 2003 +0000

    Improve error handling... a lot.
    
    2003-01-06  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/calendar.c, src/main.c, src/progress.c,
    	src/tree.c, src/zenity.h: Improve error handling...
    	a lot.

 ChangeLog      |    6 ++
 src/calendar.c |    4 +-
 src/main.c     |  170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/progress.c |    2 +-
 src/tree.c     |    2 +-
 src/zenity.h   |    2 +-
 6 files changed, 175 insertions(+), 11 deletions(-)

commit d88a32f1f5418e97b5840087a21652f68ac938c8
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 6 21:58:21 2003 +0000

    Finish off commandline parsing for the list dialog. Wow, this is almost
    
    2003-01-06  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c, src/tree.c, src/zenity.h: Finish off
    	commandline parsing for the list dialog. Wow, this
    	is almost approaching usable ;)
    
    	* TODO: Update accordingly

 ChangeLog    |    8 ++++++++
 TODO         |    1 -
 src/main.c   |    2 ++
 src/tree.c   |   40 +++++++++++++++++++++++++++-------------
 src/zenity.h |    1 +
 5 files changed, 38 insertions(+), 14 deletions(-)

commit 8924d5c401829efc59380fda8823bedca5994bcb
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 6 21:09:22 2003 +0000

    I love featuritis. Instead of fixing stuff so it actually works, I add
    
    2003-01-06  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c, src/msg.c, src/zenity.glade,
    	src/zenity.h: I love featuritis. Instead of fixing
    	stuff so it actually works, I add more stuff. Add
    	support for info dialog.

 ChangeLog        |    7 +++
 src/main.c       |   50 ++++++++++++++++++++++++
 src/msg.c        |    9 ++++
 src/zenity.glade |  111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/zenity.h     |    3 +-
 5 files changed, 179 insertions(+), 1 deletions(-)

commit 342d84b35fbb3cab483c3d81f415633f2cab4e1e
Author: Glynn Foster <gman@src.gnome.org>
Date:   Mon Jan 6 17:09:44 2003 +0000

    Life is pleasant. Death is peaceful. It's the transition that's troublesome.

 .cvsignore      |    9 ---------
 data/.cvsignore |    2 ++
 po/.cvsignore   |    4 ++++
 src/.cvsignore  |    4 ++++
 4 files changed, 10 insertions(+), 9 deletions(-)

commit 00e8b3c09ab644fbcb16d60ec678c44a6c493a03
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 6 17:00:49 2003 +0000

    Feeling stupid because I can't use glade. Thanks to jrb and jamesh for
    
    2003-01-06  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/zenity.glade: Feeling stupid because I can't use
    	glade. Thanks to jrb and jamesh for showing me the light.
    	Update default strings to sensible stuff.

 ChangeLog        |    6 ++++++
 src/zenity.glade |   36 +++++++++++++++++++-----------------
 2 files changed, 25 insertions(+), 17 deletions(-)

commit e62012d4a50b8984204264cd993c074b6478868f
Author: Glynn Foster <gman@src.gnome.org>
Date:   Mon Jan 6 15:11:12 2003 +0000

    o/~ "
    
    This is the end
    Beautiful friend
    This is the end
    My only friend, the end
    
    Of our elaborate plans, the end
    Of everything that stands, the end
    No safety or surprise, the end
    I'll never look into your eyes...again
    					" o/~

 .cvsignore |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit 344345d9aa262940fedfb8beed9dc0c9bb163a10
Author: Glynn Foster <glynn.foster@sun.com>
Date:   Mon Jan 6 15:06:17 2003 +0000

    Add functions to init and free the parsing options. Still not terribly
    
    2003-01-06  Glynn Foster  <glynn.foster@sun.com>
    
    	* src/main.c: Add functions to init and free the
    	parsing options. Still not terribly pretty though.
    
    	* src/tree.c, src/zenity.h: Handle --column
    	argument.
    
    	* TODO: Update accordingly.

 ChangeLog    |   10 ++++
 TODO         |    1 -
 src/main.c   |   71 ++++++++++++++++++++++++-----
 src/tree.c   |  143 +++++++++++++++++++++++++++++++---------------------------
 src/zenity.h |    3 +-
 5 files changed, 148 insertions(+), 80 deletions(-)

commit b44078584af9c85532b05c371c8c960725679620
Author: Glynn Foster <gman@src.gnome.org>
Date:   Fri Jan 3 13:26:04 2003 +0000

    Zenity - the art of Zen. Clearly. Um.

commit 48c1564ac5ef431e9111606e40488d04a96f3059
Author: Glynn Foster <gman@src.gnome.org>
Date:   Fri Jan 3 13:26:04 2003 +0000

    Initial revision

 AUTHORS                  |    1 +
 ChangeLog                |    4 +
 HACKING                  |    2 +
 MAINTAINERS              |    1 +
 Makefile.am              |    3 +
 README                   |    3 +
 TODO                     |    9 +
 autogen.sh               |   22 +
 configure.in             |   71 ++++
 data/Makefile.am         |    8 +
 data/zenity-calendar.png |  Bin 0 -> 2755 bytes
 data/zenity-file.png     |  Bin 0 -> 1343 bytes
 data/zenity-list.png     |  Bin 0 -> 256 bytes
 data/zenity-progress.png |  Bin 0 -> 4446 bytes
 po/POTFILES.in           |    1 +
 po/POTFILES.skip         |   11 +
 src/Makefile.am          |   28 ++
 src/calendar.c           |   90 +++++
 src/entry.c              |   94 +++++
 src/fileselection.c      |   80 ++++
 src/main.c               |  834 ++++++++++++++++++++++++++++++++++++++
 src/msg.c                |  117 ++++++
 src/progress.c           |  139 +++++++
 src/text.c               |   83 ++++
 src/tree.c               |  208 ++++++++++
 src/util.c               |  158 ++++++++
 src/util.h               |   26 ++
 src/zenity.glade         |  999 ++++++++++++++++++++++++++++++++++++++++++++++
 src/zenity.h             |   95 +++++
 29 files changed, 3087 insertions(+), 0 deletions(-)
