Commit Graph

754 Commits

Author SHA1 Message Date
Kjartan Maraas b23bbc8c5c Update Update
2004-12-22  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Update
	* no.po: Update
2004-12-22 00:21:12 +00:00
Updated ja.po. T.Aihana dbe0f924ee 2004-12-21 Updated ja.po. T.Aihana <aihana@gnome.gr.jp> 2004-12-21 07:08:54 +00:00
Nguyen Thai Ngoc Duy 452e4f8341 Updated vi.po 2004-12-21 02:35:44 +00:00
Glynn Foster 0f8ace6165 Bleh 2004-12-20 23:26:27 +00:00
Glynn Foster 5710d5cc63 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.
2004-12-20 23:24:29 +00:00
Glynn Foster fc76548cd0 Release 2.9.1
2004-12-21  Glynn Foster  <glynn.foster@sun.com>

	* configure.in: Release 2.9.1
2004-12-20 23:22:03 +00:00
Glynn Foster c52435f748 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.
2004-12-20 22:25:29 +00:00
Christian Rose 9a70468dc6 Updated Swedish translation.
2004-12-20  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2004-12-20 12:15:31 +00:00
Glynn Foster a626476abb 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.
2004-12-19 21:27:25 +00:00
David Lodge 4be4f7cac6 Updated British translation.
2004-12-13  David Lodge <dave@cirt.net>

        * en_GB.po: Updated British translation.
2004-12-13 22:09:41 +00:00
Alexander Shopov 6440014714 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>
2004-12-12 12:49:49 +00:00
Vincent van Adrighem 5bfebb7464 Translation updated.
2004-12-12  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated.
2004-12-12 11:26:28 +00:00
Marcel Telka dddf9c4a78 Updated Slovak translation.
2004-12-09  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation.
2004-12-09 05:51:39 +00:00
Francisco Javier F. Serrador 62cdf64838 Updated Spanish translation.
2004-12-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2004-12-08 12:19:09 +00:00
Adam Weinberger 451502ecd4 Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-12-08 03:06:39 +00:00
Glynn Foster db7d1aa69a Update with the removed goption item.
2004-12-08  Glynn Foster  <glynn.foster@sun.com>

	* TODO: Update with the removed goption item.
2004-12-07 21:06:35 +00:00
Miloslav Trmac 3bacb7c1da Updated Czech translation.
2004-12-07  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.
2004-12-07 17:25:06 +00:00
Glynn Foster 69e094a457 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>.
2004-12-07 01:26:00 +00:00
Glynn Foster 6798192ed8 Fix spacing issue.
2004-12-07  Glynn Foster  <glynn.foster@sun.com>

	* src/option.c: Fix spacing issue.
2004-12-07 01:19:45 +00:00
Glynn Foster f57c93017b 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 00:55:26 +00:00
Glynn Foster 530a4c0408 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.
2004-12-07 00:17:16 +00:00
Glynn Foster d9f8ccdc47 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 :/
2004-12-07 00:16:47 +00:00
Žygimantas Beručka 643e5907ed Updated Lithuanian translation.
2004-12-04  Žygimantas Beručka  <uid0@akl.lt>

        * lt.po: Updated Lithuanian translation.
2004-12-04 06:46:53 +00:00
Francisco Javier F. Serrador 60f3aa6856 Updated Spanish translation.
2004-11-28  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2004-11-28 14:48:01 +00:00
Simos Xenitellis 260445b626 Updated Greek translation 2004-11-27 23:24:47 +00:00
Martin Willemoes Hansen 9411d4df2e Updated Danish translation.
2004-11-23  Martin Willemoes Hansen  <mwh@sysrq.dk>

	* da.po: Updated Danish translation.
2004-11-25 01:44:23 +00:00
Martin Willemoes Hansen 9ad07158ac Updated Danish translation.
* da.po: Updated Danish translation.
2004-11-23 13:50:54 +00:00
Ross Burton 04476d04fe Check the xterm window ID is valid before using it 2004-11-23 10:08:50 +00:00
David Lodge 81317a4c82 Updated British translation.
2004-11-21  David Lodge <dave@cirt.net>

        * en_GB.po: Updated British translation.
2004-11-21 21:48:36 +00:00
Hendrik Richter 14b1a6be67 Updated German translation. 2004-11-16 21:08:49 +00:00
Laurent Dhima 143c14cc31 Updated Albanian translation.
2004-11-05  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2004-11-05 10:45:52 +00:00
Vincent van Adrighem 54232ddffd Translation updated.
2004-11-05  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated.
2004-11-05 09:52:12 +00:00
Leonid Kanter 6543d445f8 fixed many typos 2004-11-02 15:05:53 +00:00
Marcel Telka 9f0d4e4678 Updated Slovak translation.
2004-11-01  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation.
2004-11-01 07:30:21 +00:00
Miloslav Trmac 24dd317d90 Updated Czech translation.
2004-11-01  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.
2004-10-31 23:57:28 +00:00
Adam Weinberger bc02169b88 Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-10-31 20:34:46 +00:00
Francisco Javier F. Serrador 444ede57de 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
2004-10-30 14:13:02 +00:00
Glynn Foster 78a233fb60 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.
2004-10-25 23:40:59 +00:00
Laurent Dhima f93fe6cab5 Updated Albanian translation.
2004-10-19  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2004-10-19 16:41:14 +00:00
Danilo Šegan 189123cdc7 Updated Serbian translation. 2004-10-15 21:12:25 +00:00
Vincent van Adrighem 1593718975 Translation updated.
2004-10-14  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated.
2004-10-14 11:35:39 +00:00
David Lodge 369f1cfbce Updated British English translation.
2004-10-13  David Lodge <dave@cirt.net>

        * en_GB.po: Updated British English translation.
2004-10-13 21:12:51 +00:00
Mohammad DAMT 242e436efe Updated Indonesian translation
2004-10-13  Mohammad DAMT  <mdamt@bisnisweb.com>

        * id.po: Updated Indonesian translation
2004-10-13 09:16:21 +00:00
Adam Weinberger 470992aa7a Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-10-12 05:10:27 +00:00
Marcel Telka 5f891f1008 Updated Slovak translation.
2004-10-11  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation.
2004-10-11 20:42:54 +00:00
Miloslav Trmac 84e1f3544c Updated Czech translation.
2004-10-11  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.
2004-10-11 14:15:08 +00:00
Glynn Foster eb01c4de7c Add missing files.
2004-10-11  Glynn Foster  <glynn.foster@sun.com>

	* POTFILES.in: Add missing files.
2004-10-11 01:03:11 +00:00
Laurent Dhima 0def461559 Updated Albanian translation.
2004-10-09  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2004-10-09 15:01:43 +00:00
James Henstridge b818cf0c32 forgot to save the changelog message. 2004-10-05 03:50:28 +00:00
James Henstridge 45943a3b43 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.
2004-10-05 03:44:52 +00:00