summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Pre-load the year, because gtk_calendar* is dumb and you need to selectGlynn Foster2005-01-07
| | | | | | | | 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.
* Updated Spanish translation.Francisco Javier F. Serrador2005-01-01
| | | | | | 2005-01-01 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Lithuanian translation.Žygimantas Beručka2004-12-31
| | | | | | 2004-12-31 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Russian translationLeonid Kanter2004-12-28
|
* Updated Slovak translation.Marcel Telka2004-12-28
| | | | | | 2004-12-28 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Czech translation.Miloslav Trmac2004-12-25
| | | | | | 2004-12-25 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Canadian English translation.Adam Weinberger2004-12-22
| | | | * en_CA.po: Updated Canadian English translation.
* Update UpdateKjartan Maraas2004-12-22
| | | | | | | 2004-12-22 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update * no.po: Update
* 2004-12-21 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-12-21
|
* Updated vi.poNguyen Thai Ngoc Duy2004-12-21
|
* BlehGlynn Foster2004-12-20
|
* Post bump release. Despite the evils of autotools changing the COPYINGGlynn Foster2004-12-20
| | | | | | | | 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.
* Release 2.9.1Glynn Foster2004-12-20
| | | | | | 2004-12-21 Glynn Foster <glynn.foster@sun.com> * configure.in: Release 2.9.1
* Fix tyop for #161774, as reported by Christian.Glynn Foster2004-12-20
| | | | | | 2004-12-21 Glynn Foster <glynn.foster@sun.com> * src/option.c: Fix tyop for #161774, as reported by Christian.
* Updated Swedish translation.Christian Rose2004-12-20
| | | | | | 2004-12-20 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Fix #161539, and try and hide the parent widget, rather than the trayGlynn Foster2004-12-19
| | | | | | | 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.
* Updated British translation.David Lodge2004-12-13
| | | | | | 2004-12-13 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation.
* Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov2004-12-12
| | | | | | | 2004-12-12 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
* Translation updated.Vincent van Adrighem2004-12-12
| | | | | | 2004-12-12 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
* Updated Slovak translation.Marcel Telka2004-12-09
| | | | | | 2004-12-09 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Spanish translation.Francisco Javier F. Serrador2004-12-08
| | | | | | 2004-12-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Canadian English translation.Adam Weinberger2004-12-08
| | | | * en_CA.po: Updated Canadian English translation.
* Update with the removed goption item.Glynn Foster2004-12-07
| | | | | | 2004-12-08 Glynn Foster <glynn.foster@sun.com> * TODO: Update with the removed goption item.
* Updated Czech translation.Miloslav Trmac2004-12-07
| | | | | | 2004-12-07 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Fix for #137993. There is a chance that we'll have to revert this fix,Glynn Foster2004-12-07
| | | | | | | | | | | | | | | | | | | | | 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>.
* Fix spacing issue.Glynn Foster2004-12-07
| | | | | | 2004-12-07 Glynn Foster <glynn.foster@sun.com> * src/option.c: Fix spacing issue.
* Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster2004-12-07
| | | | | | | | | | | | | | | | 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.
* Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster2004-12-07
| | | | | | | | | | | | | | | | | | | | 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.
* Hrm, for some reason a newer version of automake wants to replace my versionGlynn Foster2004-12-07
| | | | | of COPYING, without me explicitly modifying it. Worryingly, it's also changing the license from LGPL to GPL :/
* Updated Lithuanian translation.Žygimantas Beručka2004-12-04
| | | | | | 2004-12-04 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Spanish translation.Francisco Javier F. Serrador2004-11-28
| | | | | | 2004-11-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Greek translationSimos Xenitellis2004-11-27
|
* Updated Danish translation.Martin Willemoes Hansen2004-11-25
| | | | | | 2004-11-23 Martin Willemoes Hansen <mwh@sysrq.dk> * da.po: Updated Danish translation.
* Updated Danish translation.Martin Willemoes Hansen2004-11-23
| | | | * da.po: Updated Danish translation.
* Check the xterm window ID is valid before using itRoss Burton2004-11-23
|
* Updated British translation.David Lodge2004-11-21
| | | | | | 2004-11-21 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation.
* Updated German translation.Hendrik Richter2004-11-16
|
* Updated Albanian translation.Laurent Dhima2004-11-05
| | | | | | 2004-11-05 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Translation updated.Vincent van Adrighem2004-11-05
| | | | | | 2004-11-05 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
* fixed many typosLeonid Kanter2004-11-02
|
* Updated Slovak translation.Marcel Telka2004-11-01
| | | | | | 2004-11-01 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Updated Czech translation.Miloslav Trmac2004-10-31
| | | | | | 2004-11-01 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Canadian English translation.Adam Weinberger2004-10-31
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Spanish translation. Fixed typoFrancisco Javier F. Serrador2004-10-30
| | | | | | | 2004-10-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * po/es.po: Updated Spanish translation. * src/main.c: Fixed typo
* Patch from Lucas Rocha to fix #153277, and remove an extra </para> link.Glynn Foster2004-10-25
| | | | | | | 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.
* Updated Albanian translation.Laurent Dhima2004-10-19
| | | | | | 2004-10-19 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Serbian translation.Danilo Šegan2004-10-15
|
* Translation updated.Vincent van Adrighem2004-10-14
| | | | | | 2004-10-14 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
* Updated British English translation.David Lodge2004-10-13
| | | | | | 2004-10-13 David Lodge <dave@cirt.net> * en_GB.po: Updated British English translation.
* Updated Indonesian translationMohammad DAMT2004-10-13
| | | | | | 2004-10-13 Mohammad DAMT <mdamt@bisnisweb.com> * id.po: Updated Indonesian translation
bgstack15