summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-16Updated German translation.Hendrik Richter
2005-01-15update amanpreetalam@yahoo.comAmanpreet Singh Alam
2005-01-10post release bump.Glynn Foster
2005-01-11 Glynn Foster <glynn.foster@sun.com> * configure.in: post release bump.
2005-01-09Release 2.9.2 Add note about feature frozen-ness. zenity doesn't requireGlynn Foster
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.
2005-01-09Correct error message for notification icon. Fixes #163462.Glynn Foster
2005-01-07 Glynn Foster <glynn.foster@sun.com> * src/notification.c: Correct error message for notification icon. Fixes #163462.
2005-01-09Really fix #162297, and preload the current dates if they aren't alreadyGlynn Foster
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.
2005-01-07Updated French translation.Christophe Merlet
2005-01-07Pre-load the year, because gtk_calendar* is dumb and you need to selectGlynn Foster
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.
2005-01-01Updated Spanish translation.Francisco Javier F. Serrador
2005-01-01 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
2004-12-31Updated Lithuanian translation.Žygimantas Beručka
2004-12-31 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
2004-12-28Updated Russian translationLeonid Kanter
2004-12-28Updated Slovak translation.Marcel Telka
2004-12-28 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
2004-12-25Updated Czech translation.Miloslav Trmac
2004-12-25 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
2004-12-22Updated Canadian English translation.Adam Weinberger
* en_CA.po: Updated Canadian English translation.
2004-12-22Update UpdateKjartan Maraas
2004-12-22 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update * no.po: Update
2004-12-212004-12-21 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana
2004-12-21Updated vi.poNguyen Thai Ngoc Duy
2004-12-20BlehGlynn Foster
2004-12-20Post bump release. Despite the evils of autotools changing the COPYINGGlynn Foster
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.
2004-12-20Release 2.9.1Glynn Foster
2004-12-21 Glynn Foster <glynn.foster@sun.com> * configure.in: Release 2.9.1
2004-12-20Fix tyop for #161774, as reported by Christian.Glynn Foster
2004-12-21 Glynn Foster <glynn.foster@sun.com> * src/option.c: Fix tyop for #161774, as reported by Christian.
2004-12-20Updated Swedish translation.Christian Rose
2004-12-20 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
2004-12-19Fix #161539, and try and hide the parent widget, rather than the trayGlynn Foster
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.
2004-12-13Updated British translation.David Lodge
2004-12-13 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation.
2004-12-12Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov
2004-12-12 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
2004-12-12Translation updated.Vincent van Adrighem
2004-12-12 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
2004-12-09Updated Slovak translation.Marcel Telka
2004-12-09 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
2004-12-08Updated Spanish translation.Francisco Javier F. Serrador
2004-12-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
2004-12-08Updated Canadian English translation.Adam Weinberger
* en_CA.po: Updated Canadian English translation.
2004-12-07Update with the removed goption item.Glynn Foster
2004-12-08 Glynn Foster <glynn.foster@sun.com> * TODO: Update with the removed goption item.
2004-12-07Updated Czech translation.Miloslav Trmac
2004-12-07 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
2004-12-07Fix for #137993. There is a chance that we'll have to revert this fix,Glynn Foster
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>.
2004-12-07Fix spacing issue.Glynn Foster
2004-12-07 Glynn Foster <glynn.foster@sun.com> * src/option.c: Fix spacing issue.
2004-12-07Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster
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-07Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster
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.
2004-12-07Hrm, for some reason a newer version of automake wants to replace my versionGlynn Foster
of COPYING, without me explicitly modifying it. Worryingly, it's also changing the license from LGPL to GPL :/
2004-12-04Updated Lithuanian translation.Žygimantas Beručka
2004-12-04 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
2004-11-28Updated Spanish translation.Francisco Javier F. Serrador
2004-11-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
2004-11-27Updated Greek translationSimos Xenitellis
2004-11-25Updated Danish translation.Martin Willemoes Hansen
2004-11-23 Martin Willemoes Hansen <mwh@sysrq.dk> * da.po: Updated Danish translation.
2004-11-23Updated Danish translation.Martin Willemoes Hansen
* da.po: Updated Danish translation.
2004-11-23Check the xterm window ID is valid before using itRoss Burton
2004-11-21Updated British translation.David Lodge
2004-11-21 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation.
2004-11-16Updated German translation.Hendrik Richter
2004-11-05Updated Albanian translation.Laurent Dhima
2004-11-05 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
2004-11-05Translation updated.Vincent van Adrighem
2004-11-05 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
2004-11-02fixed many typosLeonid Kanter
2004-11-01Updated Slovak translation.Marcel Telka
2004-11-01 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
2004-10-31Updated Czech translation.Miloslav Trmac
2004-11-01 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
2004-10-31Updated Canadian English translation.Adam Weinberger
* en_CA.po: Updated Canadian English translation.