summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
* Removed "en_CA" because the po/en_CA.po is missing.Danilo Šegan2004-03-21
|
* Add Serbian documentation to the build system.Danilo Šegan2004-03-21
|
* Added Serbian translation of documentation.Danilo Šegan2004-03-21
|
* Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the newGlynn Foster2004-03-19
| | | | | | | | | | | | | | 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.
* Added "en_CA" (Canadian English) to ALL_LINGUAS.Alexander Winston2004-03-16
| | | | | | 2004-03-16 Alexander Winston <alexander.winston@comcast.net> * configure.in: Added "en_CA" (Canadian English) to ALL_LINGUAS.
* Update. Use automake 1.7 since everyone has it by now. Release 2.5.91Glynn Foster2004-03-15
| | | | | | | | 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
* Remove some unused code.Glynn Foster2004-03-06
| | | | | | 2004-03-07 Glynn Foster <glynn.foster@sun.com> * src/util.c: Remove some unused code.
* Update to add Mike. Update for new release. Add lots of people, probablyGlynn Foster2004-03-06
| | | | | | | | | | | 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
* Added Punjabi translationGuntupalli Karunakar2004-03-04
|
* Remove all the stupid duplicated code to do the help stuff, and instead doGlynn Foster2004-02-29
| | | | | | | | | 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.
* Added Thai (th) to ALL_LINGUAS.Paisa Seeluangsawat2004-02-21
| | | | | | 2004-02-21 Paisa Seeluangsawat <paisa@users.sf.net> * configure.in: Added Thai (th) to ALL_LINGUAS.
* Trival cleanup: remove AC_SUBST(CFLAGS), AC_SUBST(CPPFLAGS) andTomasz Kłoczko2004-02-04
| | | | AC_SUBST(LDFLAGS). This variables are substed by default.
* Release 2.5.2Glynn Foster2004-02-03
| | | | | | 2004-02-03 Glynn Foster <glynn.foster@sun.com> * configure.in: Release 2.5.2
* Handle stdin. Fixes #132517.Glynn Foster2004-01-26
| | | | | | 2004-01-26 Glynn Foster <glynn.foster@sun.com> * src/text.c: Handle stdin. Fixes #132517.
* Added 'nn' to ALL_LINGUAS. Added Norwegian Nynorsk translation.smund Skjveland2004-01-20
| | | | | | | 2004-01-20 smund Skjveland <aasmunds@fys.uio.no> * configure.in: Added 'nn' to ALL_LINGUAS. * po/nn.po: Added Norwegian Nynorsk translation.
* Back out the intltool stuff. Require 0.29Glynn Foster2004-01-05
| | | | | | | 2004-01-06 Glynn Foster <glynn.foster@sun.com> * Makefile.am: Back out the intltool stuff. * configure.in: Require 0.29
* Added "fa" (Persian) to ALL_LINGUAS. Added Persian translation.Roozbeh Pournader2004-01-05
| | | | | | | 2004-01-05 Roozbeh Pournader <roozbeh@sharif.edu> * configure.in: Added "fa" (Persian) to ALL_LINGUAS. * po/fa.po: Added Persian translation.
* Do the intltool-modules extra dist foo.Glynn Foster2004-01-03
| | | | | | | 2004-01-04 Glynn Foster <glynn.foster@sun.com> * Makefile.am: Do the intltool-modules extra dist foo.
* *** empty log message ***Denis Lackovic2004-01-03
|
* Release 2.5.1, a ridiculous bump so that we sync with the GNOME desktopGlynn Foster2003-12-31
| | | | | | | | | | | | | 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.
* Release 1.8Glynn Foster2003-12-31
| | | | | | 2003-12-30 Glynn Foster <glynn.foster@sun.com> * configure.in: Release 1.8
* Added "ne" to ALL_LINGUAS. Added Nepali translation by Dhurba GnawaliChristian Rose2003-12-28
| | | | | | | | 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>.
* Added Arabic translationArafat Medini2003-12-20
| | | | | | 2003-12-20 Arafat Medini <lumina@silverpen.de> * ar.po: Added Arabic translation
* Added et to ALL_LINGUAS.Tivo Leedjrv2003-12-10
| | | | | | 2003-12-11 Tivo Leedjrv <toivo@linux.ee> * configure.in: Added et to ALL_LINGUAS.
* Added Mongolian translation.Sanlig Badral2003-12-04
|
* Fix quote and output bugs in the gdialog wrapper #128149.Christian Mnneckes2003-12-01
| | | | | | | 2003-12-02 Christian Mnneckes < c-w-m@gmx.de> * src/gdialog.in: Fix quote and output bugs in the gdialog wrapper #128149.
* Fix radiolist returning the wrong argument. Patch from Peter strandGlynn Foster2003-11-12
| | | | | | | | 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.
* Make sure the gdialog wrapper handles spaces. Patch from Peter strandGlynn Foster2003-11-12
| | | | | | | | 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>
* Unmark translation messages, as reported by Christian. Fixes #125717.Glynn Foster2003-10-28
| | | | | | | 2003-10-29 Glynn Foster <glynn.foster@sun.com> * src/zenity.glade: Unmark translation messages, as reported by Christian. Fixes #125717.
* Make the dialogs resizable so that --height/--width works. Reported byGlynn Foster2003-10-28
| | | | | | | | 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>.
* Patch from Leonardo Boshell to add the locale.h header.Glynn Foster2003-10-27
| | | | | | | 2003-10-27 Glynn Foster <glynn.foster@sun.com> * src/main.c: Patch from Leonardo Boshell to add the locale.h header.
* Added fi to ALL LINGUAS by Sami Pesonen <sampeson@iki.fi>Sami Pesonen2003-10-13
|
* Added "lt" to ALL_LINGUAS. Added Lithuanian translation by Tomas Kuliavas.Žygimantas Beručka2003-10-06
| | | | | | | 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.
* Added "eu" to ALL_LINGUAS. Added Basque translation by Alberto FernándezChristian Rose2003-09-29
| | | | | | | | 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>.
* Added Tamil translation by dineshFatih Demir2003-09-17
|
* Fix up spec file. Fixes #122040.Glynn Foster2003-09-12
| | | | | | 2003-09-12 Glynn Foster <glynn.foster@sun.com> * zenity.spec.in: Fix up spec file. Fixes #122040.
* Better patch from raf@noduck.net to fix the activate on the entry dialog.Glynn Foster2003-09-12
| | | | | | | 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.
* Make zenity compile on solaris. Whoops :)Damien Carbery2003-09-12
| | | | | | 2003-09-12 Damien Carbery <damien.carbery@sun.com> * src/main.c: Make zenity compile on solaris. Whoops :)
* Hook up the 'activate' signal on the entry dialog. Fixes Debian bugGlynn Foster2003-09-08
| | | | | | | 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.
* Release 1.6Glynn Foster2003-09-08
| | | | | | 2003-09-08 Glynn Foster <glynn.foster@sun.com> * configure.in: Release 1.6
* Added sk.Marcel Telka2003-09-08
| | | | | | 2003-09-08 Marcel Telka <marcel@telka.sk> * configure.in (ALL_LINGUAS): Added sk.
* Added "bn" to ALL_LINGUAS. Added Bangla translation by Sayamindu of AnkurTaneem Ahmed2003-09-05
| | | | | | | | 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>.
* Update. Update. Patch from Toshi to fix encoding of passed text strings.Glynn Foster2003-09-04
| | | | | | | | | 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.
* Add patch from Buchan Miln to fix the gdialog wrapper.Glynn Foster2003-09-01
| | | | | | | 2003-09-01 Glynn Foster <glynn.foster@sun.com> * src/gdialog.in: Add patch from Buchan Miln to fix the gdialog wrapper.
* Documentation updates from Nicholas Curran. Add Nicholas.Glynn Foster2003-09-01
| | | | | | | 2003-09-01 Glynn Foster <glynn.foster@sun.com> * help/C/zenity.xml: Documentation updates from Nicholas Curran. * THANKS, src/about.c: Add Nicholas.
* Put horizontal scrolling on automatic, otherwise we expand off the edge ofGlynn Foster2003-08-27
| | | | | | | 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.
* s/g_printerr/g_printMike Newman2003-08-25
|
* Release 1.5Glynn Foster2003-08-24
| | | | | | 2003-08-24 Glynn Foster <glynn.foster@sun.com> * configure.in: Release 1.5
* Added Icelandic translation.Samel Jn Gunnarsson2003-08-23
| | | | | | 2003-08-22 Samel Jn Gunnarsson <sammi@techattack.nu> * is.po: Added Icelandic translation.
* added Irish TranslationPaul Duffy2003-08-22
|
bgstack15