summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30742
1 files changed, 35 insertions, 30707 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f6afc50..1a4e0cd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,30719 +1,47 @@
-# Generated by Makefile. Do not edit.
+=== ChangeLog discontinued ===
-commit 1c2a6b104afaee465728fb0b24a86fe90fd799f2
-Author: Arx Cruz <arxcruz@redhat.com>
-Date: Fri Mar 22 11:07:18 2019 +0100
+ With the move to git, this module is switching from a ChangeLog file to
+ relying on commit messages to provide change history. Please write commit
+ messages in the format described at http://live.gnome.org/Git/CommitMessages
- Bump to 3.32.0
+ Below is a copy of this format:
- NEWS | 7 +++++++
- configure.ac | 2 +-
- 2 files changed, 8 insertions(+), 1 deletion(-)
+=== begin example commit ===
+[tag] Short explanation of the commit
-commit 07badb01d2080a1c36616cb2e2a709cd813e60ce
-Merge: 2535a8a ae62310
-Author: Javier Jardón Cabezas <javierjc1982@gmail.com>
-Date: Sat Mar 16 04:16:13 2019 +0000
+Longer explanation explaining exactly what's changed, whether any
+external or private interfaces changed, what bugs were fixed (with bug
+tracker reference if applicable) and so forth. Be concise but not too brief.
+=== end example commit ===
- Merge branch 'jjardon/no_gnome-common' into 'master'
-
- Use upstream autoreconf instead deprecated gnome-common
-
- See merge request GNOME/zenity!2
+ - The commit message is mainly for the other people, so they should be able
+ to understand it now and six months later.
-commit ae62310c32eb87abbfe12a933a804fc5dce6eee8
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Fri Jan 18 17:32:42 2019 +0000
+ - Always add a brief description of the commit to the _first_ line of the
+ commit and terminate by two newlines (it will work without the second
+ newline, but that is not nice for the interfaces).
- Fix autotools warnings
+ - First line (the brief description) must only be one sentence and should
+ start with a capital letter unless it starts with a lowercase symbol or
+ identifier. Don't use a trailing period either. Don't exceed 72 characters.
- Makefile.am | 2 +-
- configure.ac | 18 +++++++++---------
- 2 files changed, 10 insertions(+), 10 deletions(-)
+ - You can prefix the first line with one tag, to make it easier to know to
+ which part of the module the commit applies. For example, a commit with
+ "[fish] Make it work with newer fortune" in the gnome-panel module clearly
+ applies to the fish applet.
-commit d8cb52ff218f2076e2c71abd67cbf70c700e7a99
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Fri Jan 18 17:22:33 2019 +0000
+ - The main description (the body) is normal prose and should use normal
+ punctuation and capital letters where appropriate. Normally, for patches
+ sent to a mailing list it's copied from there. This main description can be
+ empty if the change is self-explanatory (eg: "Add DOAP file").
- Use upstream autoreconf instead deprecated gnome-autogen
+ - When committing code on behalf of others use the --author option, e.g. git
+ commit -a --author "Joe Coder <joe@coder.org>".
- autogen.sh | 44 ++++++++++++++++++++++++++++++--------------
- configure.ac | 4 ++--
- 2 files changed, 32 insertions(+), 16 deletions(-)
+ - When referring to a bug, use this form: bgo#12345. Use bgo for
+ bugzilla.gnome.org, but you can also reference bugs in other bug trackers:
+ rh means bugzilla.redhat.com, bnc means bugzilla.novell.com, lp means
+ launchpad.net, etc.
-commit 2535a8ab89d158403f697f489574800dd981f530
-Author: Marek Cernocky <marek_cernocky@conel.cz>
-Date: Wed Mar 13 10:02:06 2019 +0100
-
- Updated Czech translation
-
- help/cs/cs.po | 297 +++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 148 insertions(+), 149 deletions(-)
-
-commit 2744326f346dcbda1b8c1bed4d555bf21d7d715a
-Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
-Date: Mon Feb 25 11:13:07 2019 +0000
-
- Update Swedish translation
-
- help/sv/sv.po | 395 ++++++++++++++++++++++++++++++++++------------------------
- 1 file changed, 235 insertions(+), 160 deletions(-)
-
-commit f3f44605a8c2b2646a0ede3385aad81656d25dbf
-Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
-Date: Mon Feb 25 11:52:27 2019 +0100
-
- help: Update Swedish images
-
- help/sv/figures/zenity-calendar-screenshot.png | Bin 22941 -> 22055 bytes
- .../sv/figures/zenity-colorselection-screenshot.png | Bin 0 -> 10395 bytes
- help/sv/figures/zenity-entry-screenshot.png | Bin 11110 -> 8898 bytes
- help/sv/figures/zenity-error-screenshot.png | Bin 10928 -> 8273 bytes
- help/sv/figures/zenity-fileselection-screenshot.png | Bin 51020 -> 79667 bytes
- help/sv/figures/zenity-forms-screenshot.png | Bin 0 -> 25653 bytes
- help/sv/figures/zenity-information-screenshot.png | Bin 12766 -> 10042 bytes
- help/sv/figures/zenity-list-screenshot.png | Bin 27951 -> 17859 bytes
- .../zenity-notification-listen-screenshot.png | Bin 0 -> 42634 bytes
- help/sv/figures/zenity-notification-screenshot.png | Bin 5011 -> 41437 bytes
- help/sv/figures/zenity-password-screenshot.png | Bin 0 -> 12617 bytes
- help/sv/figures/zenity-progress-screenshot.png | Bin 12520 -> 8036 bytes
- help/sv/figures/zenity-question-screenshot.png | Bin 13951 -> 9460 bytes
- help/sv/figures/zenity-scale-screenshot.png | Bin 0 -> 8647 bytes
- help/sv/figures/zenity-text-screenshot.png | Bin 18472 -> 28529 bytes
- help/sv/figures/zenity-warning-screenshot.png | Bin 12015 -> 11328 bytes
- 16 files changed, 0 insertions(+), 0 deletions(-)
-
-commit 8fb99b33b43f62100dd01e91b73f7c293cb55d7c
-Author: Andre Klapper <a9016009@gmx.de>
-Date: Sat Feb 23 03:20:05 2019 +0100
-
- Add <description> to DOAP file
-
- zenity.doap | 1 +
- 1 file changed, 1 insertion(+)
-
-commit cf740b4b63ba8d141ed458d0145163916bf64ca9
-Author: Andre Klapper <a9016009@gmx.de>
-Date: Sat Feb 23 03:17:21 2019 +0100
-
- Replace Bugzilla by Gitlab URL in DOAP file
-
- zenity.doap | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit a0ef05bfe43b263a39d0980ed9f70ca981b4b7bd
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Thu Feb 21 18:13:09 2019 +0100
-
- Update Polish translation
-
- help/pl/pl.po | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-commit 3fe41e28dd582008c0e9861d9941a5675fe36617
-Author: Balázs Úr <balazs@urbalazs.hu>
-Date: Mon Jan 28 23:05:54 2019 +0000
-
- Update Hungarian translation
-
- help/hu/hu.po | 346 ++++++++++++++++++++++++++--------------------------------
- 1 file changed, 152 insertions(+), 194 deletions(-)
-
-commit d05a1dddd85a6f657f1d17ef8f17d7ef1f763e97
-Author: Daniel Mustieles <daniel.mustieles.contractor@bbva.com>
-Date: Tue Jan 22 15:48:27 2019 +0100
-
- Updated Spanish translation
-
- help/es/es.po | 5768 +++++++++++++++++++++++++++++----------------------------
- 1 file changed, 2918 insertions(+), 2850 deletions(-)
-
-commit 45a38629e930c70c94570c9787b0f1ee377da7a7
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sun Jan 20 12:17:08 2019 +0100
-
- Update Polish translation
-
- help/pl/pl.po | 78 +++++++++++++++++++++++++++++------------------------------
- 1 file changed, 39 insertions(+), 39 deletions(-)
-
-commit e8e3157f21fd506e26657f646802e4cbee6f6fd4
-Author: Andre Klapper <a9016009@gmx.de>
-Date: Fri Jan 18 02:22:52 2019 +0100
-
- help: Update all screenshots for Zenity 3.30
-
- help/C/figures/zenity-calendar-screenshot.png | Bin 7216 -> 22385 bytes
- help/C/figures/zenity-colorselection-screenshot.png | Bin 32589 -> 11828 bytes
- help/C/figures/zenity-entry-screenshot.png | Bin 4190 -> 9317 bytes
- help/C/figures/zenity-error-screenshot.png | Bin 3814 -> 9503 bytes
- help/C/figures/zenity-fileselection-screenshot.png | Bin 22656 -> 85027 bytes
- help/C/figures/zenity-forms-screenshot.png | Bin 9210 -> 27425 bytes
- help/C/figures/zenity-information-screenshot.png | Bin 4124 -> 10322 bytes
- help/C/figures/zenity-list-screenshot.png | Bin 6777 -> 17502 bytes
- .../zenity-notification-listen-screenshot.png | Bin 21651 -> 36796 bytes
- help/C/figures/zenity-notification-screenshot.png | Bin 24580 -> 37207 bytes
- help/C/figures/zenity-password-screenshot.png | Bin 5426 -> 13055 bytes
- help/C/figures/zenity-progress-screenshot.png | Bin 3898 -> 9262 bytes
- help/C/figures/zenity-question-screenshot.png | Bin 4445 -> 10752 bytes
- help/C/figures/zenity-scale-screenshot.png | Bin 4377 -> 9949 bytes
- help/C/figures/zenity-text-screenshot.png | Bin 9138 -> 28811 bytes
- help/C/figures/zenity-warning-screenshot.png | Bin 4443 -> 11899 bytes
- 16 files changed, 0 insertions(+), 0 deletions(-)
-
-commit e1f7279ab1994f831ff11c07b23a5b34bda52488
-Author: Charles Monzat <charles.monzat@numericable.fr>
-Date: Sat Dec 29 14:46:31 2018 +0000
-
- Update French translation
-
- po/fr.po | 101 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 50 insertions(+), 51 deletions(-)
-
-commit 2f1b2ca6306045ca0caed36eb8d9a54fe745d72e
-Author: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>
-Date: Sat Nov 17 17:56:53 2018 +0000
-
- Update Basque translation
-
- po/eu.po | 631 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 321 insertions(+), 310 deletions(-)
-
-commit 0a97e6a06a3e21007f9f55f45ef63756f10df740
-Author: Carmen Bianca BAKKER <carmen@carmenbianca.eu>
-Date: Mon Oct 29 23:11:34 2018 +0000
-
- Update Esperanto translation
-
- po/eo.po | 125 ++++++++++++++++++++++++++++++---------------------------------
- 1 file changed, 60 insertions(+), 65 deletions(-)
-
-commit 80cf9ba74eb4162dd39d834c7c7e4a05417f5541
-Author: Balasankar C <balasankarc@autistici.org>
-Date: Fri Oct 26 15:37:04 2018 +0000
-
- Update Malayalam translation
-
- po/ml.po | 429 +++++++++++++++++++++++++++------------------------------------
- 1 file changed, 184 insertions(+), 245 deletions(-)
-
-commit a97f36708329912ca62f2a21d0fa1ab169a465c4
-Merge: 974245a 0f413e6
-Author: Arx Henrique Pereira da Cruz <arxcruz@gmail.com>
-Date: Fri Oct 5 12:38:15 2018 +0000
-
- Merge branch 'master' into 'master'
-
- Makes progress to consider the decimal from percent update
-
- See merge request GNOME/zenity!1
-
-commit 974245abbee86edda040e0ce068a11ce04590a82
-Author: Arx Cruz <arxcruz@redhat.com>
-Date: Fri Oct 5 10:56:52 2018 +0200
-
- Bump to 3.30.0
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-commit 16dfff94cc9d6d6780c2ce121eba4418891e1282
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Tue Sep 18 11:05:32 2018 +0000
-
- Update German translation
-
- help/de/de.po | 336 ++++++++++++++++++++++++----------------------------------
- 1 file changed, 137 insertions(+), 199 deletions(-)
-
-commit 13d9f716c0e1a961cc8cee59ffc45bd081cddab0
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Tue Sep 18 11:03:55 2018 +0000
-
- Replace German zenity-warning-screenshot.png
-
- help/de/figures/zenity-warning-screenshot.png | Bin 10028 -> 11526 bytes
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit 0f4956700e8a48f1e633da6f1e4d970529002049
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Tue Sep 18 11:03:23 2018 +0000
-
- Replace German zenity-text-screenshot.png
-
- help/de/figures/zenity-text-screenshot.png | Bin 23778 -> 30076 bytes
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit 3ff11b67cb06c26bd76d643c4325bce9e8b3132c
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Tue Sep 18 11:02:46 2018 +0000
-
- Replace German zenity-question-screenshot.png
-
- help/de/figures/zenity-question-screenshot.png | Bin 11346 -> 9380 bytes
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit 1bc35ab51b554eb04a9bb3d4f47ec6c0f2312568
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Tue Sep 18 11:02:03 2018 +0000
-
- Replace German zenity-progress-screenshot.png
-
- help/de/figures/zenity-progress-screenshot.png | Bin 10860 -> 8741 bytes
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit 9afc38728d5d9ccd3c08dfc0eadd2926e1258215
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Tue Sep 18 11:01:20 2018 +0000
-
- Replace German zenity-notification-screenshot.png
-
- help/de/figures/zenity-notification-screenshot.png | Bin 7727 -> 26497 bytes
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit 8b7bce370eb6b556082d48d3b1a22dd5cbe36c98
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Tue Sep 18 11:00:46 2018 +0000
-
- Replace German zenity-list-screenshot.png
-
- help/de/figures/zenity-list-screenshot.png | Bin 20164 -> 25974 bytes
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit 204584958be13a570386d5b36ec6a6c50af2052f
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Tue Sep 18 11:00:00 2018 +0000
-
- Replace German zenity-information-screenshot.png
-
- help/de/figures/zenity-information-screenshot.png | Bin 10830 -> 12244 bytes
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit 741808296642b1327378c7cad0033b98ee62bdba
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Tue Sep 18 10:59:24 2018 +0000
-
- Replace German zenity-fileselection-screenshot.png
-
- help/de/figures/zenity-fileselection-screenshot.png | Bin 63948 -> 78450 bytes
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit fb222d0fc2bcdc067fc8901632a271c07f319014
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Tue Sep 18 10:58:50 2018 +0000
-
- Replace German zenity-error-screenshot.png
-
- help/de/figures/zenity-error-screenshot.png | Bin 9206 -> 10070 bytes
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit 28d7a846d244da5d68661de6dee947d52b77f3c2
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Tue Sep 18 10:57:59 2018 +0000
-
- Replace German zenity-calendar-screenshot.png
-
- help/de/figures/zenity-calendar-screenshot.png | Bin 18440 -> 21379 bytes
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit fe51ae9819d5317f0a20b19aed248ec122a9f5e4
-Author: Yuras Shumovich <shumovichy@gmail.com>
-Date: Fri Sep 7 11:05:47 2018 +0000
-
- Update Belarusian translation
-
- po/be.po | 623 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 318 insertions(+), 305 deletions(-)
-
-commit ebe50b1080fe7f0e714f3b89ec700b933d1a6c9e
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Thu Aug 16 20:30:40 2018 +0200
-
- Update MSGID_BUGS_ADDRESS in po/Makevars
-
- po/Makevars | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit 0f413e6a23beec60b206f070f0f38f0dbddd8fb4
-Author: Aurélio A. Heckert <aurium@colivre.coop.br>
-Date: Mon Jun 18 18:09:17 2018 -0300
-
- Makes progress to consider the decimal from percent update
-
- Implements stof alternative to atof, to ignore locale settings.
-
- This also helps the time remaining calculation for long tasks.
-
- src/progress.c | 23 ++++++++++++++++++++++-
- 1 file changed, 22 insertions(+), 1 deletion(-)
-
-commit 8694e3a9ef00dc2df13a9ac820aa9fbb2dbb0d78
-Author: Mingcong Bai <jeffbai@aosc.xyz>
-Date: Mon May 21 14:29:52 2018 +0000
-
- Update Chinese (China) translation
-
- po/zh_CN.po | 627 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 321 insertions(+), 306 deletions(-)
-
-commit 4dee210e26418e2a022a0b42105192e58e1d84f5
-Author: Jiri Grönroos <jiri.gronroos@iki.fi>
-Date: Tue Apr 10 13:44:05 2018 +0000
-
- Update Finnish translation
-
- po/fi.po | 623 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 318 insertions(+), 305 deletions(-)
-
-commit 7fee2da8076affd41113f7e7d6e8e61f9ff036ab
-Author: Jeremy Bicha <jbicha@ubuntu.com>
-Date: Mon Apr 9 20:03:34 2018 -0400
-
- release: Prepare for 3.28.1
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-commit 10660b7e2997bb66393ca4003554345a9824cdfd
-Author: Daniel Șerbănescu <daniel@serbanescu.dk>
-Date: Sun Apr 8 19:57:03 2018 +0000
-
- Update Romanian translation
-
- po/ro.po | 746 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 380 insertions(+), 366 deletions(-)
-
-commit eeefbed1819411b1376161f24bdbfb161de06dce
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Mon Mar 26 05:31:58 2018 +0200
-
- Update Polish translation
-
- help/pl/figures/zenity-calendar-screenshot.png | Bin 14719 -> 15674 bytes
- .../pl/figures/zenity-colorselection-screenshot.png | Bin 10285 -> 11129 bytes
- help/pl/figures/zenity-entry-screenshot.png | Bin 6530 -> 7311 bytes
- help/pl/figures/zenity-error-screenshot.png | Bin 8008 -> 8540 bytes
- help/pl/figures/zenity-fileselection-screenshot.png | Bin 76431 -> 82239 bytes
- help/pl/figures/zenity-forms-screenshot.png | Bin 18858 -> 19708 bytes
- help/pl/figures/zenity-information-screenshot.png | Bin 7983 -> 8633 bytes
- help/pl/figures/zenity-list-screenshot.png | Bin 20946 -> 21875 bytes
- help/pl/figures/zenity-password-screenshot.png | Bin 11071 -> 11903 bytes
- help/pl/figures/zenity-progress-screenshot.png | Bin 6638 -> 7457 bytes
- help/pl/figures/zenity-question-screenshot.png | Bin 6973 -> 7989 bytes
- help/pl/figures/zenity-scale-screenshot.png | Bin 7493 -> 8312 bytes
- help/pl/figures/zenity-text-screenshot.png | Bin 26361 -> 27235 bytes
- help/pl/figures/zenity-warning-screenshot.png | Bin 9126 -> 9494 bytes
- 14 files changed, 0 insertions(+), 0 deletions(-)
-
-commit bf6e599685707da06f5f4eb834ae613e826256b1
-Author: gogo <trebelnik2@gmail.com>
-Date: Fri Mar 16 20:26:55 2018 +0000
-
- Update Croatian translation
-
- po/hr.po | 857 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 492 insertions(+), 365 deletions(-)
-
-commit ad7411614bdf0c6b32b71fd13a4ec1f7d5d0ecb5
-Author: Jeremy Bicha <jbicha@ubuntu.com>
-Date: Mon Mar 12 08:11:08 2018 -0400
-
- release: Prepare for 3.28.0
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-commit 599c0823c3644643cfffe7cde539abb838ce1c04
-Author: Милош Поповић <gpopac@gmail.com>
-Date: Sat Mar 10 22:33:17 2018 +0000
-
- Update Serbian Latin translation
-
- po/sr@latin.po | 630 +++++++++++++++++++++++++++++----------------------------
- 1 file changed, 321 insertions(+), 309 deletions(-)
-
-commit 40dd645245ec1c9dbaeded3d4603e2802692db6e
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Sat Mar 10 12:17:21 2018 +0000
-
- Update Chinese (Taiwan) translation
-
- po/zh_TW.po | 622 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 318 insertions(+), 304 deletions(-)
-
-commit 45cb5d7f4ce7aa0df121322a17741319c5c6741c
-Author: Ask Hjorth Larsen <asklarsen@gmail.com>
-Date: Thu Mar 8 22:24:33 2018 +0000
-
- Update Danish translation
-
- help/da/da.po | 3574 +++++++++++++++++++++++++++++++++++----------------------
- 1 file changed, 2230 insertions(+), 1344 deletions(-)
-
-commit cbae9e200a0209230fbb45af21f1b25f0d45522f
-Author: Efstathios Iosifidis <eiosifidis@gnome.org>
-Date: Tue Mar 6 22:36:29 2018 +0000
-
- Update Greek translation
-
- po/el.po | 678 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 349 insertions(+), 329 deletions(-)
-
-commit 4f7752f970764033cdef9c29e914fc965e8a3503
-Author: Alan Mortensen <alanmortensen.am@gmail.com>
-Date: Sat Mar 3 16:53:33 2018 +0100
-
- Updated Danish translation
-
- po/da.po | 290 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 150 insertions(+), 140 deletions(-)
-
-commit a95fd6ab97d985422a2107629272c9341a581d1a
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sun Feb 25 14:50:18 2018 +0000
-
- Update Korean translation
-
- po/ko.po | 622 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 318 insertions(+), 304 deletions(-)
-
-commit 9e4506cedb8d53f4db2047dc87ea331e87477ab2
-Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
-Date: Sat Feb 24 20:10:48 2018 +0200
-
- Update Latvian translation
-
- po/lv.po | 642 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 321 insertions(+), 321 deletions(-)
-
-commit c5b37b386443159d86303a787ea89c3ba67b2924
-Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
-Date: Thu Feb 22 19:41:24 2018 +0000
-
- Update Dutch translation
-
- po/nl.po | 287 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 150 insertions(+), 137 deletions(-)
-
-commit 5ac22dbeb95ba88543dd2643ae13b9c754e274ea
-Author: Fran Dieguez <frandieguez@gnome.org>
-Date: Sat Feb 17 00:22:38 2018 +0000
-
- Update Galician translation
-
- po/gl.po | 636 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 325 insertions(+), 311 deletions(-)
-
-commit 2bbeca454c406a2c6a5e6c3c8fdb51a313e8f486
-Author: Fabio Tomat <f.t.public@gmail.com>
-Date: Tue Feb 6 21:32:40 2018 +0000
-
- Update Friulian translation
-
- po/fur.po | 620 ++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 317 insertions(+), 303 deletions(-)
-
-commit 4c42e785a5001994d84def82f7903dd282b283a9
-Author: Jeremy Bicha <jbicha@ubuntu.com>
-Date: Sat Feb 3 23:55:40 2018 -0500
-
- Fix Spanish translation header
-
- po/es.po | 22 +++++++++++-----------
- 1 file changed, 11 insertions(+), 11 deletions(-)
-
-commit 439527f3c4aa64243eb0cc3ff79d6da62182e4ea
-Author: Jeremy Bicha <jbicha@ubuntu.com>
-Date: Sat Feb 3 23:37:10 2018 -0500
-
- release: Prepare for 3.27.90
-
- NEWS | 4 ++++
- configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
-commit b7da42337a1b40224a8216f790159f38f96c0cf1
-Author: Jeremy Bicha <jbicha@ubuntu.com>
-Date: Sat Feb 3 23:40:46 2018 -0500
-
- build: default to xz tarballs
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 97842152790c91b6638977f0588f1de2657835f4
-Author: Balázs Meskó <meskobalazs@fedoraproject.org>
-Date: Wed Jan 24 22:52:04 2018 +0000
-
- Update Hungarian translation
-
- po/hu.po | 713 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 374 insertions(+), 339 deletions(-)
-
-commit 3487360692111ed6f0f2ca9d49a16d24fe8cef5e
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Sun Dec 31 11:41:04 2017 +0100
-
- Updated Slovenian translation
-
- po/sl.po | 648 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 331 insertions(+), 317 deletions(-)
-
-commit 459d1b78598a4832c9b09fe2dce50693d41289b7
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Sat Dec 30 20:23:42 2017 +0200
-
- Updated Lithuanian translation
-
- po/lt.po | 624 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 319 insertions(+), 305 deletions(-)
-
-commit 5286b3b6e26c1f7265d9ef73d8080b26190d65de
-Author: Марко Костић <marko.m.kostic@gmail.com>
-Date: Mon Dec 25 22:30:40 2017 +0000
-
- Update Serbian translation
-
- po/sr.po | 628 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 320 insertions(+), 308 deletions(-)
-
-commit 4cc42954231e21aab6e20903e4ad645c326a1a80
-Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
-Date: Fri Dec 22 23:14:14 2017 +0000
-
- Update Esperanto translation
-
- po/eo.po | 306 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 153 insertions(+), 153 deletions(-)
-
-commit ef5cac9667d62bc9ecda0250ff77a17346f6c39c
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Wed Dec 20 18:24:00 2017 +0100
-
- Updated Spanish translation
-
- po/es.po | 628 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 320 insertions(+), 308 deletions(-)
-
-commit e17aaa86cc1e393ca09c020e50f82d32fce6a976
-Author: Marek Černocký <marek@manet.cz>
-Date: Mon Dec 18 17:07:46 2017 +0100
-
- Updated Czech translation
-
- po/cs.po | 626 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 320 insertions(+), 306 deletions(-)
-
-commit c413566cdeaf44a9078b45a6b0329661b8acafe2
-Author: Dušan Kazik <prescott66@gmail.com>
-Date: Sat Dec 9 08:11:50 2017 +0000
-
- Update Slovak translation
-
- po/sk.po | 670 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 342 insertions(+), 328 deletions(-)
-
-commit e9857b53a451df9480e11ad1dcae831786ffa3cc
-Author: Charles Monzat <superboa@hotmail.fr>
-Date: Tue Dec 5 17:31:42 2017 +0000
-
- Update French translation
-
- po/fr.po | 627 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 322 insertions(+), 305 deletions(-)
-
-commit 8b6cd046b4405537ca290fec304066f512c09970
-Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
-Date: Mon Dec 4 20:34:55 2017 +0000
-
- Update Swedish translation
-
- po/sv.po | 622 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 318 insertions(+), 304 deletions(-)
-
-commit 00cee21bf617c5911f4c0075744930395bf28408
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Mon Dec 4 20:27:38 2017 +0100
-
- Remove obsolete help files
-
- 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 -
- help/sr/.cvsignore | 4 -
- help/sr/Makefile.am | 7 -
- help/sr/figures/zenity-calendar-screenshot.png | Bin 19540 -> 0 bytes
- help/sr/figures/zenity-entry-screenshot.png | Bin 7163 -> 0 bytes
- help/sr/figures/zenity-error-screenshot.png | Bin 9116 -> 0 bytes
- .../sr/figures/zenity-fileselection-screenshot.png | Bin 29335 -> 0 bytes
- help/sr/figures/zenity-information-screenshot.png | Bin 11087 -> 0 bytes
- help/sr/figures/zenity-list-screenshot.png | Bin 23023 -> 0 bytes
- help/sr/figures/zenity-progress-screenshot.png | Bin 8533 -> 0 bytes
- help/sr/figures/zenity-question-screenshot.png | Bin 11441 -> 0 bytes
- help/sr/figures/zenity-text-screenshot.png | Bin 19454 -> 0 bytes
- help/sr/figures/zenity-warning-screenshot.png | Bin 11004 -> 0 bytes
- help/sr/legal.xml | 9 -
- help/sr/zenity-sr.omf | 32 --
- help/sr/zenity.xml | 469 ---------------------
- help/zenity.omf.in | 11 -
- 28 files changed, 643 deletions(-)
-
-commit ab9f2e70e4914a2ca943c2584696ea06da397f11
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Mon Oct 30 01:49:35 2017 +0100
-
- password: Replace N_() with regular _()
-
- These two strings show up in English when they should be translated.
-
- https://bugzilla.gnome.org/show_bug.cgi?id=783078
-
- src/password.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit 3edfe6bdae45907490c5c9521092e0a3940f5f64
-Author: Muhammet Kara <muhammetk@gmail.com>
-Date: Sun Dec 3 14:13:32 2017 +0000
-
- Update Turkish translation
-
- po/tr.po | 277 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 144 insertions(+), 133 deletions(-)
-
-commit 2bd54e239cb38052383c4907b4dbde6c0f3e3798
-Author: Gianvito Cavasoli <gianvito@gmx.it>
-Date: Sat Dec 2 15:34:34 2017 +0000
-
- Update Italian translation
-
- po/it.po | 637 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 326 insertions(+), 311 deletions(-)
-
-commit c9dd9c48231f97a103340539bc83466ac7279507
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Wed Nov 29 19:38:09 2017 +0000
-
- Update German translation
-
- po/de.po | 639 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 310 insertions(+), 329 deletions(-)
-
-commit dbfc8abe802e308cc6e00b7391e6d3f0ea44384d
-Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
-Date: Wed Nov 29 12:14:36 2017 +0000
-
- Update Indonesian translation
-
- po/id.po | 624 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 319 insertions(+), 305 deletions(-)
-
-commit 4d66eb76503d3a9aa66a100ea27967beee038a03
-Author: Rafael Fontenelle <rafaelff@gnome.org>
-Date: Tue Nov 28 01:19:15 2017 +0000
-
- Update Brazilian Portuguese translation
-
- po/pt_BR.po | 622 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 318 insertions(+), 304 deletions(-)
-
-commit 6599f266d62b0eda84c113775408db8bad623076
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sun Nov 26 21:51:21 2017 +0100
-
- Add Polish help translation
-
- help/Makefile.am | 2 +-
- help/pl/figures/zenity-calendar-screenshot.png | Bin 0 -> 14719 bytes
- .../figures/zenity-colorselection-screenshot.png | Bin 0 -> 10285 bytes
- help/pl/figures/zenity-entry-screenshot.png | Bin 0 -> 6530 bytes
- help/pl/figures/zenity-error-screenshot.png | Bin 0 -> 8008 bytes
- .../pl/figures/zenity-fileselection-screenshot.png | Bin 0 -> 76431 bytes
- help/pl/figures/zenity-forms-screenshot.png | Bin 0 -> 18858 bytes
- help/pl/figures/zenity-information-screenshot.png | Bin 0 -> 7983 bytes
- help/pl/figures/zenity-list-screenshot.png | Bin 0 -> 20946 bytes
- .../zenity-notification-listen-screenshot.png | Bin 0 -> 17766 bytes
- help/pl/figures/zenity-notification-screenshot.png | Bin 0 -> 19132 bytes
- help/pl/figures/zenity-password-screenshot.png | Bin 0 -> 11071 bytes
- help/pl/figures/zenity-progress-screenshot.png | Bin 0 -> 6638 bytes
- help/pl/figures/zenity-question-screenshot.png | Bin 0 -> 6973 bytes
- help/pl/figures/zenity-scale-screenshot.png | Bin 0 -> 7493 bytes
- help/pl/figures/zenity-text-screenshot.png | Bin 0 -> 26361 bytes
- help/pl/figures/zenity-warning-screenshot.png | Bin 0 -> 9126 bytes
- help/pl/pl.po | 2573 ++++++++++++++++++++
- po/pl.po | 647 ++---
- 19 files changed, 2905 insertions(+), 317 deletions(-)
-
-commit abcc873ccd0b85f10087f73a5f5bfe1a3bce1bbb
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sun Nov 26 21:39:56 2017 +0100
-
- Update POTFILES.in and POTFILES.skip
-
- po/POTFILES.in | 12 +++++++++++-
- po/POTFILES.skip | 11 ++---------
- 2 files changed, 13 insertions(+), 10 deletions(-)
-
-commit 7101d9743cd07e853f289ea6ebb19222f0333f7f
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sun Nov 26 05:06:54 2017 +0100
-
- help: Add missing screenshot to Makefile
-
- help/Makefile.am | 29 +++++++++++++++--------------
- 1 file changed, 15 insertions(+), 14 deletions(-)
-
-commit 3dbfe2667888b0403303d5958d2b6a4ba0643c8b
-Author: Carlos Soriano <csoriano@gnome.org>
-Date: Mon Nov 13 19:57:25 2017 +0100
-
- Release: Prepare for 3.26.0
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-commit 2acc00e464a89fe437bfd9618680e2e19c1231de
-Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
-Date: Sun Oct 29 10:23:03 2017 +0000
-
- Update Dutch translation
-
- po/nl.po | 585 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 337 insertions(+), 248 deletions(-)
-
-commit 645b70fddac558c969c33c78e6998e6b231af6ba
-Author: Xavi Ivars <xavi.ivars@gmail.com>
-Date: Thu Oct 5 13:13:11 2017 +0200
-
- [l10n] Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 540 +++++++++++++++++++++++++++++-------------------------
- 1 file changed, 286 insertions(+), 254 deletions(-)
-
-commit b011066c32acb8b8a6a1ece5970a17be2ee4681a
-Author: Andre Klapper <a9016009@gmx.de>
-Date: Mon Sep 25 17:55:17 2017 +0200
-
- Remove unsupported <td> parameters so yelp-check validates
-
- help/C/usage.page | 14 +++++++-------
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
-commit d0da299f5145e9a31824f834fd9147d5dda5c0f5
-Author: Andre Klapper <a9016009@gmx.de>
-Date: Sat Sep 23 22:48:48 2017 +0200
-
- help: Remove id parameter from figure element, to pass 'yelp-check validate'
-
- help/C/calendar.page | 2 +-
- help/C/color-selection.page | 2 +-
- help/C/entry.page | 2 +-
- help/C/error.page | 2 +-
- help/C/file-selection.page | 2 +-
- help/C/forms.page | 2 +-
- help/C/info.page | 2 +-
- help/C/list.page | 2 +-
- help/C/notification.page | 4 ++--
- help/C/password.page | 2 +-
- help/C/progress.page | 2 +-
- help/C/question.page | 2 +-
- help/C/scale.page | 2 +-
- help/C/text.page | 2 +-
- help/C/warning.page | 3 +--
- 15 files changed, 16 insertions(+), 17 deletions(-)
-
-commit a0d1d9abae1591a0354ea289230246c1956512f7
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Wed Sep 20 04:39:38 2017 +0200
-
- man: Remove mention of gdialog
-
- It’s been dead for a while.
-
- https://git.gnome.org/browse/archive/gnome-utils/commit/?id=c7259559145956d41615206747066da10fd92898
-
- data/zenity.1 | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit a84590673af085b0ea22c4553bfc86a026543c38
-Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
-Date: Thu Sep 14 23:45:09 2017 +0200
-
- Updated Esperanto translation
-
- po/eo.po | 662 +++++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 394 insertions(+), 268 deletions(-)
-
-commit 29dd8fc4d0af9c35379675ae327e378c6845e459
-Author: Jordi Mas <jmas@softcatala.org>
-Date: Sat Sep 2 10:37:06 2017 +0200
-
- Update Catalan translation
-
- po/ca.po | 499 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 264 insertions(+), 235 deletions(-)
-
-commit 87e5a011800ef1f9c47829158c5971e0339a63ba
-Author: Ask Hjorth Larsen <asklarsen@gmail.com>
-Date: Mon Aug 28 19:49:07 2017 +0200
-
- Updated Danish translation
-
- po/da.po | 378 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 190 insertions(+), 188 deletions(-)
-
-commit 9670f9cd21ab8c273b16bd1f444411b21c4c154f
-Author: Muhammet Kara <muhammetk@gmail.com>
-Date: Sun Aug 13 15:06:32 2017 +0000
-
- Update Turkish translation
-
- po/tr.po | 543 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 278 insertions(+), 265 deletions(-)
-
-commit cdc6100f9fe1e19e24c8c6ccfb5e6c8e368874b4
-Author: Akhilan <akhilkrishnans@gmail.com>
-Date: Sat Aug 5 19:00:52 2017 +0000
-
- Update Malayalam translation
-
- po/ml.po | 586 ++++++++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 350 insertions(+), 236 deletions(-)
-
-commit ad6a345133ab026465903fc89b8275bf9c5ea8a5
-Author: Arx Cruz <arxcruz@redhat.com>
-Date: Fri May 26 14:27:44 2017 +0200
-
- Formating latest patch
-
- src/fileselection.c | 9 ++++-----
- 1 file changed, 4 insertions(+), 5 deletions(-)
-
-commit 110a851747398a59e8aa921faed57fca4b59792b
-Author: Patrick Griffis <tingping@tingping.se>
-Date: Mon May 22 09:30:49 2017 -0400
-
- Use GtkFileChooserNative
-
- src/fileselection.c | 69 ++++++++++++++++++++++++++++++++++++-----------------
- 1 file changed, 47 insertions(+), 22 deletions(-)
-
-commit 3496685dd5bd49c0cce99bdc0753a468bf8e464c
-Author: Arx Cruz <arxcruz@redhat.com>
-Date: Fri May 26 14:16:31 2017 +0200
-
- Bump to 3.24.2
-
- NEWS | 11 +++++++++++
- configure.ac | 2 +-
- 2 files changed, 12 insertions(+), 1 deletion(-)
-
-commit 2795f0d13861f5c8b320a8b49c575ef4c8388c10
-Author: Arx Cruz <arxcruz@redhat.com>
-Date: Fri May 26 14:12:13 2017 +0200
-
- Bump to 3.24.1
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 43a32b2d96b57b63a0507e16b0fcd60ef9f42723
-Author: Fabio Tomat <f.t.public@gmail.com>
-Date: Tue May 2 12:58:25 2017 +0000
-
- Update Friulian translation
-
- po/fur.po | 25 +++++++++++++------------
- 1 file changed, 13 insertions(+), 12 deletions(-)
-
-commit a1c1522e21065be8ddd5d3509bfa65ada0fbee6b
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Thu Apr 27 17:46:40 2017 +0200
-
- Update po/Makevars
-
- This is not a GNU package and the Free Software Foundation has no copyright
- over it. Also adds MSGID_BUGS_ADDRESS.
-
- po/Makevars | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit c75cd36c3fe03bc375b09774a2515b4a0a5eecfd
-Author: Yuras Shumovich <shumovichy@gmail.com>
-Date: Sat Apr 15 16:44:38 2017 +0000
-
- Update Belarusian translation
-
- po/be.po | 527 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 290 insertions(+), 237 deletions(-)
-
-commit 4eddb202cafdcabc254aa941ad1348ff09372627
-Author: Arx Cruz <arxcruz@redhat.com>
-Date: Fri Apr 7 14:00:42 2017 +0200
-
- Fix style
-
- Fixing style in all zenity code, removing useless spaces,
- empty lines, all code in 80 columns, etc.
-
- src/about.c | 161 +-
- src/calendar.c | 268 ++--
- src/color.c | 166 +-
- src/entry.c | 324 ++--
- src/fileselection.c | 344 +++--
- src/forms.c | 708 ++++-----
- src/main.c | 145 +-
- src/msg.c | 435 +++---
- src/notification.c | 606 ++++----
- src/option.c | 4180 ++++++++++++++++++++++++---------------------------
- src/option.h | 80 +-
- src/password.c | 298 ++--
- src/progress.c | 673 +++++----
- src/scale.c | 257 ++--
- src/text.c | 695 +++++----
- src/tree.c | 1392 +++++++++--------
- src/util.c | 630 ++++----
- src/util.h | 53 +-
- src/zenity.h | 271 ++--
- 19 files changed, 5798 insertions(+), 5888 deletions(-)
-
-commit 8c5e60de83618a5b2a9344223cc56ee29eacf3a4
-Author: Arx Cruz <arxcruz@redhat.com>
-Date: Fri Apr 7 13:50:47 2017 +0200
-
- Adding clang-format script
-
- All the code in zenity from now, will follow this format style
-
- .clang-format | 34 ++++++++++++++++++++++++++++++++++
- utils/format.sh | 3 +++
- 2 files changed, 37 insertions(+)
-
-commit 3b64d05e8a1aae1581d2bec7288d80ac4699e1b1
-Author: Alan <alan@boum.org>
-Date: Sat Mar 18 10:24:47 2017 +0000
-
- Fix message dialog width and height on recent Gtk
-
- The fix for Zenity bug 670496 "Zenity info/error windows grow in height
- with message length"
- (https://bugzilla.gnome.org/show_bug.cgi?id=670496) stopped working on
- recent Gtk, which doesn't seem to honor gtk_widget_set_size_request.
- This commit workarounds Gtk bug 657621 "Calculate the wrong height of
- labels wrapping on words"
- (https://bugzilla.gnome.org/show_bug.cgi?id=657621) by setting label's
- width-chars and max-width-chars to 60. This magic number was picked from
- GtkMessageDialog source
- (https://git.gnome.org/browse/gtk+/tree/gtk/ui/gtkmessagedialog.ui#n48).
-
- src/msg.c | 17 +++++++----------
- src/zenity.ui | 8 ++++----
- 2 files changed, 11 insertions(+), 14 deletions(-)
-
-commit ef14066564b664328c69569aa0c66bdb49b496d5
-Author: Arx Cruz <arxcruz@redhat.com>
-Date: Tue Apr 4 15:08:33 2017 +0200
-
- Bug 762347: Addition of entry text width option
-
- This is a bug in the glade file, where the GtkEntry wasn't being filled
- to fill the width of the window. There is no need to add a
- --entry-text-width option
-
- src/zenity.ui | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit db4a0c3c0f8b224870ea23a3b3c25f800ee4870a
-Author: Matthias Clasen <mclasen@redhat.com>
-Date: Fri Mar 17 14:10:10 2017 -0400
-
- Fix misleading indentation
-
- Coverity flagged this.
-
- https://bugzilla.gnome.org/show_bug.cgi?id=780217
-
- src/msg.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 0b990c541c202412cb3a4120199af154094dfeac
-Author: Carlos Soriano <csoriano@gnome.org>
-Date: Tue Mar 21 14:51:09 2017 +0100
-
- release: Prepare for 3.24.0
-
- NEWS | 2 ++
- configure.ac | 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-commit 3316d94498e78fc15942d9a85c80ed0de034affd
-Author: Rafael Fontenelle <rafaelff@gnome.org>
-Date: Sun Mar 19 02:22:55 2017 -0300
-
- Update Brazilian Portuguese translation
-
- help/pt_BR/figures/zenity-calendar-screenshot.png | Bin 0 -> 20571 bytes
- .../figures/zenity-colorselection-screenshot.png | Bin 0 -> 11350 bytes
- help/pt_BR/figures/zenity-entry-screenshot.png | Bin 0 -> 9053 bytes
- help/pt_BR/figures/zenity-error-screenshot.png | Bin 0 -> 8672 bytes
- .../figures/zenity-fileselection-screenshot.png | Bin 0 -> 84105 bytes
- help/pt_BR/figures/zenity-forms-screenshot.png | Bin 0 -> 25464 bytes
- .../figures/zenity-information-screenshot.png | Bin 0 -> 10915 bytes
- help/pt_BR/figures/zenity-list-screenshot.png | Bin 0 -> 21247 bytes
- .../zenity-notification-listen-screenshot.png | Bin 0 -> 9796 bytes
- .../figures/zenity-notification-screenshot.png | Bin 0 -> 11455 bytes
- help/pt_BR/figures/zenity-password-screenshot.png | Bin 0 -> 12002 bytes
- help/pt_BR/figures/zenity-progress-screenshot.png | Bin 0 -> 8662 bytes
- help/pt_BR/figures/zenity-question-screenshot.png | Bin 0 -> 9595 bytes
- help/pt_BR/figures/zenity-scale-screenshot.png | Bin 0 -> 9296 bytes
- help/pt_BR/figures/zenity-text-screenshot.png | Bin 0 -> 27015 bytes
- help/pt_BR/figures/zenity-warning-screenshot.png | Bin 0 -> 10220 bytes
- help/pt_BR/pt_BR.po | 3671 +++++++++++++-------
- po/pt_BR.po | 273 +-
- 18 files changed, 2510 insertions(+), 1434 deletions(-)
-
-commit 93ef68a58e07461365c69c301d20e60eeb73b3c3
-Author: Jiri Grönroos <jiri.gronroos@iki.fi>
-Date: Sat Mar 11 17:37:57 2017 +0000
-
- Update Finnish translation
-
- po/fi.po | 92 +++++++++++++++++++++++++++++++---------------------------------
- 1 file changed, 45 insertions(+), 47 deletions(-)
-
-commit 00f9cdd1c978612910d9ee0a4b47362923cc9b2b
-Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
-Date: Tue Mar 7 19:41:05 2017 +0000
-
- Update Swedish translation
-
- po/sv.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit 9114befc242694532ae34473b48c587b065db527
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Sat Feb 18 11:57:40 2017 +0100
-
- Updated Norwegian bokmål translation.
-
- po/nb.po | 480 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 274 insertions(+), 206 deletions(-)
-
-commit 885f86a9e4556bf89debfc1cac7305a93aeba9b2
-Author: Ask Hjorth Larsen <asklarsen@gmail.com>
-Date: Thu Feb 16 14:37:26 2017 +0100
-
- Updated Danish translation
-
- po/da.po | 549 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 278 insertions(+), 271 deletions(-)
-
-commit f041e4d69f80b75b5276c28fdbff7f97b4f15b3b
-Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
-Date: Sun Feb 12 14:32:59 2017 +0000
-
- Update Swedish translation
-
- help/sv/sv.po | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-commit ec88f2f232b58386d9430b432b9991a8418a747e
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Sun Oct 16 18:14:03 2016 +0200
-
- Updated Norwegian bokmål translation from Kjartan Maraas.
-
- po/nb.po | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit cd1647cb2dfbc0e83ee372bee49028acbaf9a781
-Author: gogo <trebelnik2@gmail.com>
-Date: Sat Sep 24 10:48:37 2016 +0000
-
- Updated Croatian translation
-
- po/hr.po | 585 ++++++++++++++++++++++++++++++++++++++++-----------------------
- 1 file changed, 374 insertions(+), 211 deletions(-)
-
-commit 20aa1193d98f92a319e8f840c28161ce2d791d6f
-Author: Carlos Soriano <csoriano@gnome.org>
-Date: Mon Sep 19 23:39:52 2016 +0200
-
- release: prepare for 3.22.0
-
- NEWS | 4 ++++
- configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
-commit 312a0aec508a9b9a73dc3ff12355491eb67ddc35
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Mon Sep 12 20:12:03 2016 +0200
-
- Add more options to XGETTEXT_OPTIONS in po/Makevars
-
- po/Makevars | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 86ecd6fe60ce2f869e68328cb545a085b81d6933
-Author: Fabio Tomat <f.t.public@gmail.com>
-Date: Wed Sep 7 12:43:28 2016 +0000
-
- Updated Friulian translation
-
- po/fur.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit 488f628c9c793d989a507354526837d55e4be29d
-Author: Fabio Tomat <f.t.public@gmail.com>
-Date: Wed Sep 7 12:16:35 2016 +0000
-
- Updated Friulian translation
-
- po/fur.po | 69 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 35 insertions(+), 34 deletions(-)
-
-commit 484c998debc29fa7762dfb767adb0dea89addb5a
-Author: Fabio Tomat <f.t.public@gmail.com>
-Date: Wed Sep 7 10:29:06 2016 +0000
-
- Updated Friulian translation
-
- po/fur.po | 186 +++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 99 insertions(+), 87 deletions(-)
-
-commit 275203670cbf948b3507de50ef0dd3b52ab364d2
-Author: Fabio Tomat <f.t.public@gmail.com>
-Date: Mon Sep 5 21:17:54 2016 +0000
-
- Updated Friulian translation
-
- po/fur.po | 103 +++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 52 insertions(+), 51 deletions(-)
-
-commit f2f3f0c995489c505ff2890c915748b78172179b
-Author: Fabio Tomat <f.t.public@gmail.com>
-Date: Mon Sep 5 20:21:20 2016 +0000
-
- Added Friulian translation
-
- po/LINGUAS | 1 +
- po/fur.po | 860 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 861 insertions(+)
-
-commit e73438c05266f243735a5051120a9bf642a50e87
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Mon Aug 22 23:33:00 2016 +0200
-
- Updated Polish translation
-
- po/pl.po | 538 ++++++++++++++++++++++++++++++---------------------------------
- 1 file changed, 259 insertions(+), 279 deletions(-)
-
-commit ae70c6f42913730b5c75e116097efe659cd4c635
-Author: David King <amigadave@amigadave.com>
-Date: Tue Aug 16 15:31:01 2016 +0200
-
- Update British English translation
-
- po/en_GB.po | 545 ++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 307 insertions(+), 238 deletions(-)
-
-commit 10d72d9b15b831077d4d49606646ca23d4442efd
-Author: Yosef Or Boczko <yoseforb@src.gnome.org>
-Date: Tue Aug 9 21:12:37 2016 +0300
-
- Updated Hebrew translation
-
- po/he.po | 578 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 297 insertions(+), 281 deletions(-)
-
-commit 5eea234be6404ad558b35b5b952c69947436c15d
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Tue Jul 26 00:18:00 2016 +0200
-
- Add Language headers to po files
-
- Future versions of gettext will fail if this header is missing.
-
- po/am.po | 1 +
- po/az.po | 2 +-
- po/be@latin.po | 1 +
- po/bn.po | 1 +
- po/bn_IN.po | 1 +
- po/ca@valencia.po | 2 +-
- po/cy.po | 1 +
- po/dz.po | 1 +
- po/en@shaw.po | 1 +
- po/en_CA.po | 1 +
- po/es.po | 2 +-
- po/fa.po | 2 +-
- po/ga.po | 1 +
- po/gu.po | 1 +
- po/hr.po | 1 +
- po/is.po | 1 +
- po/ka.po | 1 +
- po/kn.po | 1 +
- po/ko.po | 2 +-
- po/ku.po | 1 +
- po/mai.po | 1 +
- po/mg.po | 1 +
- po/mi.po | 1 +
- po/mk.po | 1 +
- po/mn.po | 1 +
- po/mr.po | 1 +
- po/ms.po | 1 +
- po/ne.po | 1 +
- po/nn.po | 1 +
- po/or.po | 1 +
- po/ps.po | 1 +
- po/rw.po | 1 +
- po/si.po | 1 +
- po/sl.po | 2 +-
- po/sq.po | 1 +
- po/sr@latin.po | 2 +-
- po/ta.po | 3 +--
- po/tg.po | 2 +-
- po/ug.po | 2 +-
- po/xh.po | 1 +
- po/zh_HK.po | 2 +-
- 41 files changed, 41 insertions(+), 12 deletions(-)
-
-commit 4d5c77c10c4ee85c3daf45deb63aa672632aaab9
-Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
-Date: Wed May 25 14:05:19 2016 +0700
-
- Updated Thai translation
-
- po/th.po | 501 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 259 insertions(+), 242 deletions(-)
-
-commit 4fbf9f79a2faebc0cf8e7a2ad583d31f1e38f97c
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Mon May 23 19:03:44 2016 +0200
-
- Updated Norwegian bokmål translation.
-
- po/nb.po | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit 54f32e598d195590236c5637557c07817507a6ae
-Author: Sebastian Rasmussen <sebras@gmail.com>
-Date: Sun May 15 18:03:38 2016 +0000
-
- Updated Swedish translation
-
- help/sv/sv.po | 1491 ++++++++++++++++++---------------------------------------
- 1 file changed, 470 insertions(+), 1021 deletions(-)
-
-commit 668bbf0e1fd4ff35da38ea93303596ee725513bb
-Author: Arx Cruz <acruz@redhat.com>
-Date: Wed Mar 23 18:56:58 2016 +0100
-
- Bump to 3.20.0
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-commit e7b8073658ff9de004d8db493d66f6ef9b4b4004
-Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
-Date: Sun Mar 20 22:06:32 2016 +0100
-
- Updated Basque language
-
- po/eu.po | 543 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 279 insertions(+), 264 deletions(-)
-
-commit 1cac2c54a32fa6afbbef72ff01526c12857039ec
-Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
-Date: Thu Mar 17 19:40:08 2016 +0300
-
- Updated Russian translation
-
- po/ru.po | 492 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 280 insertions(+), 212 deletions(-)
-
-commit f05bdc236bd50b36154185f7a93a790b1412a1b7
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sat Mar 12 20:14:47 2016 +0000
-
- Updated Korean translation
-
- po/ko.po | 533 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 272 insertions(+), 261 deletions(-)
-
-commit a3eff0bd151242f85704cd0bba5b39bdaf3c45fe
-Author: Cédric Valmary <cvalmary@yahoo.fr>
-Date: Mon Feb 29 18:53:08 2016 +0000
-
- Updated Occitan translation
-
- po/oc.po | 1676 ++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 908 insertions(+), 768 deletions(-)
-
-commit a995ae80e957f80253a98a3fc6f6eb04600d6bd6
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Sat Feb 13 06:54:57 2016 +0000
-
- Updated Chinese (Taiwan) translation
-
- po/zh_TW.po | 533 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 272 insertions(+), 261 deletions(-)
-
-commit efb43c78736959d3050653d90f1a7e1e519a5152
-Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
-Date: Thu Feb 11 23:14:01 2016 +0200
-
- Update Latvian translation
-
- po/lv.po | 528 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 274 insertions(+), 254 deletions(-)
-
-commit d0d075cd21b1fcdfe64e7c293667c1e0e2eec493
-Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
-Date: Wed Feb 3 12:25:23 2016 +0000
-
- Updated Swedish translation
-
- po/sv.po | 212 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 109 insertions(+), 103 deletions(-)
-
-commit 4fb17c0b949329eef771d7104823cd1936ab1198
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Thu Jan 21 21:41:31 2016 +0200
-
- Updated Lithuanian translation
-
- po/lt.po | 160 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 79 insertions(+), 81 deletions(-)
-
-commit 8bb40763c3c5873257b88b008a1520cdf8967f94
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Sun Jan 10 20:08:59 2016 +0100
-
- Updated Norwegian bokmål translation.
-
- po/nb.po | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit b5a3fc8cc0f2585b200c9a55fd14ee4389f39afd
-Author: Andika Triwidada <andika@gmail.com>
-Date: Sat Jan 2 13:55:18 2016 +0000
-
- Updated Indonesian translation
-
- po/id.po | 476 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 272 insertions(+), 204 deletions(-)
-
-commit f43bce38063ce55ce203eb3a960d18f3070d6453
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Sun Dec 13 20:15:35 2015 +0100
-
- Updated Slovenian translation
-
- po/sl.po | 478 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 274 insertions(+), 204 deletions(-)
-
-commit bbbcec1ede38efe9d2ec77448b0b2a28f1fd3c7e
-Author: Pedro Albuquerque <palbuquerque73@gmail.com>
-Date: Wed Nov 25 07:23:57 2015 +0000
-
- Updated Portuguese translation
-
- po/pt.po | 82 +++++++++++++++++++++++++++++++---------------------------------
- 1 file changed, 40 insertions(+), 42 deletions(-)
-
-commit 817961a4bc757bbb3ee73b53ce50061f67eb2f13
-Author: Pedro Albuquerque <palbuquerque73@gmail.com>
-Date: Wed Nov 25 07:22:48 2015 +0000
-
- Updated Portuguese translation
-
- po/pt.po | 11 +++++------
- 1 file changed, 5 insertions(+), 6 deletions(-)
-
-commit e10fc0cd3e4b9351147461c79ad27f9651412485
-Author: Christian Kirbach <Christian.Kirbach@gmail.com>
-Date: Thu Nov 19 21:51:07 2015 +0000
-
- Updated German translation
-
- help/de/de.po | 1880 ++++++++++++++++++++++++++++++++++++++++-----------------
- 1 file changed, 1338 insertions(+), 542 deletions(-)
-
-commit 33d26742d7892adca209997e0aafcb0ebfaef40b
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Mon Nov 16 00:18:17 2015 +0100
-
- Updated Norwegian bokmål translation.
-
- po/nb.po | 80 ++++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 40 insertions(+), 40 deletions(-)
-
-commit f666a3388e6b4ae120f4b398a1116f98aeb9a18e
-Author: liushuyu <liushuyu_011@126.com>
-Date: Thu Nov 12 11:28:42 2015 +0800
-
- Update zh_CN translation
-
- po/zh_CN.po | 493 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 258 insertions(+), 235 deletions(-)
-
-commit 57d9498562d68f605d58c9be04aa35632a1d5eec
-Author: Fran Dieguez <frandieguez@gnome.org>
-Date: Fri Oct 23 17:07:00 2015 +0000
-
- Updated Galician translation
-
- po/gl.po | 541 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 276 insertions(+), 265 deletions(-)
-
-commit 4cff7deb0985852f135a54f67923c57940801485
-Author: Balázs Meskó <meskobalazs@gmail.com>
-Date: Wed Oct 21 06:06:40 2015 +0000
-
- Updated Hungarian translation
-
- po/hu.po | 637 ++++++++++++++++++++++++++++++---------------------------------
- 1 file changed, 307 insertions(+), 330 deletions(-)
-
-commit 3f28c7f9074ac5da5b1b9516c1dbde350cd548e5
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Sat Oct 17 21:15:29 2015 +0200
-
- Zenity 3.18.1.1
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-commit 61c53a042418562c30e816fdd0c63caf2fa9f1b3
-Author: Tom Schoonjans <Tom.Schoonjans@diamond.ac.uk>
-Date: Sat Oct 17 17:52:44 2015 +0100
-
- fix compilation when webkitgtk is not installed
-
- src/option.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-commit 4ddf52f6382fa89f1052769b3c3f2914e581f9b6
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Sat Oct 17 18:13:18 2015 +0200
-
- Bump to 3.18.1
-
- NEWS | 6 ++++++
- configure.ac | 2 +-
- 2 files changed, 7 insertions(+), 1 deletion(-)
-
-commit 932da478ce9ae49e273ae48964e36c478076ce3b
-Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
-Date: Wed Oct 14 13:45:37 2015 +0200
-
- Updated Basque language
-
- po/eu.po | 562 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 278 insertions(+), 284 deletions(-)
-
-commit b11649726e7622b06b0b7dd0861e11aa3da5093a
-Author: Ask Hjorth Larsen <asklarsen@gmail.com>
-Date: Mon Oct 12 01:46:38 2015 +0200
-
- Updated Danish translation by scootergrisen
-
- po/da.po | 177 ++++++++++++++++++++++++++++++++++++++++-----------------------
- 1 file changed, 114 insertions(+), 63 deletions(-)
-
-commit 8e4a955af762ec8d06cf9ee8994c75d57202f13c
-Author: Claudio Arseni <claudio.arseni@gmail.com>
-Date: Fri Oct 9 12:24:42 2015 +0000
-
- Updated Italian translation
-
- po/it.po | 536 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 274 insertions(+), 262 deletions(-)
-
-commit eeb7bdc20af041d0e598944b5a0a2e89a4150e73
-Author: Jiri Grönroos <jiri.gronroos@iki.fi>
-Date: Tue Oct 6 16:03:11 2015 +0000
-
- Updated Finnish translation
-
- po/fi.po | 524 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 288 insertions(+), 236 deletions(-)
-
-commit 36d5f01d29cd712f8fd6f74c3690a40acfacd5e2
-Author: Marek Černocký <marek@manet.cz>
-Date: Mon Oct 5 13:36:07 2015 +0200
-
- Updated Czech translation
-
- po/cs.po | 474 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 271 insertions(+), 203 deletions(-)
-
-commit 2b42b1adc4348f1df4171723e240a806fd02e30c
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Mon Oct 5 07:42:52 2015 +0000
-
- Updated Spanish translation
-
- po/es.po | 1755 +++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 884 insertions(+), 871 deletions(-)
-
-commit 60c884629f0cc866a38253e07d130505fd77738f
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Sun Oct 4 16:34:42 2015 +0300
-
- Updated Lithuanian translation
-
- po/lt.po | 547 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 273 insertions(+), 274 deletions(-)
-
-commit ae28a99802d997ea2565a9a399ecf45cd51ec526
-Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
-Date: Sun Oct 4 12:02:37 2015 +0000
-
- Updated Kazakh translation
-
- po/kk.po | 478 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 273 insertions(+), 205 deletions(-)
-
-commit 451c02cf7ee72f3e01d0060924af814ef84cf895
-Author: Pedro Albuquerque <palbuquerque73@gmail.com>
-Date: Sun Oct 4 07:38:08 2015 +0000
-
- Updated Portuguese translation
-
- po/pt.po | 556 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 277 insertions(+), 279 deletions(-)
-
-commit 4f78a429efbc00f89d283ff197b22e72b1d40204
-Author: Tom Tryfonidis <tomtryf@gmail.com>
-Date: Sat Oct 3 13:37:07 2015 +0300
-
- Updated Greek translation
-
- po/el.po | 606 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 300 insertions(+), 306 deletions(-)
-
-commit 8e8354781bffa4207d411d75b59afe362ce349e1
-Author: Rafael Fontenelle <rffontenelle@gmail.com>
-Date: Sat Oct 3 09:25:54 2015 +0000
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 535 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 273 insertions(+), 262 deletions(-)
-
-commit a8cba27d2fc8f905c12241dc8edcf03477e0dbed
-Author: Dušan Kazik <prescott66@gmail.com>
-Date: Sat Oct 3 08:52:42 2015 +0000
-
- Updated Slovak translation
-
- po/sk.po | 570 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 290 insertions(+), 280 deletions(-)
-
-commit d063797fdfa73e5bec96d9399ab1bf47173a62d4
-Author: Arx Cruz <acruz@redhat.com>
-Date: Fri Oct 2 14:35:06 2015 +0200
-
- Fixing GLib-CRITICAL messages
-
- src/calendar.c | 2 +-
- src/color.c | 2 +-
- src/entry.c | 2 +-
- src/fileselection.c | 2 +-
- src/forms.c | 2 +-
- src/msg.c | 2 +-
- src/password.c | 2 +-
- src/progress.c | 2 +-
- src/scale.c | 2 +-
- src/text.c | 2 +-
- src/tree.c | 2 +-
- 11 files changed, 11 insertions(+), 11 deletions(-)
-
-commit fac40e9c46160a0915d528062dfd19c1afaeac0e
-Author: Arx Cruz <acruz@redhat.com>
-Date: Fri Oct 2 13:41:57 2015 +0200
-
- Fixing html option being parsed to other dialogs rather then text-info
-
- src/option.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-commit 9fe89f903f33e8a7d893a0baa52a957e85c96a16
-Author: Arx Cruz <acruz@redhat.com>
-Date: Fri Oct 2 13:39:49 2015 +0200
-
- Fixing glade file.
-
- The entry dialog was with wrong box position
-
- src/zenity.ui | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-commit 861cedd134cfeaa944e65135e312687f3b854965
-Author: Fran Dieguez <fran@openhost.es>
-Date: Fri Oct 2 13:13:33 2015 +0200
-
- Updated Galician translations
-
- po/gl.po | 18 ++++++++++--------
- 1 file changed, 10 insertions(+), 8 deletions(-)
-
-commit 21a7b1b9fd71fbe0f717f64704f05f56beca76f1
-Author: Милош Поповић <gpopac@gmail.com>
-Date: Thu Oct 1 23:41:40 2015 +0000
-
- Updated Serbian Latin translation
-
- po/sr@latin.po | 543 +++++++++++++++++++++++++++++----------------------------
- 1 file changed, 278 insertions(+), 265 deletions(-)
-
-commit 4949c1e5596e4235e08313489aa32da89ab2f700
-Author: Милош Поповић <gpopac@gmail.com>
-Date: Thu Oct 1 23:41:04 2015 +0000
-
- Updated Serbian translation
-
- po/sr.po | 543 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 278 insertions(+), 265 deletions(-)
-
-commit b74d2929a64e465865b7b1a08b840e22890df99d
-Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
-Date: Thu Oct 1 21:58:19 2015 +0000
-
- Updated Swedish translation
-
- po/sv.po | 529 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 272 insertions(+), 257 deletions(-)
-
-commit d8cf287a398c72dd878163521839da4d0016ceb6
-Author: Christian Kirbach <Christian.Kirbach@gmail.com>
-Date: Thu Oct 1 20:45:13 2015 +0000
-
- Updated German translation
-
- po/de.po | 535 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 273 insertions(+), 262 deletions(-)
-
-commit 381d8e432bc5e471cffdc0b3f15e47165d393c44
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Thu Oct 1 19:51:35 2015 +0000
-
- Updated French translation
-
- po/fr.po | 531 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 271 insertions(+), 260 deletions(-)
-
-commit 617b4f557cee35ae9410875a1dd5fe08804259ae
-Author: Trần Ngọc Quân <vnwildman@gmail.com>
-Date: Tue Sep 29 08:03:20 2015 +0700
-
- Updated Vietnamese translation
-
- Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
-
- po/vi.po | 178 ++++++++++++++++++++++++++++-----------------------------------
- 1 file changed, 79 insertions(+), 99 deletions(-)
-
-commit 8dcd6ac97373aa408f8b97a54b8745cd7656facb
-Author: Милош Поповић <gpopac@gmail.com>
-Date: Wed Sep 23 08:34:51 2015 +0000
-
- Updated Serbian Latin translation
-
- po/sr@latin.po | 572 ++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 285 insertions(+), 287 deletions(-)
-
-commit e68ffb896f4797164357516cfaebac472248cb58
-Author: Марко Костић <marko.m.kostic@gmail.com>
-Date: Wed Sep 23 08:33:55 2015 +0000
-
- Updated Serbian translation
-
- po/sr.po | 572 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 285 insertions(+), 287 deletions(-)
-
-commit c2ac30a213053484d80fe7f7997a69129828d1d7
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Mon Sep 21 14:45:06 2015 +0200
-
- Bump to 3.18.0
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit f71eafd2c9370be8be6497fb14491bda6e9e9b14
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Mon Sep 21 14:44:11 2015 +0200
-
- Bump to 3.18.0
-
- NEWS | 4 ++++
- 1 file changed, 4 insertions(+)
-
-commit 2ec897cf63094c68fd787e2081f911e0deb3b596
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Mon Sep 21 14:38:55 2015 +0200
-
- This is a simple build fix
-
- Makefile.am | 1 +
- src/Makefile.am | 1 -
- 2 files changed, 1 insertion(+), 1 deletion(-)
-
-commit d7135db2bdfdca812c0165f90e4611af9c7c6a50
-Author: Ask Hjorth Larsen <asklarsen@gmail.com>
-Date: Sun Sep 20 15:18:02 2015 +0000
-
- Updated Danish translation
-
- po/da.po | 554 ++++++++++++++++++++++++++++-----------------------------------
- 1 file changed, 248 insertions(+), 306 deletions(-)
-
-commit 9eb1d38c95abf94ca30b0cf33de7f373b910e77e
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Sun Sep 20 14:38:18 2015 +0000
-
- Updated French translation
-
- help/fr/fr.po | 9 ++++-----
- 1 file changed, 4 insertions(+), 5 deletions(-)
-
-commit 136c4e46e2c1b5e09b915e679440e435ce34f101
-Author: Tom Tryfonidis <tomtryf@gmail.com>
-Date: Sun Sep 20 10:54:22 2015 +0000
-
- Updated Greek translation
-
- help/el/el.po | 36 +++++++-----------------------------
- 1 file changed, 7 insertions(+), 29 deletions(-)
-
-commit 62798c45e8290af410e066080922b639e3280f1d
-Author: Felipe Braga <fbobraga@gmail.com>
-Date: Thu Sep 17 19:04:50 2015 +0000
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 564 ++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 281 insertions(+), 283 deletions(-)
-
-commit 7a158d0b75f9fb4c895cfdd5b417ea8c321146f3
-Author: Stas Solovey <whats_up@tut.by>
-Date: Thu Sep 17 10:56:11 2015 +0000
-
- Updated Russian translation
-
- po/ru.po | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-commit 226e02d292bf972f6cea4cd3e771333178ee5f5c
-Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
-Date: Wed Sep 16 10:15:51 2015 +0000
-
- Added Kazakh translation
-
- po/LINGUAS | 1 +
- po/kk.po | 788 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 789 insertions(+)
-
-commit 4ba3a97dca43a86f7ed37beec77f8f6f3c599c8f
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Tue Sep 8 23:28:37 2015 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 332 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 187 insertions(+), 145 deletions(-)
-
-commit 9702467e4ae0124ff5ce6370384c49a7875d7904
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Wed Sep 9 01:37:33 2015 +0900
-
- Updated Korean translation
-
- po/ko.po | 549 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 275 insertions(+), 274 deletions(-)
-
-commit 22db1b2b9046745e991a08750effdbee19d0a0e4
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Mon Sep 7 17:51:32 2015 +0300
-
- Updated Lithuanian translation
-
- po/lt.po | 576 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 293 insertions(+), 283 deletions(-)
-
-commit 26afc78c5b3a550c687536e12a0374755e3b2857
-Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>
-Date: Sun Sep 6 07:48:53 2015 +0000
-
- Updated German translation
-
- po/de.po | 279 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 140 insertions(+), 139 deletions(-)
-
-commit 398fc475374256738accb17511b5a4f08a64fc2d
-Author: Hajime Taira <htaira@redhat.com>
-Date: Sat Sep 5 21:49:44 2015 +0900
-
- Updated Japanese translation
-
- po/ja.po | 600 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 338 insertions(+), 262 deletions(-)
-
-commit b5728113bca291b557e0d27e683acc12f81e1d07
-Author: Claudio Arseni <claudio.arseni@gmail.com>
-Date: Fri Sep 4 07:33:14 2015 +0000
-
- Updated Italian translation
-
- po/it.po | 283 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 141 insertions(+), 142 deletions(-)
-
-commit efe7e3c78092893bb1e1bdfa06087fc67966a482
-Author: Christian Kirbach <Christian.Kirbach@gmail.com>
-Date: Wed Sep 2 21:08:41 2015 +0000
-
- Updated German translation
-
- po/de.po | 519 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 268 insertions(+), 251 deletions(-)
-
-commit 404e17f4e14ff17478e920e82a389665180c7d33
-Author: Andika Triwidada <andika@gmail.com>
-Date: Mon Aug 31 04:17:17 2015 +0000
-
- Updated Indonesian translation
-
- po/id.po | 514 +++++++++++++++++++++++++++++----------------------------------
- 1 file changed, 236 insertions(+), 278 deletions(-)
-
-commit 00431d3e2aa268503ceac6e3679feeeb1ae4b3e0
-Author: Dušan Kazik <prescott66@gmail.com>
-Date: Sun Aug 30 07:53:21 2015 +0000
-
- Updated Slovak translation
-
- po/sk.po | 149 ++++++++++++++++++++++++++++++++++++++++++---------------------
- 1 file changed, 100 insertions(+), 49 deletions(-)
-
-commit 672f0f2117b4eb654bff3c1b9dc6003ea8a44892
-Author: Fran Dieguez <fran@openhost.es>
-Date: Thu Aug 27 17:16:11 2015 +0200
-
- Updated Galician translations
-
- po/gl.po | 555 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 275 insertions(+), 280 deletions(-)
-
-commit eab79f4a44f975a3353efcb5f5386452f8f9a010
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Wed Aug 26 17:29:59 2015 +0200
-
- Updated Polish translation
-
- po/pl.po | 45 ++++++++++++++++++++++-----------------------
- 1 file changed, 22 insertions(+), 23 deletions(-)
-
-commit 1ca9589334834236ddd163c39452e7b5cf08d9fb
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Tue Aug 25 22:50:48 2015 +0000
-
- Updated Chinese (Taiwan) translation
-
- po/zh_TW.po | 556 ++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 276 insertions(+), 280 deletions(-)
-
-commit fdf529987edd043f4ee4120390f74f4bb38ad945
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Sat Aug 15 11:39:29 2015 +0000
-
- Updated French translation
-
- po/fr.po | 24 ++++++++++++------------
- 1 file changed, 12 insertions(+), 12 deletions(-)
-
-commit da8d1dc07472d0760756acc75b761177b273c698
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Tue Aug 11 19:44:53 2015 +0200
-
- Updated Norwegian bokmål translation.
-
- po/nb.po | 27 ++++++++++++++-------------
- 1 file changed, 14 insertions(+), 13 deletions(-)
-
-commit 28227dcd44b205727c763538c5782b537427e9d9
-Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
-Date: Mon Aug 10 18:19:49 2015 +0000
-
- Updated Swedish translation
-
- po/sv.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit 6fcf24d4a31e776eae0fde231b1dba315bba1f94
-Author: Muhammet Kara <muhammetk@gmail.com>
-Date: Sun Aug 9 15:42:05 2015 +0000
-
- Updated Turkish translation
-
- po/tr.po | 579 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 285 insertions(+), 294 deletions(-)
-
-commit 6249f188788baa398e676c29f9df9abf859ffc8a
-Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
-Date: Sun Jul 26 14:41:57 2015 +0000
-
- Updated Swedish translation
-
- po/sv.po | 630 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 308 insertions(+), 322 deletions(-)
-
-commit 4a613d06fa30c78350f79ad0dedb1e433a4e0b31
-Author: Marek Černocký <marek@manet.cz>
-Date: Thu Jul 23 07:54:23 2015 +0200
-
- Updated Czech translation
-
- po/cs.po | 24 ++++++++++++------------
- 1 file changed, 12 insertions(+), 12 deletions(-)
-
-commit 605557553fff1696857020885a3f0b57aa19309e
-Author: Balázs Úr <urbalazs@gmail.com>
-Date: Fri Jul 17 14:49:53 2015 +0000
-
- Updated Hungarian translation
-
- help/hu/hu.po | 34 ++++++++--------------------------
- 1 file changed, 8 insertions(+), 26 deletions(-)
-
-commit 8d1ede05b8c784d39a1fd7673f96fd534d61afc6
-Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
-Date: Tue Jul 14 15:34:39 2015 +0300
-
- Some small fixes in po/ru.po
-
- po/ru.po | 59 +----------------------------------------------------------
- 1 file changed, 1 insertion(+), 58 deletions(-)
-
-commit 635cea2d052b6b0cd6461f41ceecf08927315645
-Author: AlexL <loginov.alex.valer@gmail.com>
-Date: Tue Jul 14 15:33:24 2015 +0300
-
- Updated Russian translation
-
- po/ru.po | 556 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 276 insertions(+), 280 deletions(-)
-
-commit 69ac30a4f5f8eef36443c40d78fb80af93c580b6
-Author: Martin Srebotnjak <miles@filmsi.net>
-Date: Wed Jul 8 15:37:24 2015 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 472 +++++++++++++++++++++++++++------------------------------------
- 1 file changed, 200 insertions(+), 272 deletions(-)
-
-commit c118eb68d8cea57a976bb8318a19a65f15a84760
-Author: Pedro Albuquerque <palbuquerque73@gmail.com>
-Date: Mon Jun 29 22:43:40 2015 +0000
-
- Updated Portuguese translation
-
- po/pt.po | 747 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 395 insertions(+), 352 deletions(-)
-
-commit 92f43a8b0d3d75a0f3646947c69f4c0cdb7b045d
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Tue Jun 23 18:19:27 2015 +0200
-
- Updated Polish translation
-
- po/pl.po | 261 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 130 insertions(+), 131 deletions(-)
-
-commit 517b89e977ec167042e90541a6f1912063515105
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Jun 23 11:42:17 2015 +0200
-
- Bump to 3.16.3
-
- NEWS | 14 ++++++++++++++
- configure.ac | 2 +-
- 2 files changed, 15 insertions(+), 1 deletion(-)
-
-commit 95530a164781a1dce681ac445d3f4e1248d448d9
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Jun 23 11:25:29 2015 +0200
-
- Fix zenity --list
-
- For some reason, glade is removing some properties from the xml file
-
- src/zenity.ui | 1 +
- 1 file changed, 1 insertion(+)
-
-commit 6f1deca5c032909d24a318cf073914d6cb0e6d4a
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Jun 23 11:12:40 2015 +0200
-
- Bug #751332 - zenity --forms does not center in the screen
-
- src/zenity.ui | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit c65e96ba58ff7f4d3425fd04479c0d36c7cb8903
-Author: Dimitris Spingos <dmtrs32@gmail.com>
-Date: Mon Jun 15 11:36:28 2015 +0300
-
- Updated Greek translation
-
- po/el.po | 583 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 296 insertions(+), 287 deletions(-)
-
-commit bf4b9341de1d5bda4e4ee8f814d57ad1fce1cd8a
-Author: Milo Casagrande <milo@ubuntu.com>
-Date: Wed Jun 10 19:33:29 2015 +0000
-
- Updated Italian translation
-
- po/it.po | 1861 +++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 929 insertions(+), 932 deletions(-)
-
-commit 7e73880da691a58eccf60bdaa1393703351fac63
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Fri Jun 5 08:41:51 2015 +0000
-
- Updated Spanish translation
-
- po/es.po | 1770 +++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 879 insertions(+), 891 deletions(-)
-
-commit 4dba661bb54179aee5e7b817a505fa4301e68c0a
-Author: Balázs Úr <urbalazs@gmail.com>
-Date: Thu Jun 4 20:00:31 2015 +0000
-
- Updated Hungarian translation
-
- po/hu.po | 566 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 287 insertions(+), 279 deletions(-)
-
-commit abf0777b35e70c23688a4c29dc1a0fb241b770c6
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Wed Jun 3 13:32:32 2015 +0200
-
- Bug #638582 - zenity --notification --listen can't show multi line tooltip
-
- This create a new function to call the notify_notification_new handling
- properly the multi line parser
-
- src/notification.c | 56 ++++++++++++++++++++++++++----------------------------
- 1 file changed, 27 insertions(+), 29 deletions(-)
-
-commit d44ca5978053bb79a406acb4c824f79068f329b8
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Wed Jun 3 11:54:52 2015 +0200
-
- Add the possibility to pass title and the summary to zenity notification
-
- Now you can use zenity --notification --text="Title\nSummary" and it will
- use the first string before the first escape \n as the title, and the rest
- of the string as summary text.
-
- src/notification.c | 11 ++++++++++-
- 1 file changed, 10 insertions(+), 1 deletion(-)
-
-commit 99a34fe7e6321b708d0ef26784ae37cf92020a94
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Tue Jun 2 07:48:01 2015 +0000
-
- Updated Spanish translation
-
- help/es/es.po | 5728 ++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 2855 insertions(+), 2873 deletions(-)
-
-commit 8cf17ddc3082ddc38edeb876abc2cee174deb77a
-Author: Marek Černocký <marek@manet.cz>
-Date: Sun May 31 20:26:14 2015 +0200
-
- Updated Czech translation
-
- help/cs/cs.po | 14 ++++++++------
- 1 file changed, 8 insertions(+), 6 deletions(-)
-
-commit b5c909902e28128a0a821b0040525d2083ed213b
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Fri May 29 20:11:34 2015 +0200
-
- Bug #672090 - Impossible to confirm --text-info
-
- src/zenity.ui | 52 ++++++++++++++++++++++++++++++++++++++++------------
- 1 file changed, 40 insertions(+), 12 deletions(-)
-
-commit 297380bad9004876c873a86dbd25bc5fa420e4a3
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Fri May 29 14:46:37 2015 +0200
-
- Bug #742963 - Basic notifications do not return
-
- src/notification.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit 160f0442c62579b79b15f953a9e6766a833952fd
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Fri May 29 14:29:12 2015 +0200
-
- Fix GLib critical messages
-
- src/notification.c | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-commit e6055cc19a2b8b04cd472e1e3511d48ba83bc046
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Fri May 29 13:55:27 2015 +0200
-
- Fixing deprecated declarations
-
- src/tree.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 8fcde2b8423526eb1f2ab8bbe8e07a0350283927
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Fri May 29 13:53:25 2015 +0200
-
- Fix uninitialized progress_bar error
-
- src/progress.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit 1cdee563a1599d00539f1dc0060c3ee0825274ed
-Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
-Date: Wed Apr 1 15:26:48 2015 +0200
-
- Fix typo in documentation
-
- help/C/notification.page | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit ec0a74004526eab4d3bfba8f841a5b357026d4f5
-Author: Hristo Venev <hristo@venev.name>
-Date: Sun May 24 19:38:25 2015 +0300
-
- Port to webkit2gtk
-
- configure.ac | 4 ++--
- src/text.c | 70 ++++++++++++++++++++++++------------------------------------
- 2 files changed, 30 insertions(+), 44 deletions(-)
-
-commit 615019798ee469614d905973cec010ba3e1c0c20
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Tue May 26 19:34:27 2015 +0200
-
- Updated Spanish translation
-
- po/es.po | 544 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 276 insertions(+), 268 deletions(-)
-
-commit 46b31f485062fc1da7364efca39b1ebf3bc30d58
-Author: Dušan Kazik <prescott66@gmail.com>
-Date: Sat May 23 20:42:25 2015 +0000
-
- Updated Slovak translation
-
- po/sk.po | 558 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 279 insertions(+), 279 deletions(-)
-
-commit 65e277bb6cdfc9cb9c996c2c2f45a58bd0b3f7df
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sat May 16 15:59:10 2015 +0200
-
- Updated Polish translation
-
- po/pl.po | 410 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 217 insertions(+), 193 deletions(-)
-
-commit dcaebc2fc39d2899c47baa6212288afd10797f42
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Fri May 15 08:58:52 2015 +0000
-
- Updated French translation
-
- po/fr.po | 526 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 261 insertions(+), 265 deletions(-)
-
-commit f11feb998be77a0c7bb4171676f04777f2fe9062
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Thu May 14 16:58:41 2015 +0200
-
- Updated Norwegian bokmål translation.
-
- po/nb.po | 494 ++++++++++++++++++++++++++++-----------------------------------
- 1 file changed, 218 insertions(+), 276 deletions(-)
-
-commit 91894b5c7d0d384c31ca99c6de55a9084f9c4424
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Thu May 14 16:57:50 2015 +0200
-
- Bump to Zenity 3.16.2
-
- NEWS | 12 ++++++++++++
- configure.ac | 2 +-
- 2 files changed, 13 insertions(+), 1 deletion(-)
-
-commit 08e8f3e05da467930bb7c24ca7280f7d18fc9122
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Thu May 14 16:54:34 2015 +0200
-
- Bug #749359 zenity --list produces incorrect output
-
- src/zenity.ui | 1 +
- 1 file changed, 1 insertion(+)
-
-commit 4b5cbcd2e9718dcbcc56152b363a731e0018a313
-Author: Cédric Valmary <cvalmary@yahoo.fr>
-Date: Tue Apr 28 13:35:54 2015 +0000
-
- Updated Occitan translation
-
- po/oc.po | 1411 ++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 768 insertions(+), 643 deletions(-)
-
-commit daccd138b9d098a6ab4c2517fc93e5456ae411be
-Author: Marek Černocký <marek@manet.cz>
-Date: Sat Apr 25 12:51:33 2015 +0200
-
- Updated Czech translation
-
- po/cs.po | 483 ++++++++++++++++++++++++++++-----------------------------------
- 1 file changed, 211 insertions(+), 272 deletions(-)
-
-commit d59ce70285a0c5d7dd634ba5cc746b331edac4ce
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Wed Apr 22 19:59:56 2015 +0100
-
- Do not make zenity_util_show_dialog() X11 specific
-
- src/option.c | 2 +-
- src/util.c | 6 +++++-
- src/util.h | 7 +------
- src/zenity.h | 2 +-
- 4 files changed, 8 insertions(+), 9 deletions(-)
-
-commit dc9719729899574d7f3b2056382af83fd106bd47
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Wed Apr 22 16:52:26 2015 +0100
-
- Use upstream gettext instead intltool
-
- .bzrignore | 7 ------
- .cvsignore | 7 ------
- Makefile.am | 8 +-----
- README | 3 +--
- configure.ac | 5 ++--
- m4/.gitignore | 2 --
- po/Makevars | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- po/POTFILES.in | 2 +-
- 8 files changed, 83 insertions(+), 29 deletions(-)
-
-commit 8e2ee458e2738052011391c3e38cc2bbfa25ac4b
-Author: Trần Ngọc Quân <vnwildman@gmail.com>
-Date: Wed Apr 22 07:26:32 2015 +0700
-
- Updated Vietnamese translation
-
- Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
-
- po/vi.po | 447 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 235 insertions(+), 212 deletions(-)
-
-commit 996711f016c68dacaa204cfa9b8568e0d4564477
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Wed Apr 22 00:49:31 2015 +0200
-
- Improve some strings
-
- src/option.c | 35 +++++++++++++++++------------------
- 1 file changed, 17 insertions(+), 18 deletions(-)
-
-commit fd024c53e67b55a8979f24952d5340a779248fe7
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Apr 21 14:59:29 2015 +0200
-
- option.c: Fixing typo in extra-button option
-
- src/option.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit a0fa643f1c980e8a70938d977600f935b9c215f6
-Merge: ba5ea03 c45daa9
-Author: Arx Cruz <acruz@redhat.com>
-Date: Tue Apr 21 13:51:23 2015 +0200
-
- Merge branch 'jjardon/no_deprecated'
-
- Conflicts:
- src/msg.c
-
-commit ba5ea0386de2a80a664fb28d3af7e8d395968314
-Author: Gama Anderson <gamaanderson92@gmail.com>
-Date: Sat Feb 28 20:06:09 2015 +0100
-
- ADD gchar **extra_label TO struct ZenityData
-
- this is done to keep the name of the extra buttons
-
- ADD general option "extra-button" with string array as argument
-
- This will upon consecutive calls save the name of buttons in an array of strings
-
- To all MODES, except notification.c and about.c ADD
- if (data->extra_label) {
- gint i=0;
- while(data->extra_label[i]!=NULL){
- gtk_dialog_add_button (GTK_DIALOG (dialog), data->extra_label[i], i);
- i++;
- }
- }
-
- This add the extra buttons to the dialog. The response is the number of the button
-
- To all MODES response, except notification.c and about.c ADD
- default:
- if (response < g_strv_length(zen_data->extra_label))
- printf("%s\n",zen_data->extra_label[response]);
-
- This will print the button name to stdout when they are pressed
-
- ADD question option "switch"
-
- This will suppress the standard "ok" and "cancel" button in question. This just wort in combination with --extra-button, otherwise error is raised.
-
- https://bugzilla.gnome.org/show_bug.cgi?id=118016
-
- src/calendar.c | 13 +++++++++++--
- src/color.c | 10 ++++++++++
- src/entry.c | 13 +++++++++++--
- src/fileselection.c | 11 ++++++++++-
- src/forms.c | 10 ++++++++++
- src/msg.c | 21 ++++++++++++++++++++-
- src/option.c | 40 +++++++++++++++++++++++++++++++++++-----
- src/password.c | 10 ++++++++++
- src/progress.c | 11 ++++++++++-
- src/scale.c | 12 +++++++++++-
- src/text.c | 11 ++++++++++-
- src/tree.c | 11 ++++++++++-
- src/util.c | 2 +-
- src/zenity.h | 2 ++
- 14 files changed, 161 insertions(+), 16 deletions(-)
-
-commit 5c9095731e7995974de2468debbf1b82593445fd
-Author: Jason Penney <jc_zorkmid@yahoo.com>
-Date: Thu Oct 30 06:09:59 2014 -0400
-
- allow build if GDK_WINDOWING_X11 not set
-
- src/util.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-commit 4fe3fa98d941f2a00750bc5ce0c2a23846006265
-Author: Andreas Mohr <andi@lisas.de>
-Date: Tue Apr 21 09:55:40 2015 +0200
-
- Bug #734196
-
- --info destroys X11 primary selection content, and does not document that either
-
- src/msg.c | 26 ++++++++++++++++++++++++++
- 1 file changed, 26 insertions(+)
-
-commit cecc7c75edd213a102911db220335d977468df66
-Author: Arx Cruz <acruz@redhat.com>
-Date: Tue Apr 21 09:43:56 2015 +0200
-
- Bump to 3.16.1
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-commit 6edd0bacd8ce25e0bae1a8f7139ebcac0da53c18
-Author: Arx Cruz <acruz@redhat.com>
-Date: Tue Apr 21 09:40:11 2015 +0200
-
- Bump to 3.16.0
-
- NEWS | 14 ++++++++++++++
- configure.ac | 2 +-
- 2 files changed, 15 insertions(+), 1 deletion(-)
-
-commit 628f4f39cacc57cdd4b9728b3455dab4781184cc
-Author: Stas Solovey <whats_up@tut.by>
-Date: Tue Mar 31 20:05:30 2015 +0000
-
- Updated Russian translation
-
- po/ru.po | 393 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 209 insertions(+), 184 deletions(-)
-
-commit e417c700fe9c19ce15ca371eb4c9dbdb90157e10
-Author: Dušan Kazik <prescott66@gmail.com>
-Date: Mon Mar 23 09:39:29 2015 +0000
-
- Updated Slovak translation
-
- po/sk.po | 412 +++++++++++++++++++++++++++++----------------------------------
- 1 file changed, 192 insertions(+), 220 deletions(-)
-
-commit c45daa96bfdc5a958cc0f2cdaf4db71ac61b8fde
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 09:24:26 2015 +0000
-
- src/tree.c: avoid a compilation warning
-
- src/tree.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-commit f01d7220db8d62846a01ab044a5976dd1304f446
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 09:07:34 2015 +0000
-
- src/tree.c: Do not use deprecated gtk_tree_view_set_rules_hint()
-
- src/tree.c | 2 --
- 1 file changed, 2 deletions(-)
-
-commit a3568bc51baa1ceccb430c31b0f95c2672eccbcb
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 09:05:23 2015 +0000
-
- src/notification.c: Remove non-used variable
-
- src/notification.c | 4 ----
- 1 file changed, 4 deletions(-)
-
-commit d97b99cfc32abe024564622b0904ff773ff81107
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 09:00:16 2015 +0000
-
- Use GtkScale instead deprecated GtkHScale
-
- src/zenity.ui | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 81d9a261e25f5fe612affa1372e7abd95fbcf1e4
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 08:52:44 2015 +0000
-
- src/zenity.ui: Use GtkBox instead deprecated Gtk[H|V]Box
-
- src/zenity.ui | 31 ++++++++++++++++++-------------
- 1 file changed, 18 insertions(+), 13 deletions(-)
-
-commit fcb28a3a141d272a5ca8ec5ef64233b66a746395
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 08:05:26 2015 +0000
-
- forms: Use GtkGrid instead deprecated GtkTable/GtkAlignment
-
- src/forms.c | 98 ++++++++---------------------------------------------------
- src/zenity.ui | 74 +++++---------------------------------------
- 2 files changed, 20 insertions(+), 152 deletions(-)
-
-commit 7c4cd1fc426e4e30a25a390987b139fc1d32a0b3
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 07:25:59 2015 +0000
-
- src/password.c: Do not use deprecated GtkAlignment widget
-
- src/password.c | 10 ++--------
- 1 file changed, 2 insertions(+), 8 deletions(-)
-
-commit 1f130a37fac4976687473b951908581612168bdc
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 07:19:56 2015 +0000
-
- password: Use gtk_box instead gtk_[v|h]box
-
- src/password.c | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit 1cf533964e61202c2e0921e10dc4ee149423bd6c
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 07:15:51 2015 +0000
-
- src/text.c: gtk_widget_override_font instead gtk_widget_modify_font
-
- src/text.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit e54c5db6aa0374db35abe8ae6e128648e95a35b1
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 06:30:57 2015 +0000
-
- src/color.c: Port to GtkColorChooserDialog
-
- src/color.c | 29 ++++++++++-------------------
- 1 file changed, 10 insertions(+), 19 deletions(-)
-
-commit fba4f05582d6c84030354ba3e1adc228543a3919
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 06:02:41 2015 +0000
-
- Rework zenity_util_set_window_icon* to not use stock images
-
- src/msg.c | 8 ++++----
- src/util.c | 65 +++++++++++++++++++++++++++++---------------------------------
- src/util.h | 8 ++++----
- 3 files changed, 38 insertions(+), 43 deletions(-)
-
-commit 1a43253ac568bc8ff293746477361a33a4469f88
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 05:17:25 2015 +0000
-
- Do not use a stock answer for yes/no buttons
-
- src/msg.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit c1cf0abc21133e4fa79f412f2e7b0d1a4b6954bd
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 05:00:48 2015 +0000
-
- Do not use stock dialog
-
- src/password.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit 6fcbb80fd1b5268fbedcdb985ffa873a2e475840
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 04:57:05 2015 +0000
-
- Do not use an icon for Cancel/OK buttons
-
- GTK+ documentation recommends to not use an icons, but use
- "_OK"/"_Cancel" labels instead
-
- src/calendar.c | 4 ----
- src/color.c | 4 ----
- src/entry.c | 4 ----
- src/fileselection.c | 4 ++--
- src/forms.c | 4 ----
- src/msg.c | 6 ------
- src/password.c | 4 ++--
- src/progress.c | 4 ----
- src/scale.c | 4 ----
- src/text.c | 4 ----
- src/tree.c | 4 ----
- 11 files changed, 4 insertions(+), 42 deletions(-)
-
-commit d26aa23e1dbc38be7709782d36df487ac59d0541
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 04:43:49 2015 +0000
-
- src/zenity.ui: Do not use deprecated stock images
-
- src/zenity.ui | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit a1fe6eb88e1701319d007a7b1a469d1154bba5ab
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 04:30:20 2015 +0000
-
- src/zenity.ui: Do not use deprecated stock buttons
-
- src/zenity.ui | 57 +++++++++++++++++++++++----------------------------------
- 1 file changed, 23 insertions(+), 34 deletions(-)
-
-commit 03a791abee3f604a0c0d918643157585fb55589b
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Sun Mar 22 04:17:38 2015 +0000
-
- src/zenity.ui: Changes when open with Glade 3.18.3
-
- src/zenity.ui | 65 ++++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 37 insertions(+), 28 deletions(-)
-
-commit a868ad216593aa69a9debe1a2d0b4ce9302f103d
-Author: Ask H. Larsen <asklarsen@gmail.com>
-Date: Sat Mar 21 16:30:39 2015 +0100
-
- Updated Danish translation
-
- po/da.po | 358 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 189 insertions(+), 169 deletions(-)
-
-commit e4339456c1f85527744a0d7988b77c395dd970cb
-Author: Claudio Arseni <claudio.arseni@gmail.com>
-Date: Thu Mar 19 08:03:32 2015 +0000
-
- Updated Italian translation
-
- po/it.po | 1844 +++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 932 insertions(+), 912 deletions(-)
-
-commit f017b925383e45dea4d3d35a67ce1056ed0e8294
-Author: Trần Ngọc Quân <vnwildman@gmail.com>
-Date: Mon Mar 16 14:58:13 2015 +0700
-
- Updated Vietnamese translation
-
- Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
-
- po/vi.po | 53 +++++++++++++++++++++++++++--------------------------
- 1 file changed, 27 insertions(+), 26 deletions(-)
-
-commit 857540134d6b2ddd85a6bb61a69838f43f4b0cb5
-Author: Josef Andersson <josef.andersson@gmail.com>
-Date: Sun Mar 15 21:37:43 2015 +0000
-
- Updated Swedish translation
-
- po/sv.po | 120 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 66 insertions(+), 54 deletions(-)
-
-commit c9d205ddd3273d8df60e2fd0b4a7724e51508c5f
-Author: Josef Andersson <josef.andersson@gmail.com>
-Date: Sun Mar 15 21:07:39 2015 +0000
-
- Updated Swedish translation
-
- help/sv/sv.po | 4055 ++++++++++++++++++++++++++++++++++++++++++---------------
- 1 file changed, 3023 insertions(+), 1032 deletions(-)
-
-commit 8198047239e641deddb9717d07944bc646f90ad8
-Author: Samir Ribic <samir.ribic@etf.unsa.ba>
-Date: Fri Mar 13 20:57:19 2015 +0000
-
- Updated Bosnian translation
-
- po/bs.po | 820 +++++++++++++++++++++++++++++++++++++++++++++------------------
- 1 file changed, 589 insertions(+), 231 deletions(-)
-
-commit bd4d64989a48ff9ae25554213c96b79002caaa55
-Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
-Date: Fri Mar 13 15:03:50 2015 +0200
-
- Updated Latvian translation
-
- po/lv.po | 358 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 188 insertions(+), 170 deletions(-)
-
-commit 0123cacd34aaad3ca1dcb8bde82bf4506cffa0fd
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sun Mar 8 03:21:01 2015 +0900
-
- Updated Korean translation
-
- po/ko.po | 356 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 187 insertions(+), 169 deletions(-)
-
-commit dec0fa07cbffdad319a0ace048e3e951bbb53998
-Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
-Date: Wed Mar 4 18:10:03 2015 +0100
-
- Updated Serbian translation
-
- po/sr.po | 372 ++++++++++++++++++++++++++++++---------------------------
- po/sr@latin.po | 372 ++++++++++++++++++++++++++++++---------------------------
- 2 files changed, 392 insertions(+), 352 deletions(-)
-
-commit 9850ccd44bfbf34a28b2ffe813b28d0de2531ad9
-Author: Fran Dieguez <fran.dieguez@mabishu.com>
-Date: Wed Mar 4 00:04:14 2015 +0100
-
- Updated Galician translations
-
- po/gl.po | 374 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 198 insertions(+), 176 deletions(-)
-
-commit 8d1c18fdf1dcd67f9c2522a17af011ef215c9939
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Mon Mar 2 20:32:38 2015 +0100
-
- Updated Polish translation
-
- po/pl.po | 362 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 191 insertions(+), 171 deletions(-)
-
-commit a8e0d1f1f8f1dc6fc99e24febb39f6adbdc34581
-Author: Nick Mantas <nmantas@aol.com>
-Date: Sun Mar 1 12:36:52 2015 +0000
-
- Updated Greek translation
-
- po/el.po | 366 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 193 insertions(+), 173 deletions(-)
-
-commit 65b25b3a8337dede4d574381a451f3da58d5fb9d
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Sat Feb 28 18:41:32 2015 +0200
-
- Updated Lithuanian translation
-
- po/lt.po | 363 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 192 insertions(+), 171 deletions(-)
-
-commit a6dc6599a88a22d44cebd4e43a1838dfb4d3a83b
-Author: Claude Paroz <claude@2xlibre.net>
-Date: Sun Feb 22 19:07:21 2015 +0100
-
- Updated French translation
-
- po/fr.po | 356 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 188 insertions(+), 168 deletions(-)
-
-commit bea40191906dd70150b760287b93dbfd36a3db0a
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Sat Feb 21 21:47:40 2015 +0100
-
- Updated Slovenian translation
-
- po/sl.po | 356 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 188 insertions(+), 168 deletions(-)
-
-commit 355fbe957f0d8f4e5161ddf3660bdaf36d52ad45
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Sat Feb 21 11:08:49 2015 +0000
-
- Updated Chinese (Taiwan) translation
-
- po/zh_TW.po | 358 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 187 insertions(+), 171 deletions(-)
-
-commit fd1b83e8ddf9615eef738c0091dd03aee1fe2f26
-Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
-Date: Thu Feb 19 16:57:39 2015 +0000
-
- Updated Swedish translation
-
- po/sv.po | 428 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 214 insertions(+), 214 deletions(-)
-
-commit 9902c86ac7e0575252d35edad1e02e248724ccd4
-Author: Rafael Ferreira <rafael.f.f1@gmail.com>
-Date: Fri Jan 9 01:48:08 2015 +0000
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 352 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 184 insertions(+), 168 deletions(-)
-
-commit 667d65bd69b9c3403b072ad8f56e3c86e96ba25e
-Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
-Date: Thu Jan 8 18:34:48 2015 +0100
-
- Updated Basque language
-
- po/eu.po | 362 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 191 insertions(+), 171 deletions(-)
-
-commit 1202ace8f54db00f221cb25d5aca2ab61fd2a85b
-Author: Necdet Yücel <necdetyucel@gmail.com>
-Date: Wed Dec 24 20:52:58 2014 +0000
-
- Updated Turkish translation
-
- po/tr.po | 54 ++++++++++++++++++++++++++----------------------------
- 1 file changed, 26 insertions(+), 28 deletions(-)
-
-commit 08ef25c7e51fae7bc2c357ed357446baaf9430c6
-Author: Muhammet Kara <muhammetk@gmail.com>
-Date: Mon Dec 8 21:28:51 2014 +0000
-
- Updated Turkish translation
-
- po/tr.po | 500 ++++++++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 305 insertions(+), 195 deletions(-)
-
-commit cd7a547b688fdad2f4036f49468443f786ec5382
-Author: Daniel Șerbănescu <daniel@serbanescu.dk>
-Date: Mon Dec 8 19:40:07 2014 +0100
-
- Updated Romanian Translation
-
- po/ro.po | 611 ++++++++++++++++++++++++++++++++++++++++-----------------------
- 1 file changed, 387 insertions(+), 224 deletions(-)
-
-commit a584e87088e30f6a69bc4097614d14121f7c0245
-Author: Balázs Úr <urbalazs@gmail.com>
-Date: Sun Dec 7 21:55:09 2014 +0000
-
- Updated Hungarian translation
-
- po/hu.po | 358 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 189 insertions(+), 169 deletions(-)
-
-commit 50b704c897f65ccf76044a2cd022d03156dcda30
-Author: Marek Černocký <marek@manet.cz>
-Date: Thu Nov 27 07:22:19 2014 +0100
-
- Updated Czech translation
-
- help/cs/cs.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit 00cadd915a1330681e12c795f5c74e14bedbf116
-Author: Marek Černocký <marek@manet.cz>
-Date: Wed Nov 26 11:52:25 2014 +0100
-
- Updated Czech translation
-
- po/cs.po | 362 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 191 insertions(+), 171 deletions(-)
-
-commit 0f6d8524e9db1a6eb8603b15acfab6ccba96254e
-Author: Trần Ngọc Quân <vnwildman@gmail.com>
-Date: Sun Nov 16 09:06:05 2014 +0700
-
- Update Vietnamese translation
-
- Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
-
- po/vi.po | 569 +++++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 337 insertions(+), 232 deletions(-)
-
-commit 707076c4deebee0410c67e6c799069b569f23fd8
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Sat Nov 15 17:58:00 2014 +0100
-
- Updated Norwegian bokmål translation.
-
- po/nb.po | 362 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 190 insertions(+), 172 deletions(-)
-
-commit d8abded95bbeb757f306dffbdfb71b00e5f13746
-Author: YunQiang Su <yqsu@src.gnome.org>
-Date: Sat Nov 15 01:45:18 2014 +0800
-
- update zh_CN translation
-
- po/zh_CN.po | 395 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 201 insertions(+), 194 deletions(-)
-
-commit 4cc8698841e552d0c4fcb084e787a35597567fc4
-Author: Timo Jyrinki <timo@debian.org>
-Date: Mon Nov 3 19:05:22 2014 +0200
-
- Change Finnish translation team web page to l10n.gnome.org
-
- po/fi.po | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 8bba0d7ebf7c9c410dedb1efe6eebf90e6e81356
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Fri Oct 24 19:19:24 2014 +0200
-
- Updated Spanish translation
-
- po/es.po | 361 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 191 insertions(+), 170 deletions(-)
-
-commit 5b0553e9ef4fcabebefbc510a088b009af73d4ab
-Author: Kernc <kerncece@gmail.com>
-Date: Sat Aug 30 17:07:52 2014 +0200
-
- Allow user to interact with --text-info --html WebView
-
- This commit changes the default --text-view behavior (when --html
- is also in effect) so that the clicked links are opened in the
- default browser (closes #732626).
-
- Additionally, a new option is introduced, --prevent-interaction,
- which disables above behavior.
-
- src/option.c | 12 ++++++++++++
- src/text.c | 8 +++++++-
- src/zenity.h | 1 +
- 3 files changed, 20 insertions(+), 1 deletion(-)
-
-commit b5460887fb2b37d1f7aa2edc5dc53b86152cfb2a
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Wed Oct 22 15:35:22 2014 +0200
-
- Bug #700249 - Progress dialog does not wrap
-
- src/msg.c | 13 ++++++-------
- src/progress.c | 20 ++++++++++++++++++--
- src/zenity.ui | 47 +++++++++++++++++++++++++----------------------
- 3 files changed, 49 insertions(+), 31 deletions(-)
-
-commit 210b073bcd4ee3d6d7a3c743ac407703cff60185
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Wed Oct 22 15:16:22 2014 +0200
-
- Better sollution for wrap text
-
- This fix is a better sollution for info, error, warning and
- question dialog.
- Now the dialog wraps the text properly, and don't allocate
- a lot of height
-
- src/msg.c | 19 ++++++++++++-------
- 1 file changed, 12 insertions(+), 7 deletions(-)
-
-commit 9fdac81d78db26fc10bc7c2370f9f67d723f272a
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Wed Oct 22 11:22:15 2014 +0200
-
- Bug #734049 - zenity --text-info chokes on some UTF-8 string
-
- text-info is now seting the text to UTF-8 properly
-
- src/text.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit fad5a25dcd23a46bf2e25d001b008273cc4ea578
-Author: Kernc <kerncece@gmail.com>
-Date: Wed Oct 22 00:14:24 2014 +0200
-
- Allow --text-info to load resources also from relative file:// URIs
-
- src/text.c | 11 ++++++++++-
- 1 file changed, 10 insertions(+), 1 deletion(-)
-
-commit 15e2759668a1d17bb1570a890bf294aaa796cbf5
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Oct 21 18:30:35 2014 +0200
-
- Bug #685051 Adding --mid-search option to --list
-
- This will enable users to find a row with a text matching the
- middle of the row.
-
- Consider the following list:
-
- Little piggy one
- Little piggy two
- Little piggy three
-
- As a user I would expect that entering 'th' would focus the last row, because
- it's the first one that contains 'th'
-
- src/option.c | 15 +++++++++++++++
- src/tree.c | 14 ++++++++++++++
- src/zenity.h | 1 +
- 3 files changed, 30 insertions(+)
-
-commit b44b2fb33dac0618e355f8cd5c46be0b3d13eadc
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Oct 21 16:32:14 2014 +0200
-
- Fixing g_timeout_add calls
-
- src/color.c | 2 +-
- src/password.c | 2 +-
- src/progress.c | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-commit 6ac663ea05f00aa42d2aa620968e26e525487201
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Oct 21 16:05:31 2014 +0200
-
- Fixing remain g_timeout_add
-
- Finish switch g_timeout_add for g_timeout_add_seconds
-
- src/color.c | 6 +++---
- src/password.c | 6 +++---
- src/progress.c | 6 +++---
- 3 files changed, 9 insertions(+), 9 deletions(-)
-
-commit 294f6c459c50d0cac51900d45395bfcc7a160dc4
-Author: Rafael Ferreira <rafael.f.f1@gmail.com>
-Date: Tue Oct 21 13:48:50 2014 +0000
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 344 ++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 174 insertions(+), 170 deletions(-)
-
-commit 8098bb3dd7c6e1742fb0c8ac349ec35333b15a25
-Author: Kernc <kerncece@gmail.com>
-Date: Sat Aug 30 16:58:15 2014 +0200
-
- Allow --text-info to load resources from absolute file:// URIs
-
- src/text.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit 673550b6d326e111867fa78ba4d796045715202e
-Author: Scott Pakin <pakin@lanl.gov>
-Date: Tue Aug 5 15:22:12 2014 -0600
-
- Added time-remaining support to progress bars
-
- Introduced a --time-remaining command-line option that uses the time
- and percent complete to extrapolate the time remaining until progress
- reaches 100%.
-
- src/option.c | 17 +++++++++++++++++
- src/progress.c | 37 +++++++++++++++++++++++++++++++++++++
- src/zenity.h | 1 +
- src/zenity.ui | 12 ++++++++++++
- 4 files changed, 67 insertions(+)
-
-commit fc76e0c19be22d47cf6044ca591f0e01010a1a80
-Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
-Date: Sat Feb 27 15:32:23 2010 +0100
-
- Don't quit zenity when the input stream is closed
-
- When using --listen for a notification, zenity quits when the stream
- ends. This makes it impossible to read commands from a pipe as in
- `echo icon:info | zenity --notification --listen'.
-
- https://bugzilla.gnome.org/show_bug.cgi?id=525596
-
- src/notification.c | 2 --
- 1 file changed, 2 deletions(-)
-
-commit 1cfdf63fb1c40fbdbf9a2774b2a5454c3636e50d
-Author: Claudio Arseni <claudio.arseni@gmail.com>
-Date: Sun Oct 5 11:12:42 2014 +0000
-
- Updated Italian translation
-
- po/it.po | 386 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 197 insertions(+), 189 deletions(-)
-
-commit 34e5695efa9366e7fd9c782fb022d46838bc8458
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Mon Sep 22 19:36:48 2014 +0200
-
- Update files for release
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-commit 278e949314705b1d4e788688f5ba420d37f395f2
-Author: Dušan Kazik <prescott66@gmail.com>
-Date: Mon Sep 22 05:25:24 2014 +0000
-
- Updated Slovak translation
-
- po/sk.po | 421 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 225 insertions(+), 196 deletions(-)
-
-commit 8365a90ea287d6e05fd4c12bd07e768f764aa13c
-Author: Kenneth Nielsen <k.nielsen81@gmail.com>
-Date: Sat Sep 20 17:43:07 2014 +0200
-
- Updated Danish translation
-
- po/da.po | 394 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 202 insertions(+), 192 deletions(-)
-
-commit 5f0f19a0337cb5e381e4a7b0d1d2fca930f6b198
-Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
-Date: Wed Sep 17 21:24:41 2014 +0200
-
- Updated Serbian translation
-
- po/sr.po | 394 +++++++++++++++++++++++++++++----------------------------
- po/sr@latin.po | 394 +++++++++++++++++++++++++++++----------------------------
- 2 files changed, 402 insertions(+), 386 deletions(-)
-
-commit 3231a1370d937112cde1dc296933ecd2749f1114
-Author: Sebastian Rasmussen <sebras@gmail.com>
-Date: Tue Sep 16 11:43:13 2014 +0000
-
- Updated Swedish translation
-
- po/sv.po | 730 ++++++++++++++++++++++++++++-----------------------------------
- 1 file changed, 324 insertions(+), 406 deletions(-)
-
-commit 26be00bf8e9d21656bfb53809d8932bac5b6acdc
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Mon Sep 15 10:20:25 2014 +0200
-
- Bump to 3.13.92
-
- NEWS | 4 ++++
- configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
-commit 98b9a95a8cf0f998191d9cb55a2115992a60ea7f
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Sun Sep 14 21:23:09 2014 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 395 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 202 insertions(+), 193 deletions(-)
-
-commit bcc63b7ecb845980d4edf2d079ca29302b28f577
-Author: Balázs Úr <urbalazs@gmail.com>
-Date: Thu Sep 11 16:44:04 2014 +0000
-
- Updated Hungarian translation
-
- po/hu.po | 401 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 205 insertions(+), 196 deletions(-)
-
-commit 762b365aacc66e47e94d774ee8c2e4bc69018b83
-Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
-Date: Sun Sep 7 13:05:46 2014 +0300
-
- Updated Latvian translation
-
- po/lv.po | 394 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 201 insertions(+), 193 deletions(-)
-
-commit efcb9af4fb0b33c38bad3cba27bd052c6edbf877
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sun Sep 7 03:15:07 2014 +0200
-
- Updated Polish translation
-
- po/pl.po | 399 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 204 insertions(+), 195 deletions(-)
-
-commit ca0aac42a5c78ad9db180f6ec5e2b645f341d58f
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Sat Sep 6 21:50:47 2014 +0000
-
- Updated French translation
-
- help/fr/fr.po | 92 +++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 51 insertions(+), 41 deletions(-)
-
-commit d1bd6d991d94da4d225d99117d6788b43bbfb67e
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sat Sep 6 19:01:09 2014 +0900
-
- Updated Korean translation
-
- po/ko.po | 395 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 202 insertions(+), 193 deletions(-)
-
-commit 0b69950ccace19b39e4c4bbae0c7f11b9001e9d9
-Author: Andika Triwidada <andika@gmail.com>
-Date: Thu Sep 4 11:33:33 2014 +0000
-
- Updated Indonesian translation
-
- po/id.po | 395 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 202 insertions(+), 193 deletions(-)
-
-commit 4e758e3dcfd6804b63c37d375ef940ac07ed85cc
-Author: Claude Paroz <claude@2xlibre.net>
-Date: Mon Sep 1 23:29:03 2014 +0200
-
- Updated French translation
-
- po/fr.po | 393 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 201 insertions(+), 192 deletions(-)
-
-commit c2da7e3d23e20ee04b324f033a4c8993f091a8e1
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Sat Aug 30 18:46:27 2014 +0800
-
- Updated Traditional Chinese translation(Hong Kong and Taiwan)
-
- po/zh_HK.po | 390 ++++++++++++++++++++++++++++++------------------------------
- po/zh_TW.po | 390 ++++++++++++++++++++++++++++++------------------------------
- 2 files changed, 394 insertions(+), 386 deletions(-)
-
-commit 9d03f0d006ad3080d6bbb91bff6ea5e71c7c98a2
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Fri Aug 29 14:31:57 2014 +0200
-
- Bug 733870 - Segmentation fault on zenity --notification
-
- This fix a problem when user calls --hint=urgency without
- specify a :NOTIFY_URGENCY
-
- src/notification.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-commit fb29bfd40541fcf7c41c509ecdaa5a30cee4e425
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Fri Aug 29 12:09:29 2014 +0200
-
- Bump to 3.13.90
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-commit d787be35ba76be37815a19778fc29dad9750da9c
-Author: Yosef Or Boczko <yoseforb@src.gnome.org>
-Date: Thu Aug 28 18:07:20 2014 +0300
-
- Updated Hebrew translation
-
- po/he.po | 487 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 244 insertions(+), 243 deletions(-)
-
-commit b74c15c670cfcef94fa8acc26fb3df36ba2c196a
-Author: ngoswami <ngoswami@redhat.com>
-Date: Tue Aug 19 16:37:05 2014 +0000
-
- Updated Assamese translation
-
- po/as.po | 451 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 230 insertions(+), 221 deletions(-)
-
-commit 4cf0d27a37cc376e48603d31a148ed7cc3a22217
-Author: Lasse Liehu <lasse.liehu@gmail.com>
-Date: Sun Aug 17 14:40:11 2014 +0300
-
- Finnish translation update
-
- po/fi.po | 551 +++++++++++++++++++++++++++++++++++++++------------------------
- 1 file changed, 345 insertions(+), 206 deletions(-)
-
-commit 62286e8913fd8fde297f36f4d2d05dd1dbcbf1a4
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Sun Aug 17 13:10:14 2014 +0200
-
- [l10n] Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 359 ++++++++++++++++++++++++++++--------------------------
- 1 file changed, 185 insertions(+), 174 deletions(-)
-
-commit 6f1c333f0973306c7ccfb54a5b41383be834973f
-Author: Gil Forcada <gforcada@gnome.org>
-Date: Sun Aug 17 13:10:11 2014 +0200
-
- [l10n] Updated Catalan translation
-
- po/ca.po | 390 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 200 insertions(+), 190 deletions(-)
-
-commit 7740d8692899ddad6857f2a9db5eba8294a4cd5e
-Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
-Date: Thu Aug 7 16:02:26 2014 +0200
-
- Updated Basque language
-
- po/eu.po | 388 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 199 insertions(+), 189 deletions(-)
-
-commit a7da3ec3619dc4010254e9b129848a9d599963df
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Thu Jul 31 20:04:19 2014 +0200
-
- doap: add <programming-language>
-
- zenity.doap | 1 +
- 1 file changed, 1 insertion(+)
-
-commit f040a0c0f8076e95eeb2e3136bdebdf863e79339
-Author: Olav Vitters <olav@vitters.nl>
-Date: Wed Jul 30 20:45:55 2014 +0200
-
- doap category core
-
- zenity.doap | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit c4beee841a91c925189e7a59c7bc14f8ffab93fa
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Wed Jul 23 14:55:43 2014 +0200
-
- Updated Norwegian bokmål translation.
-
- po/nb.po | 389 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 199 insertions(+), 190 deletions(-)
-
-commit 407181e2455d25ac21139ce1c42e5186a947a263
-Author: Balázs Úr <urbalazs@gmail.com>
-Date: Tue Jul 22 08:50:40 2014 +0000
-
- Updated Hungarian translation
-
- help/hu/hu.po | 132 ++++++++++++++++++++++++++++++++++------------------------
- 1 file changed, 78 insertions(+), 54 deletions(-)
-
-commit 06c46cb35a1601b4c93c63dc65a0f1015ab4eb78
-Author: MarMav <mavridou@gmail.com>
-Date: Wed Jul 16 10:52:38 2014 +0000
-
- Updated Greek translation
-
- po/el.po | 439 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 225 insertions(+), 214 deletions(-)
-
-commit 518f4237ae6e501dd58f9dd8b8ccb4fcea8ed1c0
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Tue Jul 1 18:16:58 2014 +0200
-
- Updated Galician translations
-
- po/gl.po | 393 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 201 insertions(+), 192 deletions(-)
-
-commit 847d2b53cb6f18c08d0ac045f4f2fe0424cf3064
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Sat Jun 28 22:18:25 2014 +0300
-
- Updated Lithuanian translation
-
- po/lt.po | 385 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 196 insertions(+), 189 deletions(-)
-
-commit 9b3695aa5e634cc432da2e5b4961a0a3fdc7fcc6
-Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
-Date: Fri Jun 27 16:23:56 2014 +0400
-
- Updated Russian translation
-
- po/ru.po | 386 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 197 insertions(+), 189 deletions(-)
-
-commit a7ea86a41876e13b93413ea72a15309745d9c9db
-Author: Benjamin Steinwender <b@stbe.at>
-Date: Fri Jun 27 09:38:00 2014 +0000
-
- Updated German translation
-
- po/de.po | 396 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 204 insertions(+), 192 deletions(-)
-
-commit 63b6c285f9a6179b962bfde15ec98377b08b03db
-Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
-Date: Fri Jun 20 16:06:04 2014 +0700
-
- Updated Thai translation
-
- po/th.po | 389 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 199 insertions(+), 190 deletions(-)
-
-commit 3e7e8bdce896ea5b9fee1521424f1df518924c23
-Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
-Date: Thu Jun 12 17:54:55 2014 +0200
-
- Updated Spanish translation
-
- po/es.po | 394 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 201 insertions(+), 193 deletions(-)
-
-commit 64123fa736a19ff76936fc021385625377bc5959
-Author: Marek Černocký <marek@manet.cz>
-Date: Sat May 31 20:11:09 2014 +0200
-
- Updated Czech translation
-
- po/cs.po | 387 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 198 insertions(+), 189 deletions(-)
-
-commit e5eb127e9779b9a58e53b1a7d268b81284ebd241
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Thu May 29 17:51:46 2014 -0300
-
- Bug #670496 and #673643
-
- This fix the size of GtkLabel width when you have a big
- text in the dialog.
-
- src/msg.c | 10 +++++++++-
- 1 file changed, 9 insertions(+), 1 deletion(-)
-
-commit b721289dc8d334762b129a9d14f084723c63c9ef
-Author: Enrico Nicoletto <liverig@gmail.com>
-Date: Wed May 21 18:40:19 2014 +0000
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 389 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 199 insertions(+), 190 deletions(-)
-
-commit c4895ee9a0f3e6ca5aa4113b4bbc3ced0f3d6067
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Tue May 20 21:33:52 2014 +0200
-
- Improve grammar in new translatable strings
-
- src/option.c | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit ec0c2f3292b3db0fdad7f02ed068a97b66f7a2ea
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue May 20 16:05:32 2014 -0300
-
- Add the --ellipsize option to info, error, warning and question dialogs
-
- This option will help people who need to add huge texts in their dialogs
- and the window size get's very huge due amount of size that GtkLabel
- requests
-
- src/msg.c | 4 ++++
- src/option.c | 45 +++++++++++++++++++++++++++++++++++++++++++--
- src/zenity.h | 1 +
- 3 files changed, 48 insertions(+), 2 deletions(-)
-
-commit 86f6329fc18ca284c51c9f718fbe216bec903831
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue May 20 10:50:04 2014 -0300
-
- Fixing deprecated classes in GtkBuilder
-
- src/zenity.ui | 45 +++++++++++++++++++++++----------------------
- 1 file changed, 23 insertions(+), 22 deletions(-)
-
-commit 5ce972d784e64156dcab50676ceb2a70e184106e
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue May 20 10:35:39 2014 -0300
-
- Removing some deprecated classes in zenity GtkBuilder file
-
- src/zenity.ui | 496 ++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 254 insertions(+), 242 deletions(-)
-
-commit 797ef3f1bd0dd2dea62d912af1340fbeb248e7bb
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Fri May 16 18:05:59 2014 -0300
-
- Remove deprecated methods.
-
- This remove deprecated methods in about dialog.
- Also remove the help button in the about dialog, since wasn't
- being used (due the deprecated methods) and keep it just
- make the UI ugly.
-
- src/about.c | 20 --------------------
- 1 file changed, 20 deletions(-)
-
-commit 3cb9dabd95198b84589fbed31eb215b6a14fb702
-Author: Marek Černocký <marek@manet.cz>
-Date: Wed May 14 14:20:50 2014 +0200
-
- Updated Czech translation
-
- help/cs/cs.po | 1 +
- 1 file changed, 1 insertion(+)
-
-commit 05e846cac0649cecf35368153ed6c7edc793f44a
-Author: Marek Černocký <marek@manet.cz>
-Date: Wed May 14 14:18:45 2014 +0200
-
- Updated Czech translation
-
- help/cs/cs.po | 161 +++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 80 insertions(+), 81 deletions(-)
-
-commit b542db7d465c630075cbc2a8bb0dacbedb1ab484
-Author: Tom Tryfonidis <tomtryf@gmail.com>
-Date: Mon May 12 20:49:28 2014 +0000
-
- Updated Greek translation
-
- help/el/el.po | 202 +++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 116 insertions(+), 86 deletions(-)
-
-commit f8c606ed18afbaf51e0911f8b0dd727881e1d059
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Sat May 10 19:59:44 2014 +0200
-
- Updated Spanish translation
-
- help/es/es.po | 204 +++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 118 insertions(+), 86 deletions(-)
-
-commit 8b80d38ea14caeafee7521bd7849e778aee599c4
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Sat May 10 00:46:48 2014 +0200
-
- [l10n] Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 20 ++++++++++++++++----
- 1 file changed, 16 insertions(+), 4 deletions(-)
-
-commit 3c4d413b633eb38163826df88d6aeca455a18dc7
-Author: Joan Montané <jmontane@softcatala.org>
-Date: Sat May 10 00:46:27 2014 +0200
-
- [l10n] Update Catalan translation
-
- po/ca.po | 345 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 180 insertions(+), 165 deletions(-)
-
-commit 3220c5ed00c9c5811ec0964e51af86f46a25c28e
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Mon Apr 28 20:34:38 2014 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 343 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 179 insertions(+), 164 deletions(-)
-
-commit df673425214678a75624b8f30ed634b2cedffc6b
-Author: Sindhu S <sindhus@live.in>
-Date: Tue Apr 22 22:19:17 2014 +0530
-
- help: Update notification.page
-
- Replace obsolete screenshots with new ones.
- Fix alignment of mallard tags.
- Update instructions for --listen.
-
- .../zenity-notification-listen-screenshot.png | Bin 21288 -> 21651 bytes
- help/C/figures/zenity-notification-screenshot.png | Bin 12875 -> 24580 bytes
- help/C/notification.page | 97 ++++++++++-----------
- 3 files changed, 44 insertions(+), 53 deletions(-)
-
-commit e9b8ca7242a350053aa27e5a63a0c2d6c1cb15df
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Sat Apr 26 11:26:01 2014 -0300
-
- Updating NEWS
-
- NEWS | 13 +++++++++++++
- 1 file changed, 13 insertions(+)
-
-commit 81a80226d17f2ab2794cbe86fa289cfed03d48c8
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Sat Apr 26 11:17:46 2014 -0300
-
- Bump to 3.12.1
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 82069a6b596e32553f6ad7da7502bc8e6f1d4de6
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Fri Apr 18 16:51:24 2014 -0300
-
- Bump to 3.12.0
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit e9e6d1c06aa4b17d8335f0fa433a20f09694c5e1
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sun Apr 6 20:54:25 2014 +0200
-
- doap: update URLs
-
- zenity.doap | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit 1e2bbc34b594ee52e0c9f5e3cf2d27a1700b620a
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Mon Mar 31 19:35:00 2014 +0200
-
- Add French screenshot
-
- .../figures/zenity-notification-listen-screenshot.png | Bin 0 -> 25352 bytes
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit 04731f50205f8f80daef671e85a685bc70fff5e0
-Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
-Date: Sun Mar 30 12:06:21 2014 +0200
-
- Updated Basque language
-
- po/eu.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit ad76d5b45397d611ca0a20382d0b551be4d0b911
-Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
-Date: Sun Mar 30 12:03:09 2014 +0200
-
- Updated Basque language
-
- po/eu.po | 360 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 198 insertions(+), 162 deletions(-)
-
-commit e0ac98a93db7a8d585502d19e40b5edb43b6688c
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Fri Mar 28 11:28:05 2014 +0300
-
- Updated Hebrew translation.
-
- po/he.po | 433 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 235 insertions(+), 198 deletions(-)
-
-commit 3321275c4505a81562385c06b96725ab37ddd6b9
-Author: Andre Klapper <a9016009@gmx.de>
-Date: Sun Mar 23 21:53:43 2014 +0100
-
- User docs: Make page ID the same as file name
-
- help/C/intro.page | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit d15902c6539d814cbce1221c9b8c3f1e8a5265c0
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Sat Mar 22 12:46:19 2014 +0000
-
- Updated French translation
-
- help/fr/fr.po | 1169 +++++++++++++++++++++++++++++++++++++++------------------
- 1 file changed, 795 insertions(+), 374 deletions(-)
-
-commit c65a89569fee1d7b9f1342acb3d446b6841182e2
-Author: Claudio Arseni <claudio.arseni@gmail.com>
-Date: Fri Mar 21 07:42:40 2014 +0000
-
- Updated Italian translation
-
- po/it.po | 368 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 192 insertions(+), 176 deletions(-)
-
-commit d1476babd17d845f72f87465819d248daf4ae89a
-Author: Gábor Kelemen <kelemeng@gnome.hu>
-Date: Wed Mar 19 23:13:55 2014 +0000
-
- Updated Hungarian translation
-
- help/hu/hu.po | 1247 ++++++++++++++++++++++++++++++++++++---------------------
- 1 file changed, 800 insertions(+), 447 deletions(-)
-
-commit 08a13610e99e5ab84c4af833f28a8eab425af807
-Author: Ask H. Larsen <asklarsen@gmail.com>
-Date: Wed Mar 19 22:34:57 2014 +0100
-
- Updated Danish translation
-
- po/da.po | 339 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 176 insertions(+), 163 deletions(-)
-
-commit 40a8327c1baf78a73426c9722932985a02fa1f45
-Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
-Date: Tue Mar 18 21:21:26 2014 +0100
-
- Updated Serbian translation
-
- po/sr.po | 360 ++++++++++++++++++++++++++++++---------------------------
- po/sr@latin.po | 360 ++++++++++++++++++++++++++++++---------------------------
- 2 files changed, 374 insertions(+), 346 deletions(-)
-
-commit c1a50ba57062ca43bda7db94773fd3bf21a3c9ef
-Author: Tiagosdot <almosthumane@portugalmail.pt>
-Date: Tue Mar 18 00:07:32 2014 +0000
-
- Updated Portuguese translation
-
- po/pt.po | 360 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 189 insertions(+), 171 deletions(-)
-
-commit 9b1fdc4efa309fc565b3d802f42bbbcee5da5be4
-Author: Claude Paroz <claude@2xlibre.net>
-Date: Sat Mar 15 15:11:53 2014 +0000
-
- Updated French translation
-
- po/fr.po | 348 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 181 insertions(+), 167 deletions(-)
-
-commit e8cac268614e686e630afe24075dd79c520a2970
-Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
-Date: Mon Mar 10 16:43:13 2014 +0400
-
- Updated Russian translation
-
- po/ru.po | 448 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 227 insertions(+), 221 deletions(-)
-
-commit cbb0abe8ce964e9f335f6c9cd146192f11998c9b
-Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
-Date: Fri Mar 7 22:44:56 2014 +0200
-
- Updated Latvian translation
-
- po/lv.po | 347 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 182 insertions(+), 165 deletions(-)
-
-commit 38e0b6c14e585508da5cfebbe1764c84a23eaa0e
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sat Mar 8 01:43:56 2014 +0900
-
- Updated Korean translation
-
- po/ko.po | 348 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 187 insertions(+), 161 deletions(-)
-
-commit a8c4ddc92c39cfe56dd11126f732483e20e02e08
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Mon Mar 3 01:26:08 2014 +0100
-
- Updated Polish translation
-
- po/pl.po | 349 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 182 insertions(+), 167 deletions(-)
-
-commit fb18662d9cf20e9f5ecbc81c1822020f96caadcf
-Author: Balázs Úr <urbalazs@src.gnome.org>
-Date: Fri Feb 28 20:01:37 2014 +0100
-
- Updated Hungarian translation
-
- po/hu.po | 347 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 180 insertions(+), 167 deletions(-)
-
-commit 6f5f1afeb25d1fe8a0499846c85ed8e8be694e04
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Thu Feb 27 23:37:47 2014 +0200
-
- Updated Lithuanian translation
-
- po/lt.po | 348 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 180 insertions(+), 168 deletions(-)
-
-commit b1a773bdfed2ca5352f79fe6b7338acf3b444c69
-Author: ngoswami <ngoswami@redhat.com>
-Date: Thu Feb 13 16:49:37 2014 +0000
-
- Updated Assamese translation
-
- po/as.po | 347 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 180 insertions(+), 167 deletions(-)
-
-commit bf46d89feb095745799eee62c2c1e67cd02a9de6
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Wed Feb 12 20:31:09 2014 +0100
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 343 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 178 insertions(+), 165 deletions(-)
-
-commit 96bafd038867a6cede223ba30835dc80b4552463
-Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
-Date: Wed Feb 5 16:37:18 2014 +0700
-
- Updated Thai translation
-
- po/th.po | 349 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 187 insertions(+), 162 deletions(-)
-
-commit afff1c2fa841b820612f5bad4af4eb0cf1975713
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sat Feb 1 20:05:26 2014 +0100
-
- Mark changed string as fuzzy
-
- po/ro.po | 1 +
- 1 file changed, 1 insertion(+)
-
-commit b803bbd7cb5dd5190f6a38a66a90dcaa2350bf39
-Author: Andika Triwidada <andika@gmail.com>
-Date: Sat Feb 1 11:23:32 2014 +0000
-
- Updated Indonesian translation
-
- po/id.po | 341 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 177 insertions(+), 164 deletions(-)
-
-commit 04940cdece134e264dd60a48a3592dec44592835
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Sat Feb 1 08:30:04 2014 +0800
-
- Updated Traditional Chinese translation(Hong Kong and Taiwan)
-
- po/zh_HK.po | 355 ++++++++++++++++++++++++++++++++----------------------------
- po/zh_TW.po | 355 ++++++++++++++++++++++++++++++++----------------------------
- 2 files changed, 384 insertions(+), 326 deletions(-)
-
-commit 3eb1473603ce61d6c4764c5a7b490680f9ad5b27
-Author: Colin Walters <walters@verbum.org>
-Date: Fri Jan 31 10:06:08 2014 -0500
-
- Fix FSF address commit for po/oc.po
-
- po/oc.po | 4 ++++
- 1 file changed, 4 insertions(+)
-
-commit 3d43541db7b4f2f1ce51356a2394aec125a48a2a
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Thu Jan 23 12:55:03 2014 +0100
-
- Updated FSF's address
-
- po/oc.po | 7 +------
- po/ro.po | 3 +--
- src/option.h | 4 +---
- 3 files changed, 3 insertions(+), 11 deletions(-)
-
-commit 8d3bdda9ecf6011f227f33680824ad02236224ad
-Author: Marek Černocký <marek@manet.cz>
-Date: Sun Jan 26 19:41:03 2014 +0100
-
- Updated Czech translation
-
- help/cs/cs.po | 1135 +++++++++++++++++++++++++++++++++++++++------------------
- 1 file changed, 777 insertions(+), 358 deletions(-)
-
-commit e10aafee3dc8671cfe831964e19e21e46337493a
-Author: Dimitris Spingos <dmtrs32@gmail.com>
-Date: Mon Jan 13 17:51:26 2014 +0200
-
- Updated Greek translation
-
- help/el/el.po | 1113 +++++++++++++++++++++++++++++++++++++++------------------
- 1 file changed, 767 insertions(+), 346 deletions(-)
-
-commit 4f9d0c197061b9b00af2d8145e183808416bb605
-Author: Dimitris Spingos <dmtrs32@gmail.com>
-Date: Mon Jan 13 10:15:58 2014 +0200
-
- Updated Greek translation
-
- po/el.po | 355 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 184 insertions(+), 171 deletions(-)
-
-commit 3fd543549f11da873febaf42bf4acfe1209c79c9
-Author: Marek Černocký <marek@manet.cz>
-Date: Sun Jan 12 09:25:03 2014 +0100
-
- Updated Czech translation
-
- po/cs.po | 343 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 179 insertions(+), 164 deletions(-)
-
-commit d4d706431100c3ebeb0b11a1d40d8c4c6100312e
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Tue Jan 7 13:35:10 2014 +0100
-
- Updated Spanish translation
-
- help/es/es.po | 18 ++++++++----------
- 1 file changed, 8 insertions(+), 10 deletions(-)
-
-commit bc43f91a4742365128c6962afea1912777bd6164
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Tue Jan 7 13:30:18 2014 +0100
-
- Updated Spanish translation
-
- help/es/es.po | 1112 +++++++++++++++++++++++++++++++++++++++------------------
- 1 file changed, 768 insertions(+), 344 deletions(-)
-
-commit 1224a5a18b552d70575371c16df6052c9d17d98b
-Author: Sindhu S <sindhus@live.in>
-Date: Tue Nov 5 21:36:33 2013 +0530
-
- Add user help for --listen, bug 711396
-
- .../zenity-notification-listen-screenshot.png | Bin 0 -> 21288 bytes
- help/C/notification.page | 30 ++++++++++++++++++---
- 2 files changed, 27 insertions(+), 3 deletions(-)
-
-commit ce8d3628b28538f05ce633dec9ea32c2e60fc030
-Author: Rafael Ferreira <rafael.f.f1@gmail.com>
-Date: Thu Jan 2 22:01:51 2014 -0200
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 343 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 179 insertions(+), 164 deletions(-)
-
-commit 35ce0d46761fcbf8ae4969773af760e3b0e147ee
-Author: Christian Kirbach <christian.kirbach@gmail.com>
-Date: Thu Jan 2 17:37:19 2014 +0100
-
- Updated German translation
-
- po/de.po | 347 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 187 insertions(+), 160 deletions(-)
-
-commit 4d16252340fa7f7462be684eee199eb3b5424976
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Thu Dec 19 01:47:56 2013 +0100
-
- Updated Galician translations
-
- po/gl.po | 340 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 177 insertions(+), 163 deletions(-)
-
-commit a463095e87d4eaf6e6a87fedbdfc3824b0e74b38
-Author: michaeljayt <michaeljayt@gmail.com>
-Date: Sat Dec 7 14:52:54 2013 +0800
-
- Update Chinese simplified translation
-
- po/zh_CN.po | 397 +++++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 234 insertions(+), 163 deletions(-)
-
-commit 52a0376339b56fafc5830e5ccc31e0ae528c5853
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Tue Nov 26 11:58:03 2013 +0100
-
- Updated Spanish translation
-
- po/es.po | 16 +++++++++++-----
- 1 file changed, 11 insertions(+), 5 deletions(-)
-
-commit cdef9c8fa16fd3ab9c4790c328285de15a0dfcd0
-Author: Vinicius Silva <viniciuspontocom@gmail.com>
-Date: Mon Nov 25 22:27:10 2013 -0200
-
- Fixing bug #712616
-
- src/password.c | 10 +++++++++-
- 1 file changed, 9 insertions(+), 1 deletion(-)
-
-commit 6e140cc581a15efb988abed5705455a2c433cd1b
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Mon Nov 25 12:37:33 2013 +0100
-
- Updated Spanish translation
-
- po/es.po | 333 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 170 insertions(+), 163 deletions(-)
-
-commit 886bfb438d496f052faf706b9ece004d31b2247b
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Sat Nov 23 21:02:29 2013 -0200
-
- Bug #667711 - man page points to nonexisting doc
-
- data/zenity.1 | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-commit 4681d74c02e49c2f3af1da5ce9457807dbcf3f9e
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Sat Nov 23 20:32:51 2013 -0200
-
- Bug #600533 zenity --text-info should have an auto scroll option
-
- This is a request to add a auto-scroll option.
- For now it's only works when text-info is getting the
- text from stdin.
- Example usage:
- cat file.txt | zenity --text-info --auto-scroll
-
- src/option.c | 13 +++++++++++++
- src/text.c | 19 ++++++++++++++-----
- src/zenity.h | 1 +
- 3 files changed, 28 insertions(+), 5 deletions(-)
-
-commit b0fc720fe4584530d1090cd3e9175905e6381c85
-Author: Berislav Kovacki <pantokrator@pantokrator.net>
-Date: Sat Nov 23 16:44:26 2013 -0200
-
- Bug #534935 Need hability to specify default answer in --question dialog
-
- src/msg.c | 2 +-
- src/option.c | 12 ++++++++++++
- src/zenity.h | 1 +
- 3 files changed, 14 insertions(+), 1 deletion(-)
-
-commit 63d6a2032d2150d15f2bd148df85d9b569cfc96c
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Sun Oct 13 23:58:50 2013 +0200
-
- [l10n] Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 369 ++++++++++++++++++++++++++----------------------------
- 1 file changed, 178 insertions(+), 191 deletions(-)
-
-commit 687d14b6d440905857a7f5c860bc80a007b04597
-Author: Duarte Loreto <happyguy_pt@hotmail.com>
-Date: Sun Oct 13 13:24:06 2013 +0100
-
- Updated Portuguese translation
-
- po/pt.po | 324 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 168 insertions(+), 156 deletions(-)
-
-commit 80bc8ce643979fec201c4ebd5cd6405b6310357f
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Thu Oct 10 16:52:38 2013 -0300
-
- But #702535 - List box doesn't expand to fill window
-
- src/zenity.ui | 1 +
- 1 file changed, 1 insertion(+)
-
-commit d9e2e6a43f3f74496c30899ecbee1212c353b5ac
-Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
-Date: Sat Oct 5 06:30:47 2013 +0200
-
- Updated Serbian translation
-
- po/sr.po | 328 ++++++++++++++++++++++++++++++---------------------------
- po/sr@latin.po | 328 ++++++++++++++++++++++++++++++---------------------------
- 2 files changed, 342 insertions(+), 314 deletions(-)
-
-commit 09a00c2dbfb1b06dfc587f38b8db3b0f1b17f719
-Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
-Date: Thu Oct 3 23:42:51 2013 +0300
-
- Updated Belarusian translation.
-
- po/be.po | 322 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 167 insertions(+), 155 deletions(-)
-
-commit 0cd777517542c5d889a63aa1549af8cf2bcd4fde
-Author: Claudio Arseni <claudio.arseni@ubuntu.com>
-Date: Tue Oct 1 19:51:17 2013 +0200
-
- [l10n] Updated Italian translation.
-
- po/it.po | 327 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 170 insertions(+), 157 deletions(-)
-
-commit abc0e71c2d7b2b246b3245c31d8374fa50a499a7
-Author: Kenneth Nielsen <k.nielsen81@gmail.com>
-Date: Tue Oct 1 19:12:21 2013 +0200
-
- Updated Danish translation
-
- po/da.po | 324 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 168 insertions(+), 156 deletions(-)
-
-commit 75c36c5385443aca84fbae40fa74001c7157b308
-Author: Dimitris Spingos <dmtrs32@gmail.com>
-Date: Mon Sep 30 17:41:19 2013 +0300
-
- Updated Greek translation
-
- po/el.po | 328 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 171 insertions(+), 157 deletions(-)
-
-commit f90e9dc0a25998715eb35b15980635eb031a8ea8
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Sat Sep 28 15:16:27 2013 +0200
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 326 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 169 insertions(+), 157 deletions(-)
-
-commit dba864daf631fdb2f5ff5fc652da1baecf3c9724
-Author: Josep Sànchez <papapep@gmx.com>
-Date: Fri Sep 27 21:29:08 2013 +0200
-
- [l10n] Update Catalan translation
-
- po/ca.po | 326 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 169 insertions(+), 157 deletions(-)
-
-commit 894881a5fb23ea54996789e93a6ad0e247f24d86
-Author: Dušan Kazik <prescott66@gmail.com>
-Date: Fri Sep 27 17:46:32 2013 +0100
-
- Updated Slovak translation
-
- po/sk.po | 334 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 174 insertions(+), 160 deletions(-)
-
-commit fb59654f0f8d83e95bc8390d3e3d05edbafff72f
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Fri Sep 27 12:41:00 2013 +0200
-
- Update French translation
-
- po/fr.po | 329 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 172 insertions(+), 157 deletions(-)
-
-commit 950b63671bccdaa51c02d35357a6e0d512acf1ad
-Author: Andika Triwidada <andika@gmail.com>
-Date: Fri Sep 27 08:38:25 2013 +0700
-
- Updated Indonesian translation
-
- po/id.po | 324 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 168 insertions(+), 156 deletions(-)
-
-commit 56b73b41678362c675848243f66ddaabc52470b5
-Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
-Date: Thu Sep 26 23:23:05 2013 +0300
-
- Updated Latvian translation
-
- po/lv.po | 328 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 168 insertions(+), 160 deletions(-)
-
-commit d2acbe166451e559a6c8de29437b5d86ec34b987
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Thu Sep 26 23:12:23 2013 +0300
-
- Updated Lithuanian translation
-
- po/lt.po | 328 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 171 insertions(+), 157 deletions(-)
-
-commit 627f785f9e34e907b39991c26e9eb2dbc7bbf5cc
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Thu Sep 26 18:28:38 2013 +0200
-
- Updated Polish translation
-
- po/pl.po | 324 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 168 insertions(+), 156 deletions(-)
-
-commit ffe1175436453c93a6497e9a6ae4181a1e531fa3
-Author: Nilamdyuti Goswami <ngoswami@redhat.com>
-Date: Thu Sep 26 17:03:29 2013 +0530
-
- Assamese translation updated
-
- po/as.po | 340 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 176 insertions(+), 164 deletions(-)
-
-commit 67f5377e1cdae2107aa98f47418e225b6015700a
-Author: Balázs Úr <urbalazs@src.gnome.org>
-Date: Thu Sep 26 00:26:44 2013 +0200
-
- Updated Hungarian translation
-
- po/hu.po | 328 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 171 insertions(+), 157 deletions(-)
-
-commit 3f3db6fb673bb177ebd97f75a1f64113692fe311
-Author: Yuri Myasoedov <omerta13@yandex.ru>
-Date: Wed Sep 25 23:13:35 2013 +0400
-
- Updated Russian translation
-
- po/ru.po | 405 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 210 insertions(+), 195 deletions(-)
-
-commit 9984c42fd8afb2f415daeeae9bbc2ab1e9ef1cbe
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Wed Sep 25 18:31:28 2013 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 325 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 169 insertions(+), 156 deletions(-)
-
-commit 1b18055eb1fd87b7d6928fb46dfb6e61f59b737e
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Wed Sep 25 17:08:33 2013 +0200
-
- Updated Spanish translation
-
- po/es.po | 328 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 171 insertions(+), 157 deletions(-)
-
-commit 72ab3df941c8535e274443c35db1c64b61678cf0
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Wed Sep 25 16:24:17 2013 +0200
-
- Updated Galician translations
-
- po/gl.po | 324 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 168 insertions(+), 156 deletions(-)
-
-commit 3a2034d02c7661a2e11f81b87cffde03f3c9fde9
-Author: Enrico Nicoletto <liverig@gmail.com>
-Date: Wed Sep 25 10:00:25 2013 -0300
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 324 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 168 insertions(+), 156 deletions(-)
-
-commit b7e6dc159741f354950cb26b74ecef8903e4c504
-Author: Marek Černocký <marek@manet.cz>
-Date: Wed Sep 25 14:54:38 2013 +0200
-
- Updated Czech translation
-
- po/cs.po | 324 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 168 insertions(+), 156 deletions(-)
-
-commit 8888114fed6e65da0bf9d4a1642a0b591f14d32f
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Wed Sep 25 09:34:25 2013 -0300
-
- Added combobox support on forms dialog
-
- src/forms.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- src/option.c | 34 +++++++++++++++++++++++++++++
- src/zenity.h | 4 +++-
- 3 files changed, 108 insertions(+), 1 deletion(-)
-
-commit 7f6baa1477b7b0d239577ec07b9976e454186a6f
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Wed Sep 25 09:09:54 2013 -0300
-
- Bump to 3.10.0
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-commit db81eaa095a86d04f012e085b4eddb0e68993584
-Author: Duarte Loreto <happyguy_pt@hotmail.com>
-Date: Mon Sep 23 01:59:21 2013 +0100
-
- Updated Portuguese translation
-
- po/pt.po | 324 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 166 insertions(+), 158 deletions(-)
-
-commit 69fc9273938a9015555a6b48c73333bb9b63edef
-Author: Dušan Kazik <prescott66@gmail.com>
-Date: Sun Sep 22 23:37:02 2013 +0200
-
- Updated slovak translation
-
- po/sk.po | 354 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 194 insertions(+), 160 deletions(-)
-
-commit eba67ac199f9d041b7822f0a9c0b7d1d4fde78a4
-Author: Ask H. Larsen <asklarsen@gmail.com>
-Date: Tue Sep 17 18:30:10 2013 +0200
-
- Updated Danish translation
-
- po/da.po | 324 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 166 insertions(+), 158 deletions(-)
-
-commit 3304f4c86801a4c0eac5161a4dfc8af760c96e92
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Mon Sep 16 01:14:28 2013 +0200
-
- Fix a broken tag in Chinese Simplified help translation
-
- help/zh_CN/zh_CN.po | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 22dd1f4ba81bebc9fde5d2b17afaa2d1dc741441
-Author: Gil Forcada <gforcada@gnome.org>
-Date: Sat Sep 14 00:09:48 2013 +0200
-
- [l10n] Update Catalan translation
-
- po/ca.po | 355 +++++++++++++++++++++++++++++----------------------------------
- 1 file changed, 165 insertions(+), 190 deletions(-)
-
-commit 5c7b5c4f1d369ab7ce623f2e3b6dfaff022668a9
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sat Sep 14 02:45:54 2013 +0900
-
- Updated Korean translation
-
- po/ko.po | 322 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 165 insertions(+), 157 deletions(-)
-
-commit 99c3068728a87bd3dd39914272ed80b492354244
-Author: Nilamdyuti Goswami <ngoswami@redhat.com>
-Date: Fri Sep 13 15:56:27 2013 +0530
-
- Assamese Translation Updated
-
- po/as.po | 337 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 172 insertions(+), 165 deletions(-)
-
-commit 164f81067db3207a89ec13bd6e0f50d2e15c9a68
-Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
-Date: Thu Sep 12 19:33:58 2013 +0300
-
- Updated Belarusian translation.
-
- po/be.po | 322 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 165 insertions(+), 157 deletions(-)
-
-commit fed43730e7f3f5fc277f40b19ea1394feeb3afb9
-Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
-Date: Thu Sep 12 14:19:26 2013 +0300
-
- Updated Latvian translation
-
- po/lv.po | 24 ++++++++++++------------
- 1 file changed, 12 insertions(+), 12 deletions(-)
-
-commit 76afad91cc8d1dcc4a04d10825630732684a9bdb
-Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
-Date: Thu Sep 12 14:17:23 2013 +0300
-
- Updated Latvian translation
-
- po/lv.po | 360 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 199 insertions(+), 161 deletions(-)
-
-commit 2a069a0a6c895c5dead072a00dbe9d151a4a6e12
-Author: Mattias Põldaru <mahfiaz@gmail.com>
-Date: Thu Sep 12 07:57:52 2013 +0300
-
- [l10n] Updated Estonian translation
-
- po/et.po | 11 +++++++++--
- 1 file changed, 9 insertions(+), 2 deletions(-)
-
-commit 8145c2a5a29a60f524aba5a154a17380c9e87bb1
-Author: Marek Černocký <marek@manet.cz>
-Date: Tue Sep 10 20:37:05 2013 +0200
-
- Updated Czech translation
-
- help/cs/cs.po | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit b2414fc608b379a8d17604473d555446ccfeec10
-Author: Andika Triwidada <andika@gmail.com>
-Date: Mon Sep 9 21:55:55 2013 +0700
-
- Updated Indonesian translation
-
- po/id.po | 324 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 166 insertions(+), 158 deletions(-)
-
-commit 630ccd5957925b09ca530ddc50924603b7adcd15
-Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
-Date: Mon Sep 9 20:34:31 2013 +0700
-
- Updated Thai translation.
-
- po/th.po | 322 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 165 insertions(+), 157 deletions(-)
-
-commit fbdf98d33366bb080cd6f9a9b710a89ab35baa4c
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Sun Sep 8 19:43:56 2013 +0200
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 322 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 165 insertions(+), 157 deletions(-)
-
-commit a64f84a3b5cc15cfa0d9483179f00b6fe93c86eb
-Author: Christian Kirbach <christian.kirbach@gmail.com>
-Date: Sat Sep 7 21:38:47 2013 +0200
-
- Updated German translation
-
- po/de.po | 329 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 167 insertions(+), 162 deletions(-)
-
-commit 3e29091ef2b3d793d9b216ee06eac601d73c4464
-Author: Yuri Myasoedov <omerta13@yandex.ru>
-Date: Sat Sep 7 19:36:27 2013 +0400
-
- Updated Russian translation
-
- po/ru.po | 425 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 220 insertions(+), 205 deletions(-)
-
-commit e8be46f80ea0a8cb3ded16b2d000fad0662ef1d7
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Fri Sep 6 16:37:34 2013 +0800
-
- Updated Traditional Chinese translation(Hong Kong and Taiwan)
-
- po/zh_HK.po | 324 +++++++++++++++++++++++++++++++-----------------------------
- po/zh_TW.po | 324 +++++++++++++++++++++++++++++++-----------------------------
- 2 files changed, 332 insertions(+), 316 deletions(-)
-
-commit 918556b0a28a4ec2074ff644c844dee21bab8b79
-Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
-Date: Fri Sep 6 10:11:56 2013 +0200
-
- Updated Serbian translation
-
- po/sr.po | 330 +++++++++++++++++++++++++++++----------------------------
- po/sr@latin.po | 330 +++++++++++++++++++++++++++++----------------------------
- 2 files changed, 338 insertions(+), 322 deletions(-)
-
-commit 1beef1dbf5259014e8afd0ea3a1dd5368a1897bc
-Author: Marek Černocký <marek@manet.cz>
-Date: Wed Sep 4 18:17:26 2013 +0200
-
- Updated Czech translation
-
- help/cs/cs.po | 3043 +++++++++++++++++++++++++++++++++------------------------
- 1 file changed, 1764 insertions(+), 1279 deletions(-)
-
-commit e3db45f014b14dc17821dff2aa7c5e2c4405b217
-Author: Marek Černocký <marek@manet.cz>
-Date: Wed Sep 4 18:14:37 2013 +0200
-
- Updated Czech translation
-
- po/cs.po | 323 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 165 insertions(+), 158 deletions(-)
-
-commit 94af79f9df32cc08ae4c8e182e8aaf053249662b
-Author: Balázs Úr <urbalazs@src.gnome.org>
-Date: Tue Sep 3 20:39:02 2013 +0200
-
- Updated Hungarian translation
-
- po/hu.po | 324 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 166 insertions(+), 158 deletions(-)
-
-commit 75e82384fd92f0645949cf400f6e3c09c22662cf
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Tue Sep 3 20:16:58 2013 +0200
-
- Update French translation
-
- po/fr.po | 322 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 165 insertions(+), 157 deletions(-)
-
-commit b279e772e83f6f4b6fe88f64ffcd33d7dab7db11
-Author: Claudio Arseni <claudio.arseni@ubuntu.com>
-Date: Tue Sep 3 18:32:14 2013 +0200
-
- [l10n] Updated Italian translation.
-
- po/it.po | 327 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 167 insertions(+), 160 deletions(-)
-
-commit 9ae68fa90d0b0679a68fb66ab6a6b694098c1124
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Tue Sep 3 12:12:29 2013 +0300
-
- Updated Hebrew translation.
-
- po/he.po | 410 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 204 insertions(+), 206 deletions(-)
-
-commit fbb126fa2b616b91ed81042cae5a67ea0296f758
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Mon Sep 2 18:13:28 2013 +0200
-
- Updated Spanish translation
-
- po/es.po | 326 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 167 insertions(+), 159 deletions(-)
-
-commit d26b948ff9b91a22e1b57c7fba8337dddd93299e
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Sun Sep 1 21:16:01 2013 +0300
-
- Updated Lithuanian translation
-
- po/lt.po | 324 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 166 insertions(+), 158 deletions(-)
-
-commit b715ca4dbd96dc17fbe39c84d08f1b0bb4903e62
-Author: Enrico Nicoletto <liverig@gmail.com>
-Date: Sat Aug 31 18:18:32 2013 -0300
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 327 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 168 insertions(+), 159 deletions(-)
-
-commit 5b5fc279ec6c64f9ec9da0fd5d905e98014ca2ab
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sat Aug 31 21:36:46 2013 +0200
-
- Updated Polish translation
-
- po/pl.po | 322 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 165 insertions(+), 157 deletions(-)
-
-commit 61d90c94108d98b8e102f904b388e3b0ca13933e
-Author: Dimitris Spingos <dmtrs32@gmail.com>
-Date: Sat Aug 31 22:31:25 2013 +0300
-
- Updated Greek translation
-
- po/el.po | 324 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 166 insertions(+), 158 deletions(-)
-
-commit ad5324ce7d87fb6d0fd013e72e5fa9089617c7cf
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Sat Aug 31 21:04:45 2013 +0200
-
- Updated Galician translations
-
- po/gl.po | 322 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 165 insertions(+), 157 deletions(-)
-
-commit e0670787c5b259b32ad256aa11c7499fd6c30b15
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Sat Aug 31 09:07:24 2013 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 324 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 166 insertions(+), 158 deletions(-)
-
-commit 009523d5da827392b027ac6da1a50f94314e3a35
-Author: Weitian Leung <weitianleung@gmail.com>
-Date: Fri Aug 23 09:15:07 2013 +0800
-
- added attach option for transient window
-
- src/about.c | 2 +-
- src/calendar.c | 2 +-
- src/color.c | 2 +-
- src/entry.c | 2 +-
- src/fileselection.c | 2 +-
- src/msg.c | 2 +-
- src/option.c | 12 ++++++++++++
- src/password.c | 2 +-
- src/progress.c | 2 +-
- src/scale.c | 2 +-
- src/text.c | 2 +-
- src/tree.c | 2 +-
- src/util.c | 22 ++++++++--------------
- src/util.h | 6 +++++-
- src/zenity.h | 1 +
- 15 files changed, 37 insertions(+), 26 deletions(-)
-
-commit e6021b4a225768643a048b6b10ea9ff6bce6de3e
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Sat Aug 31 00:08:26 2013 -0300
-
- Bump to 3.9.91
-
- NEWS | 10 ++++++++++
- configure.ac | 2 +-
- 2 files changed, 11 insertions(+), 1 deletion(-)
-
-commit 4a826c6bbb299c708b5ff0b55d29b0c70c5e2927
-Author: Anish A <aneesh.nl@gmail.com>
-Date: Sat Aug 17 17:18:53 2013 +0530
-
- Updated Malayalam Translation
-
- po/ml.po | 348 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 186 insertions(+), 162 deletions(-)
-
-commit 58245d4d4acd00e256e29159e645fa0c5f117d34
-Author: Benjamin Berg <benjamin@sipsolutions.net>
-Date: Fri Aug 2 11:17:17 2013 +0200
-
- Add a runtime check for X11 (bug #705335)
-
- If GTK+ is compiled with multiple backends, then it is necessary
- to do a runtime check for the used backend.
-
- src/util.c | 7 +++++--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-commit f7d071883a4a34425b4153f437a1d57d64d9416a
-Author: tuhaihe <1132321739qq@gmail.com>
-Date: Sun Aug 4 10:28:58 2013 +0800
-
- Updated Chinese simplified translation for help
-
- help/zh_CN/zh_CN.po | 3143 +++++++++++++++++++++++++++++++--------------------
- 1 file changed, 1945 insertions(+), 1198 deletions(-)
-
-commit b52223749b98e5e6136eb91c033615c78d24ccb0
-Author: Marek Černocký <marek@manet.cz>
-Date: Sat Jul 13 03:57:34 2013 +0200
-
- Updated Czech translation
-
- po/cs.po | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit c89ce9c3812fdc3a2637fd76b42a07385ad50684
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Jun 4 16:27:48 2013 -0300
-
- Bug #653468. Fixed by Kurt Miller <kurt@intricatesoftware.com>.
- Fix the broken auto-close option in progress and list dialogs.
-
- src/progress.c | 9 ++++-----
- src/tree.c | 9 ++++-----
- 2 files changed, 8 insertions(+), 10 deletions(-)
-
-commit 7c234ed9b71d5f009abff509ef2bf576f61a0cbb
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Thu May 23 16:27:58 2013 -0300
-
- Bug 698683 - Double clicking an item or hitting enter after selecting an item
- returns it twice
-
- src/tree.c | 6 ------
- 1 file changed, 6 deletions(-)
-
-commit f71280f334577882930d23369ea8aba1089ae56e
-Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
-Date: Thu May 9 17:20:48 2013 +0200
-
- Updated German help translation (fix tag mismatches)
-
- help/de/de.po | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-commit 291cb422a3e2a988f07fbb4a22cea14068eb26df
-Author: Bruce Cowan <bruce@bcowan.me.uk>
-Date: Sat Apr 6 17:36:14 2013 +0100
-
- Updated British English translation
-
- po/en_GB.po | 358 ++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 193 insertions(+), 165 deletions(-)
-
-commit f1155034e32463bc7fa9eedd4e295306a72a5f2d
-Author: Gheyret Kenji <gheyret@gmail.com>
-Date: Sat Apr 6 18:41:32 2013 +0900
-
- Updated Uyghur translation
-
- Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
-
- po/ug.po | 344 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 184 insertions(+), 160 deletions(-)
-
-commit 99a53a868c67f260df12d58afda9d976fb808dd8
-Author: Andika Triwidada <andika@gmail.com>
-Date: Sat Mar 30 11:13:59 2013 +0700
-
- Updated Indonesian translation
-
- po/id.po | 345 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 185 insertions(+), 160 deletions(-)
-
-commit 7ba728c5d252f8dd6260396fad05e82c804d9a48
-Author: Victor Ibragimov <victor.ibragimov@gmail.com>
-Date: Fri Mar 29 22:49:15 2013 +0500
-
- Updated Tajik translation - Victor Ibragimov
-
- po/tg.po | 18 +++++++++---------
- 1 file changed, 9 insertions(+), 9 deletions(-)
-
-commit 185dbca4c84ec8cee256d8df52d7aff8f63eceea
-Author: Matthias Clasen <mclasen@redhat.com>
-Date: Tue Mar 26 06:36:20 2013 -0400
-
- 3.8.0
-
- NEWS | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-commit ec53402458356ca08526a7d7320df884864db29a
-Author: Dr.T.Vasudevan <drtvasudevan@gmail.com>
-Date: Sat Mar 23 14:27:37 2013 +0530
-
- Updated Tamil translation
-
- po/ta.po | 343 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 184 insertions(+), 159 deletions(-)
-
-commit d4f0ee960733a1548fe4258e87adf75511ec4c2e
-Author: Arash Mousavi <mousavi.arash@gmail.com>
-Date: Fri Mar 22 18:00:13 2013 +0430
-
- L10N: Updated Persian Translation
-
- po/fa.po | 351 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 197 insertions(+), 154 deletions(-)
-
-commit 1577b78ab7ce31b656b610e9ee46fd2af495108b
-Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
-Date: Wed Mar 20 11:40:30 2013 +0100
-
- Updated Basque language
-
- po/eu.po | 349 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 187 insertions(+), 162 deletions(-)
-
-commit fe0addb8dd7fb0d9011ea586261a58a2b3691ee0
-Author: Victor Ibragimov <victor.ibragimov@gmail.com>
-Date: Tue Mar 19 22:23:38 2013 +0100
-
- [l10n] Added Tadjik translation
-
- po/LINGUAS | 1 +
- po/tg.po | 781 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 782 insertions(+)
-
-commit 77f072ed09adbd2c870eb76dfeeb7ba49c9a4d72
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Sun Mar 17 20:03:53 2013 +0100
-
- [l10n] Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 343 +++++++++++++++++++++++++++++-------------------------
- 1 file changed, 184 insertions(+), 159 deletions(-)
-
-commit 451a45983627a19807a98a9fd31b9a7f005efa43
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sun Mar 17 00:17:54 2013 +0900
-
- Updated Korean translation
-
- po/ko.po | 343 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 184 insertions(+), 159 deletions(-)
-
-commit a301d7c4c27a36049e132ba7f2e22d15f7c7feff
-Author: Duarte Loreto <happyguy_pt@hotmail.com>
-Date: Fri Mar 15 14:41:04 2013 +0000
-
- Updated Portuguese translation and converted to New Spelling (Novo AO)
-
- po/pt.po | 401 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 213 insertions(+), 188 deletions(-)
-
-commit 3d5736c774aaa2d39a24f696cfb46ecb4840d9a4
-Author: Balázs Úr <urbalazs@src.gnome.org>
-Date: Fri Mar 15 12:44:32 2013 +0100
-
- Updated Hungarian translation
-
- po/hu.po | 343 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 184 insertions(+), 159 deletions(-)
-
-commit 7b5800fd1988c2ca2e8c7c4a0b34dac9e061dd16
-Author: Mattias Põldaru <mahfiaz@gmail.com>
-Date: Wed Mar 13 12:54:43 2013 +0200
-
- [l10n] Updated Estonian translation
-
- po/et.po | 27 ++++++++++++++++++++++++---
- 1 file changed, 24 insertions(+), 3 deletions(-)
-
-commit 3c5aa5944e64874b476db543331b70b766e3d405
-Author: Joe Hansen <joedalton2@yahoo.dk>
-Date: Tue Mar 12 23:20:31 2013 +0100
-
- Updated Danish translation
-
- po/da.po | 347 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 186 insertions(+), 161 deletions(-)
-
-commit 7a551c59cd93d979e1c15a78a52b7ac22c288b1e
-Author: Claudio Arseni <claudio.arseni@ubuntu.com>
-Date: Tue Mar 12 19:06:19 2013 +0100
-
- [l10n] Updated Italian translation.
-
- po/it.po | 355 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 190 insertions(+), 165 deletions(-)
-
-commit 6ee638043607780729c6451e9e4c13e592374a92
-Author: Nilamdyuti Goswami <ngoswami@redhat.com>
-Date: Tue Mar 12 16:09:11 2013 +0530
-
- Assamese translation updated for gnome 3.8
-
- po/as.po | 387 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 210 insertions(+), 177 deletions(-)
-
-commit 7ea6ca86fd87df57d4f964e29704ad8941d8df1d
-Author: Yuri Kozlov <yuray@komyakino.ru>
-Date: Mon Mar 11 09:19:39 2013 +0400
-
- Updated Russian translation
-
- po/ru.po | 357 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 190 insertions(+), 167 deletions(-)
-
-commit 8e7ea16bdff3a37b6d974e07ba258891c56c3261
-Author: Joan Duran <jodufi@gmail.com>
-Date: Sun Mar 10 23:51:29 2013 +0100
-
- [l10] Updated Catalan translation
-
- po/ca.po | 343 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 184 insertions(+), 159 deletions(-)
-
-commit 172dbd2936e8f89a430443cc0d2d1cb1bbe98663
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Sun Mar 10 18:51:46 2013 +0100
-
- Update French translation
-
- po/fr.po | 339 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 182 insertions(+), 157 deletions(-)
-
-commit 4b3a8e204ae54828fdcbc88f276ee06b5565b2d0
-Author: Dimitris Spingos <dmtrs32@gmail.com>
-Date: Sat Mar 9 11:08:55 2013 +0200
-
- Updated Greek translation
-
- po/el.po | 343 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 184 insertions(+), 159 deletions(-)
-
-commit b5378cc781963c3d1db6400dee85ff2043a55690
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Thu Mar 7 17:07:24 2013 +0100
-
- Updated Slovenian translation
-
- po/sl.po | 341 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 183 insertions(+), 158 deletions(-)
-
-commit 40e349168adee5997698607898e4e8641f4b3224
-Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
-Date: Thu Mar 7 17:19:02 2013 +0300
-
- Updated Belarusian translation.
-
- po/be.po | 341 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 183 insertions(+), 158 deletions(-)
-
-commit 1ac1da63f8de626ce10d350be7b29744a743ec95
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Mar 5 16:56:24 2013 -0300
-
- But #674881 - Timeout option overriding normal exit code
-
- src/calendar.c | 33 ++++++++++++------
- src/entry.c | 31 +++++++++++------
- src/fileselection.c | 33 ++++++++++++------
- src/forms.c | 99 ++++++++++++++++++++++++++++-------------------------
- src/progress.c | 5 ++-
- src/scale.c | 5 +++
- src/text.c | 27 ++++++++++-----
- src/tree.c | 37 ++++++++++++--------
- src/util.c | 8 ++---
- 9 files changed, 169 insertions(+), 109 deletions(-)
-
-commit 3af1e444e63449b97167e428ef99b9b8c7c130dd
-Author: Rafael Ferreira <rafael.f.f1@gmail.com>
-Date: Tue Mar 5 14:41:40 2013 -0300
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 346 ++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 186 insertions(+), 160 deletions(-)
-
-commit ad5052e23485801a732824051cae8975c1b38c7f
-Author: Marek Černocký <marek@manet.cz>
-Date: Tue Mar 5 15:00:22 2013 +0100
-
- Updated Czech translation
-
- po/cs.po | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 481c6f234dfe1423b1861aa4a4f9d0d19b37b6b0
-Author: Marek Černocký <marek@manet.cz>
-Date: Tue Mar 5 14:59:32 2013 +0100
-
- Updated Czech translation
-
- po/cs.po | 343 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 185 insertions(+), 158 deletions(-)
-
-commit 98652c1631439f7c3eb0d1475eaf2add9bb77e37
-Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
-Date: Tue Mar 5 16:15:08 2013 +0700
-
- Updated Thai translation
-
- po/th.po | 353 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 189 insertions(+), 164 deletions(-)
-
-commit 54fa8d35d0f5dd1365eb1e0fe72a0f4b2212c98c
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Mon Mar 4 14:44:12 2013 +0100
-
- [l10n] Updated German translation
-
- po/de.po | 386 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 208 insertions(+), 178 deletions(-)
-
-commit afe5ed8127741f0d0f0b5eea31821faae739a2a5
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Sun Mar 3 13:49:42 2013 +0200
-
- Updated Hebrew translation.
-
- po/he.po | 416 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 221 insertions(+), 195 deletions(-)
-
-commit 0d190f73eade353143ee0e4034b37c601eebbb14
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Sat Mar 2 23:14:57 2013 +0200
-
- Updated Lithuanian translation
-
- po/lt.po | 441 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 230 insertions(+), 211 deletions(-)
-
-commit d090106ca7239c9907a4985af849969d9bfe1132
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Fri Mar 1 22:53:46 2013 +0800
-
- Updated Traditional Chinese translation(Hong Kong and Taiwan)
-
- po/zh_HK.po | 344 ++++++++++++++++++++++++++++++++----------------------------
- po/zh_TW.po | 344 ++++++++++++++++++++++++++++++++----------------------------
- 2 files changed, 368 insertions(+), 320 deletions(-)
-
-commit 4ca1249eea35ea9d3ba4e41bcbb4607334cefc2a
-Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
-Date: Fri Mar 1 10:19:39 2013 +0100
-
- Updated Serbian translation
-
- po/sr.po | 354 ++++++++++++++++++++++++++++++---------------------------
- po/sr@latin.po | 354 ++++++++++++++++++++++++++++++---------------------------
- 2 files changed, 378 insertions(+), 330 deletions(-)
-
-commit 0f6d084baf7fbdc156f5cecc5ada0927fbd9f698
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Wed Feb 27 19:52:01 2013 +0100
-
- Updated Polish translation
-
- po/pl.po | 339 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 182 insertions(+), 157 deletions(-)
-
-commit e45069316180478133909dcee073131d4e96531d
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Wed Feb 27 18:29:25 2013 +0100
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 339 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 182 insertions(+), 157 deletions(-)
-
-commit c1d546c019d5d0d2f5c0a15e6a7da447345e0327
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Tue Feb 26 11:47:28 2013 +0100
-
- Updated Spanish translation
-
- po/es.po | 343 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 184 insertions(+), 159 deletions(-)
-
-commit 3b4870242abcc8015c271328f1b1bc4625b45cce
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Tue Feb 26 00:40:47 2013 +0100
-
- Updated Galician translations
-
- po/gl.po | 345 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 185 insertions(+), 160 deletions(-)
-
-commit 74d867c2aa9dde9dc21297c67af9e6432124b054
-Author: Nuno Araujo <nuno.araujo@russo79.com>
-Date: Thu Feb 14 01:08:56 2013 +0100
-
- Allow to specify notification's hints
-
- Desktop Notifications Specification [1] specifies that hints can be
- used to provide extra data to a notification server.
-
- A new command line option --hint allows to add a hint to the
- notification to display.
- This option can be used multiple times, one for each hint to add.
- --hint option format is name:value.
-
- The new 'hints' command allow to specify hints in 'listen' mode.
- Same format that in the command line option is used.
- Several hints can be passed by separating them by '\n'.
-
- Hints of value type '(iiibiiay)' are not supported.
- This value type is used to pass a raw data image as a hint value.
-
- This new change is useful for implementing the NotificationSource [2]
- GNOME Goal.
- A application using zenity and having a desktop file, can now specify
- that it is a notification emitter and it's notifications can be
- filtered in the new Notifications GNOME control panel pane.
-
- [1] http://people.gnome.org/~mccann/docs/notification-spec/notification-spec-latest.html#hints
- [2] https://live.gnome.org/GnomeGoals/NotificationSource
-
- https://bugzilla.gnome.org/show_bug.cgi?id=693751
-
- src/notification.c | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++
- src/option.c | 16 +++++++
- src/zenity.h | 1 +
- 3 files changed, 148 insertions(+)
-
-commit bcdb382b6af8f9f47db43c3087dc6a45e5b00913
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sun Feb 17 21:23:07 2013 +0100
-
- Updated Polish translation
-
- po/pl.po | 16 ++++++++--------
- 1 file changed, 8 insertions(+), 8 deletions(-)
-
-commit 7277f8edbfeaa21bd88f86b2ca732223f1ddd69a
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Mon Feb 4 21:07:53 2013 +0800
-
- Updated Traditional Chinese translation(Hong Kong and Taiwan)
-
- po/zh_HK.po | 13 +++++++------
- po/zh_TW.po | 13 +++++++------
- 2 files changed, 14 insertions(+), 12 deletions(-)
-
-commit a666a2910c07cba13aa90353371ab6ff87c73357
-Author: Gheyret Kenji <gheyret@gmail.com>
-Date: Sat Feb 2 12:25:42 2013 +0900
-
- Updated Uyghur translation
-
- Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
-
- po/ug.po | 27 +++++++++------------------
- 1 file changed, 9 insertions(+), 18 deletions(-)
-
-commit 043c9da9d0a860eb1fe08d76d99aa550f78f5ea4
-Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
-Date: Wed Jan 30 22:40:51 2013 +0100
-
- Updated Basque language
-
- po/eu.po | 405 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 211 insertions(+), 194 deletions(-)
-
-commit 76b4ebb4b36f060940a369972bd986ba277069fe
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Wed Jan 23 12:28:59 2013 +0100
-
- Update French translation
-
- po/fr.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit e16cb460bba557b72f095f7d21d46f4530122e3d
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Mon Jan 21 12:22:22 2013 +0100
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-commit 3288a2e150fa0b2dc2e825f89e19992fc5c80d22
-Author: Alexander Shopov <ash@kambanaria.org>
-Date: Wed Jan 9 06:59:19 2013 +0200
-
- Updated Bulgarian translation
-
- po/bg.po | 14 +++++++-------
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
-commit 8085741c5e2a6f2d12852e2989790c23dfc2b91a
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Mon Dec 31 02:35:04 2012 +0100
-
- [l10n] Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 33 ++++++++++++++++++---------------
- 1 file changed, 18 insertions(+), 15 deletions(-)
-
-commit fa17c39bc0f1d0ff02454f85c85255f7e8edd7fa
-Author: Gil Forcada <gforcada@gnome.org>
-Date: Mon Dec 31 02:35:02 2012 +0100
-
- [l10n] Updated Catalan translation
-
- po/ca.po | 9 ++++-----
- 1 file changed, 4 insertions(+), 5 deletions(-)
-
-commit 8b85875766db5cdf4b089bfa4f8359b296d11d96
-Author: Dimitris Spingos <dmtrs32@gmail.com>
-Date: Sat Dec 29 19:57:20 2012 +0200
-
- Updated Greek translation
-
- po/el.po | 31 +++++++++++++++----------------
- 1 file changed, 15 insertions(+), 16 deletions(-)
-
-commit 70050d4b22ad46ee471489ebbfb2543f06393de4
-Author: Balázs Úr <urbalazs@src.gnome.org>
-Date: Sat Dec 29 17:58:08 2012 +0100
-
- Updated Hungarian translation
-
- po/hu.po | 23 ++++++++++++++---------
- 1 file changed, 14 insertions(+), 9 deletions(-)
-
-commit 019600a54f2459a46694f3022abe361e1559c1c2
-Author: Enrico Nicoletto <enriconlto@src.gnome.org>
-Date: Tue Dec 25 20:32:49 2012 -0200
-
- Updated Brazilian Portuguese Translation
-
- po/pt_BR.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit 004029309798281fe1fb026b6c03d82dabc02319
-Author: Dr.T.Vasudevan <drtvasudevan@gmail.com>
-Date: Sun Dec 9 15:38:05 2012 +0530
-
- Updated Tamil translation
-
- po/ta.po | 418 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 220 insertions(+), 198 deletions(-)
-
-commit 0a38bbd51565b8b380902b959fc4cbf1277b97e3
-Author: Mattias Põldaru <mahfiaz@gmail.com>
-Date: Fri Dec 7 11:27:28 2012 +0200
-
- [l10n] Updated Estonian translation
-
- po/et.po | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit cdc3c577b079bbda6f97979b483ffdcee197d834
-Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
-Date: Fri Dec 7 09:38:01 2012 +0100
-
- Updated Serbian translation
-
- po/sr.po | 22 ++--
- po/sr@latin.po | 319 ++++++++++++++++++++++++++++++---------------------------
- 2 files changed, 178 insertions(+), 163 deletions(-)
-
-commit d079677fcdf5779c8f5cd6fb8cdefba41ce030af
-Author: Bastien Nocera <hadess@hadess.net>
-Date: Thu Nov 29 08:12:56 2012 +0100
-
- help: Fix French translation
-
- Which fixes the build.
-
- help/fr/fr.po | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 8035d7359d220b5dcd4ecc59cc431fb2b7f20ba4
-Author: Dušan Kazik <prescott66@gmail.com>
-Date: Tue Nov 27 22:58:20 2012 +0100
-
- Updated slovak translation
-
- po/sk.po | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-commit 0b091fa9fde525115db8e93cf40f5e3588f16f19
-Author: Dušan Kazik <prescott66@gmail.com>
-Date: Tue Nov 27 22:56:15 2012 +0100
-
- Updated slovak translation
-
- po/sk.po | 7 ++++---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-commit 82ce075015953050e975848c5502c899ff626e75
-Author: Andika Triwidada <andika@gmail.com>
-Date: Mon Nov 26 20:01:01 2012 +0700
-
- Updated Indonesian translation
-
- po/id.po | 12 +++++-------
- 1 file changed, 5 insertions(+), 7 deletions(-)
-
-commit 31b15076eda4b0824475a5c0847d0369f21e28a4
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sat Nov 24 19:53:28 2012 +0100
-
- Updated Polish translation
-
- po/pl.po | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-commit 385827405415d96784aac62530fca69281b09594
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Sat Nov 24 16:43:32 2012 +0200
-
- Updated Lithuanian translation
-
- po/lt.po | 11 +++++------
- 1 file changed, 5 insertions(+), 6 deletions(-)
-
-commit b7c1969c3a3448f7f37820a43c38f0f8c5e56148
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Sat Nov 24 12:14:21 2012 +0100
-
- Updated Galician translations
-
- po/gl.po | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-commit 768bb61cd79d1fe5cb772fd6bf0d0636f7d5011a
-Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
-Date: Fri Nov 23 19:44:52 2012 +0100
-
- [l10n] Updated Dutch translation
-
- po/nl.po | 452 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 253 insertions(+), 199 deletions(-)
-
-commit 2fcc19ce34859a9cf6fd76418543f17965bc6966
-Author: Marek Černocký <marek@manet.cz>
-Date: Fri Nov 23 19:09:30 2012 +0100
-
- Updated Czech translation
-
- po/cs.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit a0d3fd9c7e1ede2ca572a9b8bd080e5bbfead301
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Fri Nov 23 10:08:07 2012 +0200
-
- Updated Hebrew translation.
-
- po/he.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit e8f944565263b06937acc5570f855eda4daf4063
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Thu Nov 22 21:30:06 2012 +0100
-
- [l10n] Updated German translation
-
- po/de.po | 43 ++++++++++++++++++++-----------------------
- 1 file changed, 20 insertions(+), 23 deletions(-)
-
-commit 8ef7fca5d495dcfd218c269609ff53138d75c368
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Thu Nov 22 16:21:45 2012 +0100
-
- Updated Spanish translation
-
- po/es.po | 9 ++++-----
- 1 file changed, 4 insertions(+), 5 deletions(-)
-
-commit 4aa223a6974fd87d265956f391e7ef31ce19a52a
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Thu Nov 22 14:52:36 2012 +0100
-
- Updated Slovenian translation
-
- po/sl.po | 159 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 77 insertions(+), 82 deletions(-)
-
-commit 9beba8872dd01d6c9347717d9ce156c059e85a0d
-Author: Marc Ruiz - radykal - <radykal@radykal.com>
-Date: Mon Nov 12 21:57:07 2012 +0100
-
- Replaced string 'could' to start with an Uppercase.
-
- BUG ID: 687180
-
- src/notification.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit a06afb77885a69040c22a1933254c9f6065805dd
-Author: Matthias Clasen <mclasen@redhat.com>
-Date: Wed Nov 21 13:59:24 2012 -0500
-
- 3.7.2
-
- NEWS | 4 ++++
- configure.ac | 2 +-
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
-commit c9b6cfade621d54104682d62e33506bad181beb1
-Author: Dušan Kazik <prescott66@gmail.com>
-Date: Tue Oct 30 21:06:12 2012 +0100
-
- Updated slovak translation
-
- po/sk.po | 820 ++++++++++++++++++++++++++++++++++++++++++---------------------
- 1 file changed, 545 insertions(+), 275 deletions(-)
-
-commit 6573abc6e972413d35a76122af8d0da2e831f1da
-Author: Wolfgang Stoeggl <c72578@yahoo.de>
-Date: Tue Oct 23 15:50:33 2012 +0200
-
- Updated German translation
-
- po/de.po | 319 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 167 insertions(+), 152 deletions(-)
-
-commit 03f10d30bc2eae05745bcf2c2c3f466671f24b77
-Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
-Date: Tue Oct 23 13:26:34 2012 +0900
-
- [l10n] Update Japanese translation
-
- po/ja.po | 314 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 164 insertions(+), 150 deletions(-)
-
-commit cb9855dd20cc250025d48357124689784f51500d
-Author: Mattias Põldaru <mahfiaz@gmail.com>
-Date: Fri Oct 19 10:37:04 2012 +0300
-
- [l10n] Updated Estonian translation
-
- po/et.po | 13 +++++++++++--
- 1 file changed, 11 insertions(+), 2 deletions(-)
-
-commit de901520c9d99e540bac9c3d89154a669e3522c3
-Author: Ask H. Larsen <asklarsen@gmail.com>
-Date: Mon Oct 15 06:39:55 2012 +0200
-
- Updated Danish translation
-
- po/da.po | 313 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 164 insertions(+), 149 deletions(-)
-
-commit 18c50d9c00a9f49f788409b1b5fb42d1fb9d9798
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Sat Oct 13 12:55:43 2012 +0200
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 314 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 164 insertions(+), 150 deletions(-)
-
-commit 779764243c84e2fe3a5ddcbb45e7c9cf30f888ff
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sat Oct 13 18:47:34 2012 +0900
-
- Updated Korean translation
-
- po/ko.po | 312 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 163 insertions(+), 149 deletions(-)
-
-commit 7bb6c90e66e8cc92c48c09c2fa39f5757338fa84
-Author: Chris Leonard <cjl@laptop.org>
-Date: Fri Oct 12 18:51:37 2012 +0100
-
- Updated British English translation
-
- po/en_GB.po | 316 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 165 insertions(+), 151 deletions(-)
-
-commit f4dd1cdf389c52940f677c5970841e253d35973e
-Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
-Date: Tue Oct 9 18:24:59 2012 +0700
-
- Updated Thai translation
-
- po/th.po | 312 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 163 insertions(+), 149 deletions(-)
-
-commit 080da6c5b6bff279306be0ca5181f3d1de632907
-Author: Anish A <aneesh.nl@gmail.com>
-Date: Sat Oct 6 00:05:24 2012 +0400
-
- Updated Malayalam translation
-
- po/ml.po | 585 +++++++++++++++++++++++++++++++++++++++++----------------------
- 1 file changed, 378 insertions(+), 207 deletions(-)
-
-commit d4e3126ef5cc8bfcf2179b9931df927c501d29d2
-Author: Gabor Kelemen <kelemeng@gnome.hu>
-Date: Wed Oct 3 00:19:25 2012 +0200
-
- Updated Hungarian translation
-
- po/hu.po | 326 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 168 insertions(+), 158 deletions(-)
-
-commit 0be5cdd7442a70899def8dfa58b7ec7eca19e7a0
-Author: Rafael Ferreira <rafael.f.f1@gmail.com>
-Date: Tue Oct 2 14:56:05 2012 -0300
-
- Updated Brazilian Portuguese Translation
-
- po/pt_BR.po | 312 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 163 insertions(+), 149 deletions(-)
-
-commit d1b820b26c7cbce94afc6ad7a4b4dc323fcf61b0
-Author: Alexander Shopov <ash@kambanaria.org>
-Date: Tue Oct 2 05:34:22 2012 +0300
-
- Updated Bulgarian translation
-
- po/bg.po | 312 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 163 insertions(+), 149 deletions(-)
-
-commit 34053d1acc40ba8c0aad0b8a17ebf5a71327aa31
-Author: Gheyret Kenji <gheyret@gmail.com>
-Date: Sat Sep 29 22:47:16 2012 +0900
-
- Uyghur Translation is updated.
-
- po/ug.po | 453 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 226 insertions(+), 227 deletions(-)
-
-commit db5c240289fbcc47614972acf9911f8548b2f01b
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Thu Sep 27 22:11:45 2012 +0300
-
- Updated Lithuanian translation
-
- po/lt.po | 412 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 216 insertions(+), 196 deletions(-)
-
-commit 30ba0e83cce7b08e9b573ed2e5c393ed89701434
-Author: Yuri Myasoedov <omerta13@yandex.ru>
-Date: Thu Sep 27 16:41:06 2012 +0400
-
- Updated Russian translation
-
- po/ru.po | 315 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 165 insertions(+), 150 deletions(-)
-
-commit 2ee46b0ad867f9e972db900207cdbc5075e79713
-Author: Marek Černocký <marek@manet.cz>
-Date: Thu Sep 27 13:27:52 2012 +0200
-
- Updated Czech translation
-
- po/cs.po | 310 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 162 insertions(+), 148 deletions(-)
-
-commit 947f6eb1b04023aa4fbcef2e4958f2d7920a80d4
-Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
-Date: Thu Sep 27 05:38:53 2012 +0200
-
- Updated Serbian translation
-
- po/sr.po | 327 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 171 insertions(+), 156 deletions(-)
-
-commit d0d57b6b3abb5a97b93129b7d2796550ba749a8c
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Thu Sep 27 01:23:38 2012 +0200
-
- Updated Hebrew translation.
-
- po/he.po | 384 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 201 insertions(+), 183 deletions(-)
-
-commit 203cc423a170e0fb41de52c17b83166d83d17f1c
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Thu Sep 27 00:40:54 2012 +0200
-
- Updated Galician translations
-
- po/gl.po | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-commit 43d0a986fbb4d80de6070d28fec1f766b7f44584
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Thu Sep 27 00:28:01 2012 +0200
-
- Updated Galician translations
-
- po/gl.po | 27 +++++++++++++++++----------
- 1 file changed, 17 insertions(+), 10 deletions(-)
-
-commit a24e7a53d55200998325fbc0227edb7bfe69e127
-Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
-Date: Wed Sep 26 15:07:29 2012 +0300
-
- Updated Belarusian translation.
-
- po/be.po | 312 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 163 insertions(+), 149 deletions(-)
-
-commit 891f5a56b4206e827ca90f52b8e4ffbf66602736
-Author: Claudio Arseni <claudio.arseni@ubuntu.com>
-Date: Wed Sep 26 13:21:06 2012 +0200
-
- [l10n] Updated Italian translation.
-
- po/it.po | 322 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 170 insertions(+), 152 deletions(-)
-
-commit ba92ea131a3fb6f34ffbec8c38ac8d1712e7a8dd
-Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
-Date: Wed Sep 26 16:15:56 2012 +0530
-
- Assamese translation updated
-
- po/as.po | 396 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 208 insertions(+), 188 deletions(-)
-
-commit 5cd13576d632726e937dcce44466df40b898d645
-Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
-Date: Wed Sep 26 11:53:37 2012 +0300
-
- Updated Latvian translation
-
- po/lv.po | 411 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 214 insertions(+), 197 deletions(-)
-
-commit 98858b9590c39950623c418d8ca3e458bcc876ab
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Wed Sep 26 10:51:16 2012 +0200
-
- Updated Spanish translation
-
- po/es.po | 317 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 167 insertions(+), 150 deletions(-)
-
-commit cfaba825fafba091e664025601f1535e370a51c5
-Author: Tom Tryfonidis <tomtryf@gmail.com>
-Date: Wed Sep 26 11:19:22 2012 +0300
-
- Updated Greek translation
-
- po/el.po | 315 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 165 insertions(+), 150 deletions(-)
-
-commit f376d5658106a34ac941d59bf5e57c394cc463d2
-Author: Duarte Loreto <happyguy_pt@hotmail.com>
-Date: Wed Sep 26 08:03:42 2012 +0100
-
- Update French translation
-
- po/fr.po | 312 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 163 insertions(+), 149 deletions(-)
-
-commit 430afd184047a9e91c17c7a0ad754301b9297dea
-Author: Daniel Korostil <ted.korostiled@gmail.com>
-Date: Wed Sep 26 09:54:52 2012 +0300
-
- Added uk translation
-
- po/uk.po | 315 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 165 insertions(+), 150 deletions(-)
-
-commit 9d7c1ee781345320041fe210156b7d2af8bdf966
-Author: Duarte Loreto <happyguy_pt@hotmail.com>
-Date: Wed Sep 26 08:03:42 2012 +0100
-
- Updated Portuguese translation
-
- po/pt.po | 312 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 163 insertions(+), 149 deletions(-)
-
-commit 6b499f32425f7bf3bbf3b40a7216a05c17a249f7
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Wed Sep 26 08:38:17 2012 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 384 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 201 insertions(+), 183 deletions(-)
-
-commit fbec82ce5391c9c66322487b5656eb5a794134b2
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Wed Sep 26 11:55:37 2012 +0800
-
- Updated Traditional Chinese translation(Hong Kong and Taiwan)
-
- po/zh_HK.po | 313 +++++++++++++++++++++++++++++++-----------------------------
- po/zh_TW.po | 313 +++++++++++++++++++++++++++++++-----------------------------
- 2 files changed, 328 insertions(+), 298 deletions(-)
-
-commit bb8c4d1c1ab7d19cb06bfeba3fe34a1fe1d8cfb9
-Author: Andika Triwidada <andika@gmail.com>
-Date: Wed Sep 26 08:59:11 2012 +0700
-
- Updated Indonesian translation
-
- po/id.po | 320 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 167 insertions(+), 153 deletions(-)
-
-commit 7c6447f82ab31ece7f92c6b93dec2d344a24c2b1
-Author: A S Alam <aalam@users.sf.net>
-Date: Wed Sep 26 06:55:38 2012 +0530
-
- update Punjabi Translation
-
- po/pa.po | 317 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 166 insertions(+), 151 deletions(-)
-
-commit ced65cf19c877e75e2f2cca93cd3ba17c3a5bb4d
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Wed Sep 26 01:57:28 2012 +0200
-
- Updated Polish translation
-
- po/pl.po | 312 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 163 insertions(+), 149 deletions(-)
-
-commit e334f0c49ed2485f2ec4c45b4e8cdf84d0501a98
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Wed Sep 26 01:48:54 2012 +0200
-
- [l10n] Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-commit 1642d3e8ca9bc7e986d4df52b85e845bc414820e
-Author: Gil Forcada <gforcada@gnome.org>
-Date: Wed Sep 26 01:48:52 2012 +0200
-
- [l10n] Updated Catalan translation
-
- po/ca.po | 25 ++++++++++++++++---------
- 1 file changed, 16 insertions(+), 9 deletions(-)
-
-commit cabf7b76bc258e3f2bb72db5d59e9956def7c6d8
-Author: Matthias Clasen <mclasen@redhat.com>
-Date: Tue Sep 25 19:44:46 2012 -0400
-
- Revert "Don't break the string freeze"
-
- This reverts commit 156a99e304247504a486f0911596ab5765ad1add.
-
- I got the second string freeze approval after all, so lets
- add the new strings back.
-
- src/option.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit 7d4d78f4e70e2fbbad8e08413358eca6c4cbe847
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Wed Sep 26 01:31:04 2012 +0200
-
- Updated Galician translations
-
- po/gl.po | 317 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 161 insertions(+), 156 deletions(-)
-
-commit 9e71174fd72b62a0c7650612f53c1275cab20d48
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Wed Sep 26 01:21:42 2012 +0200
-
- [l10n]Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 306 ++++++++++++++++++++++++++++--------------------------
- 1 file changed, 157 insertions(+), 149 deletions(-)
-
-commit be953793d9cf034c03957f8903da12c7c0cda3c5
-Author: Gil Forcada <gforcada@gnome.org>
-Date: Wed Sep 26 01:21:38 2012 +0200
-
- [l10n] Updated Catalan translation
-
- po/ca.po | 309 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 159 insertions(+), 150 deletions(-)
-
-commit d98ae38f7791e61c636e7db550576e4d4957838a
-Author: Matthias Clasen <mclasen@redhat.com>
-Date: Tue Sep 25 18:55:12 2012 -0400
-
- 3.6.0
-
- NEWS | 13 +++++++++++++
- configure.ac | 2 +-
- 2 files changed, 14 insertions(+), 1 deletion(-)
-
-commit 156a99e304247504a486f0911596ab5765ad1add
-Author: Matthias Clasen <mclasen@redhat.com>
-Date: Tue Sep 25 18:49:50 2012 -0400
-
- Don't break the string freeze
-
- I'm out of time waiting for a second string freeze break approval,
- so the strings will be untranslated for now.
-
- src/option.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit bbcb2a3783de925b93707b8e76110ec9ebaed552
-Author: Florian Müllner <fmuellner@gnome.org>
-Date: Tue Sep 18 22:51:08 2012 +0200
-
- msg: Add an option to set a custom dialog icon
-
- The predefined dialog icons work well in many cases, but sometimes
- it makes sense to use a more specific icon, so add an option to
- specify an icon-name to use instead.
-
- https://bugzilla.gnome.org/show_bug.cgi?id=684329
-
- src/msg.c | 9 +++++++++
- src/option.c | 41 +++++++++++++++++++++++++++++++++++++++++
- src/zenity.h | 1 +
- src/zenity.ui | 8 ++++----
- 4 files changed, 55 insertions(+), 4 deletions(-)
-
-commit 0628bd3291aad936b6b553366600590cca360bfa
-Author: Florian Müllner <fmuellner@gnome.org>
-Date: Tue Sep 18 18:33:07 2012 +0200
-
- util: Add an option to request dialogs being modal
-
- As WMs cannot open windows themselves, Mutter uses zenity to open
- "Force Quit" dialogs for unresponsive windows; as those are strongly
- tied to the corresponding window, it makes sense to make them modal
- (in particular when attaching them to their parent).
-
- https://bugzilla.gnome.org/show_bug.cgi?id=684322
-
- src/calendar.c | 3 +++
- src/color.c | 3 +++
- src/entry.c | 3 +++
- src/fileselection.c | 3 +++
- src/msg.c | 3 +++
- src/option.c | 12 ++++++++++++
- src/password.c | 3 +++
- src/progress.c | 3 +++
- src/scale.c | 3 +++
- src/text.c | 3 +++
- src/tree.c | 3 +++
- src/zenity.h | 1 +
- 12 files changed, 43 insertions(+)
-
-commit 22b15e87d3a3cf70f4ba62172d8aecaaf6c146dd
-Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
-Date: Mon Sep 24 22:41:02 2012 +0300
-
- Updated Latvian translation
-
- po/lv.po | 430 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 218 insertions(+), 212 deletions(-)
-
-commit 3f188614577177e588ea62189594f1587508a9ad
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Mon Sep 24 00:01:10 2012 +0200
-
- Updated Galician translations
-
- help/gl/gl.po | 3505 +++++++++++++++++++++++++++++----------------------------
- 1 file changed, 1776 insertions(+), 1729 deletions(-)
-
-commit 2fedaab02b78bae45f1ffc72917cc967bfff3c80
-Author: YunQiang Su <yqsu@src.gnome.org>
-Date: Sun Sep 23 02:43:18 2012 +0800
-
- update Simplified Chinese (zh_CN) translation
-
- po/zh_CN.po | 381 ++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 193 insertions(+), 188 deletions(-)
-
-commit 2b113ebfb8e438dae8ec44ff07b6623a79f6c9c5
-Author: Rajesh Ranjan <rranjan@redhat.com>
-Date: Fri Sep 21 12:01:48 2012 +0530
-
- hindi update by Chandan Kumar
-
- po/hi.po | 448 ++++++++++++++++++++++++++++++---------------------------------
- 1 file changed, 211 insertions(+), 237 deletions(-)
-
-commit 310e33cd197e4cc2bd0ca2539e3f1fc812601e38
-Author: Daniel Korostil <ted.korostiled@gmail.com>
-Date: Thu Sep 20 22:17:21 2012 +0300
-
- Uploaded Ukranian
-
- po/uk.po | 309 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 157 insertions(+), 152 deletions(-)
-
-commit 87626d664499ea40e0c94cfbb81f9fa70709217a
-Author: Alexander Shopov <ash@kambanaria.org>
-Date: Tue Sep 18 22:52:27 2012 +0300
-
- Updated Bulgarian translation
-
- po/bg.po | 384 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 195 insertions(+), 189 deletions(-)
-
-commit ce9886325dffb0bff2ca6a0ebd9c5d8eaebd0a2f
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Mon Sep 17 14:22:42 2012 +0200
-
- Updated Spanish translation
-
- help/es/es.po | 89 +----------------------------------------------------------
- 1 file changed, 1 insertion(+), 88 deletions(-)
-
-commit d5ff613876b4df4d4e5381f7bda8986c34732bf5
-Author: Alexandre Franke <alexandre.franke@gmail.com>
-Date: Sun Sep 16 16:41:02 2012 +0200
-
- Update French translation
-
- help/fr/fr.po | 3339 ++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 1762 insertions(+), 1577 deletions(-)
-
-commit 8d23e244c8901f03b073f400051552ba4aa926e7
-Author: Ask H. Larsen <asklarsen@gmail.com>
-Date: Sun Sep 16 13:36:29 2012 +0200
-
- Updated Danish translation
-
- po/da.po | 378 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 191 insertions(+), 187 deletions(-)
-
-commit 36493de9f82fd28f5f87846ed2ec3d67787e681e
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Sun Sep 16 13:25:43 2012 +0200
-
- Updated Spanish translation
-
- po/es.po | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-commit 6b1733ecc75b77f77860f1ac38d954a45246c040
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sat Sep 15 18:37:21 2012 +0900
-
- Updated Korean translation
-
- po/ko.po | 380 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 192 insertions(+), 188 deletions(-)
-
-commit a452c0ac7bc5ce3e468feb5e6183a4bd9478ede7
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Thu Sep 13 19:56:32 2012 +0200
-
- Fix broken tags in German help translation
-
- help/de/de.po | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit 8664a88c61845c2b094f99e50b439fd261530461
-Author: Gabor Kelemen <kelemeng@gnome.hu>
-Date: Thu Sep 13 16:14:04 2012 +0200
-
- Update Hungarian help translation
-
- help/hu/hu.po | 2984 +++++++++++++++++++++++++++++++++++++--------------------
- 1 file changed, 1943 insertions(+), 1041 deletions(-)
-
-commit 4b3520bc64117ee52e77ae12837b9a4a9135359c
-Author: Tom Tryfonidis <tomtryf@gmail.com>
-Date: Thu Sep 13 14:00:12 2012 +0300
-
- Updated Greek help translation
-
- help/el/el.po | 97 +++--------------------------------------------------------
- 1 file changed, 5 insertions(+), 92 deletions(-)
-
-commit f2377ddbd3b39a467247dcd21e03edbce4bcb527
-Author: Krishnababu Krothapalli <kkrothap@redhat.com>
-Date: Thu Sep 13 13:40:15 2012 +0530
-
- Updated Telugu Translations
-
- po/te.po | 637 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 321 insertions(+), 316 deletions(-)
-
-commit 1681bcd9e243c8d1c51541d7ca74a6852043bda8
-Author: Rafael Ferreira <rafael.f.f1@gmail.com>
-Date: Tue Sep 11 09:25:45 2012 -0300
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 388 ++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 196 insertions(+), 192 deletions(-)
-
-commit 378839b180bad36c6687259a4479cb6431f49092
-Author: Arash Mousavi <mousavi.arash@gmail.com>
-Date: Sat Sep 8 02:15:35 2012 +0430
-
- l10n: Updated Persian translation
-
- po/fa.po | 472 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 235 insertions(+), 237 deletions(-)
-
-commit 7344f5dfd92d882f3d147129e12764734a376ca4
-Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
-Date: Fri Sep 7 17:22:29 2012 +0300
-
- Updated Belarusian translation.
-
- po/be.po | 379 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 192 insertions(+), 187 deletions(-)
-
-commit cb7e4c1c6ba39562994541edeacf1184b852059e
-Author: Marek Černocký <marek@manet.cz>
-Date: Fri Sep 7 09:45:28 2012 +0200
-
- Updated Czech translation
-
- po/cs.po | 380 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 192 insertions(+), 188 deletions(-)
-
-commit 7fe2324445282b11867e96678aad5cbda5d3a043
-Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
-Date: Thu Sep 6 16:17:15 2012 +0700
-
- Updated Thai translation.
-
- po/th.po | 397 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 213 insertions(+), 184 deletions(-)
-
-commit 8a0368c92a5c87d692e3dd4d26662458cfcbd07c
-Author: Gabor Kelemen <kelemeng@gnome.hu>
-Date: Wed Sep 5 00:46:14 2012 +0200
-
- Updated Hungarian translation
-
- po/hu.po | 389 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 196 insertions(+), 193 deletions(-)
-
-commit 513a05103056463f32772d7762f8fb1cc52045f7
-Author: Tobias Endrigkeit <tobiasendrigkeit@googlemail.com>
-Date: Wed Sep 5 00:01:50 2012 +0200
-
- Updated German translation
-
- po/de.po | 319 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 164 insertions(+), 155 deletions(-)
-
-commit d98a1ea4cfc83e3d5d77150121552fd12e481d1f
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Tue Sep 4 21:39:46 2012 +0200
-
- Updated Polish translation
-
- po/pl.po | 16 +++++++++++++---
- 1 file changed, 13 insertions(+), 3 deletions(-)
-
-commit af97c523728f7e86b4df19a3f2ab449f37cabff4
-Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
-Date: Sun Sep 2 23:14:33 2012 +0200
-
- Updated German help translation
-
- help/de/de.po | 3053 ++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 1472 insertions(+), 1581 deletions(-)
-
-commit d11700a63a8a0a411d38cd8a12715ce5cc753f95
-Author: Daniel Nylander <po@danielnylander.se>
-Date: Sun Sep 2 10:43:34 2012 +0200
-
- Updated Swedish translation
-
- po/sv.po | 444 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 224 insertions(+), 220 deletions(-)
-
-commit b9a0047f1df40626e263a786f7ced1f2c7f72ddc
-Author: Dr.T.Vasudevan <agnihot3@gmail.com>
-Date: Sun Sep 2 12:35:23 2012 +0530
-
- updated Tamil translation
-
- po/ta.po | 326 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 165 insertions(+), 161 deletions(-)
-
-commit 6c3d256d2a3d74ef2a59fc1faf66025ca9005a2d
-Author: Claude Paroz <claude@2xlibre.net>
-Date: Sat Sep 1 17:59:27 2012 +0200
-
- Updated French translation
-
- po/fr.po | 386 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 195 insertions(+), 191 deletions(-)
-
-commit cf1550f6b1a71e6ded5e7cc7b69c4b4c93f8c96e
-Author: Milo Casagrande <milo@ubuntu.com>
-Date: Sun Aug 26 21:33:30 2012 +0200
-
- [l10n] Updated Italian translation.
-
- po/it.po | 323 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 160 insertions(+), 163 deletions(-)
-
-commit 419ff3da7e329b1aa42696c42b676cb63d963c6c
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Sat Aug 25 14:57:26 2012 +0200
-
- [l10n]Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 318 +++++++++++++++++++++++++++---------------------------
- 1 file changed, 162 insertions(+), 156 deletions(-)
-
-commit 55802e2a12cad8a05051327b73e924068675a660
-Author: Vicent Cubells <vicent@vcubells.net>
-Date: Sat Aug 25 14:57:22 2012 +0200
-
- [l10n] Updated Catalan translation
-
- po/ca.po | 317 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 161 insertions(+), 156 deletions(-)
-
-commit 3c37cb51a0efb7916faf6db34b919b22052a4b6c
-Author: Yuri Myasoedov <omerta13@yandex.ru>
-Date: Fri Aug 24 00:09:50 2012 +0400
-
- Updated Russian translation
-
- po/ru.po | 479 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 242 insertions(+), 237 deletions(-)
-
-commit 6a2f05ef995c74187f46154a9e2c0c1268a508e5
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Thu Aug 23 18:27:27 2012 +0200
-
- Updated Spanish translation
-
- help/es/es.po | 3467 ++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 1815 insertions(+), 1652 deletions(-)
-
-commit 3dc820db9a58155fd5e0754935f9c79ead30a0d4
-Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-Date: Thu Aug 23 22:13:33 2012 +0900
-
- [l10n] Update Japanese translation
-
- help/ja/ja.po | 3036 +++++++++++++++++++++++++++------------------------------
- 1 file changed, 1418 insertions(+), 1618 deletions(-)
-
-commit 18ca377263efbf0eafe44f5a895e1616fb75d7f8
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Thu Aug 23 03:47:14 2012 +0200
-
- Updated Polish translation
-
- po/pl.po | 382 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 193 insertions(+), 189 deletions(-)
-
-commit 0bce73b3db20ed99e1be6ce443141df997c8bb01
-Author: Tom Tryfonidis <tomtryf@gmail.com>
-Date: Wed Aug 22 11:28:53 2012 +0300
-
- Updated Greek translations
-
- help/el/el.po | 3862 ++++++++++++++++++++++++++++-----------------------------
- po/el.po | 405 +++---
- 2 files changed, 2102 insertions(+), 2165 deletions(-)
-
-commit f4a926ff5d5c22e90033eb51cec202f8c4f43cd9
-Author: A S Alam <aalam@users.sf.net>
-Date: Wed Aug 22 07:30:35 2012 +0530
-
- update Punjabi Translation
-
- po/pa.po | 383 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 193 insertions(+), 190 deletions(-)
-
-commit bac509bb12fafb928f9e4009e46cefc63562b4ca
-Author: Frode Austvik <edorfaus@xepher.net>
-Date: Tue Aug 21 11:25:51 2012 +0200
-
- Fix the ComboBoxText construction so the dropmenu works again.
-
- This fixes lp#998445 by changing the code to construct a new ComboBoxText
- instead of a ComboBox, which it was (probably accidentally) changed to do
- in commit 4421de67.
- Closes: lp#998445
-
- src/entry.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit e4c5d60ee2f54bf4db3057483214e50ffd140c6c
-Author: Javier Jardón <jjardon@gnome.org>
-Date: Fri Aug 10 02:40:15 2012 +0900
-
- Port to new documentation infrastructure
-
- Makefile.am | 6 ++----
- configure.ac | 2 +-
- help/C/legal.xml | 2 +-
- help/Makefile.am | 13 ++++++-------
- src/util.c | 2 +-
- 5 files changed, 11 insertions(+), 14 deletions(-)
-
-commit 80e456c63466c3995f35c58815152874e7bf63ba
-Author: Dirgita <dirgitadevina@yahoo.co.id>
-Date: Tue Aug 21 21:46:48 2012 +0700
-
- Updated Indonesian translation
-
- po/id.po | 455 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 245 insertions(+), 210 deletions(-)
-
-commit 99b713552f017c0b8f4473f27ef8338c39babdfd
-Author: Duarte Loreto <happyguy_pt@hotmail.com>
-Date: Wed Aug 15 19:13:55 2012 +0100
-
- Updated Portuguese translation
-
- po/pt.po | 306 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 155 insertions(+), 151 deletions(-)
-
-commit 5dd7442bd5b544a99553b6e595419ed999ae6eab
-Author: Colin Walters <walters@verbum.org>
-Date: Sun Aug 12 12:20:07 2012 -0400
-
- Fix various compiler warnings (two serious)
-
- Missing sentinels can cause crashes. The others are just style.
-
- src/color.c | 4 ++--
- src/forms.c | 5 ++---
- src/progress.c | 2 +-
- 3 files changed, 5 insertions(+), 6 deletions(-)
-
-commit 275bd91c24c1e465f1e5021f66ebf3d9434ffa53
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Sun Aug 12 23:48:10 2012 +0800
-
- Updated Traditional Chinese translation(Hong Kong and Taiwan)
-
- po/zh_HK.po | 376 ++++++++++++++++++++++++++++++------------------------------
- po/zh_TW.po | 376 ++++++++++++++++++++++++++++++------------------------------
- 2 files changed, 380 insertions(+), 372 deletions(-)
-
-commit 316c9c277b6abc2d2a09fdf0aa74d4b38ecdda25
-Author: Chris Leonard <cjl@laptop.org>
-Date: Fri Aug 10 17:07:00 2012 +0100
-
- [l10n] Updated British English translation
-
- po/en_GB.po | 324 +++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 166 insertions(+), 158 deletions(-)
-
-commit 947f134750bd1f608616cc559aba11885e259338
-Author: Muhammet Kara <muhammetk@acikkaynak.name.tr>
-Date: Thu Aug 9 17:04:28 2012 +0300
-
- [l10n]Updated Turkish translation
-
- po/tr.po | 391 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 199 insertions(+), 192 deletions(-)
-
-commit f69d90dce125b029e2caa6cae4ef8788146ebb19
-Author: Mattias Põldaru <mahfiaz@gmail.com>
-Date: Thu Aug 9 10:32:43 2012 +0300
-
- [l10n] Updated Estonian translation
-
- po/et.po | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-commit f3072f121eecddaebe0518f18134306a24dc93f5
-Author: Mattias Põldaru <mahfiaz@gmail.com>
-Date: Wed Aug 8 21:38:34 2012 +0300
-
- [l10n] Updated Estonian translation
-
- po/et.po | 65 +++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 34 insertions(+), 31 deletions(-)
-
-commit 1b38d2b9dabf04059350ca5acd240411be2821c0
-Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
-Date: Mon Aug 6 20:54:07 2012 +0900
-
- [l10n] Update Japanese translation
-
- po/ja.po | 364 +++++++++++++++++++++++++++++----------------------------------
- 1 file changed, 168 insertions(+), 196 deletions(-)
-
-commit 3c888f5eb390f6271365997be4da31efdf93cf0d
-Author: Algimantas Margevičius <margevicius.algimantas@gmail.com>
-Date: Sat Aug 4 17:04:19 2012 +0300
-
- Updated Lithuanian translation
-
- po/lt.po | 309 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 157 insertions(+), 152 deletions(-)
-
-commit bc772e495621ae990a2c9a1fe7a015d8db7536e4
-Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
-Date: Thu Aug 2 16:12:57 2012 +0900
-
- [l10n] Update Japanese translation
-
- Modify the About label
-
- po/ja.po | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit a537640c4fe2390f85c2ac274680d5a339b46651
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Mon Jul 30 03:18:54 2012 +0200
-
- Updated Galician translations
-
- po/gl.po | 306 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 155 insertions(+), 151 deletions(-)
-
-commit d8ba692e6890dd0ad1016fb4f8577927e293d96f
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Sun Jul 29 14:37:45 2012 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 458 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 231 insertions(+), 227 deletions(-)
-
-commit 4808460c4d9858068f39ef21a049ff5c1de6ae44
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Wed Jul 25 16:34:37 2012 +0200
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 308 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 156 insertions(+), 152 deletions(-)
-
-commit 7f60479d2732ac7e46ec1ac1bcf3091ad1816a38
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Tue Jul 24 22:17:44 2012 +0300
-
- Updated Hebrew translation.
-
- po/he.po | 444 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 224 insertions(+), 220 deletions(-)
-
-commit 94ebad50ae169a5e01a2ae580c10eddc83b77fbc
-Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
-Date: Sun Jul 22 07:53:10 2012 +0200
-
- Updated Serbian translation
-
- po/sr.po | 431 +++++++++++++++++++++++++++------------------------------
- po/sr@latin.po | 431 +++++++++++++++++++++++++++------------------------------
- 2 files changed, 402 insertions(+), 460 deletions(-)
-
-commit b06f4003f76792a9e31fc85a35d8dd0b26203fb2
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Sat Jul 21 18:51:53 2012 +0200
-
- Updated Spanish translation
-
- po/es.po | 384 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 194 insertions(+), 190 deletions(-)
-
-commit 31eef0cd8acf91aba30b5b94d5544247ebaff6bd
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sat Jul 21 01:07:48 2012 +0200
-
- Revert "Fixing string freeze"
-
- This reverts commit 8777940f499a4a37fdb7c118de50f39cfa62f34b.
-
- The master branch is not yet affected by the string freeze.
-
- src/option.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit 8777940f499a4a37fdb7c118de50f39cfa62f34b
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Thu Jul 19 14:44:53 2012 -0300
-
- Fixing string freeze
-
- src/option.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit c17eff5863009c69196e92520b150643f1f7937d
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Thu Jul 19 14:22:25 2012 -0300
-
- Added support to --imagelist on tree. Thanks to Joshua Nathaniel Pritikin <jpritikin@pobox.com> now the first column can have an image.
-
- src/option.c | 16 ++++++++++++++++
- src/tree.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++------
- src/zenity.h | 1 +
- 3 files changed, 64 insertions(+), 6 deletions(-)
-
-commit 9a2a2d8367f7c6a638370adcc6709a691fd883ff
-Author: Tom Tryfonidis <tomtryf@gmail.com>
-Date: Fri Jul 13 13:52:58 2012 +0300
-
- Updated Greek translations
-
- help/el/el.po | 3354 ++++++++++++++++++++++++++++++++++-----------------------
- po/el.po | 162 ++-
- 2 files changed, 2094 insertions(+), 1422 deletions(-)
-
-commit a803657abfdf47337d7813b3307b8197574ad813
-Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-Date: Mon Jul 2 14:55:33 2012 +0700
-
- Updated Vietnamese translation
-
- po/vi.po | 29 +++++++++++++----------------
- 1 file changed, 13 insertions(+), 16 deletions(-)
-
-commit 1600cf99cff59b3dd30c48a4daa82a5be1377117
-Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-Date: Mon Jul 2 14:51:57 2012 +0700
-
- po/vi: import from Damned Lies
-
- po/vi.po | 505 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 278 insertions(+), 227 deletions(-)
-
-commit a979d4ae00938c33247dbd24494eccd553f1ccf7
-Author: Ioannis Zampoukas <ioza1964@yahoo.gr>
-Date: Fri Jun 22 22:30:40 2012 +0300
-
- Updated Greek translation
-
- po/el.po | 171 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 85 insertions(+), 86 deletions(-)
-
-commit d845087870a8994dfb0842bf72ca7a5d5138fbef
-Author: Alexandre Rostovtsev <tetromino@gentoo.org>
-Date: Sat May 19 20:53:27 2012 -0400
-
- Do not crash in --forms --add-list without column values
-
- Be a bit more user friendly, and instead of crashing, add a default
- column name if the user forgot to use --column-values with a --forms list.
-
- https://bugzilla.gnome.org/show_bug.cgi?id=676406
-
- src/option.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-commit 4ca4e421c59708dae16b631069d460edb8b134d0
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Wed May 16 19:10:16 2012 +0200
-
- Remove markup from translatable strings
-
- Also manually unbreak the string freeze break.
-
- po/af.po | 4 ++--
- po/ar.po | 4 ++--
- po/as.po | 4 ++--
- po/be.po | 4 ++--
- po/bg.po | 4 ++--
- po/bn_IN.po | 4 ++--
- po/ca.po | 4 ++--
- po/ca@valencia.po | 4 ++--
- po/cs.po | 4 ++--
- po/da.po | 4 ++--
- po/de.po | 4 ++--
- po/el.po | 4 ++--
- po/en_GB.po | 4 ++--
- po/eo.po | 4 ++--
- po/es.po | 4 ++--
- po/et.po | 4 ++--
- po/eu.po | 4 ++--
- po/fa.po | 4 ++--
- po/fi.po | 4 ++--
- po/fr.po | 4 ++--
- po/gl.po | 4 ++--
- po/gu.po | 4 ++--
- po/he.po | 4 ++--
- po/hi.po | 4 ++--
- po/hu.po | 4 ++--
- po/id.po | 4 ++--
- po/it.po | 4 ++--
- po/ja.po | 4 ++--
- po/ko.po | 4 ++--
- po/lt.po | 4 ++--
- po/lv.po | 4 ++--
- po/nb.po | 4 ++--
- po/nl.po | 4 ++--
- po/nn.po | 4 ++--
- po/or.po | 4 ++--
- po/pa.po | 4 ++--
- po/pl.po | 4 ++--
- po/pt.po | 4 ++--
- po/pt_BR.po | 4 ++--
- po/ro.po | 4 ++--
- po/ru.po | 4 ++--
- po/sl.po | 4 ++--
- po/sr.po | 4 ++--
- po/sr@latin.po | 4 ++--
- po/sv.po | 4 ++--
- po/ta.po | 4 ++--
- po/te.po | 2 +-
- po/th.po | 4 ++--
- po/tr.po | 4 ++--
- po/ug.po | 4 ++--
- po/uk.po | 4 ++--
- po/vi.po | 4 ++--
- po/zh_CN.po | 4 ++--
- po/zh_HK.po | 4 ++--
- po/zh_TW.po | 4 ++--
- src/zenity.ui | 15 ++++-----------
- 56 files changed, 113 insertions(+), 120 deletions(-)
-
-commit 516a25804851435ead4081e919d715da5d3cdde2
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Mon May 14 16:55:54 2012 +0200
-
- Revert "Updated Spanish translation"
-
- This reverts commit 589ffee23b8bc10e8ab3b277cc89a2cfa3fa864a.
-
- po/es.po | 6112 +++++++-------------------------------------------------------
- 1 file changed, 634 insertions(+), 5478 deletions(-)
-
-commit 589ffee23b8bc10e8ab3b277cc89a2cfa3fa864a
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Mon May 14 16:49:32 2012 +0200
-
- Updated Spanish translation
-
- po/es.po | 6112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
- 1 file changed, 5478 insertions(+), 634 deletions(-)
-
-commit 127c298ac43cbdf3b965002e7e9115571ca1d90d
-Author: Julian Taylor <jtaylor.debian@googlemail.com>
-Date: Tue May 8 22:14:58 2012 +0200
-
- mask the result of g_io_channel_get_flags for the wanted flag
-
- src/tree.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit a3568305cd010010935e45f8ca4f096daba27a06
-Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
-Date: Fri May 4 00:03:15 2012 +0200
-
- Updated Esperanto translation
-
- po/eo.po | 260 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 132 insertions(+), 128 deletions(-)
-
-commit cb5f17a2df9fd06520d7078c50b781fc320e47a5
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Thu Apr 19 17:32:59 2012 -0300
-
- Wrong unref object
-
- src/progress.c | 1 -
- 1 file changed, 1 deletion(-)
-
-commit 1e88554c3f18c5b92a8a2724bf36d875eb6bd8f0
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Thu Apr 19 16:10:21 2012 -0300
-
- Fix for Bug 567663. Now the --pulsate option works properly
-
- src/progress.c | 12 ++++++++----
- 1 file changed, 8 insertions(+), 4 deletions(-)
-
-commit 4a30be17b3adfd7b8383f5c23fae71e31933326b
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Apr 17 16:50:52 2012 -0300
-
- Bug #673529 Fix segmentation fault in --list option
-
- src/tree.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit 9dd59df873979d7b25147f00346354dde12ea4a8
-Author: Mitsuya Shibata <mty.shibata@gmail.com>
-Date: Sat Apr 14 21:08:31 2012 +0900
-
- [l10n] Update Japanese translation
-
- po/ja.po | 23 ++++++++++-------------
- 1 file changed, 10 insertions(+), 13 deletions(-)
-
-commit 5e9ddfd9984cae4c0d5775d9f7935a41f4de3f5f
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Tue Apr 10 20:58:50 2012 +0200
-
- [l10n]Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 9 +++++----
- 1 file changed, 5 insertions(+), 4 deletions(-)
-
-commit 1c832c58ba38dd894c915f9d7042f1db1445dc27
-Author: Jordi Serratosa <jordis@softcatala.cat>
-Date: Tue Apr 10 20:58:48 2012 +0200
-
- [l10n] Fixes on Catalan translation
-
- po/ca.po | 14 ++++++++------
- 1 file changed, 8 insertions(+), 6 deletions(-)
-
-commit 899842daf1df2d80f179c7bd11bfe913ac320888
-Author: Chandan Kumar <chandankumar.093047@gmail.com>
-Date: Sun Apr 8 15:41:12 2012 +0530
-
- Updated HINDI translation
-
- po/hi.po | 556 ++++++++++++++++++++++++++++++++++++++++++---------------------
- 1 file changed, 374 insertions(+), 182 deletions(-)
-
-commit e74cd16fe931d488698783cc88876beee25951e9
-Author: Ioannis Zampoukas <ioza1964@yahoo.gr>
-Date: Sun Apr 1 10:03:28 2012 +0300
-
- Updated Greek translation
-
- po/el.po | 439 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 246 insertions(+), 193 deletions(-)
-
-commit cad310e7aa3933e8dbc1a6479b10cc78eb2e8c58
-Author: Andika Triwidada <andika@gmail.com>
-Date: Thu Mar 29 19:51:30 2012 +0700
-
- Updated Indonesian translation
-
- po/id.po | 352 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 172 insertions(+), 180 deletions(-)
-
-commit 14aca41c8abbeaefaf3d204a5934df987bac6c12
-Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-Date: Tue Mar 27 23:43:08 2012 +0900
-
- [l10n] Update Japanese translation
-
- help/ja/ja.po | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-commit a38b1e16074fe160069f358f171c7ff399d73dcc
-Author: Matthias Clasen <mclasen@redhat.com>
-Date: Sat Mar 24 22:29:29 2012 -0400
-
- Bump version
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 5a6f91b2eb6c93808de708789637f8d49b9ed54d
-Author: Matthias Clasen <mclasen@redhat.com>
-Date: Sat Mar 24 22:28:09 2012 -0400
-
- 3.4.0
-
- NEWS | 13 +++++++++++++
- configure.ac | 2 +-
- 2 files changed, 14 insertions(+), 1 deletion(-)
-
-commit 6d8caba7476c36b091b9c307964fcbe891740113
-Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-Date: Fri Mar 23 11:08:26 2012 +0900
-
- [l10n] Add new Japanese translation
-
- help/Makefile.am | 2 +-
- help/ja/figures/zenity-calendar-screenshot.png | Bin 0 -> 9364 bytes
- .../figures/zenity-colorselection-screenshot.png | Bin 0 -> 39159 bytes
- help/ja/figures/zenity-entry-screenshot.png | Bin 0 -> 6833 bytes
- help/ja/figures/zenity-error-screenshot.png | Bin 0 -> 4574 bytes
- .../ja/figures/zenity-fileselection-screenshot.png | Bin 0 -> 54721 bytes
- help/ja/figures/zenity-forms-screenshot.png | Bin 0 -> 10633 bytes
- help/ja/figures/zenity-information-screenshot.png | Bin 0 -> 6087 bytes
- help/ja/figures/zenity-list-screenshot.png | Bin 0 -> 10004 bytes
- help/ja/figures/zenity-notification-screenshot.png | Bin 0 -> 13096 bytes
- help/ja/figures/zenity-password-screenshot.png | Bin 0 -> 6534 bytes
- help/ja/figures/zenity-progress-screenshot.png | Bin 0 -> 5291 bytes
- help/ja/figures/zenity-question-screenshot.png | Bin 0 -> 5155 bytes
- help/ja/figures/zenity-scale-screenshot.png | Bin 0 -> 5892 bytes
- help/ja/figures/zenity-text-screenshot.png | Bin 0 -> 12370 bytes
- help/ja/figures/zenity-warning-screenshot.png | Bin 0 -> 6361 bytes
- help/ja/ja.po | 2195 ++++++++++++++++++++
- 17 files changed, 2196 insertions(+), 1 deletion(-)
-
-commit bd0a5fe1ec3d7809a4e39b1c4e599c531258e7a8
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Thu Mar 22 21:37:39 2012 +0100
-
- [l10n] Updated German translation
-
- po/de.po | 415 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 221 insertions(+), 194 deletions(-)
-
-commit 6a2a8a03d44465f28038013bbd56118f476e0e50
-Author: Gabor Kelemen <kelemeng@gnome.hu>
-Date: Thu Mar 22 07:57:01 2012 +0100
-
- Added Hungarian translation
-
- help/hu/hu.po | 1400 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 1400 insertions(+)
-
-commit 4cc3bc8e218fc81b04d4a3d3475601dde89bb086
-Author: Gabor Kelemen <kelemeng@gnome.hu>
-Date: Thu Mar 22 07:56:47 2012 +0100
-
- Added hu to DOC_LINGUAS
-
- help/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 807167e000b8ae842ebfb31dc5a568683a45cb22
-Author: Krishnababu Krothapalli <email>
-Date: Tue Mar 20 21:53:35 2012 +0530
-
- Translations Updated with FUEL
-
- po/te.po | 70 ++++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 35 insertions(+), 35 deletions(-)
-
-commit e3c253364df0dc3a2c4866829a9caf96f6e30643
-Author: YunQiang Su <yqsu@src.gnome.org>
-Date: Tue Mar 20 22:53:38 2012 +0800
-
- update Simplified Chinese (zh_CN) translation
-
- po/zh_CN.po | 320 +++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 174 insertions(+), 146 deletions(-)
-
-commit d1e419c56997521c3c7f8e1d4373ae9f9d6c9180
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Mon Mar 19 01:20:08 2012 +0100
-
- [l10n]Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 384 +++++++++++++++++++++++++++++-------------------------
- 1 file changed, 204 insertions(+), 180 deletions(-)
-
-commit 6bc00c4ca2e2566533567b20b3669506f79fd9e1
-Author: Joan Duran <jodufi@gmail.com>
-Date: Mon Mar 19 01:20:06 2012 +0100
-
- [l10n] Updated Catalan translation
-
- po/ca.po | 384 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 204 insertions(+), 180 deletions(-)
-
-commit 1e05ccf53af299c33d877974d5f6278f16fbe03a
-Author: Mario Blättermann <mario.blaettermann@gmail.com>
-Date: Sun Mar 18 15:17:35 2012 +0100
-
- [l10n] Updated German doc translation
-
- help/de/de.po | 163 +++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 94 insertions(+), 69 deletions(-)
-
-commit 4c64e8c1a3e5a14a82252691315373fff37d5a16
-Author: Daniel Korostil <ted.korostiled@gmail.com>
-Date: Sun Mar 18 13:30:40 2012 +0200
-
- Uploaded Ukranian
-
- po/uk.po | 387 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 206 insertions(+), 181 deletions(-)
-
-commit f9f27cd73360e675b39a976b50fd93e81cf8fba1
-Author: A S Alam <aalam@users.sf.net>
-Date: Thu Mar 15 20:03:17 2012 +0530
-
- update Punjabi Translation
-
- po/pa.po | 313 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 169 insertions(+), 144 deletions(-)
-
-commit f93b3bbaae4210be7cc204cac301278bdbebbed1
-Author: Krishnababu Krothapalli <email>
-Date: Thu Mar 15 13:15:58 2012 +0530
-
- Updated Telugu Translations
-
- po/te.po | 382 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 212 insertions(+), 170 deletions(-)
-
-commit b4e2d1f0abe011c2811750c6a58cbfa96d638063
-Author: Anita Reitere <nitalynx@gmail.com>
-Date: Tue Mar 13 23:46:14 2012 +0200
-
- Updated Latvian translation.
-
- po/lv.po | 337 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 179 insertions(+), 158 deletions(-)
-
-commit ad0730a8e6cc7501cf0d45cf6720e30e09b4541a
-Author: Bruce Cowan <bruce@bcowan.me.uk>
-Date: Tue Mar 13 17:54:51 2012 +0000
-
- Updated British English translation
-
- po/en_GB.po | 384 ++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 204 insertions(+), 180 deletions(-)
-
-commit ad2af517ed70e7a1dbea7024ea78c5a0df53ed1b
-Author: Claudio Arseni <claudio.arseni@gmail.com>
-Date: Mon Mar 12 22:01:24 2012 +0100
-
- [l10n] Updated Italian translation
-
- po/it.po | 382 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 203 insertions(+), 179 deletions(-)
-
-commit 1d0b999ecc92551b202445fc7021a7273b2cccce
-Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
-Date: Mon Mar 12 16:02:38 2012 +0530
-
- Assamese translation completed
-
- po/as.po | 319 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 172 insertions(+), 147 deletions(-)
-
-commit a95e46aab4f5ddea80835aa42327c7b9ea064695
-Author: Timo Jyrinki <timo@debian.org>
-Date: Mon Mar 12 11:12:56 2012 +0200
-
- Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint
-
- po/fi.po | 360 +++++++++++++++++++++++++++++++++++++++++++--------------------
- 1 file changed, 245 insertions(+), 115 deletions(-)
-
-commit 243ca48bad4343b9ef2acf330751e993c0134545
-Author: Duarte Loreto <happyguy_pt@hotmail.com>
-Date: Mon Mar 12 08:31:09 2012 +0000
-
- Updated Portuguese translation
-
- po/pt.po | 390 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 208 insertions(+), 182 deletions(-)
-
-commit 203211f066830cafa59338ec4d4444fa843413e4
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sun Mar 11 00:54:20 2012 +0900
-
- Updated Korean translation
-
- po/ko.po | 314 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 171 insertions(+), 143 deletions(-)
-
-commit 68e9ebc5869801f2f6adfca495188056cc43c3d6
-Author: OKANO Takayoshi <kano@na.rim.or.jp>
-Date: Sat Mar 10 18:56:47 2012 +0900
-
- [l10n] Update Japanese translation
-
- po/ja.po | 438 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 233 insertions(+), 205 deletions(-)
-
-commit 09c64bb5f46e3d2a3c8b4b6b55c06ec9c0dafd31
-Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
-Date: Wed Mar 7 12:33:08 2012 +0100
-
- Updated Basque language
-
- po/eu.po | 319 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 172 insertions(+), 147 deletions(-)
-
-commit eadd74729c8e604dbe5d3441641c8e2581a5e497
-Author: Djavan Fagundes <djavanf@gnome.org>
-Date: Fri Mar 2 05:48:21 2012 -0300
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 325 +++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 177 insertions(+), 148 deletions(-)
-
-commit ad96b70ea552e02ada6d81cec36e57567c01e66e
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sun Mar 4 01:10:25 2012 +0100
-
- Updated Polish translation
-
- po/pl.po | 310 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 167 insertions(+), 143 deletions(-)
-
-commit b18fb7d92ec1076fb7db358044256517885973dd
-Author: Gabor Kelemen <kelemeng@gnome.hu>
-Date: Wed Feb 29 01:22:38 2012 +0100
-
- Updated Hungarian translation
-
- po/hu.po | 318 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 173 insertions(+), 145 deletions(-)
-
-commit 973b27f803359ecb127aa70e8417694a7d7e2ba1
-Author: Dr.T.Vasudevan <agnihot3@gmail.com>
-Date: Tue Feb 28 17:03:18 2012 +0530
-
- updated Tamil translation
-
- po/ta.po | 310 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 167 insertions(+), 143 deletions(-)
-
-commit e552ee212e566b9f1ed7ef10bad5391a5ccca1c2
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Sat Feb 25 18:22:47 2012 +0100
-
- Updated galician translations for doc
-
- Signed-off-by: Fran Diéguez <fran.dieguez@mabishu.com>
-
- help/gl/gl.po | 2725 +++++++++++++++++++++++++++++++++++++--------------------
- 1 file changed, 1766 insertions(+), 959 deletions(-)
-
-commit b607632b9cfd5735db6c04b0f3d19cd8d695a46d
-Author: Ask H. Larsen <asklarsen@gmail.com>
-Date: Mon Feb 20 22:41:21 2012 +0100
-
- Updated Danish translation
-
- po/da.po | 310 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 167 insertions(+), 143 deletions(-)
-
-commit d206bb61f1e5d8678ded4b0df0497cfabd8caf9d
-Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
-Date: Mon Feb 20 22:41:05 2012 +0100
-
- Updated Serbian translation
-
- po/sr.po | 347 ++++++++++++++++++++++++++++++---------------------------
- po/sr@latin.po | 347 ++++++++++++++++++++++++++++++---------------------------
- 2 files changed, 370 insertions(+), 324 deletions(-)
-
-commit 8a5dd27a7de99df8fcce7ca0bf886f2b0137d24c
-Author: Algimantas Margevičius <margevicius.algimantas@gmail.com>
-Date: Mon Feb 20 22:22:33 2012 +0200
-
- Updated Lithuanian translation
-
- po/lt.po | 482 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 250 insertions(+), 232 deletions(-)
-
-commit 983ec234f83e40ee609d819026adfc941dbe05a9
-Author: Gheyret Kenji <gheyret@gmail.com>
-Date: Sun Feb 19 19:50:29 2012 +0900
-
- Updated Uyghur translation
-
- po/ug.po | 349 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 177 insertions(+), 172 deletions(-)
-
-commit 9313e3a99ef90064f59a61e96b05f8c2a0afb67b
-Author: Yuri Myasoedov <omerta13@yandex.ru>
-Date: Wed Feb 8 11:23:31 2012 +0400
-
- Updated Russian translation
-
- po/ru.po | 442 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 234 insertions(+), 208 deletions(-)
-
-commit f82bc55b8303ee823588aa8d15711d302d89c466
-Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-Date: Wed Dec 28 00:48:15 2011 +0900
-
- Add about password and forms dialog.
-
- Signed-off-by: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-
- data/zenity.1 | 41 +++++++++++++++++++++++++++++++++++++++--
- 1 file changed, 39 insertions(+), 2 deletions(-)
-
-commit fd165dfe195375f66d5d97b97a2d3ab22c0bb633
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Mon Jan 30 15:56:23 2012 -0200
-
- Bug #668935 - the channel was being freed twice.
-
- src/tree.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit a10f57b5b195326be1915cfdca84f8f01f1eef74
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Mon Jan 30 19:50:49 2012 +0800
-
- Updated Traditional Chinese translation(Hong Kong and Taiwan)
-
- po/zh_HK.po | 313 ++++++++++++++++++++++++++++++++----------------------------
- po/zh_TW.po | 313 ++++++++++++++++++++++++++++++++----------------------------
- 2 files changed, 334 insertions(+), 292 deletions(-)
-
-commit 003d1451be358c877bae52e210ebefeab1697cf3
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Sat Jan 28 22:58:20 2012 +0100
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit 0a5c78f9d1784c24a4abae60cd87084741dbe23e
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Sat Jan 21 21:04:56 2012 +0100
-
- Updated Slovenian translation
-
- po/sl.po | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-commit 13bb13e739a5ee301cbf359998d5f30d1e1e11f0
-Author: Marek Černocký <marek@manet.cz>
-Date: Thu Jan 19 13:30:18 2012 +0100
-
- Updated Czech translation
-
- po/cs.po | 341 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 182 insertions(+), 159 deletions(-)
-
-commit 7706d468c02a2d726fd798e2750faae0c481dc49
-Author: Daniel Nylander <po@danielnylander.se>
-Date: Wed Jan 18 09:58:50 2012 +0100
-
- Updated Swedish translation
-
- po/sv.po | 379 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 202 insertions(+), 177 deletions(-)
-
-commit 0ce65a8c0a2977061b37b4b3d62b13c00d75fccc
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Sun Jan 15 13:47:33 2012 +0100
-
- Updated Slovenian translation
-
- po/sl.po | 408 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 215 insertions(+), 193 deletions(-)
-
-commit 21817c16f9cf93add195003d64cabd8c05bc1b07
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Sun Jan 15 01:21:58 2012 +0100
-
- Updated Galician translations
-
- po/gl.po | 387 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 206 insertions(+), 181 deletions(-)
-
-commit 9408d538bdf28a52b8309d7879b0a9d5c00e491b
-Author: Arash Mousavi <amousavi@src.gnome.org>
-Date: Sun Jan 15 00:45:41 2012 +0330
-
- updated persian translation
-
- po/fa.po | 380 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 203 insertions(+), 177 deletions(-)
-
-commit 0f2d673780668d623f8e7dd9961cc405a4ec0cca
-Author: Alexander Shopov <ash@kambanaria.org>
-Date: Sun Jan 8 10:38:52 2012 +0200
-
- Updated Bulgarian translation
-
- po/bg.po | 312 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 168 insertions(+), 144 deletions(-)
-
-commit 5275637d87362b8c601e1775eccd6139f7130c60
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Fri Jan 6 20:09:27 2012 +0100
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 387 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 206 insertions(+), 181 deletions(-)
-
-commit 5e26c4bbcdfce830d3a070e831018abf1936e178
-Author: Mattias Põldaru <mahfiaz@gmail.com>
-Date: Mon Jan 2 15:59:10 2012 +0200
-
- [l10n] Updated Estonian translation
-
- po/et.po | 68 ++++++++++++++++++++++++++++++++++++++++++++++++----------------
- 1 file changed, 51 insertions(+), 17 deletions(-)
-
-commit adbe3ddec61d5f3618d56360cc73f27778fcf4da
-Author: Muhammet Kara <muhammet.k@gmail.com>
-Date: Sat Dec 31 18:55:30 2011 +0200
-
- [l10n]Updated Turkish translation
-
- po/tr.po | 316 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 168 insertions(+), 148 deletions(-)
-
-commit 712cd1e17aafca821f9f91e507d5c4e08e1f01bc
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Fri Dec 30 10:57:04 2011 +0200
-
- Updated Hebrew translation.
-
- po/he.po | 390 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 210 insertions(+), 180 deletions(-)
-
-commit 3b8474f2b15784a0f13992297c1754f0dc36a62a
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Wed Dec 28 13:53:03 2011 +0100
-
- Updated Spanish translation
-
- help/es/es.po | 38 ++++++++++++++++++++++++++++----------
- 1 file changed, 28 insertions(+), 10 deletions(-)
-
-commit 36656e22c252e472d796045da3ea7bc7988f218d
-Author: Tiffany Antopolski <tiffany.antopolski@gmail.com>
-Date: Mon Dec 26 18:02:42 2011 -0500
-
- [help/C] Added further missing figures to Makefile.am
-
- These are in addition to the ones from the previous patch.
- I have now added all the png's in C/figures to DOC_FIGURES.
-
- help/Makefile.am | 3 +++
- 1 file changed, 3 insertions(+)
-
-commit c4e821e9e0950787f255dc420e41ef4e34cc1543
-Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-Date: Tue Dec 27 03:48:31 2011 +0900
-
- add item to DOC_FIGURES
-
- Signed-off-by: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-
- help/Makefile.am | 1 +
- 1 file changed, 1 insertion(+)
-
-commit ad8593b431e90ef6e77e1ce56f2b7390d3be8598
-Author: Bruno Brouard <annoa.b@gmail.com>
-Date: Mon Dec 26 23:08:39 2011 +0100
-
- Updated French doc translation
-
- help/fr/figures/zenity-calendar-screenshot.png | Bin 22270 -> 22236 bytes
- .../figures/zenity-colorselection-screenshot.png | Bin 0 -> 38103 bytes
- help/fr/figures/zenity-entry-screenshot.png | Bin 9469 -> 12539 bytes
- help/fr/figures/zenity-error-screenshot.png | Bin 11013 -> 10763 bytes
- .../fr/figures/zenity-fileselection-screenshot.png | Bin 34116 -> 144426 bytes
- help/fr/figures/zenity-forms-screenshot.png | Bin 0 -> 32053 bytes
- help/fr/figures/zenity-information-screenshot.png | Bin 12432 -> 11735 bytes
- help/fr/figures/zenity-list-screenshot.png | Bin 25767 -> 26718 bytes
- help/fr/figures/zenity-notification-screenshot.png | Bin 2542 -> 40672 bytes
- help/fr/figures/zenity-password-screenshot.png | Bin 0 -> 16577 bytes
- help/fr/figures/zenity-progress-screenshot.png | Bin 11476 -> 11543 bytes
- help/fr/figures/zenity-question-screenshot.png | Bin 14505 -> 11568 bytes
- help/fr/figures/zenity-scale-screenshot.png | Bin 0 -> 11947 bytes
- help/fr/figures/zenity-text-screenshot.png | Bin 22624 -> 33021 bytes
- help/fr/figures/zenity-warning-screenshot.png | Bin 13900 -> 12466 bytes
- help/fr/fr.po | 2612 +++++++++++---------
- 16 files changed, 1480 insertions(+), 1132 deletions(-)
-
-commit 073e9de8b044dc633bc5b60c1cd99af3843e8d48
-Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-Date: Mon Dec 26 15:59:52 2011 +0900
-
- fixed figure of color selection dialog.
-
- Signed-off-by: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-
- help/C/color-selection.page | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit 4897a8fa29d23249d7bc8acd9cfda4b8b12b3f4d
-Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-Date: Fri Dec 23 09:46:46 2011 +0900
-
- fixed figure title and desc of scale dialog.
-
- Signed-off-by: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-
- help/C/scale.page | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit 14cf01c6e6d403cb50436888122110ac1d122f44
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Mon Dec 26 11:09:26 2011 +0100
-
- Updated Spanish translation
-
- po/es.po | 310 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 168 insertions(+), 142 deletions(-)
-
-commit ab265f4e3640cffa735e0b355afe79a29a08bb0b
-Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
-Date: Fri Dec 23 21:28:39 2011 +0300
-
- Updated Belarusian translation.
-
- po/be.po | 308 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 166 insertions(+), 142 deletions(-)
-
-commit 2ad4d618ae48b6a3f8fde7cb5db293629cdead92
-Author: Mario Blättermann <mariobl@gnome.org>
-Date: Thu Dec 22 21:11:21 2011 +0100
-
- [l10n] Updated German doc translation
-
- help/de/de.po | 3 ---
- 1 file changed, 3 deletions(-)
-
-commit 42c3563f23e4889cf2fa69bbf2fa229c46ffb6bd
-Author: Mario Blättermann <mariobl@gnome.org>
-Date: Thu Dec 22 21:10:08 2011 +0100
-
- [l10n] Updated German doc translation
-
- help/de/de.po | 2529 ++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 1400 insertions(+), 1129 deletions(-)
-
-commit e303fdeb621706f24f60c8ebed72903555ccc5c5
-Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
-Date: Wed Dec 21 20:06:02 2011 +0100
-
- Updated Esperanto translation
-
- po/eo.po | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit c1e401738d02628cb1c243d4a51497b4d3b000fd
-Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
-Date: Wed Dec 21 20:03:19 2011 +0100
-
- Updated Esperanto translation
-
- po/eo.po | 436 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 248 insertions(+), 188 deletions(-)
-
-commit 619ff38c18da7837b4cfdf4caac0a91312943b89
-Author: Bruno Brouard <annoa.b@gmail.com>
-Date: Wed Dec 21 14:39:16 2011 +0100
-
- Updated French translation
-
- po/fr.po | 16 ++++++----------
- 1 file changed, 6 insertions(+), 10 deletions(-)
-
-commit 78abd54bd654bd329d82ce2704e95f4f33f70bf9
-Author: Bruno Brouard <annoa.b@gmail.com>
-Date: Wed Dec 21 14:32:40 2011 +0100
-
- Updated French translation
-
- po/fr.po | 327 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 179 insertions(+), 148 deletions(-)
-
-commit 82d09a41f2d7f6c13f207d05f2c594f3657fc599
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Wed Dec 21 10:20:29 2011 -0200
-
- Added support to lists on zenity --forms
-
- src/forms.c | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
- src/option.c | 104 +++++++++++++++++++++++++++++++++++++++---
- src/zenity.h | 7 ++-
- 3 files changed, 247 insertions(+), 8 deletions(-)
-
-commit d565e9a77f400c62c6e7d7a97dfb83f95b273888
-Author: Tiffany Antopolski <tiffany.antopolski@gmail.com>
-Date: Tue Dec 20 20:07:17 2011 -0500
-
- [help/C] fixed Makefile.am
-
- help/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 2a6312c91a561a9f2e587ea2b7eb7ee4a4b42059
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Tue Dec 20 17:58:08 2011 +0100
-
- Updated Spanish translation
-
- help/es/es.po | 402 +---------------------------------------------------------
- 1 file changed, 2 insertions(+), 400 deletions(-)
-
-commit 745375d89b85c9ebc62ad308f77c7ba718a602fd
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Sun Dec 18 22:22:18 2011 +0100
-
- Updated Spanish translation
-
- help/es/es.po | 3293 +++++++++++++++++++++++++++++++++++++--------------------
- 1 file changed, 2132 insertions(+), 1161 deletions(-)
-
-commit 5d0afb8281792ee22591e3c40fea08f53e3b7b3d
-Author: Tiffany Antopolski <tiffany.antopolski@gmail.com>
-Date: Sun Dec 18 13:14:05 2011 -0500
-
- [help/C] index.page: added license information.
-
- help/C/index.page | 4 ++++
- 1 file changed, 4 insertions(+)
-
-commit ce02b2926773acbda524b1616f1bf8d322b38f53
-Author: Tiffany Antopolski <tiffany.antopolski@gmail.com>
-Date: Sun Dec 18 13:10:09 2011 -0500
-
- [help/C] remove old DocBook documentation.
-
- help/C/zenity.xml | 1203 -----------------------------------------------------
- 1 file changed, 1203 deletions(-)
-
-commit e0daa19e5151caad8038d22ba3d2b9daa2110850
-Author: Tiffany Antopolski <tiffany.antopolski@gmail.com>
-Date: Sun Dec 18 13:08:47 2011 -0500
-
- [help/C] Updated Makefile.am to compile new mallard docs.
-
- help/Makefile.am | 38 +++++++++++++++++++++++++++++++++++---
- 1 file changed, 35 insertions(+), 3 deletions(-)
-
-commit 141a9df617a99a809993797fb4a0d3e0e707500d
-Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-Date: Mon Nov 21 22:49:10 2011 +0900
-
- fixed screenshot on Adwita
-
- Signed-off-by: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-
- help/C/figures/zenity-calendar-screenshot.png | Bin 15151 -> 7216 bytes
- help/C/figures/zenity-colorselection-screenshot.png | Bin 35025 -> 32589 bytes
- help/C/figures/zenity-entry-screenshot.png | Bin 8317 -> 4190 bytes
- help/C/figures/zenity-error-screenshot.png | Bin 8392 -> 3814 bytes
- help/C/figures/zenity-fileselection-screenshot.png | Bin 45662 -> 22656 bytes
- help/C/figures/zenity-forms-screenshot.png | Bin 10000 -> 9210 bytes
- help/C/figures/zenity-information-screenshot.png | Bin 9087 -> 4124 bytes
- help/C/figures/zenity-list-screenshot.png | Bin 19794 -> 6777 bytes
- help/C/figures/zenity-notification-screenshot.png | Bin 3104 -> 12875 bytes
- help/C/figures/zenity-password-screenshot.png | Bin 5933 -> 5426 bytes
- help/C/figures/zenity-progress-screenshot.png | Bin 9029 -> 3898 bytes
- help/C/figures/zenity-question-screenshot.png | Bin 10920 -> 4445 bytes
- help/C/figures/zenity-scale-screenshot.png | Bin 4907 -> 4377 bytes
- help/C/figures/zenity-text-screenshot.png | Bin 16246 -> 9138 bytes
- help/C/figures/zenity-warning-screenshot.png | Bin 10818 -> 4443 bytes
- 15 files changed, 0 insertions(+), 0 deletions(-)
-
-commit f1bf713d0fcd86d38b119d95b276f67245123810
-Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-Date: Sat Nov 19 02:55:00 2011 +0900
-
- Add mallard pages and update screenshots.
-
- Signed-off-by: Yasumichi Akahoshi <yasumichi@vinelinux.org>
-
- help/C/calendar.page | 68 +++++
- help/C/color-selection.page | 55 ++++
- help/C/entry.page | 57 ++++
- help/C/error.page | 30 +++
- .../C/figures/zenity-colorselection-screenshot.png | Bin 0 -> 35025 bytes
- help/C/figures/zenity-forms-screenshot.png | Bin 0 -> 10000 bytes
- help/C/figures/zenity-password-screenshot.png | Bin 0 -> 5933 bytes
- help/C/figures/zenity-scale-screenshot.png | Bin 0 -> 4907 bytes
- help/C/file-selection.page | 70 +++++
- help/C/forms.page | 83 ++++++
- help/C/index.page | 25 ++
- help/C/info.page | 30 +++
- help/C/intro.page | 34 +++
- help/C/list.page | 86 ++++++
- help/C/message.page | 18 ++
- help/C/notification.page | 39 +++
- help/C/password.page | 50 ++++
- help/C/progress.page | 79 ++++++
- help/C/question.page | 30 +++
- help/C/scale.page | 80 ++++++
- help/C/text.page | 85 ++++++
- help/C/usage.page | 292 +++++++++++++++++++++
- help/C/warning.page | 30 +++
- 23 files changed, 1241 insertions(+)
-
-commit 43b79214894e293b08d4f8bdbe19243bf62d0559
-Author: Muhammet Kara <muhammet.k@gmail.com>
-Date: Mon Oct 24 21:24:21 2011 +0300
-
- Updated Turkish translation
-
- po/tr.po | 337 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 181 insertions(+), 156 deletions(-)
-
-commit de352548229f60940ed9cc09bcedc883d104f311
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Thu Oct 13 15:21:32 2011 -0300
-
- Revert "Initial support for list/tree on --forms option Added zenity --add-list and --list-values on --forms option. This is an initial support. Next steps add support to multiple selections and multiple columns"
-
- This reverts commit ed825cf92b9d786b9b13361db4a0e696af347a59.
-
- src/forms.c | 104 ++--------------------------------------------------------
- src/option.c | 43 +++---------------------
- src/zenity.h | 4 +--
- src/zenity.ui | 49 +++++++++++++--------------
- 4 files changed, 32 insertions(+), 168 deletions(-)
-
-commit ed825cf92b9d786b9b13361db4a0e696af347a59
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Thu Oct 13 13:40:40 2011 -0300
-
- Initial support for list/tree on --forms option Added zenity --add-list and --list-values on --forms option. This is an initial support. Next steps add support to multiple selections and multiple columns
-
- src/forms.c | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
- src/option.c | 43 +++++++++++++++++++++---
- src/zenity.h | 4 ++-
- src/zenity.ui | 49 ++++++++++++++-------------
- 4 files changed, 168 insertions(+), 32 deletions(-)
-
-commit 09d3fdbc8e380d22b6f32f89124afddac120a26c
-Author: krishnababu k <kkrothap@redhat.ocm>
-Date: Mon Oct 10 17:14:40 2011 +0530
-
- Updated Telugu Translations done by Sasi Bhushan
-
- po/te.po | 466 ++++++++++++++++++++++++++++++++++++++++-----------------------
- 1 file changed, 295 insertions(+), 171 deletions(-)
-
-commit 26668a3aa3ab3a88c815f7bdabe541bcac16f8c5
-Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
-Date: Wed Sep 28 20:18:15 2011 +0200
-
- Updated Serbian translation
-
- po/sr.po | 539 ++++++++++++++++++++++++++++++---------------------------
- po/sr@latin.po | 539 ++++++++++++++++++++++++++++++---------------------------
- 2 files changed, 564 insertions(+), 514 deletions(-)
-
-commit ee8584e28627fbcc885286cac46f7bef7424b8ba
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Mon Sep 26 19:45:59 2011 -0300
-
- Bump to 3.2.0
-
- NEWS | 8 ++++++++
- configure.ac | 2 +-
- 2 files changed, 9 insertions(+), 1 deletion(-)
-
-commit 4f058634f8d41e1cd967244c3db103b7e46a4b5a
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Mon Sep 26 14:10:34 2011 +0200
-
- [l10n]Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 395 +++++++++++++++++++++++++++++++-----------------------
- 1 file changed, 230 insertions(+), 165 deletions(-)
-
-commit d099ff2fa17742e398a8df340390c43ca5b80725
-Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
-Date: Sat Sep 24 18:22:37 2011 +0200
-
- Updated Basque language
-
- po/eu.po | 329 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 177 insertions(+), 152 deletions(-)
-
-commit 9eb6eee43cbc82090e980a86fc0632b2d936001d
-Author: Tommi Vainikainen <thv@iki.fi>
-Date: Fri Sep 23 10:47:36 2011 +0300
-
- Updated Finnish translation
-
- po/fi.po | 36 ++++++++++++++++++++++--------------
- 1 file changed, 22 insertions(+), 14 deletions(-)
-
-commit 19670e6e61bd9d6f1377ec21cb205da564df0b25
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Fri Sep 23 06:36:57 2011 +0900
-
- Updated Korean translation
-
- po/ko.po | 321 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 172 insertions(+), 149 deletions(-)
-
-commit 3af919c476f0d4135fae673e7427d7ac76f1f8da
-Author: Nilamdyuti Goswami <ngoswami@redhat.com>
-Date: Thu Sep 22 15:52:26 2011 +0530
-
- Updated Assamese Translations:bugzilla#659595
-
- po/as.po | 615 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 304 insertions(+), 311 deletions(-)
-
-commit 9579523b937432b3a17a8994754d106ecf9397e0
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Wed Sep 21 13:56:09 2011 -0300
-
- Bump to 3.1.92
-
- NEWS | 31 +++++++++++++++++++++++++++++++
- 1 file changed, 31 insertions(+)
-
-commit d17187418d8a734a8e4c661402f0bc1082ec54a0
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Wed Sep 21 13:05:30 2011 -0300
-
- Testing git
-
- NEWS | 1 +
- 1 file changed, 1 insertion(+)
-
-commit fa6d0ce6d462bb3d9f2d9bf9786bfc07442a7b98
-Author: Luis Medinas <lmedinas@gmail.com>
-Date: Wed Sep 21 15:53:17 2011 +0100
-
- Bump to 3.1.92
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 72788b0f251cbc60051c0bf34c6583722be3f45b
-Author: Gabor Kelemen <kelemeng@gnome.hu>
-Date: Wed Sep 21 03:51:37 2011 +0200
-
- Updated Hungarian translation
-
- po/hu.po | 422 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 225 insertions(+), 197 deletions(-)
-
-commit 182acd31c2e199b8c2da3b546d4ac540fc9cf3e5
-Author: Joe Hansen <joedalton2@yahoo.dk>
-Date: Sun Sep 18 17:58:56 2011 +0200
-
- Updated Danish translation of the documentation
-
- help/da/da.po | 14 ++++++++------
- 1 file changed, 8 insertions(+), 6 deletions(-)
-
-commit f068b088285e0da7833aa3abdd998e636841e66b
-Author: A S Alam <aalam@users.sf.net>
-Date: Sun Sep 18 08:59:17 2011 +0530
-
- update Punjabi Translation
-
- po/pa.po | 330 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 174 insertions(+), 156 deletions(-)
-
-commit 8e32dbef130eebb31d86211a5537d85861ec72ec
-Author: Fran Dieguez <fran@openhost.es>
-Date: Sun Sep 18 04:51:18 2011 +0200
-
- Updated Galician translations for doc
-
- help/Makefile.am | 2 +-
- help/gl/gl.po | 1521 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 1522 insertions(+), 1 deletion(-)
-
-commit 35576e6cea05d83310a794bd0029c0fdc749ebf0
-Author: Joe Hansen <joedalton2@yahoo.dk>
-Date: Sat Sep 17 18:20:05 2011 +0200
-
- Updated Danish translation
-
- po/da.po | 320 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 172 insertions(+), 148 deletions(-)
-
-commit f689ef10a3cc2f4ff545be231b59481f8ab47776
-Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
-Date: Sat Sep 17 13:05:43 2011 +0900
-
- Updated Japanese translation
-
- po/ja.po | 356 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 190 insertions(+), 166 deletions(-)
-
-commit c7c92b28a2bdbaf17f40db61e3e02212c16359ce
-Author: Joan DUran <jodufi@gmail.com>
-Date: Fri Sep 16 02:06:41 2011 +0200
-
- [l10n]Updated Catalan translation
-
- po/ca.po | 320 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 172 insertions(+), 148 deletions(-)
-
-commit c9c350d4ff8323a07a152549cb4e97bb2ad21078
-Author: dmustieles <daniel.mustieles@gmail.com>
-Date: Wed Sep 14 18:20:18 2011 +0200
-
- Updated Spanish translation
-
- help/es/es.po | 21 +++++++++------------
- 1 file changed, 9 insertions(+), 12 deletions(-)
-
-commit 7ac59b7fb48b5dbbe3d0d3ae42a7a1b60e12672b
-Author: dmustieles <daniel.mustieles@gmail.com>
-Date: Wed Sep 14 17:59:19 2011 +0200
-
- Updated Spanish translation
-
- po/es.po | 287 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 143 insertions(+), 144 deletions(-)
-
-commit 50ea74245b5b0646d0f851852e3d246cdaf17b83
-Author: Claudio Arseni <claudio.arseni@ubuntu.com>
-Date: Wed Sep 14 00:23:05 2011 +0200
-
- l10n: Updated Italian translation
-
- po/it.po | 339 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 183 insertions(+), 156 deletions(-)
-
-commit d85cb294cd0787f156f61fd3704772932967c9db
-Author: Dr.T.Vasudevan <agnihot3@gmail.com>
-Date: Tue Sep 13 17:21:31 2011 +0530
-
- updated Tamil translation
-
- po/ta.po | 325 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 175 insertions(+), 150 deletions(-)
-
-commit b6e8fc5969dcd74e3ee49f4a409cb9a0b14947b8
-Author: Yinghua Wang <wantinghard@gmail.com>
-Date: Tue Sep 13 13:28:02 2011 +0800
-
- update Simplified Chinese (zh_CN) translation
-
- po/zh_CN.po | 324 ++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 174 insertions(+), 150 deletions(-)
-
-commit 2609ee7a81b5c6b7d277ae3bcc0e5c79f76a9ed2
-Author: Daniel Korostil <ted.korostiled@gmail.com>
-Date: Sun Sep 11 12:05:47 2011 +0300
-
- Uploaded Ukranian
-
- po/uk.po | 327 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 176 insertions(+), 151 deletions(-)
-
-commit 9dc413f09042676804b085b9cb71ae4e916576a4
-Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
-Date: Fri Sep 9 22:45:37 2011 +0300
-
- Updated Latvian translation.
-
- po/lv.po | 320 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 166 insertions(+), 154 deletions(-)
-
-commit 4b79afc59f191fd52552e3e6845fdf99c9b590b0
-Author: Bruce Cowan <bruce@bcowan.me.uk>
-Date: Fri Sep 9 13:03:57 2011 +0100
-
- Updated British English translation
-
- po/en_GB.po | 318 ++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 170 insertions(+), 148 deletions(-)
-
-commit 1e3bfbae57528364d264995b5738d2e3e03f977b
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Thu Sep 8 20:59:09 2011 +0200
-
- Updated Polish translation
-
- po/pl.po | 317 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 170 insertions(+), 147 deletions(-)
-
-commit d93892b5b5fe7c5b75e2460ca0f2666fcdbdab17
-Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
-Date: Thu Sep 8 21:55:39 2011 +0300
-
- Updated Belarusian translation.
-
- po/be.po | 777 +++++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 463 insertions(+), 314 deletions(-)
-
-commit 4b72494b594ec4452b84b1f8a36ba6dcaa59e8ba
-Author: Duarte Loreto <happyguy_pt@hotmail.com>
-Date: Wed Sep 7 07:54:03 2011 +0100
-
- Updated Portuguese translation
-
- po/pt.po | 318 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 170 insertions(+), 148 deletions(-)
-
-commit 3056b9a505211c3318e357d871d1b32dfce77cca
-Author: Arash Mousavi <amousavi@src.gnome.org>
-Date: Wed Sep 7 00:08:06 2011 +0430
-
- Updated Persian translation
-
- po/fa.po | 404 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 205 insertions(+), 199 deletions(-)
-
-commit 0ef77af121d40f3c54bedb2e404a908819bd1bbb
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Tue Sep 6 20:17:34 2011 +0800
-
- Updated Traditional Chinese translation(Hong Kong and Taiwan)
-
- po/zh_HK.po | 320 ++++++++++++++++++++++++++++++++----------------------------
- po/zh_TW.po | 320 ++++++++++++++++++++++++++++++++----------------------------
- 2 files changed, 342 insertions(+), 298 deletions(-)
-
-commit aa5aa99348aff95ec6af4eba5c6300445e2160ce
-Author: Wouter Bolsterlee <wbolster@gnome.org>
-Date: Tue Sep 6 00:49:50 2011 +0200
-
- Updated Dutch translation by Wouter Bolsterlee
-
- po/nl.po | 320 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 172 insertions(+), 148 deletions(-)
-
-commit 7e71099f239054cd09947125495948a98f75ba19
-Author: Yuri Myasoedov <omerta13@yandex.ru>
-Date: Thu Sep 1 11:04:58 2011 +0400
-
- Updated Russian translation
-
- po/ru.po | 393 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 206 insertions(+), 187 deletions(-)
-
-commit 26f2658931044f01dca082b9653337ee9ee4fd40
-Author: Og B. Maciel <ogmaciel@gnome.org>
-Date: Wed Aug 31 22:47:13 2011 -0400
-
- Updated Brazilian Portuguese translation.
-
- po/pt_BR.po | 325 ++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 173 insertions(+), 152 deletions(-)
-
-commit d556dba963584065493dfdcda218b3667f6bbaa6
-Author: Mario Blättermann <mariobl@gnome.org>
-Date: Sun Aug 28 14:41:04 2011 +0200
-
- [l10n] Updated German translation
-
- po/de.po | 355 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 188 insertions(+), 167 deletions(-)
-
-commit 13c405e7f9e1355931479526e3b6b08da5da9615
-Author: Aurimas Černius <aurisc4@gmail.com>
-Date: Sat Aug 27 15:55:35 2011 +0300
-
- Updated Lithuanian translation
-
- po/lt.po | 596 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 324 insertions(+), 272 deletions(-)
-
-commit 32858aecaba9092279e8c7b6dce36d8ba0a902d0
-Author: Claude Paroz <claude@2xlibre.net>
-Date: Thu Aug 25 14:02:40 2011 +0200
-
- Updated French translation
-
- po/fr.po | 326 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 174 insertions(+), 152 deletions(-)
-
-commit 5e0b3e91277cfa843209959aab89c2dc9af875bc
-Author: Abduxukur Abdurixit <abdurixit@gmail.com>
-Date: Fri Aug 19 20:10:55 2011 +0200
-
- Added UG translation
-
- po/ug.po | 355 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 199 insertions(+), 156 deletions(-)
-
-commit ff3bb9e82303011ef49239d854637c5b9952d895
-Author: Andika Triwidada <andika@gmail.com>
-Date: Thu Aug 18 14:43:02 2011 +0700
-
- Updated Indonesian translation
-
- po/id.po | 414 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 221 insertions(+), 193 deletions(-)
-
-commit d646953bddf067d409ed0b93733d1d9714846e9b
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Wed Aug 17 15:19:41 2011 +0100
-
- Update NEWS for 3.1.5.
-
- NEWS | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 71 insertions(+)
-
-commit 98083da9295046b97ffebd18ca895fa39add3c7d
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Wed Aug 17 15:08:00 2011 +0100
-
- Import Zenity 3.0.0 changes.
-
- NEWS | 36 ++++++++++++++++++++++++++++++++++++
- 1 file changed, 36 insertions(+)
-
-commit 4ec9eaa8aca4c7bd10706fd8e68bb83ad8b35766
-Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
-Date: Sat Aug 13 16:08:44 2011 +0700
-
- Updated Thai translation.
-
- po/th.po | 316 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 169 insertions(+), 147 deletions(-)
-
-commit 45b26c2d038c1aef24df521172eb0fba4ae1af90
-Author: Alexander Shopov <ash@kambanaria.org>
-Date: Thu Aug 11 22:41:06 2011 +0300
-
- Updated Bulgarian translation
-
- po/bg.po | 320 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 171 insertions(+), 149 deletions(-)
-
-commit ecfd3bc15d43e989e737dc01a27b9e173c853c9f
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Wed Aug 10 15:57:06 2011 +0200
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 318 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 165 insertions(+), 153 deletions(-)
-
-commit 6be27b9e11ec18b0c40c25bc3a10b4501613a8a6
-Author: Fran Dieguez <fran@openhost.es>
-Date: Sun Aug 7 15:16:55 2011 +0200
-
- Updated Galician translations
-
- po/gl.po | 321 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 170 insertions(+), 151 deletions(-)
-
-commit 8276c168af6e1860f1a3660c1c859f986f5556d1
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Sat Aug 6 15:53:15 2011 +0300
-
- Updated Hebrew translation.
-
- po/he.po | 320 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 166 insertions(+), 154 deletions(-)
-
-commit 503dde1f162c5baec2b2d52ae2cd45a53daf643c
-Author: Daniel Nylander <po@danielnylander.se>
-Date: Fri Jul 29 09:56:44 2011 +0200
-
- Updated Swedish translation
-
- po/sv.po | 388 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 198 insertions(+), 190 deletions(-)
-
-commit 6768a40e997697d05008aecdb41815e1dbae61c6
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Jul 26 14:00:28 2011 -0300
-
- Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dialogs. This patch doesn't break old zenity scripts.
-
- src/calendar.c | 17 ++++++++++++-
- src/color.c | 17 +++++++++++++
- src/entry.c | 15 ++++++++++++
- src/forms.c | 17 ++++++++++++-
- src/msg.c | 26 +++++++++++++++-----
- src/option.c | 76 ++++++++++++++++++++++------------------------------------
- src/password.c | 4 ++--
- src/progress.c | 15 ++++++++++++
- src/scale.c | 15 ++++++++++++
- src/text.c | 20 ++++++++++------
- src/tree.c | 15 ++++++++++++
- src/zenity.h | 6 ++---
- src/zenity.ui | 16 ++++++-------
- 13 files changed, 183 insertions(+), 76 deletions(-)
-
-commit 7a34df3041844918e2a0c5c44cb5601cff4c451a
-Author: Arx Cruz <arxcruz@gnome.org>
-Date: Tue Jul 26 10:08:31 2011 -0300
-
- Bug #592195. This fix made the --list mode return as soon as receive an ok or cancel response
- avoiding crash.
-
- src/tree.c | 11 ++++++++---
- 1 file changed, 8 insertions(+), 3 deletions(-)
-
-commit 1fc74904e2c2b865e0b3730822257aa8f710c4e5
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Wed Jul 20 22:28:56 2011 +0200
-
- Updated Spanish translation
-
- po/es.po | 310 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 162 insertions(+), 148 deletions(-)
-
-commit a9047d6e330d3dfc2ffe40dbaf37210c938591ee
-Author: Marek Černocký <marek@manet.cz>
-Date: Wed Jul 20 20:44:23 2011 +0200
-
- Updated Czech translation
-
- po/cs.po | 300 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 156 insertions(+), 144 deletions(-)
-
-commit 64edf49f2bfd6559d9184b26e015f8024a3b381a
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Tue Jul 19 22:29:45 2011 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 370 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 191 insertions(+), 179 deletions(-)
-
-commit 1d339e29a782de8962379652635c9ee42988d99c
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Tue Jul 19 14:33:28 2011 -0300
-
- Enable html support in --text-info option. This fix bug #598655, thanks for the work from Francis Meyvis francis.meyvis at gmail dot com. Two new options in --text-info: * --html - enable HTML support. * --url - load an url
-
- If you need to load a local html file, you can use --filename=patch/to/html.
- Examples:
- * zenity --text-info --html --filename=file.html
- * zenity --text-info --html --url=www.gnome.org
-
- Zenity will add http:// if isn't declared in --url
-
- configure.ac | 22 +++++++++
- src/Makefile.am | 4 +-
- src/option.c | 34 +++++++++++++-
- src/text.c | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- src/zenity.h | 4 ++
- src/zenity.ui | 2 +-
- 6 files changed, 201 insertions(+), 3 deletions(-)
-
-commit 239fc66928c41ffd0ebaa88cfcd05ff114028895
-Author: Tommi Vainikainen <thv@iki.fi>
-Date: Mon Jul 18 14:08:03 2011 +0300
-
- Updated Finnish translation
-
- po/fi.po | 218 ++++++++++++++++++++-------------------------------------------
- 1 file changed, 67 insertions(+), 151 deletions(-)
-
-commit 4687223b56f42e745a498d61508ae521206b29bd
-Author: Friedel Wolff <friedel@translate.org.za>
-Date: Sun Jul 17 12:28:14 2011 +0200
-
- New translation for Afrikaans (af)
-
- po/LINGUAS | 1 +
- po/af.po | 705 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 706 insertions(+)
-
-commit 273b6ea5f58ca8fbdfc4fa82ddb4f95dd33c076f
-Author: Joan Duran <jodufi@gmail.com>
-Date: Sat Jul 16 13:26:48 2011 +0200
-
- [l10n]Added Catalan documentation
-
- help/Makefile.am | 2 +-
- help/ca/ca.po | 1733 ++++++++++++++++++++
- help/ca/figures/zenity-calendar-screenshot.png | Bin 0 -> 21218 bytes
- help/ca/figures/zenity-entry-screenshot.png | Bin 0 -> 11104 bytes
- help/ca/figures/zenity-error-screenshot.png | Bin 0 -> 10137 bytes
- .../ca/figures/zenity-fileselection-screenshot.png | Bin 0 -> 55313 bytes
- help/ca/figures/zenity-information-screenshot.png | Bin 0 -> 12286 bytes
- help/ca/figures/zenity-list-screenshot.png | Bin 0 -> 24900 bytes
- help/ca/figures/zenity-notification-screenshot.png | Bin 0 -> 16160 bytes
- help/ca/figures/zenity-progress-screenshot.png | Bin 0 -> 13561 bytes
- help/ca/figures/zenity-question-screenshot.png | Bin 0 -> 13021 bytes
- help/ca/figures/zenity-text-screenshot.png | Bin 0 -> 19292 bytes
- help/ca/figures/zenity-warning-screenshot.png | Bin 0 -> 10979 bytes
- 13 files changed, 1734 insertions(+), 1 deletion(-)
-
-commit bc09936db019d2b601622788c7433974cced225f
-Author: Marek Černocký <marek@manet.cz>
-Date: Fri Jul 15 16:38:55 2011 +0200
-
- Updated Czech translation
-
- po/cs.po | 293 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 148 insertions(+), 145 deletions(-)
-
-commit fb56e43174af8396ab90a3275f5bb3d38bfd0b97
-Author: Daniel Nylander <po@danielnylander.se>
-Date: Fri Jul 15 13:06:04 2011 +0200
-
- Updated Swedish translation
-
- po/sv.po | 355 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 181 insertions(+), 174 deletions(-)
-
-commit 4e4991ee7adde6c10fd4115ec3c8286769226e78
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Fri Jul 15 10:13:33 2011 +0300
-
- Updated Hebrew translation.
-
- po/he.po | 283 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 144 insertions(+), 139 deletions(-)
-
-commit 9614a18368defedaa0cd45bfe68db3b6ba49c57f
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Thu Jul 14 14:41:18 2011 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 355 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 181 insertions(+), 174 deletions(-)
-
-commit ae16407e921aec5d2a3f1b341a58ce0e6174c1a1
-Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
-Date: Wed Jul 13 22:21:21 2011 +0300
-
- Updated Latvian translation.
-
- po/lv.po | 286 +++++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 149 insertions(+), 137 deletions(-)
-
-commit b949854566e73765282f0918ea5de02137aca884
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Tue Jul 12 21:21:55 2011 +0200
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 285 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 145 insertions(+), 140 deletions(-)
-
-commit 9ab8380ff217cf6162ef4be7a473bb7a34b4d104
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Fri Jul 8 11:57:18 2011 -0300
-
- Fix for bug #540489 and #501001 both related to 100% use of cpu.
-
- src/tree.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-commit ab5a721ed5f628a3653e3df7bfc3819ef6e19956
-Author: Jorge González <jorgegonz@svn.gnome.org>
-Date: Wed Jul 6 20:53:41 2011 +0200
-
- Updated Spanish translation
-
- po/es.po | 290 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 148 insertions(+), 142 deletions(-)
-
-commit 3f5c1667926bbd8071be69727d3688ef73b10164
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Wed Jul 6 15:09:38 2011 -0300
-
- Forgot change one option in gtk_label
-
- src/msg.c | 11 ++++++-----
- 1 file changed, 6 insertions(+), 5 deletions(-)
-
-commit d8954d9222654f645ebdcc1752c70be97faaae45
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Wed Jul 6 14:55:30 2011 -0300
-
- Patch for bug #621907
-
- This patch add the option --no-markup in the info, warning, error and question dialogs
- So if the user wants to use & \ ' and other symbols, now he can, and no error will be
- showed.
-
- data/zenity.1 | 12 ++++++++++++
- src/msg.c | 5 ++++-
- src/option.c | 42 ++++++++++++++++++++++++++++++++++++++++--
- src/zenity.h | 1 +
- 4 files changed, 57 insertions(+), 3 deletions(-)
-
-commit 0443b025b53759bd195249f1c577ed4dfc952751
-Author: Fran Dieguez <fran@openhost.es>
-Date: Mon Jul 4 22:56:39 2011 +0200
-
- Updated Galician translations
-
- po/gl.po | 285 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 145 insertions(+), 140 deletions(-)
-
-commit f3d953bbfdfba4fc914c22d05b5201e1516895ca
-Author: Muhammet Kara <muhammet.k@gmail.com>
-Date: Sun Jul 3 13:14:20 2011 +0300
-
- Updated Turkish translation
-
- po/tr.po | 275 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 140 insertions(+), 135 deletions(-)
-
-commit dc06130a019507eda68b2b8cd640808cd43e1213
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Fri Jul 1 19:29:34 2011 +0300
-
- Updated Hebrew translation.
-
- po/he.po | 278 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 142 insertions(+), 136 deletions(-)
-
-commit 28dbc078ec4d0817e1e31049acee64db9d312263
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Fri Jul 1 10:13:47 2011 +0200
-
- Updated Spanish translation
-
- po/es.po | 279 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 142 insertions(+), 137 deletions(-)
-
-commit 83aaadb6bde7d3522219d6b3c8da046f2dacda9e
-Author: Daniel Nylander <po@danielnylander.se>
-Date: Fri Jul 1 09:37:00 2011 +0200
-
- Updated Swedish translation
-
- po/sv.po | 387 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 224 insertions(+), 163 deletions(-)
-
-commit 0eb902c7e203f5229019d2a15a0c305abca5302c
-Author: Marios Zindilis <marios@zindilis.com>
-Date: Thu Jun 30 14:20:56 2011 +0300
-
- l10n: Updated Greek translation for zenity documentation
-
- help/el/el.po | 798 +++++++++++++++++++++++++++++++++++++++++++---------------
- 1 file changed, 599 insertions(+), 199 deletions(-)
-
-commit 498472b7d879b4e701ece66e99b94a6b747e5091
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Wed Jun 29 10:32:09 2011 -0300
-
- Update man page to reflect new text-info options.
-
- data/zenity.1 | 9 +++++++++
- 1 file changed, 9 insertions(+)
-
-commit afd3cf531bda0121d9220271a17d7182f7c1cc66
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Wed Jun 29 12:14:29 2011 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 342 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 175 insertions(+), 167 deletions(-)
-
-commit 0f48b96816b4764ce7cded9f53b5976e5eea2789
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Tue Jun 28 23:00:51 2011 +0200
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 275 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 140 insertions(+), 135 deletions(-)
-
-commit 5872558feef3727e3ff1bb2bf395dfc6bd896f74
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Tue Jun 28 17:09:04 2011 -0300
-
- This change add a new functionality to text-info:
-
- * Added a cancel button returning 1 if clicked
- * Renamed the Close button to Ok, still returning 0 if clicked
- * Added --ok-label=TEXT option to change the Ok button label
- * Added --cancel-label=TEXT option to change the Cancel button label
- * Added --checkbox=TEXT option to show an "I Agree and accept the terms" checkbox
- If --checkbox is enabled, the Ok button will be disabled if the checkbox isn't checked.
-
- src/option.c | 72 +++++++++++++++++++++++++++++++++++++++++++++--------------
- src/text.c | 34 ++++++++++++++++++++++++++--
- src/zenity.h | 3 +++
- src/zenity.ui | 37 +++++++++++++++++++++++++++---
- 4 files changed, 124 insertions(+), 22 deletions(-)
-
-commit f6920e5a6da83027919f3637b63cf2558e67ca47
-Author: Yuri Kozlov <yuray@komyakino.ru>
-Date: Sat Jun 25 22:41:16 2011 +0400
-
- Updated Russian translation
-
- help/ru/ru.po | 1012 ++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 535 insertions(+), 477 deletions(-)
-
-commit 5dcac46253fd6fe379096effaf7ff406dc326d0d
-Author: Carnë Draug <carandraug+dev@gmail.com>
-Date: Thu Jun 16 17:28:03 2011 +0100
-
- man page to mention return code 5 for timeout
-
- data/zenity.1 | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit d60e5eeeb379e5444ad218d7335b17eaa821b182
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Fri Jun 17 10:47:07 2011 -0300
-
- Now if you use --timeout option, the return code will be properly handled
- The default behavior will be done (ie. user click on ok button)
- The return code will be 5
-
- src/calendar.c | 3 +--
- src/color.c | 2 +-
- src/entry.c | 2 +-
- src/fileselection.c | 2 +-
- src/forms.c | 2 +-
- src/msg.c | 2 +-
- src/password.c | 2 +-
- src/progress.c | 2 +-
- src/scale.c | 2 +-
- src/text.c | 2 +-
- src/tree.c | 2 +-
- src/util.c | 19 ++++++++++++++++++-
- src/util.h | 2 ++
- 13 files changed, 31 insertions(+), 13 deletions(-)
-
-commit f77a0199af3a3d1362be95ab651186546492e8cd
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Thu Jun 16 14:45:52 2011 -0300
-
- Fix the msg forms (question, warning, error) to return 5 when timeout
-
- src/msg.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit b39ad33c35bb93c647e7f6f05d1310a0ce6895d5
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Thu Jun 16 11:07:58 2011 -0300
-
- Bug 651948 - zenity list does not return default value when timeout is over
-
- src/calendar.c | 2 +-
- src/color.c | 2 +-
- src/entry.c | 2 +-
- src/fileselection.c | 2 +-
- src/forms.c | 2 +-
- src/msg.c | 2 +-
- src/password.c | 2 +-
- src/progress.c | 2 +-
- src/scale.c | 2 +-
- src/text.c | 2 +-
- src/tree.c | 2 +-
- src/util.c | 11 +-
- src/util.h | 2 +-
- src/zenity.ui | 1066 ++++++++++++++++++++++++++++-----------------------
- 14 files changed, 615 insertions(+), 486 deletions(-)
-
-commit 2fa457ed44afa5f4bbb35e3f3731ac11e64c0b7a
-Author: Nirbheek Chauhan <nirbheek@gentoo.org>
-Date: Thu Jun 2 22:42:33 2011 +0530
-
- Fix bug 651723, don't look for libnotify.h if not requested
-
- src/notification.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit ab8c6f26050a82a6c1c96e460e4358ccd719652e
-Author: Arash Mousavi <amousavi@src.gnome.org>
-Date: Fri May 27 20:59:13 2011 +0430
-
- Updated Persian translation
-
- po/fa.po | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 416e59a3f477bba08dd2ca8b29026fa1b380e1d2
-Author: Arash Mousavi <amousavi@src.gnome.org>
-Date: Fri May 27 20:56:06 2011 +0430
-
- Updated Persian translation
-
- po/fa.po | 679 +++++++++++++++++++++++++++++++++++++++++++--------------------
- 1 file changed, 467 insertions(+), 212 deletions(-)
-
-commit 12684cb979e228709f6fa9c8e8a5dfd94ba95c8f
-Author: Abduxukur Abdurixit <abdurixit@gmail.com>
-Date: Mon May 2 07:42:57 2011 +0200
-
- Added UG translation
-
- po/ug.po | 103 ++++++++++++++++++++++++++-------------------------------------
- 1 file changed, 42 insertions(+), 61 deletions(-)
-
-commit f02a0a0ce166f3e6285cbad366c74965c41ca84c
-Author: Abduxukur Abdurixit <abdurixit@gmail.com>
-Date: Sun Apr 24 21:32:21 2011 +0200
-
- Added UG translation
-
- po/ug.po | 68 ++++++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 40 insertions(+), 28 deletions(-)
-
-commit 79257f6d197ec62052b3f84f3227f9a449998270
-Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
-Date: Sun Apr 24 22:23:02 2011 +0700
-
- Updated Thai translation.
-
- po/th.po | 339 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 190 insertions(+), 149 deletions(-)
-
-commit fe467f0540afbd0203f9421318e0fcce501dd9d5
-Author: Muhammet Kara <muhammet.k@gmail.com>
-Date: Sat Apr 23 12:19:10 2011 +0300
-
- Updated Turkish translation
-
- po/tr.po | 453 +++++++++++++++++++++++++++++++++++++++------------------------
- 1 file changed, 281 insertions(+), 172 deletions(-)
-
-commit 30a26d4ca40fe14b3595f514cd5a1e60c4302766
-Author: Lê Trường An <xinemdungkhoc1@gmail.com>
-Date: Mon Apr 18 19:34:53 2011 +0700
-
- Updated Vietnamese translation
-
- Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-
- po/vi.po | 159 ++++++++++++++++++++++-----------------------------------------
- 1 file changed, 55 insertions(+), 104 deletions(-)
-
-commit a84cfdc8712a59b8f9a0faf5800a8bde32938fd6
-Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-Date: Mon Apr 18 19:30:23 2011 +0700
-
- po/vi.po: import from Damned Lies
-
- po/vi.po | 471 ++++++++++++++++++++++++++++++++++++++++++---------------------
- 1 file changed, 313 insertions(+), 158 deletions(-)
-
-commit 00b0ff48749eccec058062bce5ba2a2d41def736
-Author: Jordi Serratosa <jordis@softcatala.cat>
-Date: Tue Apr 5 23:18:43 2011 +0200
-
- [l10n]Fixes on Catalan translation
-
- po/ca.po | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit c894a833d37d7270ce72bff3e1fde13ce13c3b92
-Author: Joe Hansen <joedalton2@yahoo.dk>
-Date: Sat Apr 2 22:46:33 2011 +0200
-
- Updated Danish translation
-
- po/da.po | 340 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 191 insertions(+), 149 deletions(-)
-
-commit 84aa340f5ac9f9c6540a121ddb27e0d8cbce3935
-Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
-Date: Sat Apr 2 19:43:10 2011 +0200
-
- Updated Esperanto translation
-
- po/eo.po | 343 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 193 insertions(+), 150 deletions(-)
-
-commit 11bc3c4f988dad09bf28820d3552fea1d045d17e
-Author: Jiro Matsuzawa <matsuzawa.jr@gmail.com>
-Date: Thu Mar 31 21:38:15 2011 +0900
-
- Updated Japanese translation.
-
- po/ja.po | 363 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 203 insertions(+), 160 deletions(-)
-
-commit abbca58d94b320b2748b6c0ded914432dd4b17e0
-Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
-Date: Thu Mar 31 16:29:42 2011 +0530
-
- Updated Assamese translations
-
- po/as.po | 484 ++++++++++++++++++++++++++++++++++++++++-----------------------
- 1 file changed, 310 insertions(+), 174 deletions(-)
-
-commit c3ba83b159fdfe215f4eeaec6e5ee92b72efeed9
-Author: Åsmund Skjæveland <aasmunds@ulrik.uio.no>
-Date: Wed Mar 30 14:07:18 2011 +0200
-
- Updated Norwegian Nynorsk translation
-
- po/nn.po | 451 +++++++++++++++++++++++++++++++++++++++++----------------------
- 1 file changed, 293 insertions(+), 158 deletions(-)
-
-commit 350f04583b6e1a32494569db384253eca462ece3
-Author: Dr.T.Vasudevan <agnihot3@gmail.com>
-Date: Wed Mar 30 17:12:18 2011 +0530
-
- Updated Tamil translation
-
- po/ta.po | 339 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 190 insertions(+), 149 deletions(-)
-
-commit b272ad5bcb73db529d787628e1f30480e105343c
-Author: Abduxukur Abdurixit <abdurixit@gmail.com>
-Date: Sun Mar 27 21:57:06 2011 +0200
-
- Added UG translation
-
- po/ug.po | 346 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 197 insertions(+), 149 deletions(-)
-
-commit c4b85f9f9d03133a20847fe855efdd57a73b69bf
-Author: Rodrigo Padula de Oliveira <contato@rodrigopadula.com>
-Date: Fri Mar 25 12:08:52 2011 -0300
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 376 ++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 203 insertions(+), 173 deletions(-)
-
-commit c0bc58cc2b3c68de725615d6ed0b2cf879f7a798
-Author: Runa Bhattacharjee <runab@redhat.com>
-Date: Thu Mar 24 20:42:06 2011 +0530
-
- Updated Bengali India Translation
-
- po/bn_IN.po | 389 ++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 208 insertions(+), 181 deletions(-)
-
-commit 3b055581ec29bde02ba7efe5401a59a60833e9b7
-Author: Claudio Arseni <claudio.arseni@gmail.com>
-Date: Tue Mar 22 22:29:34 2011 +0100
-
- Updated Italian translation
-
- po/it.po | 26 +++++++++++++++++---------
- 1 file changed, 17 insertions(+), 9 deletions(-)
-
-commit 439877f831bda3d6812580eacb4a9c3a31a9dc48
-Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
-Date: Sat Mar 19 19:49:34 2011 +0200
-
- Updated Latvian translation.
-
- po/lv.po | 38 ++++----------------------------------
- 1 file changed, 4 insertions(+), 34 deletions(-)
-
-commit f640f13910305570920bdd55d91814b33b9bb52e
-Author: Miroslav Nikolić <miroslavnikolic@rocketmail.com>
-Date: Sat Mar 19 15:07:54 2011 +0100
-
- Updated Serbian translation
-
- po/sr.po | 417 ++++++++++++++++++++++++++++++---------------------------
- po/sr@latin.po | 417 ++++++++++++++++++++++++++++++---------------------------
- 2 files changed, 432 insertions(+), 402 deletions(-)
-
-commit 2dd3f64ed5f6d080e7457ee85f9f43513969b191
-Author: Bakaoukas Nikolaos <nikolaos.x1@gmail.com>
-Date: Fri Mar 18 19:17:54 2011 +0200
-
- l10n: Updated Greek translation for zenity docs
-
- help/el/el.po | 818 ++++++++++++++--------------------------------------------
- 1 file changed, 198 insertions(+), 620 deletions(-)
-
-commit 40cae89ace1678b7b4c77276e20ce756b1263648
-Author: Luca Ferretti <lferrett@gnome.org>
-Date: Thu Mar 17 12:56:28 2011 +0100
-
- Revert mistakely pushed string change
-
- src/option.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit 19404e0e7eaa263830e1e3bf46b07261f5af7aef
-Author: Claudio Arseni <claudio.arseni@gmail.com>
-Date: Thu Mar 17 12:50:53 2011 +0100
-
- Updated Italian translation
-
- po/it.po | 429 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 237 insertions(+), 192 deletions(-)
-
-commit dc0c483b915c2185399fac3dd4d56466c0026fb0
-Author: Luca Ferretti <lferrett@gnome.org>
-Date: Thu Mar 17 12:02:20 2011 +0100
-
- Use proper case in forms dialog option values
-
- src/option.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit 80527d465471f7f3de6bb47c1e619b6dc1c82bad
-Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
-Date: Wed Mar 16 21:14:36 2011 +0100
-
- Updated Romanian translation
-
- po/ro.po | 85 ++++++++++++++++++++++++++++------------------------------------
- 1 file changed, 37 insertions(+), 48 deletions(-)
-
-commit 9c67ab24829b7e2262921a8ea4a765cfd3f2956e
-Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
-Date: Wed Mar 16 14:39:53 2011 +0100
-
- Updated Romanian translation
-
- po/ro.po | 343 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 198 insertions(+), 145 deletions(-)
-
-commit a4d5a0f091aa7795cb163f0ad75de97306973d86
-Author: Yuri Myasoedov <omerta13@yandex.ru>
-Date: Tue Mar 15 21:27:19 2011 +0300
-
- Updated Russian translation
-
- po/ru.po | 541 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 293 insertions(+), 248 deletions(-)
-
-commit b0d4b36c90ef79cd2e84f1d571c96f3e23ecf494
-Author: Gabor Kelemen <kelemeng@gnome.hu>
-Date: Tue Mar 15 15:52:23 2011 +0100
-
- Updated Hungarian translation
-
- po/hu.po | 54 +++++++++++++++++++++++++++++++++++++++++++++---------
- 1 file changed, 45 insertions(+), 9 deletions(-)
-
-commit d35641f56d693a002749c3866371eb610fc367e7
-Author: Mario Blättermann <mariobl@gnome.org>
-Date: Sun Mar 13 22:24:48 2011 +0100
-
- [l10n] Updated German translation
-
- po/de.po | 368 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 206 insertions(+), 162 deletions(-)
-
-commit 2b0b116f8f8c80bea9fccaf5f2790911725c873a
-Author: Bruce Cowan <bruce@bcowan.me.uk>
-Date: Sun Mar 13 15:55:29 2011 +0000
-
- Updated British English translation
-
- po/en_GB.po | 342 +++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 191 insertions(+), 151 deletions(-)
-
-commit 90bb1f94e48329360cd166956af73b291fae8c59
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Sun Mar 13 16:46:12 2011 +0100
-
- Updated Polish translation
-
- po/pl.po | 338 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 190 insertions(+), 148 deletions(-)
-
-commit bfc9f65f7c669ca183b268200cf0c58c89120da7
-Author: Duarte Loreto <happyguy_pt@hotmail.com>
-Date: Tue Mar 8 00:09:04 2011 +0000
-
- Updated Portuguese translation
-
- po/pt.po | 340 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 191 insertions(+), 149 deletions(-)
-
-commit fecc25a0b61566374cc3f3cb476be4856848eeb2
-Author: Manoj Kumar Giri <mgiri@redhat.com>
-Date: Mon Mar 7 16:28:50 2011 +0530
-
- Updated Oriya Translation
-
- po/or.po | 481 ++++++++++++++++++++++++++++++++++++++++-----------------------
- 1 file changed, 307 insertions(+), 174 deletions(-)
-
-commit 45752078c151a4bf5924b00205418247c7b2a10d
-Author: A S Alam <aalam@users.sf.net>
-Date: Thu Mar 3 08:29:41 2011 +0530
-
- update Punjabi Translation by A S Alam
-
- po/pa.po | 399 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 214 insertions(+), 185 deletions(-)
-
-commit ac756fc17d4097f944758ea7d6037552879df55e
-Author: ben <benbenhappy2008@gmail.com>
-Date: Tue Mar 1 13:05:53 2011 +0000
-
- [l10n]Update Simplified Chinese translation.
-
- po/zh_CN.po | 335 ++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 188 insertions(+), 147 deletions(-)
-
-commit 24c1a6c71d79d87ae8987f7541632c793ccf0de4
-Author: Joan Duran <jodufi@gmail.com>
-Date: Tue Mar 1 00:22:03 2011 +0100
-
- [l10n] Updated Catalan translation
-
- po/ca.po | 336 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 189 insertions(+), 147 deletions(-)
-
-commit f8f28ac044370c95ea5878182a695fd8b99c6dfd
-Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
-Date: Mon Feb 28 23:44:09 2011 +0200
-
- Updated Latvian translation.
-
- po/lv.po | 447 ++++++++++++++++++++++++++++++++++++++++-----------------------
- 1 file changed, 286 insertions(+), 161 deletions(-)
-
-commit 6d5382995797b391a50db3f8ab23de02d9407786
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sun Feb 27 04:16:55 2011 +0900
-
- Updated Korean translation
-
- po/ko.po | 335 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 188 insertions(+), 147 deletions(-)
-
-commit f0917866db35038a037e91e56f87016a5791aaf1
-Author: Bruno Brouard <annoa.b@gmail.com>
-Date: Sat Feb 26 11:27:38 2011 +0100
-
- Updated French translation
-
- po/fr.po | 338 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 191 insertions(+), 147 deletions(-)
-
-commit 8a25fdb8e3ffde8914e86f0dacbdb8e6d1708ec3
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Wed Feb 23 09:50:13 2011 +0100
-
- Updated Norwegian bokmål translation.
-
- po/nb.po | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-commit 8e9e548c2597d5c936486285175653085a1446a1
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Mon Feb 21 23:13:36 2011 +0000
-
- Write NEWS for 2.91.90
-
- NEWS | 34 ++++++++++++++++++++++++++++++++++
- 1 file changed, 34 insertions(+)
-
-commit 62d1363ebb073c288319c29e7e4a88d0ac031518
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Mon Feb 21 23:07:05 2011 +0000
-
- Bump version and bump GTK+ 3.0 requirements to stable release.
-
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit a6672b2ad1e564d9085818e946595fa7c6b93f85
-Author: Sweta Kothari <swkothar@redhat.com>
-Date: Fri Feb 18 14:30:42 2011 +0530
-
- Updated Gujarati Translations
-
- po/gu.po | 474 ++++++++++++++++++++++++++++++++++++++++-----------------------
- 1 file changed, 303 insertions(+), 171 deletions(-)
-
-commit 39216cf84a33be1fec5746c9aed96d8191dab436
-Author: Alexander Shopov <ash@kambanaria.org>
-Date: Thu Feb 17 06:20:28 2011 +0200
-
- Updated Bulgarian translation
-
- po/bg.po | 327 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 182 insertions(+), 145 deletions(-)
-
-commit 9744aaab18403e80e2d381326b4dc33132293ae2
-Author: Javier Jardón <javier.jardon@codethink.co.uk>
-Date: Tue Feb 15 21:34:31 2011 +0000
-
- text.c: Fix compilation warning
-
- src/text.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit f675707d1c8ed3daafdec61c529b5e4ecffa7c33
-Author: Javier Jardón <javier.jardon@codethink.co.uk>
-Date: Tue Feb 15 21:27:24 2011 +0000
-
- Do not use deprecated separator GtkDialog property
-
- src/zenity.ui | 11 -----------
- 1 file changed, 11 deletions(-)
-
-commit 5ae23bf6783a83b332ad4a50906a98c5224f17a8
-Author: Javier Jardón <javier.jardon@codethink.co.uk>
-Date: Tue Feb 15 21:23:13 2011 +0000
-
- autogen.sh: Use configure.ac instead configura.in
-
- autogen.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 051739c91a14cdda5213d4c95afac6b2b0383ffe
-Author: Javier Jardón <javier.jardon@codethink.co.uk>
-Date: Tue Feb 15 21:21:37 2011 +0000
-
- Use the standard configure.ac instead configure.in
-
- configure.in => configure.ac | 0
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-commit fce7fdb91c496d0e5fdc94ed71492992867e88c5
-Author: Javier Jardón <javier.jardon@codethink.co.uk>
-Date: Tue Feb 15 21:19:07 2011 +0000
-
- Update autotools configuration
-
- Makefile.am | 2 ++
- autogen.sh | 5 ++---
- configure.in | 24 ++++++++++++++----------
- m4/.gitignore | 2 ++
- 4 files changed, 20 insertions(+), 13 deletions(-)
-
-commit 6cfc4c12fae54f727c313e0efc977134ba07175f
-Author: Dirgita <dirgitadevina@yahoo.co.id>
-Date: Sat Feb 12 14:43:00 2011 +0700
-
- Updated Indonesian translation
-
- po/id.po | 419 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 229 insertions(+), 190 deletions(-)
-
-commit 848c4b7d47103b5c098475f60273c73821340a10
-Author: Wouter Bolsterlee <wbolster@gnome.org>
-Date: Fri Feb 11 22:37:16 2011 +0100
-
- Updated Dutch translation by Wouter Bolsterlee
-
- po/nl.po | 354 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 197 insertions(+), 157 deletions(-)
-
-commit c2ec6771bab4232f585865735cc79be0becef25d
-Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
-Date: Thu Feb 10 23:08:49 2011 +0100
-
- Updated Basque language
-
- po/eu.po | 378 +++++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 225 insertions(+), 153 deletions(-)
-
-commit f78a8bfa1c5ec64cdd3ad5ebb093fea9155b3e30
-Author: Daniel Korostil <ted.korostiled@gmail.com>
-Date: Tue Feb 8 17:10:03 2011 +0200
-
- Uploaded Ukranian
-
- po/uk.po | 533 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 286 insertions(+), 247 deletions(-)
-
-commit 580c5875e33d2cab930fc7d0b0ee9ac4296211f4
-Author: Khaled Hosny <khaledhosny@eglug.org>
-Date: Sat Feb 5 19:11:05 2011 +0200
-
- Updated Arabic translation
-
- po/ar.po | 339 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 190 insertions(+), 149 deletions(-)
-
-commit 303fdc58549dab1e65289648af96ba2b89ea9bd3
-Author: Daniel Nylander <po@danielnylander.se>
-Date: Tue Feb 1 15:28:59 2011 +0100
-
- Updated Swedish translation
-
- po/sv.po | 383 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 213 insertions(+), 170 deletions(-)
-
-commit 0386c6a3950ba114daf360911e3b9fae07464a5b
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Thu Jan 27 20:54:28 2011 +0100
-
- Updated Slovenian translation
-
- po/sl.po | 384 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 214 insertions(+), 170 deletions(-)
-
-commit 4b9d0f519f27e3c3f0b64a35cd6114642adfc896
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Thu Jan 27 00:39:45 2011 +0100
-
- QA of Galician translations
-
- po/gl.po | 14 +++++++-------
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
-commit 55df95a2f737ae89bab9fe82c5e2a9e620761f05
-Author: Matthias Clasen <mclasen@redhat.com>
-Date: Tue Jan 25 18:49:01 2011 -0500
-
- Reset errors after freeing them
-
- This was causing segfaults:
- https://bugzilla.redhat.com/show_bug.cgi?id=670895
-
- src/notification.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-commit e186364c3125a7f88e5802b8d540bd94710b7845
-Author: Marek Černocký <marek@manet.cz>
-Date: Mon Jan 24 18:44:44 2011 +0100
-
- Updated Czech translation
-
- po/cs.po | 334 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 187 insertions(+), 147 deletions(-)
-
-commit cbc99c63c64dbcadb847d96f153dc4eb68c42ea4
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Sun Jan 23 15:01:48 2011 +0800
-
- Updated Traditional Chinese translation(Hong Kong and Taiwan)
-
- po/zh_HK.po | 345 ++++++++++++++++++++++++++++++++++--------------------------
- po/zh_TW.po | 345 ++++++++++++++++++++++++++++++++++--------------------------
- 2 files changed, 388 insertions(+), 302 deletions(-)
-
-commit 267de1ce203de207dd715b176bff7a9759cf016f
-Author: Ivar Smolin <okul@linux.ee>
-Date: Sat Jan 22 10:55:00 2011 +0200
-
- [l10n] Updated Estonian translation
-
- po/et.po | 82 ++++++++++++++++++++++++++++++++++++++++++++--------------------
- 1 file changed, 56 insertions(+), 26 deletions(-)
-
-commit 4411bb23e0438d47334ffecd9f677a064fca152c
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Thu Jan 20 19:12:49 2011 +0100
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 327 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 182 insertions(+), 145 deletions(-)
-
-commit 7db7b6186a5c3dc2d4820f40b716fa5a4b621206
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Wed Jan 19 19:27:06 2011 +0100
-
- Updated Spanish translation
-
- po/es.po | 326 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 181 insertions(+), 145 deletions(-)
-
-commit 7f8666a3f578d311a74b2e0affb10bfec4cae843
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Wed Jan 19 14:39:09 2011 +0100
-
- Updated Galician translations
-
- po/gl.po | 325 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 181 insertions(+), 144 deletions(-)
-
-commit 7cec90cd328fd9b61a832d2bcf353430f621c322
-Author: Michael Kotsarinis <mk73628@gmail.com>
-Date: Tue Jan 18 20:44:53 2011 +0200
-
- Updated Greek translation
-
- po/el.po | 441 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 237 insertions(+), 204 deletions(-)
-
-commit e44de0928aa0200a110f7f35d07de43380520f22
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Tue Jan 18 13:02:01 2011 +0200
-
- Updated Hebrew translation.
-
- po/he.po | 335 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 186 insertions(+), 149 deletions(-)
-
-commit 9c32783a1442f95f77a6a997058baa8c720011c8
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Mon Jan 17 12:20:21 2011 -0200
-
- Adding missed files and code for --forms option.
-
- src/Makefile.am | 1 +
- src/main.c | 3 ++
- src/option.c | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
- src/option.h | 2 +
- src/zenity.h | 23 ++++++++-
- src/zenity.ui | 102 +++++++++++++++++++++++++++++++++----
- 6 files changed, 271 insertions(+), 12 deletions(-)
-
-commit 9375d6bf728251aa5660169585f175d21eff71a8
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Sat Jan 15 13:52:02 2011 +0100
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 260 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 132 insertions(+), 128 deletions(-)
-
-commit f77ccd2e560b7d835fd1270685005be1ba4fa590
-Author: Marek Černocký <marek@manet.cz>
-Date: Sat Jan 15 09:25:09 2011 +0100
-
- Updated Czech translation
-
- po/cs.po | 271 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 137 insertions(+), 134 deletions(-)
-
-commit 17c1f25279fdbf1c2976d38e014bb564491835bf
-Author: Alexander Shopov <ash@kambanaria.org>
-Date: Wed Jan 12 23:23:21 2011 +0200
-
- Updated Bulgarian translation
-
- po/bg.po | 264 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 134 insertions(+), 130 deletions(-)
-
-commit 6ba81e485c74a2df5300237eddc8ea244b638389
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Mon Jan 10 23:12:52 2011 +0000
-
- Update for 2.91.5
-
- NEWS | 14 ++++++++++++++
- 1 file changed, 14 insertions(+)
-
-commit d07198b0e96ff14578b8b716ffaae84ad38de494
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Sun Jan 9 18:37:55 2011 +0200
-
- Updated Hebrew translation.
-
- po/he.po | 272 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 138 insertions(+), 134 deletions(-)
-
-commit cb0811cf34b97e1e77d62629ecedd4dfda418b7c
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Sun Jan 9 17:21:41 2011 +0100
-
- Updated Galician translations
-
- po/gl.po | 264 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 134 insertions(+), 130 deletions(-)
-
-commit 1bc0c57679a8ec7ceb341ce780b3a62e434fed85
-Author: Daniel Nylander <po@danielnylander.se>
-Date: Sun Jan 9 12:28:17 2011 +0100
-
- Updated Swedish translation
-
- po/sv.po | 317 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 161 insertions(+), 156 deletions(-)
-
-commit 15da8ccc11d9f6dec3b9ba31daa9851f9f7802b4
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Thu Jan 6 21:55:42 2011 +0100
-
- Updated Slovenian translation
-
- po/sl.po | 311 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 158 insertions(+), 153 deletions(-)
-
-commit dc93d9f398b1a6308f8c1b23e36e55561f9ca2fa
-Author: Daniel Mustieles <daniel.mustieles@gmail.com>
-Date: Thu Jan 6 11:03:33 2011 +0100
-
- Updated Spanish translation
-
- po/es.po | 266 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 135 insertions(+), 131 deletions(-)
-
-commit ce13b5e99ad44471a130e582651217a3f051d8b5
-Author: Ivar Smolin <okul@linux.ee>
-Date: Wed Jan 5 11:22:40 2011 +0200
-
- [l10n] Updated Estonian translation
-
- po/et.po | 23 +++++++++++++----------
- 1 file changed, 13 insertions(+), 10 deletions(-)
-
-commit b74e729b9c71b6dcf9bc310a53bfa97eedb616df
-Author: Andika Triwidada <andika@gmail.com>
-Date: Wed Jan 5 09:14:34 2011 +0700
-
- Updated Indonesian translation
-
- po/id.po | 349 ++++++++++++++++++++++++++++++++-------------------------------
- 1 file changed, 175 insertions(+), 174 deletions(-)
-
-commit e5467650a641694c82d85cc5d34a5ece28fd51f0
-Author: muzuiget <muzuiget@gmail.com>
-Date: Thu Aug 19 05:40:57 2010 +0800
-
- Add font and no wrap mode support in text dialog
-
- src/option.c | 24 ++++++++++++++++++++++--
- src/text.c | 8 ++++++++
- src/zenity.h | 2 ++
- 3 files changed, 32 insertions(+), 2 deletions(-)
-
-commit ef3a33a142620fee850351d14f4a1c191fc6e273
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Sun Jan 2 22:57:42 2011 -0200
-
- Fix for bug 540560.
- Patch by Victor Ananjevsky <ananasik at gmail dot com>
-
- src/progress.c | 2 +-
- src/tree.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-commit c11ebd60f0c0b0151fe142696b4f7831bcfedb1e
-Author: Gheyret T.Kenji <gheyret@gmail.com>
-Date: Thu Dec 23 19:43:31 2010 +0100
-
- Added UG translation
-
- po/ug.po | 8 +++-----
- 1 file changed, 3 insertions(+), 5 deletions(-)
-
-commit 9a91f76f3a950a0c86d5e8d5d40e45886d2640a6
-Author: Vincent Untz <vuntz@gnome.org>
-Date: Thu Dec 23 14:02:44 2010 +0100
-
- release: post-release bump to 2.91.5
-
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 9c2aa5a860ad3fec8570758cdb0973528a0b672d
-Author: Vincent Untz <vuntz@gnome.org>
-Date: Thu Dec 23 14:02:37 2010 +0100
-
- release: 2.91.4
-
- NEWS | 8 ++++++++
- configure.in | 2 +-
- 2 files changed, 9 insertions(+), 1 deletion(-)
-
-commit e9fcf66cd324e0301224caa4f247c5de296d647c
-Author: Cosimo Cecchi <cosimoc@gnome.org>
-Date: Wed Dec 22 18:42:55 2010 +0100
-
- util: fix build with new GTK+
-
- configure.in | 2 +-
- src/util.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-commit fd2b87c6abeec63b9e8cb9dc27a14e937a794c7b
-Author: Mattias Põldaru <mahfiaz gmail com>
-Date: Mon Dec 20 14:26:52 2010 +0200
-
- [l10n] Updated Estonian translation
-
- po/et.po | 59 ++++++++++++++++++++++++++++++++++++++++++++++-------------
- 1 file changed, 46 insertions(+), 13 deletions(-)
-
-commit 4ef148a42795379300e6461fc63e53b37ff9109f
-Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
-Date: Sun Dec 12 20:29:07 2010 +0100
-
- Add Esperanto translation
-
- po/LINGUAS | 1 +
- po/eo.po | 659 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 660 insertions(+)
-
-commit b61c079bf963a824d5f1d05e1926fa68d4dc6c93
-Author: Ísis Binder <isis.binder@gmail.com>
-Date: Wed Nov 24 14:33:26 2010 -0200
-
- Updated Brazilian Portuguese translation
-
- help/pt_BR/pt_BR.po | 280 +++++++++++++++++++++++++++++++---------------------
- 1 file changed, 165 insertions(+), 115 deletions(-)
-
-commit fd18862e2e924cccda90575b4dc8e44731fa68f2
-Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
-Date: Tue Nov 23 16:44:07 2010 +0700
-
- Updated Thai translation.
-
- po/th.po | 283 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 156 insertions(+), 127 deletions(-)
-
-commit 51ab5fcb2fb0c2a4f68a2a550f101cae953b0c93
-Author: Gheyret T.Kenji <gheyret@gmail.com>
-Date: Sat Nov 20 13:06:40 2010 +0100
-
- Added UG translation
-
- po/ug.po | 258 +++++++++++++++++++++++++++++++--------------------------------
- 1 file changed, 129 insertions(+), 129 deletions(-)
-
-commit 01bf7956d6bba165326c99ea42f498687119b618
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Thu Nov 18 14:54:36 2010 -0200
-
- Fix for bug 630885
-
- src/password.c | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-commit 54a8e7079a65d8dd7aea344ece6a8dbc38b3e048
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Thu Nov 18 14:33:13 2010 -0200
-
- Fix for bug 412493
-
- src/forms.c | 215 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 215 insertions(+)
-
-commit cfebe525d8634e7fefc7e32fc7f5b9ed84922989
-Author: Luca Ferretti <lferrett@gnome.org>
-Date: Sun Nov 14 01:38:11 2010 +0100
-
- [l10n] Fixed Italian translation
-
- po/it.po | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit ddf34d69fb126e80045205242cc83f105987015c
-Author: Gheyret T.Kenji <gheyret@gmail.com>
-Date: Sat Nov 13 23:02:04 2010 +0100
-
- Added UG translation
-
- po/ug.po | 68 +++++++++++++++++++++++++---------------------------------------
- 1 file changed, 26 insertions(+), 42 deletions(-)
-
-commit 079254bb48c28f62d15270028e64308347888a76
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Thu Nov 4 17:12:52 2010 -0200
-
- Add libnotify as optional in zenity instalation
-
- configure.in | 14 +++++++++++++-
- src/main.c | 2 ++
- src/notification.c | 2 ++
- src/option.c | 15 ++++++++++++++-
- src/option.h | 4 ++++
- src/zenity.h | 5 +++++
- 6 files changed, 40 insertions(+), 2 deletions(-)
-
-commit 73fcbe4c0a4e8d36fa7071717133b5c39afae5aa
-Author: Carles Ferrando <carles.ferrando@gmail.com>
-Date: Fri Oct 29 21:54:43 2010 +0100
-
- Updated Catalan (Valencian) translation
-
- po/ca@valencia.po | 308 ++++++++++++++++++++++++++++++++----------------------
- 1 file changed, 182 insertions(+), 126 deletions(-)
-
-commit df143584f2214cf497fe0420559ab85ac5dd3882
-Author: Gheyret T.Kenji <gheyret@gmail.com>
-Date: Sat Oct 23 11:22:49 2010 +0200
-
- Added UG translation
-
- po/ug.po | 732 +++++++++++++++++++++++++++++++++++++++++----------------------
- 1 file changed, 474 insertions(+), 258 deletions(-)
-
-commit 841c15d7d8a9e1584d8c4669d6b3caa467e9ff40
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Thu Oct 21 00:43:46 2010 +0100
-
- Add last entry on NEWS for 2.91.1.1
-
- NEWS | 1 +
- 1 file changed, 1 insertion(+)
-
-commit 4421de675feeb7d490d16f5410bf6bd514d99154
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Thu Oct 21 00:41:09 2010 +0100
-
- Remove deprecated code for GTK+-3.0.
-
- src/entry.c | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit 615983e37a72eeccb7460572ac6a226c9eb499fb
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Thu Oct 21 00:07:33 2010 +0100
-
- update NEWS for 2.91.1.1
-
- NEWS | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-commit 229e014cdaf00d3709fc4564a48301429c34ca1e
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Thu Oct 21 00:04:42 2010 +0100
-
- Bump to 2.91.1.1.
-
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit a079520980b238bc7fd95913877ca3d72de472c8
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Thu Oct 21 00:03:27 2010 +0100
-
- Fix manpage for the statusicon removal from Zenity 3.0
-
- data/zenity.1 | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit 620d5505c59b5b5dd092bfa35bdf3e7723f1e7c3
-Author: William Jon McCann <jmccann@redhat.com>
-Date: Sat Oct 9 04:59:44 2010 -0400
-
- Require libnotify 0.6.1
-
- https://bugzilla.gnome.org/show_bug.cgi?id=631737
-
- configure.in | 18 +----
- src/notification.c | 198 ++++++++++++++++++-----------------------------------
- 2 files changed, 67 insertions(+), 149 deletions(-)
-
-commit c2c50c297997d7439d61ba1c50f9757afc9ed582
-Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
-Date: Thu Oct 21 00:23:23 2010 +0900
-
- Updated Japanese translation
-
- po/ja.po | 15 ++++++++-------
- 1 file changed, 8 insertions(+), 7 deletions(-)
-
-commit be599078f8b00338cb57a317a0cb3c205415404d
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Tue Oct 19 16:15:36 2010 +0100
-
- Bump to 2.91.1.
-
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 038c0218e540253949c527fa7f07aefa037b90d0
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Tue Oct 19 16:15:24 2010 +0100
-
- Bump NEWS to 2.91.1.
-
- NEWS | 13 +++++++++++++
- 1 file changed, 13 insertions(+)
-
-commit 95a95c093495a34d92b9dc472c516ba80a31b5e0
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Thu Oct 14 21:32:39 2010 +0200
-
- Updated Slovenian translation
-
- help/sl/sl.po | 36 ++++++++++++++++++------------------
- 1 file changed, 18 insertions(+), 18 deletions(-)
-
-commit eaf90ccbff7a9b4872fe6f8343e660f65c6139c6
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Thu Oct 14 21:30:57 2010 +0200
-
- Added sl for Slovenian translation
-
- help/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit d4f461d130696929d99f33d6feb136c6c889b88f
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Thu Oct 14 21:30:57 2010 +0200
-
- Added Slovenian translation
-
- help/sl/sl.po | 1229 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 1229 insertions(+)
-
-commit e1bbc07c004441a177c453db67b74410bb596011
-Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
-Date: Wed Oct 13 16:22:23 2010 +0300
-
- Updated Ukrainian translation
-
- po/uk.po | 291 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 162 insertions(+), 129 deletions(-)
-
-commit e7bdb0b0bd1f1dd6731c60b5ba59b7031e3e70be
-Author: Changwoo Ryu <cwryu@debian.org>
-Date: Sat Oct 9 08:38:13 2010 +0900
-
- Updated Korean translation
-
- po/ko.po | 294 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 167 insertions(+), 127 deletions(-)
-
-commit 5a010d3cf56ade88093d12dbbf17fe3830d2f324
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Sat Oct 2 21:01:16 2010 +0100
-
- Bump to 2.91.0
-
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit a9dabc7737f73cdf02fa067426f26f113a771205
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Sat Oct 2 20:57:53 2010 +0100
-
- Make zenity compile only with GTK+-3.0
-
- In preparation for GNOME 3.0.
-
- configure.in | 27 ++++-----------------------
- 1 file changed, 4 insertions(+), 23 deletions(-)
-
-commit bb00f842d0e1504d53c348b9de3c7eadb5251796
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Sat Oct 2 20:00:04 2010 +0100
-
- Remove GDK_DISPLAY() usage. Fixes build with GTK+-3.0
-
- Replaced by GDK_DISPLAY_XDISPLAY.
-
- src/util.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-commit 1bd26ef056e5268cb81fa6f7bca7ba66b6980202
-Author: Žygimantas Beručka <zygis@gnome.org>
-Date: Fri Oct 1 19:46:34 2010 +0200
-
- Updated Lithuanian translation
-
- po/lt.po | 460 +++++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 272 insertions(+), 188 deletions(-)
-
-commit 18ed4622acad91021976435f693fd560098432c5
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Wed Sep 29 12:26:52 2010 +0100
-
- Add default activation on entry.
-
- Fixes bgo#630884 - Zenity --password dialog doesn't have a default
- action
-
- src/password.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-commit a4743fb2d0328c7c2d8f76a4e24fa5bce9347df5
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Tue Sep 28 12:37:51 2010 +0100
-
- NEWS for 2.32.0 release
-
- NEWS | 15 +++++++++++++++
- 1 file changed, 15 insertions(+)
-
-commit c7be7bf06b9c738de7871e7823eedeb8db635592
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Tue Sep 28 12:31:58 2010 +0100
-
- Bump to 2.32.0
-
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit bd4144be4a1ed4e77017c862542e46fba68b9b8b
-Author: Joan Duran <jodufi@gmail.com>
-Date: Sun Sep 26 13:38:39 2010 +0200
-
- Updated Catalan translation
-
- po/ca.po | 311 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 168 insertions(+), 143 deletions(-)
-
-commit 390fe53c4dbd65f2608aef9d157f1bb05c7d27d2
-Author: Marek Černocký <marek@manet.cz>
-Date: Sat Sep 25 14:46:12 2010 +0200
-
- Updated Czech translation
-
- help/cs/cs.po | 16 +++++++++-------
- 1 file changed, 9 insertions(+), 7 deletions(-)
-
-commit c6f3f7621457eea5a9728a300464c2892a5991fe
-Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
-Date: Sat Sep 25 12:19:48 2010 +0300
-
- Updated Romanian translation
-
- po/ro.po | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit a1ff7b53dc85f1cb5fa29057cd1123893da1f85c
-Author: Daniel Șerbănescu <cyber19rider@gmail.com>
-Date: Sat Sep 25 12:03:48 2010 +0300
-
- Updated Romanian translation
-
- po/ro.po | 414 ++++++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 236 insertions(+), 178 deletions(-)
-
-commit b434b7516c7576367ed70b7f056551f36bac208f
-Author: Leonid Kanter <leon@asplinux.ru>
-Date: Thu Sep 23 16:01:03 2010 +0300
-
- updated Russian translation
-
- po/ru.po | 303 +++++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 178 insertions(+), 125 deletions(-)
-
-commit c7da17c005b616e31c05d5b0f623c781a538e255
-Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
-Date: Mon Sep 20 21:39:59 2010 +0900
-
- Updated Japanese translation
-
- po/ja.po | 23 ++++++++++++-----------
- 1 file changed, 12 insertions(+), 11 deletions(-)
-
-commit d431e3342e9205cb49d1aa79fde5072bf0b85ee0
-Author: Wouter Bolsterlee <wbolster@gnome.org>
-Date: Sun Sep 19 22:08:19 2010 +0200
-
- Updated Dutch translation by Reinout van Schouwen
-
- po/nl.po | 9 ++++++---
- 1 file changed, 6 insertions(+), 3 deletions(-)
-
-commit ea92e51bd7cdeeb5067c0f090d3f46ff2638a6a6
-Author: Wouter Bolsterlee <wbolster@gnome.org>
-Date: Sun Sep 19 22:05:10 2010 +0200
-
- Updated Dutch translation by Reinout van Schouwen
-
- po/nl.po | 284 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 157 insertions(+), 127 deletions(-)
-
-commit e8662ceac83c9bc8b7a0bd1b8e3347f8bf08b484
-Author: Kenneth Nielsen <k.nielsen81@gmail.com>
-Date: Sun Sep 19 17:45:02 2010 +0200
-
- Updated Danish translation
-
- po/da.po | 295 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 159 insertions(+), 136 deletions(-)
-
-commit 0e0343099cd15a51200514d839522d43cc8b53b0
-Author: Milo Casagrande <milo@ubuntu.com>
-Date: Sat Sep 18 15:20:14 2010 +0200
-
- [l10] Updated Italian translation
-
- po/it.po | 290 +++++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 171 insertions(+), 119 deletions(-)
-
-commit d8525a4b5133fc4e06d0c70b951002670afb6bc1
-Author: Piotr Drąg <piotrdrag@gmail.com>
-Date: Tue Sep 14 17:40:17 2010 +0200
-
- Updated Polish translation
-
- po/pl.po | 293 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 158 insertions(+), 135 deletions(-)
-
-commit ba525ac951880a64016b547a689eebbd360ae365
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Mon Sep 13 23:00:25 2010 +0100
-
- Update NEWS for 2.31.92 release.
-
- NEWS | 18 ++++++++++++++++++
- 1 file changed, 18 insertions(+)
-
-commit e347b91e4cd3313f7291d961b7b261f5f3b06757
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Mon Sep 13 22:55:55 2010 +0100
-
- Bump to 2.31.92
-
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 28f6bbfc6a3e056410385b22edfeaf92214bebc8
-Author: Michael Kotsarinis <mk73628@gmail.com>
-Date: Sat Sep 4 19:05:27 2010 +0300
-
- Updated Greek translation
-
- po/el.po | 306 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 165 insertions(+), 141 deletions(-)
-
-commit 7a1d99cf7cb9073758cda05c8caaa471ccf0f1c0
-Author: Bruce Cowan <bruce@bcowan.me.uk>
-Date: Tue Aug 31 16:08:36 2010 +0100
-
- Updated British English translation
-
- po/en_GB.po | 309 +++++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 183 insertions(+), 126 deletions(-)
-
-commit e274dde80f6f6f154e916b97224f5e0ad5474895
-Author: Милош Поповић <gpopac@gmail.com>
-Date: Tue Aug 31 04:07:24 2010 +0200
-
- Updated Serbian translation
-
- po/sr.po | 429 +++++++++++++++++++++++++++++++++++----------------------
- po/sr@latin.po | 429 +++++++++++++++++++++++++++++++++++----------------------
- 2 files changed, 522 insertions(+), 336 deletions(-)
-
-commit 1fd223a68c27575b28765581408db13f29684615
-Author: Gabor Kelemen <kelemeng@gnome.hu>
-Date: Tue Aug 31 02:03:09 2010 +0200
-
- Updated Hungarian translation
-
- po/hu.po | 312 +++++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 183 insertions(+), 129 deletions(-)
-
-commit 135e3a82f8427b10bdf59064860ac6a2f49badb5
-Author: André Gondim <andregondim@ubuntu.com>
-Date: Mon Aug 30 14:27:33 2010 -0300
-
- Updated Brazilian Portuguese translation
-
- po/pt_BR.po | 296 ++++++++++++++++++++++++++++++++++++------------------------
- 1 file changed, 176 insertions(+), 120 deletions(-)
-
-commit 9b03bfc2ecfc666b0d5695465213ce77f15a78d3
-Author: Bruno Brouard <annoa.b@gmail.com>
-Date: Wed Aug 25 14:23:21 2010 +0200
-
- Updated French doc translation
-
- help/fr/fr.po | 84 +++++++++++++++++++++++++++++------------------------------
- 1 file changed, 42 insertions(+), 42 deletions(-)
-
-commit cf9bb8e45703b1f00eb4eaa8d6387843732da020
-Author: Petr Kovar <pknbe@volny.cz>
-Date: Mon Aug 23 22:21:56 2010 +0200
-
- Update Czech translation by Marek Cernocky
-
- po/cs.po | 301 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 165 insertions(+), 136 deletions(-)
-
-commit 42da5b82f3244cb1a276595a975b3bbada356161
-Author: Alexander Shopov <ash@contact.bg>
-Date: Sun Aug 22 22:36:33 2010 +0300
-
- Updated Bulgarian translation
-
- po/bg.po | 279 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 154 insertions(+), 125 deletions(-)
-
-commit 5a2d4d909e67838d2f3d5ac1c6ae9147d3b7f970
-Author: Duarte Loreto <happyguy_pt@hotmail.com>
-Date: Sat Aug 21 17:38:43 2010 +0100
-
- Updated Portuguese translation
-
- po/pt.po | 282 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 155 insertions(+), 127 deletions(-)
-
-commit 498d85160cace0a72fac116dcbfc379d4758c1ee
-Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
-Date: Sat Aug 21 21:27:36 2010 +0800
-
- Updated Traditional Chinese translation(Hong Kong and Taiwan)
-
- po/zh_HK.po | 278 +++++++++++++++++++++++++++++++++---------------------------
- po/zh_TW.po | 278 +++++++++++++++++++++++++++++++++---------------------------
- 2 files changed, 306 insertions(+), 250 deletions(-)
-
-commit fe30bb08e5843104332a204d6352380f2c33b7fc
-Author: Khaled Hosny <khaledhosny@eglug.org>
-Date: Thu Aug 19 20:54:46 2010 +0200
-
- Updated Arabic translation
-
- po/ar.po | 280 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 154 insertions(+), 126 deletions(-)
-
-commit 2aa02b5c8705aa8e0a25144a71818e2b67fdc221
-Author: Claude Paroz <claude@2xlibre.net>
-Date: Tue Aug 10 19:36:49 2010 +0200
-
- Updated French translation
-
- po/fr.po | 307 +++++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 180 insertions(+), 127 deletions(-)
-
-commit bcad4a938aaeee4f85a6127224c8c5b4b7fc6bd6
-Author: Runa Bhattacharjee <runab@redhat.com>
-Date: Tue Aug 10 12:14:10 2010 +0530
-
- Updated Bengali India Translation
-
- po/bn_IN.po | 412 ++++++++++++++++++++++++++++++++++++------------------------
- 1 file changed, 247 insertions(+), 165 deletions(-)
-
-commit a9f6cb09045f630499d533fe27153fd5958659ea
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Thu Aug 5 10:46:40 2010 +0100
-
- Add NEWS to 2.31.6
-
- NEWS | 37 +++++++++++++++++++++++++++++++++++++
- 1 file changed, 37 insertions(+)
-
-commit 1c776df3ff6fd3cbd369c53db9d97253ee6c6d9b
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Thu Aug 5 10:46:15 2010 +0100
-
- Bump to 2.31.6
-
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 4810afdc9f1828afa546aba663d9b2a3bfe652b9
-Author: Andika Triwidada <andika@gmail.com>
-Date: Thu Aug 5 09:19:28 2010 +0700
-
- Updated Indonesian translation
-
- po/id.po | 9 ++-------
- 1 file changed, 2 insertions(+), 7 deletions(-)
-
-commit 853129dea4c1974ea1b0aba5124c299ebfd886f5
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Wed Aug 4 14:34:09 2010 +0200
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-commit 747a7bc83268e302b141c36535309ab567c10b34
-Author: Mattias Põldaru <mahfiaz gmail com>
-Date: Wed Aug 4 09:10:00 2010 +0300
-
- [l10n] Updated Estonian translation
-
- po/et.po | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-commit 5b36dfad8bce108a61b24429887927c2fefa8f42
-Author: A S Alam <aalam@users.sf.net>
-Date: Wed Aug 4 15:14:36 2010 +0530
-
- update Translation in master for Punjabi by A S Alam
-
- po/pa.po | 413 ++++++++++++++++++++++++++++++++++++++-------------------------
- 1 file changed, 250 insertions(+), 163 deletions(-)
-
-commit dc98d14dc8cf2869921f14b6e50130f9054dae33
-Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
-Date: Mon Aug 2 23:17:50 2010 +0900
-
- Updated Japanese translation.
-
- po/ja.po | 372 +++++++++++++++++++++++++++++++++++++--------------------------
- 1 file changed, 219 insertions(+), 153 deletions(-)
-
-commit d52e33e9c090ae0cf0a8b19c25757ba15dbaa421
-Author: Yinghua Wang <wantinghard@gmail.com>
-Date: Fri Jul 30 18:25:21 2010 +0800
-
- Update Simplified Chinese help translation.
-
- help/zh_CN/zh_CN.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit 6d0c1a586eb750ef5695b01dd717b48590ecf49a
-Author: Luis Medinas <lmedinas@gnome.org>
-Date: Thu Jul 29 22:19:48 2010 +0100
-
- Make zenity compile with GTK2 and GTK3
-
- GNOME 2.32 will use GTK2 but Zenity is ready for GNOME 3.0
-
- configure.in | 27 +++++++++++++++++++++++----
- 1 file changed, 23 insertions(+), 4 deletions(-)
-
-commit 03081cf046cae34a30a0645f0ab0a012acbe6cc0
-Author: Ivar Smolin <okul@linux.ee>
-Date: Thu Jul 29 00:14:10 2010 +0300
-
- [l10n] Updated Estonian translation
-
- po/et.po | 56 ++++++++++++--------------------------------------------
- 1 file changed, 12 insertions(+), 44 deletions(-)
-
-commit fa1b8c5ed2fdeb10cac41af62559c35e6bc9c2c9
-Author: Jorge González <jorgegonz@svn.gnome.org>
-Date: Wed Jul 28 17:11:33 2010 +0200
-
- Updated Spanish translation
-
- help/es/es.po | 86 ++++++++++++++++++++++++++++++++++++++---------------------
- 1 file changed, 55 insertions(+), 31 deletions(-)
-
-commit e51b0d8c0280a38515ce33b23df92b58b8274373
-Author: Mario Blättermann <mariobl@gnome.org>
-Date: Tue Jul 27 23:27:33 2010 +0200
-
- [i18n] Updated German doc translation
-
- help/de/de.po | 177 ++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 92 insertions(+), 85 deletions(-)
-
-commit 0d583e43f24860d9e2fe7214e7fd1f395dc64879
-Author: Mario Blättermann <mariobl@gnome.org>
-Date: Tue Jul 27 23:24:33 2010 +0200
-
- [i18n] Updated German translation
-
- po/de.po | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-commit b2e270f80455ef4651ce7f48fc5013a16b7ec2e9
-Author: Dirgita <dirgitadevina@yahoo.co.id>
-Date: Tue Jul 27 23:02:51 2010 +0700
-
- Updated Indonesian translation
-
- po/id.po | 638 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 340 insertions(+), 298 deletions(-)
-
-commit 93bbc9090c2088ccb378e76466e8a80883c98ece
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Tue Jul 27 17:57:17 2010 +0200
-
- Updated Galician translations
-
- po/gl.po | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-commit 3e5676d329c1bc005e900aabdc3adf2f8a461721
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Tue Jul 27 12:46:55 2010 -0300
-
- Bug 624612 to update zenity help file
-
- help/C/zenity.xml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 42de8cac29fa4e45aeb52232c9369a14f278ce1a
-Author: Jorge González <jorgegonz@svn.gnome.org>
-Date: Mon Jul 26 21:21:53 2010 +0200
-
- Updated Spanish translation
-
- po/es.po | 20 +++++++++-----------
- 1 file changed, 9 insertions(+), 11 deletions(-)
-
-commit 6633317a313b0ff78585a47962ea593f71de65c3
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Sun Jul 25 21:43:16 2010 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 11 ++++++-----
- 1 file changed, 6 insertions(+), 5 deletions(-)
-
-commit f94f4e75827488d5de5b57eea29bb32fad9ced70
-Author: Daniel Nylander <po@danielnylander.se>
-Date: Sun Jul 25 19:00:08 2010 +0200
-
- Updated Swedish translation
-
- po/sv.po | 328 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 177 insertions(+), 151 deletions(-)
-
-commit 5a3dbcab22fc952d8bef1177e6b1dd99fd67dc06
-Author: Yinghua Wang <wantinghard@gmail.com>
-Date: Sat Jul 24 20:47:42 2010 +0800
-
- Update Simplified Chinese translation
-
- po/zh_CN.po | 88 +++++++++++++++++++++++++++++++------------------------------
- 1 file changed, 45 insertions(+), 43 deletions(-)
-
-commit bc206825de4e28aebd5b4b0a6f061d1aeeccef04
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Sat Jul 24 13:33:23 2010 +0300
-
- Updated Hebrew translation.
-
- po/he.po | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-commit 81bc37187b5694d0151b0a82d019130da1d0bfb7
-Author: drtv <vasudeven@git.gnome.org>
-Date: Sat Jul 24 13:51:18 2010 +0530
-
- Updated Tamil translation
-
- po/ta.po | 284 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 156 insertions(+), 128 deletions(-)
-
-commit 00684221706b821ba9b3da09c2ecb73b149ef5a1
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Wed Jul 21 20:16:21 2010 -0300
-
- Removing X_LIBS from src/Makefile
-
- src/Makefile.am | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-commit 3ae7f89228297d88bb4fd12c64f5f2f0377201d1
-Author: Arx Cruz <arxcruz@src.gnome.org>
-Date: Wed Jul 21 20:22:16 2010 -0300
-
- Change cancel button messages to be capitalized
-
- src/option.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-commit f302b4f8b21906e83637ecb4622c79a6acc010a5
-Author: Matej Urbančič <mateju@svn.gnome.org>
-Date: Thu Jul 22 14:46:39 2010 +0200
-
- Updated Slovenian translation
-
- po/sl.po | 323 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 175 insertions(+), 148 deletions(-)
-
-commit 68f6c69672fe756457a34714a8ba21939fc19b51
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Wed Jul 21 16:34:22 2010 +0200
-
- Updated Galician translations
-
- po/gl.po | 24 +++++++++++++-----------
- 1 file changed, 13 insertions(+), 11 deletions(-)
-
-commit 401327168bae97e24ef46bbd308323d73edc9fa9
-Author: Teliute <teliute@163.com>
-Date: Tue Jul 20 13:20:20 2010 +0800
-
- Add Simplified Chinese help translation.
-
- help/Makefile.am | 2 +-
- help/zh_CN/zh_CN.po | 1620 +++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 1621 insertions(+), 1 deletion(-)
-
-commit 1d182619f457d0d7f290700cf81e999cbc007682
-Author: Ivar Smolin <okul@linux.ee>
-Date: Sun Jul 18 22:59:59 2010 +0300
-
- [l10n] Updated Estonian translation
-
- po/et.po | 65 ++++++++++++++++++++++++++++++++++++++++++----------------------
- 1 file changed, 43 insertions(+), 22 deletions(-)
-
-commit 5f7ba62ec7bf0a8ced78f267cf65c10892f8e738
-Author: Jorge González <jorgegonz@svn.gnome.org>
-Date: Sun Jul 18 11:20:31 2010 +0200
-
- Updated Spanish translation
-
- po/es.po | 282 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 155 insertions(+), 127 deletions(-)
-
-commit d57e379b1948a27fb9b352da029eea81d65c64e5
-Author: Mario Blättermann <mariobl@gnome.org>
-Date: Fri Jul 16 21:33:18 2010 +0200
-
- [i18n] Updated German translation
-
- po/de.po | 285 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 152 insertions(+), 133 deletions(-)
-
-commit 21f5a3096c5a1a5dbd24829dae294b6e58041f48
-Author: Yaron Shahrabani <sh.yaron@gmail.com>
-Date: Fri Jul 16 13:29:24 2010 +0300
-
- Updated Hebrew translation.
-
- po/he.po | 285 ++++++++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 156 insertions(+), 129 deletions(-)
-
-commit a0812a29ae0cd1c226369875acaac5d403417428
-Author: Fran Diéguez <fran.dieguez@mabishu.com>
-Date: Wed Jul 14 11:25:52 2010 +0200
-
- Updated Galician translations
-
- po/gl.po | 276 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 152 insertions(+), 124 deletions(-)
-
-commit d8fabb7ada92c827ee834f88a09d7cbb8c5e9b7b
-Author: Kjartan Maraas <kmaraas@gnome.org>
-Date: Tue Jul 13 21:42:06 2010 +0200
-
- Updated Norwegian bokmål translation
-
- po/nb.po | 283 +++++++++++++++++++++++++++++++++++----------------------------
- 1 file changed, 158 insertions(+), 125 deletions(-)
-
-commit e2decd81daaaf28789f0e41f41e4f4bc0ee977c3
-Author: Aron Xu <aronxu@gnome.org>
-Date: Wed Jul 14 00:15:11 2010 +0800
-
- Complete Simplified Chinese translation.
-
- po/zh_CN.po | 275 +++++++++++++++++++++++++++++++++---------------------------
- 1 file changed, 151 insertions(+), 124 deletions(-)
-
-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 file changed, 13 insertions(+)
-
-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 file changed, 1 insertion(+)
-
-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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 deletion(-)
-
-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 file 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 file 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 file 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 file changed, 47 insertions(+)
-
-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 file changed, 43 insertions(+)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file 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 file 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 file 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 file 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 file 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 file 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(+)
-
-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 deletion(-)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file changed, 2 insertions(+)
-
-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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file changed, 1 insertion(+)
-
-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 file changed, 612 insertions(+)
-
-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 file 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 file 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 file 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 file 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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file 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 file 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 file 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 file 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(+)
-
-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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file 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 file changed, 1773 insertions(+)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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(+)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file 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(+)
-
-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 file 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 file 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 file 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 file 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 file 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 file 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 deletion(-)
-
-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 file 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 file 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 file 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 file 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 file changed, 14 insertions(+)
-
-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 file 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 file changed, 2419 insertions(+)
-
-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 file 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 file 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(+)
-
-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 file changed, 10 insertions(+)
-
-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 file changed, 3 insertions(+)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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(+)
-
-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 file 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 file changed, 31 insertions(+), 1 deletion(-)
-
-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 file 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 file 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 file 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 file 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 file 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 file changed, 28 insertions(+)
-
-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 file changed, 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 file 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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file 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 | 955 +-----------------------------------------
- zenity.spec.in | 86 ----
- 7 files changed, 15 insertions(+), 2256 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 deletion(-)
-
-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 file 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 file changed, 21 insertions(+)
-
-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(+)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file changed, 1112 insertions(+)
-
-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 file changed, 4 insertions(+)
-
-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
- help/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(+)
-
-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 file 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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 file changed, 4 insertions(+)
-
-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 file 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 file changed, 4 insertions(+)
-
-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 file 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
- help/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(+)
-
-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 file changed, 1062 insertions(+)
-
-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(+)
-
-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 deletion(-)
-
-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 file changed, 2 insertions(+)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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 file 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 file changed, 4 insertions(+)
-
-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 file 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 => sr@latin.po} | 235 ++++++++++++++++++++++-------------------
- 3 files changed, 131 insertions(+), 111 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 file changed, 4 insertions(+)
-
-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 file 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 file 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 file changed, 4 insertions(+)
-
-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 file 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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-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 file 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 file changed, 4 insertions(+)
-
-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 file changed, 4 insertions(+)
-
-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 file changed, 4 insertions(+)
-
-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 file 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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-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(+)
-
-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 file 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 file 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 deletion(-)
-
-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 file changed, 2 insertions(+), 1 deletion(-)
-
-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 file 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 file 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 deletion(-)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 ++++
- po/mk.po | 0
- 2 files changed, 4 insertions(+)
-
-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 file 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 file changed, 4 insertions(+)
-
-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(+)
-
-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(+)
-
-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 file changed, 4 insertions(+)
-
-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 file 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(+)
-
-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 file 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 file changed, 4 insertions(+)
-
-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 file 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 deletion(-)
-
-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 file 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 deletion(-)
-
-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 file 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 file changed, 1 insertion(+), 1 deletion(-)
-
-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
- help/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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 file 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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 file changed, 1 insertion(+)
-
-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 file changed, 561 insertions(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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 file changed, 4 insertions(+)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-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 file 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(+)
-
-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(+)
-
-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 file changed, 4 insertions(+)
-
-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 file 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 file 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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-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 file 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 file changed, 4 insertions(+)
-
-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 file 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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 file 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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file changed, 5 insertions(+)
-
-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 file changed, 1 insertion(+)
-
-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 file changed, 618 insertions(+)
-
-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(+)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 496 insertions(+)
-
-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(+)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 deletion(-)
-
-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 file 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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 file 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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 5 insertions(+)
-
-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 file 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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-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 file changed, 2 insertions(+)
-
-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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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 file 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 deletion(-)
-
-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 file 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 file 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
- help/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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 deletion(-)
-
-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 file 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 deletion(-)
-
-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 file 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 deletion(-)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file 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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-commit 82cfa9d750119695516e4b9883d0545ab09314f3
-Author: Glynn Foster <gman@src.gnome.org>
-Date: Wed Apr 6 06:52:16 2005 +0000
-
- Add Sri.
-
- THANKS | 1 +
- 1 file changed, 1 insertion(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 file changed, 1 deletion(-)
-
-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(+)
-
-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 file 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 deletion(-)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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(+)
-
-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 file 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 deletion(-)
-
-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 file 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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 file changed, 5 insertions(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 file changed, 1 insertion(+)
-
-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 file 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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 file changed, 7 insertions(+)
-
-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 file 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 file 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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 file 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 deletion(-)
-
-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 file 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(+)
-
-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 file 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 deletion(-)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 file 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(+)
-
-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 deletion(-)
-
-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 file changed, 5 insertions(+)
-
-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 deletion(-)
-
-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 file changed, 1 insertion(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-commit 31557852a5c0472056e31f056aed3e17e1f53570
-Author: Glynn Foster <gman@src.gnome.org>
-Date: Mon Mar 22 22:32:13 2004 +0000
-
- ignore.
-
- .cvsignore | 1 +
- 1 file changed, 1 insertion(+)
-
-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(+)
-
-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 deletion(-)
-
-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 file changed, 456 insertions(+)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-commit 3a2b58e9bee457765d4c45762d3422731af1e3ef
-Author: Laurent Dhima <laurenti@src.gnome.org>
-Date: Mon Feb 23 09:06:08 2004 +0000
-
- Korrigjime
-
- po/sq.po | 58 +++++++++++++++++++++++++++++-----------------------------
- 1 file 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 deletion(-)
-
-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 file 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 file changed, 4 insertions(+)
-
-commit f135b76c62ef1903321731452192900d4fe1451d
-Author: Laurent Dhima <laurenti@src.gnome.org>
-Date: Mon Feb 2 15:13:09 2004 +0000
-
- Updated
-
- po/sq.po | 9 ++++-----
- 1 file 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 file 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(+)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-commit 30c2c319bdf99bfbe6a17cd6c4acb0fbe29f5869
-Author: Laurent Dhima <laurenti@src.gnome.org>
-Date: Thu Jan 15 22:17:16 2004 +0000
-
- Updated
-
- po/sq.po | 43 ++++++++++++++++++++++---------------------
- 1 file 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 file 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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 file 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 file changed, 4 insertions(+)
-
-commit dee5ea4ff27d17b44913fe85a1de13a4199bff02
-Author: Laurent Dhima <laurenti@src.gnome.org>
-Date: Mon Dec 22 16:31:59 2003 +0000
-
- Updated
-
- po/sq.po | 15 ++++++++-------
- 1 file 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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file 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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 file changed, 447 insertions(+)
-
-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 file changed, 5 insertions(+)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 file 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(+)
-
-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 file 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 file changed, 21 insertions(+), 1 deletion(-)
-
-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 file 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 file changed, 508 insertions(+)
-
-commit 197950b065ffed719d8738a357a50e3e17cffdb0
-Author: Andraz Tori <minmax@src.gnome.org>
-Date: Sat Aug 23 10:10:45 2003 +0000
-
- Added sl
-
- configure.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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(+)
-
-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 deletion(-)
-
-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 file 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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file changed, 457 insertions(+)
-
-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 deletion(-)
-
-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(+)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 1 insertion(+), 1 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-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 file changed, 455 insertions(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 454 insertions(+)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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(+)
-
-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 file 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 file changed, 4 insertions(+)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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(+)
-
-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 deletion(-)
-
-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 file changed, 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 => gdialog.in} | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-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 file 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 file 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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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(+)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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 deletion(-)
-
-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(+)
-
-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(+)
-
-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 deletion(-)
-
-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 file 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 file changed, 1 insertion(+), 1 deletion(-)
-
-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(+)
-
-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 file changed, 346 insertions(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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 deletion(-)
-
-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 file changed, 4 insertions(+)
-
-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 file changed, 2 insertions(+)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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 file changed, 364 insertions(+)
-
-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 deletion(-)
-
-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 file 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 deletion(-)
-
-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(+)
-
-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 file changed, 4 insertions(+)
-
-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 deletion(-)
-
-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(+)
-
-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(+)
-
-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 deletion(-)
-
-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 file changed, 1 insertion(+)
-
-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(+)
-
-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(+)
-
-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.
-
- po/ChangeLog | 0
- 1 file 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 file 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 deletion(-)
-
-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 file changed, 26 insertions(+)
-
-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 +
- NEWS | 0
- 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 +++++
- 30 files changed, 3087 insertions(+)
+ - When a commit closes a bug, the commit message should contain a line like:
+ Closes: bgo#12345
bgstack15