From 48c1564ac5ef431e9111606e40488d04a96f3059 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 3 Jan 2003 13:26:04 +0000 Subject: Initial revision --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..ac8def73 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,4 @@ +2002-12-15 Glynn Foster + + * zenity/*: Initial import into cvs.gnome.org. Don't + expect things to work very well. -- cgit From 344345d9aa262940fedfb8beed9dc0c9bb163a10 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 6 Jan 2003 15:06:17 +0000 Subject: Add functions to init and free the parsing options. Still not terribly 2003-01-06 Glynn Foster * 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 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac8def73..16ca5c75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-01-06 Glynn Foster + + * 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. + 2002-12-15 Glynn Foster * zenity/*: Initial import into cvs.gnome.org. Don't -- cgit From 00e8b3c09ab644fbcb16d60ec678c44a6c493a03 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 6 Jan 2003 17:00:49 +0000 Subject: Feeling stupid because I can't use glade. Thanks to jrb and jamesh for 2003-01-06 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16ca5c75..5788814f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-06 Glynn Foster + + * 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. + 2003-01-06 Glynn Foster * src/main.c: Add functions to init and free the -- cgit From 8924d5c401829efc59380fda8823bedca5994bcb Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 6 Jan 2003 21:09:22 +0000 Subject: I love featuritis. Instead of fixing stuff so it actually works, I add 2003-01-06 Glynn Foster * 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 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5788814f..cc847cb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-06 Glynn Foster + + * 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. + 2003-01-06 Glynn Foster * src/zenity.glade: Feeling stupid because I can't use -- cgit From d88a32f1f5418e97b5840087a21652f68ac938c8 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 6 Jan 2003 21:58:21 +0000 Subject: Finish off commandline parsing for the list dialog. Wow, this is almost 2003-01-06 Glynn Foster * 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 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc847cb3..b981d01e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-01-06 Glynn Foster + + * 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 + 2003-01-06 Glynn Foster * src/main.c, src/msg.c, src/zenity.glade, -- cgit From a8c3006035a068069ed9199400472332db540bb5 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 7 Jan 2003 00:01:00 +0000 Subject: Improve error handling... a lot. 2003-01-06 Glynn Foster * src/calendar.c, src/main.c, src/progress.c, src/tree.c, src/zenity.h: Improve error handling... a lot. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b981d01e..66c01d44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-06 Glynn Foster + + * src/calendar.c, src/main.c, src/progress.c, + src/tree.c, src/zenity.h: Improve error handling... + a lot. + 2003-01-06 Glynn Foster * src/main.c, src/tree.c, src/zenity.h: Finish off -- cgit From 952fc14e7b0178d035de38106711953485aa9490 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 7 Jan 2003 00:30:03 +0000 Subject: Fix up the error returns. 2003-01-07 Glynn Foster * src/main.c: Fix up the error returns. * TODO: Update accordingly. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 66c01d44..dac305ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-07 Glynn Foster + + * src/main.c: Fix up the error returns. + + * TODO: Update accordingly. + 2003-01-06 Glynn Foster * src/calendar.c, src/main.c, src/progress.c, -- cgit From 6a65d75921d352323277f770f357ca3065436133 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 7 Jan 2003 13:22:57 +0000 Subject: Fix up the response signal handlers. Use returns of 0 for 'Ok' and 2003-01-07 Glynn Foster * 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 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dac305ca..25c88af2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2003-01-07 Glynn Foster + + * 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. + 2003-01-07 Glynn Foster * src/main.c: Fix up the error returns. -- cgit From cd4e438bfb3ebfd3cc872e203e343a50acc02a15 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Thu, 9 Jan 2003 18:07:04 +0000 Subject: Fix up the date string, although I guess this should be localized. 2003-01-09 Glynn Foster * 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 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25c88af2..07214045 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-01-09 Glynn Foster + + * 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. + 2003-01-07 Glynn Foster * src/calendar.c, src/entry.c, src/fileselection.c, -- cgit From 69636459e1faf1ce41685550cf7aec59acfbac39 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 13 Jan 2003 16:48:45 +0000 Subject: Improve error handling. Make --list actually return something useful, 2003-01-13 Glynn Foster * 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 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 07214045..04395818 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-01-13 Glynn Foster + + * 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. + 2003-01-09 Glynn Foster * src/calendar.c: Fix up the date string, although I guess -- cgit From 9a77e41fecb3489b069aa7b1bb52ba56f1052819 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Mon, 13 Jan 2003 17:35:57 +0000 Subject: 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 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04395818..16cf0663 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-13 Mike Newman + + * src/calendar.c, src/main.c, src/zenity.h: Make the calendar + return a localised date, and provide a means to override this with + a --date-format option which takes a strftime style string - + "%A %d/%m/%Y" for example. + 2003-01-13 Glynn Foster * src/main.c: Improve error handling. -- cgit From 1e0ff80be4b1fe6f2e6def15bfc02b2d09312061 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 13 Jan 2003 18:16:50 +0000 Subject: Re-structure the code to pass in the ZenityData structure into the 2003-01-13 Glynn Foster * 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 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16cf0663..71ec0517 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-01-13 Glynn Foster + + * 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. + 2003-01-13 Mike Newman * src/calendar.c, src/main.c, src/zenity.h: Make the calendar -- cgit From f00eb34c0604dcf68457ab09278295f647c622b8 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 14 Jan 2003 01:52:23 +0000 Subject: Add support to separate the selected rows output with a character with '/' 2003-01-14 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 71ec0517..f2eaaa9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-14 Glynn Foster + + * src/tree.c, src/zenity.h, src/main.c: Add support to + separate the selected rows output with a character + with '/' used by default. + 2003-01-13 Glynn Foster * src/calendar.c: Re-structure the code to pass in the -- cgit From 15538e120d8d184962d406fee5d7bd6600d2463d Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 14 Jan 2003 03:16:47 +0000 Subject: Add an about box. Still need to add an icon, and implement the callbacks 2003-01-14 Glynn Foster * 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 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2eaaa9a..dd7df8c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-14 Glynn Foster + + * 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. + 2003-01-14 Glynn Foster * src/tree.c, src/zenity.h, src/main.c: Add support to -- cgit From 97656d7e299eb2f2063278711eddfff0d2db9392 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 14 Jan 2003 15:35:24 +0000 Subject: Update to add new gconf requirement. 2003-01-14 Glynn Foster * 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 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd7df8c1..044e6ac1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2003-01-14 Glynn Foster + + * 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. + 2003-01-14 Glynn Foster * src/Makefile.am, src/about.c, src/main.c, -- cgit From 5123cda5cd32333d9e5c1b4e5e769273c667ea71 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 14 Jan 2003 23:40:47 +0000 Subject: Updates to make distcheck. Wow, this is scarey, a 1.0 release is on the 2003-01-14 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 044e6ac1..9d7454f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-14 Glynn Foster + + * 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. + 2003-01-14 Glynn Foster * configure.in: Update to add new gconf requirement. -- cgit From de248c7265f9f1ac55696ed42fcb829eead7ef1b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 15 Jan 2003 10:28:19 +0000 Subject: First initial template of the help documents. Still have to write the main 2003-01-15 Glynn Foster * 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 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d7454f9..0aee3935 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-15 Glynn Foster + + * 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. + 2003-01-14 Glynn Foster * Makefile.am, src/Makefile.am: Updates to make -- cgit From 0e338ba3e0fa03b28664448af0cea686c5e6c26d Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Fri, 17 Jan 2003 07:46:11 +0000 Subject: Fix a segfault in the --list if no data is supplied to populate the tree. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0aee3935..cc2a008b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-16 Mike Newman + + * src/tree.c: fix a segfault if a --list is constructed and there + is no data to put in it. Since a list with no contents to select + seemed pointless, return without showing dialog. + 2003-01-15 Glynn Foster * help/C/Makefile.am, help/C/legal.xml, help/C/zenity-C.omf, -- cgit From f182d9f7fce8e9a57c03eb71f4467894394d0104 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 18 Jan 2003 13:35:13 +0000 Subject: Some new window icons. 2003-01-18 Glynn Foster * 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 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc2a008b..53bd145c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2003-01-18 Glynn Foster + + * 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. + 2003-01-16 Mike Newman * src/tree.c: fix a segfault if a --list is constructed and there -- cgit From dee9ebb40b9160ab83be741f4a8121ec15f5d65b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 18 Jan 2003 14:28:54 +0000 Subject: Update the docs a little. I have absolutely no clue how the doc people 2003-01-18 Glynn Foster * 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 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 53bd145c..be9d0da4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-18 Glynn Foster + + * help/C/zenity.xml: Update the docs a little. I have absolutely + no clue how the doc people don't get tired of this. + 2003-01-18 Glynn Foster * data/Makefile.am, data/zenity-calendar.png, -- cgit From 10e683c2e7fa6b71ce7baaa15185477d544d885f Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 18 Jan 2003 14:54:44 +0000 Subject: Hooray! Zenity now has an about window icon. It's very zen too. 2003-01-18 Glynn Foster * data/Makefile.am, data/zenity.png, src/about.c: Hooray! Zenity now has an about window icon. It's very zen too. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be9d0da4..f0effc2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-18 Glynn Foster + + * data/Makefile.am, data/zenity.png, src/about.c: Hooray! + Zenity now has an about window icon. It's very zen too. + 2003-01-18 Glynn Foster * help/C/zenity.xml: Update the docs a little. I have absolutely -- cgit From 18760d406d64f71f7ca6fec5a7a01978418fa8f5 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 18 Jan 2003 18:02:14 +0000 Subject: Only some examples and some screenshots and we're mostly done for a first 2003-01-18 Glynn Foster * 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 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0effc2f..79b6664e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-01-18 Glynn Foster + + * 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. + 2003-01-18 Glynn Foster * data/Makefile.am, data/zenity.png, src/about.c: Hooray! -- cgit From c41421c043ec92da0936ca8005f3e7841abd19cd Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 18 Jan 2003 18:30:52 +0000 Subject: Add some screenshots for the help documentation. 2003-01-18 Glynn Foster * 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 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 79b6664e..9cb482ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2003-01-18 Glynn Foster + + * 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. + 2003-01-18 Glynn Foster * help/C/zenity.xml: Only some examples and some screenshots -- cgit From 0d0c6bb6fa49c8cab55f5909614cede9331d79ae Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 18 Jan 2003 19:04:26 +0000 Subject: Add in references to the screenshots. 2003-01-18 Glynn Foster * help/C/zenity.xml: Add in references to the screenshots. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9cb482ae..f192d4a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-18 Glynn Foster + + * help/C/zenity.xml: Add in references to the screenshots. + 2003-01-18 Glynn Foster * help/C/figures/zenity-calendar-screenshot.png, -- cgit From 6d06f132d36a531885ae5fbe38be30c08ba4360c Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 18 Jan 2003 19:19:20 +0000 Subject: Enable help documentation in the build. 2003-01-18 Glynn Foster * 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 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f192d4a3..0f287015 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-18 Glynn Foster + + * 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. + 2003-01-18 Glynn Foster * help/C/zenity.xml: Add in references to the screenshots. -- cgit From 3eafefdeb09c58ee1282305550076cdf7844c1ea Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Sun, 19 Jan 2003 12:01:38 +0000 Subject: Added da to ALL_LINGUAS. 2003-01-19 Ole Laursen * configure.in: Added da to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0f287015..98cd9f1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-19 Ole Laursen + + * configure.in: Added da to ALL_LINGUAS. + 2003-01-18 Glynn Foster * Makefile.am, configure.in, omf.make, xmldocs.make: Enable -- cgit From 1e1dfef56ec71f732941398529cb1d8c79190c41 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Sun, 19 Jan 2003 12:13:08 +0000 Subject: Add --editable option to --text-info, and return edited textbuffer contents on dialog close. --- ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 98cd9f1d..1cc1b8c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ -2003-01-19 Ole Laursen +2003-01-19 Mike Newman - * configure.in: Added da to ALL_LINGUAS. + * src/main.c, src/text.c, src/zenity.h: add an --editable + option to --text-info. If set, return the contents of the + text buffer on dialog close. 2003-01-18 Glynn Foster -- cgit From 39b6a07db0e6a8a427ee654e0bd54ac1307993f0 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Sun, 19 Jan 2003 12:16:35 +0000 Subject: Gah. Messed up the ChangeLog - fixed it :) --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1cc1b8c9..afc33775 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ option to --text-info. If set, return the contents of the text buffer on dialog close. +2003-01-19 Ole Laursen + + * configure.in: Added da to ALL_LINGUAS. + 2003-01-18 Glynn Foster * Makefile.am, configure.in, omf.make, xmldocs.make: Enable -- cgit From 37a276af52a30b7a9f34e16b41886957466ae4a3 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Sun, 19 Jan 2003 12:31:13 +0000 Subject: Fixed a missing closing tag. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index afc33775..15161049 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-19 Mike Newman + + * help/C/zenity.xml: fixed a missing closing tag. + 2003-01-19 Mike Newman * src/main.c, src/text.c, src/zenity.h: add an --editable -- cgit From 3a90fe71679d726ffe39ad2a7ee9104485d53005 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 19 Jan 2003 12:48:57 +0000 Subject: Attempt to make things work after 2 bottles of wine last night. Harmless 2003-01-19 Glynn Foster * 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 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 15161049..97fb872d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2003-01-19 Glynn Foster + + * 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. + 2003-01-19 Mike Newman * help/C/zenity.xml: fixed a missing closing tag. -- cgit From 061214aeaa1c5494fa5bf9801d950d4d96ce2bec Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Sun, 19 Jan 2003 16:02:35 +0000 Subject: Fix typo in calendar help --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 97fb872d..c7dca33a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-19 Mike Newman + + * help/C/zenity.xml: s/data-format/date-format/ in calendar help. + 2003-01-19 Glynn Foster * src/about.c: Attempt to make things work after 2 bottles of -- cgit From 5fa761d957bded40e4b33f37f9c3609c5066c8ce Mon Sep 17 00:00:00 2001 From: Christian Rose Date: Sun, 19 Jan 2003 23:31:49 +0000 Subject: Added "sv" to ALL_LINGUAS. Added Swedish translation. 2003-01-20 Christian Rose * configure.in: Added "sv" to ALL_LINGUAS. * sv.po: Added Swedish translation. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c7dca33a..de7624d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-20 Christian Rose + + * configure.in: Added "sv" to ALL_LINGUAS. + 2003-01-19 Mike Newman * help/C/zenity.xml: s/data-format/date-format/ in calendar help. -- cgit From a161b30233263a248e9028de5e15a77a39f980d3 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 20 Jan 2003 10:03:13 +0000 Subject: Remove some strings for translation that should be done. 2003-01-20 Glynn Foster * src/zenity.glade: Remove some strings for translation that should be done. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de7624d5..51464620 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-20 Glynn Foster + + * src/zenity.glade: Remove some strings for translation that + should be done. + 2003-01-20 Christian Rose * configure.in: Added "sv" to ALL_LINGUAS. -- cgit From 3b52067094a287881b5020a237312758fa57d725 Mon Sep 17 00:00:00 2001 From: Abel Cheung Date: Tue, 21 Jan 2003 07:09:16 +0000 Subject: New traditional Chinese translation. 2003-01-21 Abel Cheung * zh_TW.po: New traditional Chinese translation. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 51464620..7fbf26bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-21 Abel Cheung + + * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS. + 2003-01-20 Glynn Foster * src/zenity.glade: Remove some strings for translation that -- cgit From 818872f171108b910344b3d352c6f7d38e80fd97 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Tue, 21 Jan 2003 08:00:27 +0000 Subject: 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 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7fbf26bc..7b4ded89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-21 Mike Newman + + * src/text.c: fix a bug where a textbuffer was only being + associated with the textview if we had a filename to read in. + 2003-01-21 Abel Cheung * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS. -- cgit From c0b858a53c54c3d60f3b46a0733494447e813482 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 22 Jan 2003 01:50:28 +0000 Subject: Clarify some of the documentation a little. Add in a few example scripts 2003-01-22 Glynn Foster * 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 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b4ded89..25339c02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-01-22 Glynn Foster + + * 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. + 2003-01-21 Mike Newman * src/text.c: fix a bug where a textbuffer was only being -- cgit From 525e0dbe64d049602becadb3e6571fdce7f8687b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 22 Jan 2003 02:03:09 +0000 Subject: Print out warning when we have no arguments to the commandline. 2003-01-22 Glynn Foster * src/main.c: Print out warning when we have no arguments to the commandline. * TODO: Add another item --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25339c02..c20ca696 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-22 Glynn Foster + + * src/main.c: Print out warning when we have no arguments to the + commandline. + + * TODO: Add another item + 2003-01-22 Glynn Foster * help/C/zenity.xml: Clarify some of the documentation a little. Add -- cgit From 66d09dde1a34b2f3aa7b7bc37e96e509138dc7eb Mon Sep 17 00:00:00 2001 From: Pablo Gonzalo del Campo Date: Thu, 23 Jan 2003 19:56:54 +0000 Subject: Added es to ALL_LINGUAS. 2003-01-23 Pablo Gonzalo del Campo * configure.in: Added es to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c20ca696..31a3bea5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-23 Pablo Gonzalo del Campo + + * configure.in: Added es to ALL_LINGUAS. + 2003-01-22 Glynn Foster * src/main.c: Print out warning when we have no arguments to the -- cgit From b84b00d231df2e70e93b33090a45f6c722f8be77 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 23 Jan 2003 23:30:02 +0000 Subject: Added "no" to ALL_LINGUAS. 2003-01-24 Kjartan Maraas * configure.in: Added "no" to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31a3bea5..898efd74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Kjartan Maraas + + * configure.in: Added "no" to ALL_LINGUAS. + 2003-01-23 Pablo Gonzalo del Campo * configure.in: Added es to ALL_LINGUAS. -- cgit From 78e286b17b6a8a4b4888acd625eb6112d7c11ded Mon Sep 17 00:00:00 2001 From: John Fleck Date: Fri, 24 Jan 2003 03:38:04 +0000 Subject: help/C/zenity.xml fixing tag mixup that made the docbook not valid 2003-01-23 John Fleck * help/C/zenity.xml fixing tag mixup that made the docbook not valid --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 898efd74..4a08b768 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-23 John Fleck + + * help/C/zenity.xml + fixing tag mixup that made the docbook not + valid + 2003-01-24 Kjartan Maraas * configure.in: Added "no" to ALL_LINGUAS. -- cgit From 65daf49dc53cd37478602083790236c6d6cd8884 Mon Sep 17 00:00:00 2001 From: John Fleck Date: Fri, 24 Jan 2003 14:01:00 +0000 Subject: John Fleck John Fleck * help/C/zenity.xml fix typo --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4a08b768..3ef82d2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-24 John Fleck + + * help/C/zenity.xml + fix typo + 2003-01-23 John Fleck * help/C/zenity.xml -- cgit From 89255c3b352855d728ae3adc20b0cdd90fe582dd Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 24 Jan 2003 16:16:40 +0000 Subject: Provide correct help URL. 2003-01-24 Glynn Foster * 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 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ef82d2c..e65823e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,23 @@ +2003-01-24 Glynn Foster + + * 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 + 2003-01-24 John Fleck - * help/C/zenity.xml - fix typo + * help/C/zenity.xml: fix typo. 2003-01-23 John Fleck - * help/C/zenity.xml - fixing tag mixup that made the docbook not - valid + * help/C/zenity.xml: fixing tag mixup that made the + docbook not valid. 2003-01-24 Kjartan Maraas -- cgit From 2d0e828c5d28510058175917543be38900857343 Mon Sep 17 00:00:00 2001 From: John Fleck Date: Sat, 25 Jan 2003 02:12:07 +0000 Subject: adding comma Glynn left out that kept it from compiling 2003-01-24 John Fleck * src/about.c: adding comma Glynn left out that kept it from compiling --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e65823e9..407338b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-24 John Fleck + + * src/about.c: adding comma Glynn left out + that kept it from compiling + 2003-01-24 Glynn Foster * src/about.c: Provide correct help URL. -- cgit From 2c9e227432083a7fbca9538a990de7bc55402934 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 26 Jan 2003 20:25:44 +0000 Subject: Update 2003-01-26 Glynn Foster * THANKS, src/about.c: Update --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 407338b1..c0939aac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-26 Glynn Foster + + * THANKS, src/about.c: Update + 2003-01-24 John Fleck * src/about.c: adding comma Glynn left out -- cgit From 22625f8b16e1dc38be50cc2e869780b74e7f6891 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 28 Jan 2003 14:58:30 +0000 Subject: Don't display the translators tab unless there is stuff to show. 2003-01-28 Glynn Foster * 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 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c0939aac..1f6f34b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2003-01-28 Glynn Foster + + * 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. + 2003-01-26 Glynn Foster * THANKS, src/about.c: Update -- cgit From 574404b13e1b301bd7abff84c027226503cc4df9 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 29 Jan 2003 02:05:44 +0000 Subject: Update 2003-01-29 Glynn Foster * 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 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1f6f34b9..f9d5fc9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-01-29 Glynn Foster + + * 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 + 2003-01-28 Glynn Foster * src/about.c: Don't display the translators tab -- cgit From feef0396836668db950026ce637ce805900dc1d7 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 29 Jan 2003 02:20:02 +0000 Subject: Don't do a g_assert_not_reached () if we don't have any dialog types. 2003-01-29 Glynn Foster * src/main.c: Don't do a g_assert_not_reached () if we don't have any dialog types. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f9d5fc9e..262d4811 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-29 Glynn Foster + + * src/main.c: Don't do a g_assert_not_reached () if we don't have + any dialog types. + 2003-01-29 Glynn Foster * README: Update -- cgit From 6b1356ca38e93879a35f0be360fa826012e30ef5 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 30 Jan 2003 10:22:27 +0000 Subject: Added Vietnamese file --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 262d4811..833f1b33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-30 Pablo Saratxaga + + * configure.in: Added Vietnamese (vi) to ALL_LINGUAS + 2003-01-29 Glynn Foster * src/main.c: Don't do a g_assert_not_reached () if we don't have -- cgit From 8f85e68421d1d16c32aad96151dab2ac52108949 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 1 Feb 2003 11:43:32 +0000 Subject: Okay, I'm a glory hunter. Seperate out the about dialog entries a little. 2003-02-01 Glynn Foster * src/about.c: Okay, I'm a glory hunter. Seperate out the about dialog entries a little. * THANKS: Update. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 833f1b33..d00582f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-02-01 Glynn Foster + + * src/about.c: Okay, I'm a glory hunter. Seperate out the + about dialog entries a little. + + * THANKS: Update. + 2003-01-30 Pablo Saratxaga * configure.in: Added Vietnamese (vi) to ALL_LINGUAS -- cgit From 9e7cbd647f75de9b974f4038be5f6135343cc44a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 1 Feb 2003 12:13:25 +0000 Subject: Add new. Update coordinates. 2003-02-01 Glynn Foster * data/Makefile.am, data/sunglasses.png: Add new. * src/about.c: Update coordinates. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d00582f7..39ecb7b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-01 Glynn Foster + + * data/Makefile.am, data/sunglasses.png: Add new. + * src/about.c: Update coordinates. + 2003-02-01 Glynn Foster * src/about.c: Okay, I'm a glory hunter. Seperate out the -- cgit From b7bdcc563d1dd3eea1214fe12a74705a4e4ea823 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 1 Feb 2003 12:17:32 +0000 Subject: Update the docs for new --editable option in the List dialog. 2003-02-01 Glynn Foster * help/C/zenity.xml: Update the docs for new --editable option in the List dialog. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 39ecb7b7..04cbbe42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-01 Glynn Foster + + * help/C/zenity.xml: Update the docs for new --editable + option in the List dialog. + 2003-02-01 Glynn Foster * data/Makefile.am, data/sunglasses.png: Add new. -- cgit From 564a6b58544e6925d4b88b33ae7555578de2f74d Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 1 Feb 2003 12:39:48 +0000 Subject: Release 1.0 Updated for new release. 2003-02-01 Glynn Foster * configure.in: Release 1.0 * NEWS: Updated for new release. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04cbbe42..773754b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-01 Glynn Foster + + * configure.in: Release 1.0 + * NEWS: Updated for new release. + 2003-02-01 Glynn Foster * help/C/zenity.xml: Update the docs for new --editable -- cgit From 452c3426fba4c48781e7963da0ea5656664805f3 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 1 Feb 2003 20:07:25 +0000 Subject: Fix Jonathan's name - I suck. 2003-02-01 Glynn Foster * NEWS, THANKS, src/about.c: Fix Jonathan's name - I suck. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 773754b2..7a7f8515 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-01 Glynn Foster + + * NEWS, THANKS, src/about.c: Fix Jonathan's + name - I suck. + 2003-02-01 Glynn Foster * configure.in: Release 1.0 -- cgit From 966e21648459349738a1cfc61be56a95e271c55e Mon Sep 17 00:00:00 2001 From: Daniel Yacob Date: Sun, 2 Feb 2003 14:05:59 +0000 Subject: Adding Amharic translation. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a7f8515..43bec9d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-02 Daniel Yacob + + * configure.in: Added Amharic (am) to ALL_LINGUAS + 2003-02-01 Glynn Foster * NEWS, THANKS, src/about.c: Fix Jonathan's -- cgit From 00e48cb2b53e1e932ef47a17fcc278395f375981 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 3 Feb 2003 01:56:42 +0000 Subject: Add spec file, thanks to Mihai T. Lazarescu. 2003-02-03 Glynn Foster * Makefile.am, configure.in, zenity.spec.in: Add spec file, thanks to Mihai T. Lazarescu. * THANKS, src/about.c: Update. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 43bec9d1..ed4b7ff9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-02-03 Glynn Foster + + * Makefile.am, configure.in, zenity.spec.in: Add + spec file, thanks to Mihai T. Lazarescu. + + * THANKS, src/about.c: Update. + 2003-02-02 Daniel Yacob * configure.in: Added Amharic (am) to ALL_LINGUAS -- cgit From 8402c27e771e8c1e6a3b32720edaaa2a6767d455 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 3 Feb 2003 03:16:32 +0000 Subject: Um, you don't really want to know. 2003-02-03 Glynn Foster * data/Makefile.am, data/hawaii-shirt.png, data/surfboard.png, src/about.c: Um, you don't really want to know. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ed4b7ff9..d6d0a2b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-02-03 Glynn Foster + + * data/Makefile.am, data/hawaii-shirt.png, + data/surfboard.png, src/about.c: Um, you don't really + want to know. + 2003-02-03 Glynn Foster * Makefile.am, configure.in, zenity.spec.in: Add -- cgit From ec7cb56de2307068f36220029a778a93fde88b87 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 3 Feb 2003 22:58:14 +0000 Subject: Raise on mouse click 2003-02-03 Glynn Foster * src/about.c: Raise on mouse click --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6d0a2b8..45973376 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-03 Glynn Foster + + * src/about.c: Raise on mouse click + 2003-02-03 Glynn Foster * data/Makefile.am, data/hawaii-shirt.png, -- cgit From 709ce87732fbdd33ae108cd90a311dd25358b26b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 5 Feb 2003 10:31:02 +0000 Subject: Added a small manual page --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 45973376..f458d0d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-05 Ross Burton + + * data/zenity.1: Added a simple man page. + * data/Makefile.am: Install the man page. + 2003-02-03 Glynn Foster * src/about.c: Raise on mouse click -- cgit From e5149948ec5878d63ffeeeb603bf975a9716f4f1 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 5 Feb 2003 10:37:08 +0000 Subject: Add Ross. 2003-02-05 Glynn Foster * THANKS, src/about.c: Add Ross. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f458d0d0..4f3da26c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-05 Glynn Foster + + * THANKS, src/about.c: Add Ross. + 2003-02-05 Ross Burton * data/zenity.1: Added a simple man page. -- cgit From 3b5675b054c089e47fafaf751f285d50e7d3cc8d Mon Sep 17 00:00:00 2001 From: Christian Neumair Date: Sun, 9 Feb 2003 09:33:59 +0000 Subject: Added missing file. Added de (German) to ALL_LINGUAS. * .cvsignore: Added missing file. * configure.in: Added de (German) to ALL_LINGUAS. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f3da26c..7900031f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-09 Christian Neumair + + * .cvsignore: Added missing file. + * configure.in: Added de (German) to ALL_LINGUAS. + 2003-02-05 Glynn Foster * THANKS, src/about.c: Add Ross. -- cgit From ddba1061b3f0aba8e921c64acbaaa01493fe622d Mon Sep 17 00:00:00 2001 From: Yuri Syrota Date: Wed, 12 Feb 2003 09:59:18 +0000 Subject: Added Ukrainian translation --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7900031f..aa25ef25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-12 Yuriy Syrota + + * configure.in: Added uk (Ukrainian) to ALL_LINGUAS. + 2003-02-09 Christian Neumair * .cvsignore: Added missing file. -- cgit From 93a732d12af310567abdbaf4b3c38ddf728b882c Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Tue, 25 Feb 2003 21:11:07 +0000 Subject: Add Czech translation Add cs to ALL_LINGUAS in configure.in --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aa25ef25..979b4e4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-25 Miloslav Trmac + + * configure.in: Added cs (Czech) to ALL_LINGUAS. + 2003-02-12 Yuriy Syrota * configure.in: Added uk (Ukrainian) to ALL_LINGUAS. -- cgit From 1b4a36ab212d702f2edc22ce7c9adba27b80d6f0 Mon Sep 17 00:00:00 2001 From: "added ja into ALL_LINGUAS. T.Aihana" Date: Thu, 27 Feb 2003 15:55:05 +0000 Subject: 2003-02-28 added ja into ALL_LINGUAS. T.Aihana --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 979b4e4f..cb0bf7bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-28 Takeshi AIHANA + + * configure.in: Added ja into ALL_LINGUAS. + 2003-02-25 Miloslav Trmac * configure.in: Added cs (Czech) to ALL_LINGUAS. -- cgit From d0a9a4c0608ccc313728d97d46acbac43ab7f464 Mon Sep 17 00:00:00 2001 From: Duarte Loreto Date: Sat, 1 Mar 2003 20:26:21 +0000 Subject: Added "pt" to ALL_LINGUAS. 2003-03-01 Duarte Loreto * configure.in: Added "pt" to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb0bf7bb..869cacac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-01 Duarte Loreto + + * configure.in: Added "pt" to ALL_LINGUAS. + 2003-02-28 Takeshi AIHANA * configure.in: Added ja into ALL_LINGUAS. -- cgit From eb7d32105ccb838ab433d8f3897ef593de993c8c Mon Sep 17 00:00:00 2001 From: Zbigniew Chyla Date: Mon, 3 Mar 2003 00:32:56 +0000 Subject: Added pl (Polish). 2003-03-03 Zbigniew Chyla * configure.in (ALL_LINGUAS): Added pl (Polish). --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 869cacac..6955d71c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-03 Zbigniew Chyla + + * configure.in (ALL_LINGUAS): Added pl (Polish). + 2003-03-01 Duarte Loreto * configure.in: Added "pt" to ALL_LINGUAS. -- cgit From 20ae8669a44656362377a755eee930c57b31861a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Thu, 6 Mar 2003 15:19:24 +0000 Subject: *** empty log message *** --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6955d71c..b37237c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-06 Glynn Foster + + * zenity.spec.in: Fix up the %defines to include + automatic versioning. + 2003-03-03 Zbigniew Chyla * configure.in (ALL_LINGUAS): Added pl (Polish). -- cgit From 8b80ff46e18266f31a946c0d126ae11dfffe82d4 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 7 Mar 2003 08:36:58 +0000 Subject: More updates. 2003-03-07 Glynn Foster * zenity.spec.in: More updates. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b37237c2..0088e8ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-07 Glynn Foster + + * zenity.spec.in: More updates. + 2003-03-06 Glynn Foster * zenity.spec.in: Fix up the %defines to include -- cgit From aaf773626ebd98d6f71ccc536fd1358eb636bae5 Mon Sep 17 00:00:00 2001 From: Evandro Fernandes Giovanini Date: Sat, 8 Mar 2003 15:42:22 +0000 Subject: Added "pt_BR" (Brazilian Portuguese). 2003-03-08 Evandro Fernandes Giovanini * configure.in(ALL_LINGUAS): Added "pt_BR" (Brazilian Portuguese). --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0088e8ed..d1440676 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-08 Evandro Fernandes Giovanini + + * configure.in(ALL_LINGUAS): Added "pt_BR" (Brazilian Portuguese). + 2003-03-07 Glynn Foster * zenity.spec.in: More updates. -- cgit From 49f89795349a47ae4e061666d84a715bf24f5373 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 10 Mar 2003 17:11:18 +0000 Subject: Mass indentation cleanup. Make sure the glade dialogs aren't initially 2003-03-10 Glynn Foster * 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 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d1440676..cde749b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-03-10 Glynn Foster + + * 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. + 2003-03-08 Evandro Fernandes Giovanini * configure.in(ALL_LINGUAS): Added "pt_BR" (Brazilian Portuguese). -- cgit From 58ed1748425dd97e62cad15f4a220ea5f8bb3e44 Mon Sep 17 00:00:00 2001 From: Alessio Frusciante Date: Tue, 8 Apr 2003 19:54:33 +0000 Subject: Added Italian translation by Stefano Canepa. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cde749b4..f0695fcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-04-08 Alessio Frusciante + + * configure.in: Added "it" (Italian) to ALL_LINGUAS. + 2003-03-10 Glynn Foster * src/about.c, src/calendar.c, src/entry.c, src/fileselection.c, -- cgit From 965c2a91497fcf96c88c0029b18a6a1e9f5d46bd Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 13 Apr 2003 15:42:41 +0000 Subject: Finish off the indentation cleanup. Add new '--width' and '--height' 2003-04-13 Glynn Foster * 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 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0695fcb..78706bd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-04-13 Glynn Foster + + * 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 + 2003-04-08 Alessio Frusciante * configure.in: Added "it" (Italian) to ALL_LINGUAS. -- cgit From 5437c494116233e9b03749dca9da63dfeb141369 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Wed, 16 Apr 2003 15:30:17 +0000 Subject: Added "ca" (Catalan) to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 78706bd4..5cc89cf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-04-16 Jordi Mallach + + * configure.in: Added "ca" (Catalan) to ALL_LINGUAS. + 2003-04-13 Glynn Foster * src/calendar.c, src/entry.c, src/fileselection.c, -- cgit From 8ff2b32c9eb4b2eb8970a9fa48c4889847c347b1 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 5 May 2003 17:17:02 +0000 Subject: Make the list dialog handle stdin - a little bit buggy still. Update 2003-05-05 Glynn Foster * src/tree.c, src/util.c, src/util.h: Make the list dialog handle stdin - a little bit buggy still. * TODO: Update --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5cc89cf6..696373d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-05 Glynn Foster + + * src/tree.c, src/util.c, src/util.h: Make the list dialog + handle stdin - a little bit buggy still. + * TODO: Update + 2003-04-16 Jordi Mallach * configure.in: Added "ca" (Catalan) to ALL_LINGUAS. -- cgit From 889ea3ce080a7874a815ff8468da5572c1f23fb2 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 5 May 2003 20:32:21 +0000 Subject: releasee 1.1 NEWS: Updated for new release. 2003-05-05 Glynn Foster * configure.in: releasee 1.1 NEWS: Updated for new release. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 696373d6..f9cf9aa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-05 Glynn Foster + + * configure.in: releasee 1.1 + NEWS: Updated for new release. + 2003-05-05 Glynn Foster * src/tree.c, src/util.c, src/util.h: Make the list dialog -- cgit From 51b02f8b1d02128f5aba62b23ef2c1e94bee706b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 5 May 2003 22:38:54 +0000 Subject: Update docs for new commandline options. 2003-05-05 Glynn Foster * help/C/zenity.xml: Update docs for new commandline options. --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f9cf9aa0..18a65ad4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 2003-05-05 Glynn Foster - * configure.in: releasee 1.1 + * help/C/zenity.xml: Update docs for new commandline + options. + +2003-05-05 Glynn Foster + + * configure.in: release 1.1 NEWS: Updated for new release. 2003-05-05 Glynn Foster -- cgit From f4601c0a0c9acb4985879e09b3a5a2c7ecfb7293 Mon Sep 17 00:00:00 2001 From: Danilo Šegan Date: Tue, 6 May 2003 04:00:39 +0000 Subject: Added "sr" and "sr@Latn" to ALL_LINGUAS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2003-05-05 Danilo Šegan * 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 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 18a65ad4..5df9e698 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-06 Danilo Šegan + + * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS. + 2003-05-05 Glynn Foster * help/C/zenity.xml: Update docs for new commandline -- cgit From d5549deab31020185742dbeb41594a6224270240 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 6 May 2003 20:22:16 +0000 Subject: Fix up the stdin list dialog stuff. Updated to actually include the 2003-05-06 Glynn Foster * src/tree.c: Fix up the stdin list dialog stuff. * NEWS: Updated to actually include the updated translations as well. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5df9e698..d1d49c0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-06 Glynn Foster + + * src/tree.c: Fix up the stdin list dialog stuff. + * NEWS: Updated to actually include the updated + translations as well. + 2003-05-06 Danilo Šegan * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS. -- cgit From a08343daf90e9425c85c1138cf6eea90addafb11 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 7 May 2003 01:08:08 +0000 Subject: Update commandline error message, needs updating of translations. Remove 2003-05-06 Glynn Foster * 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 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d1d49c0d..0f3002dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-05-06 Glynn Foster + + * 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. + 2003-05-06 Glynn Foster * src/tree.c: Fix up the stdin list dialog stuff. -- cgit From 70ea28f34c25cc21bac51286b7e2c767a2df5807 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 19 May 2003 18:24:41 +0000 Subject: Make the progress dialog actually work and now uses g_io_channel. Woot! 2003-05-19 Glynn Foster * 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 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0f3002dd..7c289625 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-05-19 Glynn Foster + + * 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. + 2003-05-06 Glynn Foster * src/main.c: Update commandline error message, needs updating -- cgit From d8d6d65386b7392aba4a67132e531f85cb9df269 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 19 May 2003 18:46:03 +0000 Subject: Compatibility wrapper script from Mike Newman . 2003-05-19 Glynn Foster * src/Makefile.am, src/gdialog: Compatibility wrapper script from Mike Newman . Disabled for the present until I have a chance to review the code. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7c289625..f067731a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-19 Glynn Foster + + * src/Makefile.am, src/gdialog: Compatibility wrapper script + from Mike Newman . Disabled for the present + until I have a chance to review the code. + 2003-05-19 Glynn Foster * src/progress.c: Make the progress dialog actually work -- cgit From 01379224f6b74fbf5afa905f55d8dbaace0cee28 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 19 May 2003 18:56:00 +0000 Subject: release 1.2 Updated for new release 2003-05-19 Glynn Foster * configure.in: release 1.2 * NEWS: Updated for new release --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f067731a..b6301d8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-19 Glynn Foster + + * configure.in: release 1.2 + * NEWS: Updated for new release + 2003-05-19 Glynn Foster * src/Makefile.am, src/gdialog: Compatibility wrapper script -- cgit From 0664c941978b167c44441758de7ee383fca6251b Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Tue, 20 May 2003 23:48:12 +0000 Subject: Update to gdialog wrapper script --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6301d8d..66978125 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-20 Mike Newman + + * src/gdialog: fixed --checklist and --radiolist and + added support for --menu + 2003-05-19 Glynn Foster * configure.in: release 1.2 -- cgit From c4bdad5128b2bbf1cb93e36697027aa15e348742 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Fri, 23 May 2003 16:18:26 +0000 Subject: More work on wrapper - fix --textbox to actually load the file --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 66978125..e4520c55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-23 Mike Newman + + * src/gdialog: fixed --textbox to actually load filename + specified. + 2003-05-20 Mike Newman * src/gdialog: fixed --checklist and --radiolist and -- cgit From 1930a4a763d2136ea41fbdb6daa4249853b950d2 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Fri, 23 May 2003 16:57:16 +0000 Subject: Hmm, forgot some other bits - support --separate-output, ensure list rows are returned. --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e4520c55..efaab9b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2003-05-23 Mike Newman * src/gdialog: fixed --textbox to actually load filename - specified. + specified. Added --separate-output support. Make sure we get + output from list widgets. 2003-05-20 Mike Newman -- cgit From 1acd9cfed892c8a277199912d099f7c5ff7a94ca Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 24 May 2003 01:36:24 +0000 Subject: Patch from Dagmar d'Surreal to correct help docs 2003-05-24 Glynn Foster * help/C/zenity.xml: Patch from Dagmar d'Surreal 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 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index efaab9b4..ffa7e380 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2003-05-24 Glynn Foster + + * help/C/zenity.xml: Patch from Dagmar d'Surreal + 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. + 2003-05-23 Mike Newman * src/gdialog: fixed --textbox to actually load filename -- cgit From 25d20adbd11319e7224ada5970c1a1b1ba6557df Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Sat, 24 May 2003 09:15:50 +0000 Subject: Fix typo in gdialog wrapper. Sensitize OK button in progress when 100% reached. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ffa7e380..e251407f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-24 Mike Newman + + * src/progress.c: Make "OK" sensitive if progress bar has + reached 100%, and give it focus. + 2003-05-24 Glynn Foster * help/C/zenity.xml: Patch from Dagmar d'Surreal -- cgit From a7673b42d20f5cbacd61b4dd85408e54aafd135d Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Tue, 27 May 2003 17:56:51 +0000 Subject: 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e251407f..c1c37512 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-27 Mike Newman + + * src/calendar.c: clean up some inconsistent indentation. + * src/gdialog: take notice of height and width args in textbox + because gdialog did. + 2003-05-24 Mike Newman * src/progress.c: Make "OK" sensitive if progress bar has -- cgit From 9e131f64cb3b67c8ad1a11de2297cc3297baa7fa Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Tue, 27 May 2003 21:57:46 +0000 Subject: Enable the gdialog compatibility wrapper script. --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c1c37512..4f3fba39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -2003-05-27 Mike Newman +2003-05-27 Mike Newman + + * configure.in: Enable the gdialog compat wrapper script. Check for + * src/Makefile.am: path to perl, build the gdialog wrapper script + and install it in bindir. Also add it to distclean files. + Warning - this will overwrite gdialog from gnome-utils! + +2003-05-27 Mike Newman * src/calendar.c: clean up some inconsistent indentation. * src/gdialog: take notice of height and width args in textbox -- cgit From 4f1bace4c856758a337f817f11299a9058b811d8 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 27 May 2003 22:18:08 +0000 Subject: Update information for submitting patches to bugzilla. 2003-05-27 Glynn Foster * HACKING: Update information for submitting patches to bugzilla. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f3fba39..8b515abc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-27 Glynn Foster + + * HACKING: Update information for submitting patches to bugzilla. + 2003-05-27 Mike Newman * configure.in: Enable the gdialog compat wrapper script. Check for -- cgit From f091d10d08727e360172c4dbcca1762cbf9f6f7d Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 27 May 2003 22:28:44 +0000 Subject: Make the progress dialog resize. Lamely fixes #113706. 2003-05-27 Glynn Foster * src/zenity.glade: Make the progress dialog resize. Lamely fixes #113706. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8b515abc..b53e098c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-27 Glynn Foster + + * src/zenity.glade: Make the progress dialog resize. Lamely + fixes #113706. + 2003-05-27 Glynn Foster * HACKING: Update information for submitting patches to bugzilla. -- cgit From c5056dd3bbbcd964a9782240f9415443b36b26c2 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 28 May 2003 23:19:16 +0000 Subject: Update some more items. Update man page a little, although it still should 2003-05-29 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b53e098c..be80d551 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-29 Glynn Foster + + * TODO: Update some more items. + * data/zenity.1: Update man page a little, although it still + should contain more useful information I guess. + 2003-05-27 Glynn Foster * src/zenity.glade: Make the progress dialog resize. Lamely -- cgit From 1471cb89c4bbe29434ea432a460410fa32a4920f Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 28 May 2003 23:45:04 +0000 Subject: Update with more suggestions. 2003-05-29 Glynn Foster * TODO: Update with more suggestions. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be80d551..7e6c8951 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-29 Glynn Foster + + * TODO: Update with more suggestions. + 2003-05-29 Glynn Foster * TODO: Update some more items. -- cgit From 5b95257139dc8395232af2613fe47816679f6637 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Thu, 29 May 2003 08:49:05 +0000 Subject: More updates for suggestions from Kevin. 2003-05-29 Glynn Foster * TODO: More updates for suggestions from Kevin. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e6c8951..969184d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-29 Glynn Foster + + * TODO: More updates for suggestions from Kevin. + 2003-05-29 Glynn Foster * TODO: Update with more suggestions. -- cgit From 74793cc79b54a4e472ae1691a8269fda043552a7 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Thu, 29 May 2003 09:26:44 +0000 Subject: release 1.3 Updated for new release 2003-05-29 Glynn Foster * configure.in: release 1.3 * NEWS: Updated for new release --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 969184d7..0dc153a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-29 Glynn Foster + + * configure.in: release 1.3 + * NEWS: Updated for new release + 2003-05-29 Glynn Foster * TODO: More updates for suggestions from Kevin. -- cgit From 0c1539ced3331ab506c4faec40f2d8eeb299357d Mon Sep 17 00:00:00 2001 From: Changwoo Ryu Date: Tue, 3 Jun 2003 12:05:37 +0000 Subject: Added "ko" to ALL_LINGUAS. 2003-06-03 Changwoo Ryu * configure.in: Added "ko" to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0dc153a2..3aa54fe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-03 Changwoo Ryu + + * configure.in: Added "ko" to ALL_LINGUAS. + 2003-05-29 Glynn Foster * configure.in: release 1.3 -- cgit From b12b1a4faf7477427a4dcd0b7a8e3245696f1587 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Tue, 3 Jun 2003 17:28:20 +0000 Subject: add a --help option to the gdialog wrapper script --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3aa54fe0..ec2a80dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-03 Mike Newman + + * src/gdialog.in: add a --help option, pointing to zenity docs. + 2003-06-03 Changwoo Ryu * configure.in: Added "ko" to ALL_LINGUAS. -- cgit From 34efaf43f70f59c3677a347d4d885b55abf08dff Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 3 Jun 2003 19:07:54 +0000 Subject: Kris' new #commits channel is zen-tastic. 2003-06-03 Glynn Foster * Kris' new #commits channel is zen-tastic. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ec2a80dd..4924f0f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-03 Glynn Foster + + * Kris' new #commits channel is zen-tastic. + 2003-06-03 Mike Newman * src/gdialog.in: add a --help option, pointing to zenity docs. -- cgit From 6a498549f73c9b3e241f5c16169601e2cabd9dcf Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Tue, 3 Jun 2003 21:30:24 +0000 Subject: add a --help option, pointing to zenity docs. Fixes #114338 2003-06-03 Mike Newman * src/gdialog.in: add a --help option, pointing to zenity docs. Fixes #114338 --- ChangeLog | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4924f0f2..372bfacb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,7 @@ -2003-06-03 Glynn Foster - - * Kris' new #commits channel is zen-tastic. - 2003-06-03 Mike Newman - * src/gdialog.in: add a --help option, pointing to zenity docs. + * src/gdialog.in: add a --help option, pointing to + zenity docs. Fixes #114338 2003-06-03 Changwoo Ryu -- cgit From 626d95b752159fdcec1e7c08271f3eaca1113ab7 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Tue, 3 Jun 2003 21:52:16 +0000 Subject: Add --auto-close option to progress dialog. Closes dialog when 100% has been reached. Also update docs for new option. Fixes #114125. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 372bfacb..0a555433 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-03 Mike Newman + + * data/zenity.1: Update docs for --auto-close progress dialog + * help/C/zenity.xml: option. + 2003-06-03 Mike Newman * src/gdialog.in: add a --help option, pointing to @@ -7,6 +12,12 @@ * configure.in: Added "ko" to ALL_LINGUAS. +2003-06-01 Mike Newman + + * src/main.c: Implement --auto-close for --progress, which + * src/progress.c: behaves as if OK was clicked when reaching 100% + * src/zenity.h: Fixes #114125 + 2003-05-29 Glynn Foster * configure.in: release 1.3 -- cgit From 52b1f1c71e85be522b30d8f3c0d65a8ce1e8a1d9 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Wed, 4 Jun 2003 10:46:02 +0000 Subject: Add a "no-c-format" xgettext header to unbreak po files in the new 2003-06-04 Jordi Mallach * src/main.c: Add a "no-c-format" xgettext header to unbreak po files in the new auto-close string. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0a555433..f2a21cb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-04 Jordi Mallach + + * src/main.c: Add a "no-c-format" xgettext header to unbreak po files + in the new auto-close string. + 2003-06-03 Mike Newman * data/zenity.1: Update docs for --auto-close progress dialog -- cgit From 65cb873430d7bfcdf0452c76bf07f2ebbb4a21af Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 4 Jun 2003 12:53:46 +0000 Subject: Fix up some build warnings as reported by Ross Burton and his amazing gcc 2003-06-04 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2a21cb4..f52f26f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-06-04 Glynn Foster + + * 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. + 2003-06-04 Jordi Mallach * src/main.c: Add a "no-c-format" xgettext header to unbreak po files -- cgit From 3aab6a19a521c0374ef4c83fd7877154ea8636b5 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 7 Jun 2003 13:10:58 +0000 Subject: Untranslate silly strings pointed out by Kjartan Maraas. 2003-06-07 Glynn Foster * src/zenity.glade: Untranslate silly strings pointed out by Kjartan Maraas. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f52f26f3..b6fca517 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-07 Glynn Foster + + * src/zenity.glade: Untranslate silly strings pointed out by + Kjartan Maraas. + 2003-06-04 Glynn Foster * src/about.c, src/main.c, src/msg.c, -- cgit From 5bade6fe6a14cce50508ee5d510a4560ebe3e421 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Sat, 7 Jun 2003 14:41:56 +0000 Subject: Support user-defined return values via env vars, like dialog did. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6fca517..e0393de9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2003-06-07 Mike Newman + + * src/calendar.c: Allow user-defined return values via env vars + * src/entry.c: Prefer ZENITY_OK etc, but also check for DIALOG_OK + * src/fileselection.c: and fall through to original zenity behaviour. + * src/msg.c: + * src/progress.c: + * src/text.c: + * src/tree.c: + * src/util.c: + * src/util.h: + * src/zenity.h: + 2003-06-07 Glynn Foster * src/zenity.glade: Untranslate silly strings pointed out by -- cgit From 0e4c879656dcb3a0f4ffbcc65e30b6120f65c05e Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Mon, 9 Jun 2003 18:57:01 +0000 Subject: Allow multiple file selections. --- ChangeLog | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e0393de9..665dce85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,21 @@ +2003-06-09 Mike Newman + + * data/zenity.1, help/C/zenity.xml: Update docs for new file selection + options. + +2003-06-09 Mike Newman + + * src/fileselection.c, src/main.c, src/zenity.h: Add --multiple + mode to file selection, with --separator to divide returned filenames. + Change default separator for lists and file-sel to '|'. + 2003-06-07 Mike Newman - * src/calendar.c: Allow user-defined return values via env vars - * src/entry.c: Prefer ZENITY_OK etc, but also check for DIALOG_OK - * src/fileselection.c: and fall through to original zenity behaviour. - * src/msg.c: - * src/progress.c: - * src/text.c: - * src/tree.c: - * src/util.c: - * src/util.h: - * src/zenity.h: + * 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 + src/zenity.h: Allow user-defined return values via env vars. + Prefer ZENITY_OK etc, but also check for DIALOG_OK and fall through + to original zenity behaviour. 2003-06-07 Glynn Foster -- cgit From 98772744e904127cda466f1b5be3969ae5fbdcc2 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Mon, 9 Jun 2003 21:35:39 +0000 Subject: Committing patch to fall back to dialog if DISPLAY not set from Kevin C. Krinke --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 665dce85..34760152 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-09 Kevin C. Krinke + + * src/gdialog.in: wrap gdialog.real/dialog when not in X-Window + 2003-06-09 Mike Newman * data/zenity.1, help/C/zenity.xml: Update docs for new file selection -- cgit From cfe29d9ad04761e7a97964af5e8f20fca7d22cfc Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Tue, 10 Jun 2003 21:30:22 +0000 Subject: Allow /t and /n in dialog text. Some code cleanup. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 34760152..82888be1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2003-06-10 Mike Newman + + * src/fileselection.c, src/main.c, src/tree.c, TODO: Allow the use + of '\t' and '\n' in dialog text. Also, g_strcompress the separator + strings in --list and --file-selection so code declared as 'arse' + by Glynn can be removed :) + + Also removed some completed tasks from TODO. + +2003-06-10 Mike Newman + + * src/main.c: allow use of /t and /n in dialog text. + 2003-06-09 Kevin C. Krinke * src/gdialog.in: wrap gdialog.real/dialog when not in X-Window -- cgit From 9050357a9b482a4fceb8826425c4ee613921fb2e Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Fri, 13 Jun 2003 21:53:06 +0000 Subject: Fixed my old and bouncy email address --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 82888be1..1f6ba988 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-13 Mike Newman + + * src/about.c: fixed my email address. + 2003-06-10 Mike Newman * src/fileselection.c, src/main.c, src/tree.c, TODO: Allow the use -- cgit From af594b60e97a43d8c60027971ed91029df5a7e67 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Fri, 13 Jun 2003 22:01:48 +0000 Subject: *** empty log message *** --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1f6ba988..e6edf9b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2003-06-13 Mike Newman + * src/progress.c: allow \t and \n in text updated via '#' lines. * src/about.c: fixed my email address. 2003-06-10 Mike Newman -- cgit From 86a829f7c8ba7d02412932ecee5619ae82936d63 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Sat, 21 Jun 2003 15:33:39 +0000 Subject: Added en_GB translation and fixed a typo. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e6edf9b9..e406ff0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-21 Mike Newman + + * configure.in: Added en_GB to ALL_LINGUAS + * src/main.c: Fixed a typo s/in/is/ in error msg. + 2003-06-13 Mike Newman * src/progress.c: allow \t and \n in text updated via '#' lines. -- cgit From 425724a8d1c5624bd6db189267466b7aeaaa3e61 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Sun, 29 Jun 2003 16:21:12 +0000 Subject: gdialog wrapper return values fixed --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e406ff0c..d8349a48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-20 Mike Newman + + * src/gdialog.in: fix return value with patch from Yann + . Thanks! + 2003-06-21 Mike Newman * configure.in: Added en_GB to ALL_LINGUAS -- cgit From d686a763954b145856233131ecc2742e1c4f58a6 Mon Sep 17 00:00:00 2001 From: Laurent Dhima Date: Tue, 1 Jul 2003 10:47:51 +0000 Subject: Added "sq" to ALL_LINGUAS * configure.in: Added "sq" to ALL_LINGUAS --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d8349a48..f5827465 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-01 Laurent Dhima + + * configure.in: Added "sq" to ALL_LINGUAS. + 2003-06-20 Mike Newman * src/gdialog.in: fix return value with patch from Yann -- cgit From 83c22dfd183f5370484c40a80f1272302f708a1a Mon Sep 17 00:00:00 2001 From: Dafydd Harries Date: Wed, 9 Jul 2003 01:18:17 +0000 Subject: Added Welsh translation. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f5827465..361c4ac1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-09 Dafydd Harries + + * configure.in: Added "cy" (Welsh) to ALL_LINGUAS. + 2003-07-01 Laurent Dhima * configure.in: Added "sq" to ALL_LINGUAS. -- cgit From 2036d2b845b5bf828c20e238115bc6e69f81e0b1 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 9 Jul 2003 08:23:43 +0000 Subject: Added "hu" (Hungarian) to ALL_LINGUAS. 2003-07-09 Andras Timar * configure.in: Added "hu" (Hungarian) to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 361c4ac1..807ad1d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-09 Andras Timar + + * configure.in: Added "hu" (Hungarian) to ALL_LINGUAS. + 2003-07-09 Dafydd Harries * configure.in: Added "cy" (Welsh) to ALL_LINGUAS. -- cgit From d38cc1e1769c84ab685a2b93e548ce62d0fcb96d Mon Sep 17 00:00:00 2001 From: Hasbullah Bin Pit Date: Wed, 9 Jul 2003 15:51:56 +0000 Subject: Added 'ms' (Malay) to ALL_LINGUAS. Added Malay translation. 2003-07-09 Hasbullah Bin Pit * configure.in: Added 'ms' (Malay) to ALL_LINGUAS. * po/ms.po: Added Malay translation. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 807ad1d6..1beb6d1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-07-09 Hasbullah Bin Pit + + * configure.in: Added 'ms' (Malay) to ALL_LINGUAS. + * po/ms.po: Added Malay translation. + 2003-07-09 Andras Timar * configure.in: Added "hu" (Hungarian) to ALL_LINGUAS. -- cgit From edf6c83e70479d12d5f01a33b1a0c6ff4d345c8f Mon Sep 17 00:00:00 2001 From: John Fleck Date: Fri, 11 Jul 2003 12:40:40 +0000 Subject: autogen.sh remove xmldocs.make omf.make Set up new docs build system 2003-07-10 John Fleck * autogen.sh remove * xmldocs.make * omf.make Set up new docs build system --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1beb6d1e..566f66ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-07-10 John Fleck + + * autogen.sh + remove + * xmldocs.make + * omf.make + Set up new docs build system + 2003-07-09 Hasbullah Bin Pit * configure.in: Added 'ms' (Malay) to ALL_LINGUAS. -- cgit From 652c90596e2c4fff6b7b748afcb01df6e21d22d9 Mon Sep 17 00:00:00 2001 From: "Kevin C. Krinke" Date: Sun, 13 Jul 2003 23:03:18 +0000 Subject: user input data output to STDOUT via g_print instead of outputting to 2003-07-11 Kevin C. Krinke * 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 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 566f66ad..696639e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-07-11 Kevin C. Krinke + + * 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... + 2003-07-10 John Fleck * autogen.sh -- cgit From baad97d0d87d45f41effb5f413b9accc63f40cf6 Mon Sep 17 00:00:00 2001 From: Christophe Merlet Date: Sat, 19 Jul 2003 19:30:57 +0000 Subject: Added French translation. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 696639e3..987c8ce1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-19 Christophe Merlet + + * configure.in: Added "fr" (French) to ALL_LINGUAS. + 2003-07-11 Kevin C. Krinke * src/calendar.c, src/entry.c, src/fileselection.c, src/text.c, -- cgit From bac77c2e9676931e583ab7468bfbed41d4e2b391 Mon Sep 17 00:00:00 2001 From: Wang Jian Date: Fri, 25 Jul 2003 16:12:29 +0000 Subject: *** empty log message *** --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 987c8ce1..4cf8cfd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-26 Wang Jian + + * configure.in: Added "zh_CN" to ALL_LINGUAS. + 2003-07-19 Christophe Merlet * configure.in: Added "fr" (French) to ALL_LINGUAS. -- cgit From 594a6f04a666393cb200b5219c3da5349168c340 Mon Sep 17 00:00:00 2001 From: Dmitry Mastrukov Date: Wed, 30 Jul 2003 04:31:38 +0000 Subject: configure.in: Added Belarusian to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4cf8cfd8..9062c6c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-30 Dmitry G. Mastrukov + + * configure.in: Added Belarusian to ALL_LINGUAS. + 2003-07-26 Wang Jian * configure.in: Added "zh_CN" to ALL_LINGUAS. -- cgit From 8a874d82cf3f642f6385e05c83bd8f82998efad1 Mon Sep 17 00:00:00 2001 From: Metin Amiroff Date: Wed, 6 Aug 2003 17:52:00 +0000 Subject: Added "az" (Azerbaijani) to ALL_LINGUAS 2003-08-06 Metin Amiroff * configure.in: Added "az" (Azerbaijani) to ALL_LINGUAS --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9062c6c8..bec11076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-06 Metin Amiroff + + * configure.in: Added "az" (Azerbaijani) to ALL_LINGUAS + 2003-07-30 Dmitry G. Mastrukov * configure.in: Added Belarusian to ALL_LINGUAS. -- cgit From 0f56f63fa6afc0f8b504a66a6204bc720a7634fa Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Thu, 7 Aug 2003 13:58:00 +0000 Subject: Release 1.4. 2003-08-07 Glynn Foster * configure.in: Release 1.4. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bec11076..f9a6610d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-07 Glynn Foster + + * configure.in: Release 1.4. + 2003-08-06 Metin Amiroff * configure.in: Added "az" (Azerbaijani) to ALL_LINGUAS -- cgit From 48a7c1f9c575a07cf3c00a8be467dd4ed607abc6 Mon Sep 17 00:00:00 2001 From: Guntupalli Karunakar Date: Wed, 13 Aug 2003 13:58:37 +0000 Subject: Added Hindi Translation --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f9a6610d..a918ba3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-13 Guntupalli Karunakar + + * configure.in: Added "hi" (Hindi) in ALL_LINGUAS. + 2003-08-07 Glynn Foster * configure.in: Release 1.4. -- cgit From ec3bc5a78acc99ed4b99709bcbc0cdb016543eda Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 15 Aug 2003 09:58:54 +0000 Subject: copying --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a918ba3b..c2ea4f69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-15 Glynn Foster + + * COPYING: Add. + 2003-08-13 Guntupalli Karunakar * configure.in: Added "hi" (Hindi) in ALL_LINGUAS. -- cgit From 7a82388e2523530c2b75d33c8e808477d7c46c3d Mon Sep 17 00:00:00 2001 From: Dmitry Mastrukov Date: Mon, 18 Aug 2003 04:53:13 +0000 Subject: configure.in: Added Russian to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c2ea4f69..84a34a26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-18 Dmitry G. Mastrukov + + * configure.in: Added Russian to ALL_LINGUAS. + 2003-08-15 Glynn Foster * COPYING: Add. -- cgit From 32cb0ef0f56cad183438ad3bdfacfc92829639ee Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Fri, 22 Aug 2003 08:30:15 +0000 Subject: Fixed i18n of help messages. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 84a34a26..164f7169 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-22 Mike Newman + + * src/main.c: added call to setlocale to fix i18n of --help + 2003-08-18 Dmitry G. Mastrukov * configure.in: Added Russian to ALL_LINGUAS. -- cgit From 198887fdd45b4fcfaede09f06384dfb3cfb7b5f6 Mon Sep 17 00:00:00 2001 From: Paul Duffy Date: Fri, 22 Aug 2003 15:08:31 +0000 Subject: added Irish Translation --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 164f7169..10231f4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-22 Paul Duffy + + * configure.in: Added ga to ALL_LINGUAS + 2003-08-22 Mike Newman * src/main.c: added call to setlocale to fix i18n of --help -- cgit From 5023b9f3fc6c0761146e7bf457643cb363ec624a Mon Sep 17 00:00:00 2001 From: Samel Jn Gunnarsson Date: Sat, 23 Aug 2003 00:18:42 +0000 Subject: Added Icelandic translation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2003-08-22 Samel Jn Gunnarsson * is.po: Added Icelandic translation. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 10231f4d..24c5df22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-22 Samúel Jón Gunnarsson + + * configure.in: Added "is" to ALL_LINGUAS. + 2003-08-22 Paul Duffy * configure.in: Added ga to ALL_LINGUAS -- cgit From b0f91906ab3f8c9edccd3812ea749a44f10b685d Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 24 Aug 2003 17:32:33 +0000 Subject: Release 1.5 2003-08-24 Glynn Foster * configure.in: Release 1.5 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 24c5df22..72f44b33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-24 Glynn Foster + + * configure.in: Release 1.5 + 2003-08-22 Samúel Jón Gunnarsson * configure.in: Added "is" to ALL_LINGUAS. -- cgit From 0ebb6d692bc5f4bbd2943cc46586e8c7ab3a2e92 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Mon, 25 Aug 2003 20:11:40 +0000 Subject: s/g_printerr/g_print --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72f44b33..31163a1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-25 Mike Newman + + * src/entry.c: s/g_printerr/g_print/ - last part of Kevin's patch + applied on 2003-07-11. + 2003-08-24 Glynn Foster * configure.in: Release 1.5 @@ -8,7 +13,7 @@ 2003-08-22 Paul Duffy - * configure.in: Added ga to ALL_LINGUAS + * configure.in: Added ga to ALL_LINGUAS 2003-08-22 Mike Newman -- cgit From d02a5bcd112cf475f7312d234e02c4c761dd9e1f Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 27 Aug 2003 12:10:04 +0000 Subject: Put horizontal scrolling on automatic, otherwise we expand off the edge of 2003-08-27 Glynn Foster * src/tree.c: Put horizontal scrolling on automatic, otherwise we expand off the edge of the screen. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31163a1b..a3d30a01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-27 Glynn Foster + + * src/tree.c: Put horizontal scrolling on automatic, otherwise + we expand off the edge of the screen. + 2003-08-25 Mike Newman * src/entry.c: s/g_printerr/g_print/ - last part of Kevin's patch -- cgit From 751d9a7bec8467c4fe4e596be51825fc27a5dfea Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 1 Sep 2003 08:27:59 +0000 Subject: Documentation updates from Nicholas Curran. Add Nicholas. 2003-09-01 Glynn Foster * help/C/zenity.xml: Documentation updates from Nicholas Curran. * THANKS, src/about.c: Add Nicholas. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3d30a01..27776909 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-01 Glynn Foster + + * help/C/zenity.xml: Documentation updates from Nicholas Curran. + * THANKS, src/about.c: Add Nicholas. + 2003-08-27 Glynn Foster * src/tree.c: Put horizontal scrolling on automatic, otherwise -- cgit From 82b76239aa0d85d24778e68c5bf0fb51e9d25b0a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 1 Sep 2003 18:44:19 +0000 Subject: Add patch from Buchan Miln to fix the gdialog wrapper. 2003-09-01 Glynn Foster * src/gdialog.in: Add patch from Buchan Miln to fix the gdialog wrapper. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 27776909..ceeeb169 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-01 Glynn Foster + + * src/gdialog.in: Add patch from Buchan Miln to fix the gdialog + wrapper. + 2003-09-01 Glynn Foster * help/C/zenity.xml: Documentation updates from Nicholas Curran. -- cgit From f3ea9c41a20b59a74a5d897a8f6b92ce2e07f052 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Thu, 4 Sep 2003 10:33:00 +0000 Subject: Update. Update. Patch from Toshi to fix encoding of passed text strings. 2003-09-04 Glynn Foster * THANKS: Update. * src/about.c: Update. * src/main.c: Patch from Toshi to fix encoding of passed text strings. Fixes #121389. --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ceeeb169..34dba2ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ +2003-09-04 Glynn Foster + + * THANKS: Update. + * src/about.c: Update. + * src/main.c: Patch from Toshi to fix encoding of passed + text strings. Fixes #121389. + 2003-09-01 Glynn Foster - * src/gdialog.in: Add patch from Buchan Miln to fix the gdialog + * src/gdialog.in: Add patch from Buchan Milne to fix the gdialog wrapper. 2003-09-01 Glynn Foster -- cgit From 8c8f4d4e18612fcf8d07ecb25498a85c90bb9729 Mon Sep 17 00:00:00 2001 From: Taneem Ahmed Date: Fri, 5 Sep 2003 08:18:16 +0000 Subject: Added "bn" to ALL_LINGUAS. Added Bangla translation by Sayamindu of Ankur 2003-09-05 Taneem Ahmed * configure.in: Added "bn" to ALL_LINGUAS. * po/bn.po: Added Bangla translation by Sayamindu of Ankur group . --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 34dba2ba..82e3ba0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-05 Taneem Ahmed + + * configure.in: Added "bn" to ALL_LINGUAS. + 2003-09-04 Glynn Foster * THANKS: Update. -- cgit From edb1af694d425e4a0b23aaf9f4caba3b2de79a3d Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Mon, 8 Sep 2003 05:22:39 +0000 Subject: Added sk. 2003-09-08 Marcel Telka * configure.in (ALL_LINGUAS): Added sk. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 82e3ba0a..377f057b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-08 Marcel Telka + + * configure.in (ALL_LINGUAS): Added sk. + 2003-09-05 Taneem Ahmed * configure.in: Added "bn" to ALL_LINGUAS. -- cgit From 2d57761e3ba176a64369b17e0883c3c2fb926762 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 8 Sep 2003 13:23:50 +0000 Subject: Release 1.6 2003-09-08 Glynn Foster * configure.in: Release 1.6 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 377f057b..fb091849 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-08 Glynn Foster + + * configure.in: Release 1.6 + 2003-09-08 Marcel Telka * configure.in (ALL_LINGUAS): Added sk. -- cgit From a5103bb2e1d18c2f28d42c96a6edd41f85e54e04 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 8 Sep 2003 13:23:50 +0000 Subject: Hook up the 'activate' signal on the entry dialog. Fixes Debian bug 2003-09-11 Glynn Foster * src/entry.c: Hook up the 'activate' signal on the entry dialog. Fixes Debian bug #202332. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb091849..592369f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-11 Glynn Foster + + * src/entry.c: Hook up the 'activate' signal on + the entry dialog. Fixes Debian bug #202332. + 2003-09-08 Glynn Foster * configure.in: Release 1.6 -- cgit From 1fab4b4e6223acd59189b9a327d9fdee650ead27 Mon Sep 17 00:00:00 2001 From: Damien Carbery Date: Fri, 12 Sep 2003 08:40:48 +0000 Subject: Make zenity compile on solaris. Whoops :) 2003-09-12 Damien Carbery * src/main.c: Make zenity compile on solaris. Whoops :) --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 592369f2..91b9f738 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-12 Damien Carbery + + * src/main.c: Make zenity compile on solaris. Whoops :) + 2003-09-11 Glynn Foster * src/entry.c: Hook up the 'activate' signal on -- cgit From c14af1c42cd52d7bf826e19265272d37a82c9cca Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 12 Sep 2003 08:48:06 +0000 Subject: Better patch from raf@noduck.net to fix the activate on the entry dialog. 2003-09-12 Glynn Foster * src/entry.c, src/zenity.glade: Better patch from raf@noduck.net to fix the activate on the entry dialog. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 91b9f738..8cecb572 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-12 Glynn Foster + + * src/entry.c, src/zenity.glade: Better patch from + raf@noduck.net to fix the activate on the entry dialog. + 2003-09-12 Damien Carbery * src/main.c: Make zenity compile on solaris. Whoops :) -- cgit From 072b65a59151d14ef831efde420fee32b900bf81 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 12 Sep 2003 08:50:57 +0000 Subject: Fix up spec file. Fixes #122040. 2003-09-12 Glynn Foster * zenity.spec.in: Fix up spec file. Fixes #122040. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8cecb572..41f644bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-12 Glynn Foster + + * zenity.spec.in: Fix up spec file. Fixes #122040. + 2003-09-12 Glynn Foster * src/entry.c, src/zenity.glade: Better patch from -- cgit From 83b1242fdde5c5a208b1924943904c1dd9047e95 Mon Sep 17 00:00:00 2001 From: Fatih Demir Date: Wed, 17 Sep 2003 06:28:30 +0000 Subject: Added Tamil translation by dinesh --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41f644bf..591b4157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-17 Fatih Demir + + * configure.in: Added "ta" (Tamil) to the languages' list. + 2003-09-12 Glynn Foster * zenity.spec.in: Fix up spec file. Fixes #122040. -- cgit From 1b74c6417ed62ec5d02800daf3d983132d83de53 Mon Sep 17 00:00:00 2001 From: Christian Rose Date: Mon, 29 Sep 2003 23:27:45 +0000 Subject: Added "eu" to ALL_LINGUAS. Added Basque translation by Alberto Fernández MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2003-09-30 Christian Rose * configure.in: Added "eu" to ALL_LINGUAS. * po/eu.po: Added Basque translation by Alberto Fernández Benito . --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 591b4157..fb9bca51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-30 Christian Rose + + * configure.in: Added "eu" to ALL_LINGUAS. + 2003-09-17 Fatih Demir * configure.in: Added "ta" (Tamil) to the languages' list. -- cgit From c3c7c47ccd2cce69769640e638ab9993e388a6a0 Mon Sep 17 00:00:00 2001 From: Žygimantas Beručka Date: Mon, 6 Oct 2003 14:16:33 +0000 Subject: Added "lt" to ALL_LINGUAS. Added Lithuanian translation by Tomas Kuliavas. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2003-10-06 Žygimantas Beručka * configure.in: Added "lt" to ALL_LINGUAS. * po/lt.po: Added Lithuanian translation by Tomas Kuliavas. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb9bca51..37fa6d28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-06 Žygimantas Beručka + + * configure.in: Added "lt" to ALL_LINGUAS. + 2003-09-30 Christian Rose * configure.in: Added "eu" to ALL_LINGUAS. -- cgit From 14a9bf072e9cf1bba3b5ce8d350bef60c661a89b Mon Sep 17 00:00:00 2001 From: Sami Pesonen Date: Mon, 13 Oct 2003 17:53:04 +0000 Subject: Added fi to ALL LINGUAS by Sami Pesonen --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 37fa6d28..0f6ce2e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-13 Sami Pesonen + + * configure.in: Added "fi" to ALL_LINGUAS. + 2003-10-06 Žygimantas Beručka * configure.in: Added "lt" to ALL_LINGUAS. -- cgit From 2d67087ca0e60c7a8036ad2262af6fec9bd2d738 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 27 Oct 2003 02:48:32 +0000 Subject: Patch from Leonardo Boshell to add the locale.h header. 2003-10-27 Glynn Foster * src/main.c: Patch from Leonardo Boshell to add the locale.h header. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0f6ce2e3..e29c05a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-27 Glynn Foster + + * src/main.c: Patch from Leonardo Boshell to add the + locale.h header. + 2003-10-13 Sami Pesonen * configure.in: Added "fi" to ALL_LINGUAS. -- cgit From cab79bf73c3c7b09d7c82d7592ba1c53847e4239 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 28 Oct 2003 03:10:30 +0000 Subject: Make the dialogs resizable so that --height/--width works. Reported by 2003-10-28 Glynn Foster * src/zenity.glade: Make the dialogs resizable so that --height/--width works. Reported by Ingo van Lil . --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e29c05a7..4276c55c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-10-28 Glynn Foster + + * src/zenity.glade: Make the dialogs resizable + so that --height/--width works. Reported by + Ingo van Lil . + 2003-10-27 Glynn Foster * src/main.c: Patch from Leonardo Boshell to add the -- cgit From 5f9fe9f087b076dbe1e19108e7feea8a9b237567 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 28 Oct 2003 23:45:31 +0000 Subject: Unmark translation messages, as reported by Christian. Fixes #125717. 2003-10-29 Glynn Foster * src/zenity.glade: Unmark translation messages, as reported by Christian. Fixes #125717. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4276c55c..252b5bd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-29 Glynn Foster + + * src/zenity.glade: Unmark translation messages, + as reported by Christian. Fixes #125717. + 2003-10-28 Glynn Foster * src/zenity.glade: Make the dialogs resizable -- cgit From 191ebced874dfb6321832f6e8621f0939ff030a5 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 12 Nov 2003 01:03:20 +0000 Subject: Make sure the gdialog wrapper handles spaces. Patch from Peter strand MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2003-11-12 Glynn Foster * src/gdialog.in: Make sure the gdialog wrapper handles spaces. Patch from Peter strand --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 252b5bd8..bf41fa75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-12 Glynn Foster + + * src/gdialog.in: Make sure the gdialog wrapper + handles spaces. Patch from Peter strand + + 2003-10-29 Glynn Foster * src/zenity.glade: Unmark translation messages, -- cgit From c34e4255ffcb29d0aa39c262d68de3bc18095f57 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 12 Nov 2003 01:14:17 +0000 Subject: Fix radiolist returning the wrong argument. Patch from Peter strand MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2003-11-12 Glynn Foster * src/gdialog.in: Fix radiolist returning the wrong argument. Patch from Peter strand . Fixes #125672. --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bf41fa75..9fd00ad6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ +2003-11-12 Glynn Foster + + * src/gdialog.in: Fix radiolist returning the + wrong argument. Patch from Peter strand + . Fixes #125672. + 2003-11-12 Glynn Foster * src/gdialog.in: Make sure the gdialog wrapper handles spaces. Patch from Peter strand - + . Fixes #125337. 2003-10-29 Glynn Foster -- cgit From 0ca6b6fe82639e270241e0f7997a02724dab6ab8 Mon Sep 17 00:00:00 2001 From: Christian Mnneckes Date: Mon, 1 Dec 2003 23:27:45 +0000 Subject: Fix quote and output bugs in the gdialog wrapper #128149. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9fd00ad6..d38c303e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-12-02 Christian Mnneckes < c-w-m@gmx.de> + + * src/gdialog.in: Fix quote and output bugs + in the gdialog wrapper #128149. + 2003-11-12 Glynn Foster * src/gdialog.in: Fix radiolist returning the -- cgit From 2e731a00c1497d221b27dbd7f72b7260af5b37a0 Mon Sep 17 00:00:00 2001 From: Sanlig Badral Date: Thu, 4 Dec 2003 18:35:09 +0000 Subject: Added Mongolian translation. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d38c303e..b1699f9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-04 Sanlig Badral + + * configure.in: Added "mn" to ALL_LINGUAS. + 2003-12-02 Christian Mnneckes < c-w-m@gmx.de> * src/gdialog.in: Fix quote and output bugs -- cgit From 6217cd529863f14569e43fda1b8902f9526a60e5 Mon Sep 17 00:00:00 2001 From: Tivo Leedjrv Date: Wed, 10 Dec 2003 22:20:44 +0000 Subject: Added et to ALL_LINGUAS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2003-12-11 Tivo Leedjrv * configure.in: Added et to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b1699f9f..c71162dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-11 Tõivo Leedjärv + + * configure.in: Added et to ALL_LINGUAS. + 2003-12-04 Sanlig Badral * configure.in: Added "mn" to ALL_LINGUAS. -- cgit From 05b5fa6bd841faab7829d98d9a4109de6daa2069 Mon Sep 17 00:00:00 2001 From: Arafat Medini Date: Sat, 20 Dec 2003 13:48:42 +0000 Subject: Added Arabic translation 2003-12-20 Arafat Medini * ar.po: Added Arabic translation --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c71162dc..f300713c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-20 Arafat Medini + + * confiugre.in: Added Arabic locale "ar" to ALL_LINGUAS. + 2003-12-11 Tõivo Leedjärv * configure.in: Added et to ALL_LINGUAS. -- cgit From 3e12bc208a2c0ca68b54225fb7ab8fba48c240e2 Mon Sep 17 00:00:00 2001 From: Christian Rose Date: Sun, 28 Dec 2003 19:17:18 +0000 Subject: Added "ne" to ALL_LINGUAS. Added Nepali translation by Dhurba Gnawali 2003-12-28 Christian Rose * configure.in: Added "ne" to ALL_LINGUAS. * po/ne.po: Added Nepali translation by Dhurba Gnawali . --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f300713c..fe22e9e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +2003-12-28 Christian Rose + + * configure.in: Added "ne" to ALL_LINGUAS. + 2003-12-20 Arafat Medini - * confiugre.in: Added Arabic locale "ar" to ALL_LINGUAS. + * configure.in: Added Arabic locale "ar" to ALL_LINGUAS. 2003-12-11 Tõivo Leedjärv -- cgit From 569271da40c3a0066539264965224931b3ba6f1b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 31 Dec 2003 01:21:41 +0000 Subject: Release 1.8 2003-12-30 Glynn Foster * configure.in: Release 1.8 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fe22e9e8..2373984c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-30 Glynn Foster + + * configure.in: Release 1.8 + 2003-12-28 Christian Rose * configure.in: Added "ne" to ALL_LINGUAS. @@ -19,6 +23,10 @@ * src/gdialog.in: Fix quote and output bugs in the gdialog wrapper #128149. +2003-11-12 Glynn Foster + + * configure.in: Release 1.7 + 2003-11-12 Glynn Foster * src/gdialog.in: Fix radiolist returning the -- cgit From 104a45c0f772ec07866c717861d8cbf1128b1e58 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 31 Dec 2003 01:52:25 +0000 Subject: Release 2.5.1, a ridiculous bump so that we sync with the GNOME desktop 2003-12-30 Glynn Foster * configure.in: Release 2.5.1, a ridiculous bump so that we sync with the GNOME desktop releases. 2003-12-30 Jan Arne Petersen * src/fileselection.c: (zenity_fileselection), (zenity_fileselection_dialog_response): Replace GtkFileSelection with GtkFileChooser. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2373984c..ceca4cf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-12-30 Glynn Foster + + * configure.in: Release 2.5.1, a ridiculous bump + so that we sync with the GNOME desktop releases. + +2003-12-30 Jan Arne Petersen + + * src/fileselection.c: (zenity_fileselection), + (zenity_fileselection_dialog_response): Replace + GtkFileSelection with GtkFileChooser. + 2003-12-30 Glynn Foster * configure.in: Release 1.8 -- cgit From a19cfd17e287de5b32736221c58571c32793c5f2 Mon Sep 17 00:00:00 2001 From: Denis Lackovic Date: Sat, 3 Jan 2004 18:31:27 +0000 Subject: *** empty log message *** --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ceca4cf1..aabfb681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-03 Robert Sedak + + * configure.in: Added "hr" in ALL_LINGUAS. + 2003-12-30 Glynn Foster * configure.in: Release 2.5.1, a ridiculous bump -- cgit From 141ad527f147320f41194043573a97353e17ae72 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 3 Jan 2004 22:44:18 +0000 Subject: Do the intltool-modules extra dist foo. 2004-01-04 Glynn Foster * Makefile.am: Do the intltool-modules extra dist foo. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aabfb681..e0db4f3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-04 Glynn Foster + + * Makefile.am: Do the intltool-modules extra dist + foo. + 2004-01-03 Robert Sedak * configure.in: Added "hr" in ALL_LINGUAS. -- cgit From b88e22d458f2191a5e748cfa3a13e8ac057000bf Mon Sep 17 00:00:00 2001 From: Roozbeh Pournader Date: Mon, 5 Jan 2004 00:17:23 +0000 Subject: Added "fa" (Persian) to ALL_LINGUAS. Added Persian translation. 2004-01-05 Roozbeh Pournader * configure.in: Added "fa" (Persian) to ALL_LINGUAS. * po/fa.po: Added Persian translation. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e0db4f3b..409bad5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-05 Roozbeh Pournader + + * configure.in: Added "fa" (Persian) to ALL_LINGUAS. + 2004-01-04 Glynn Foster * Makefile.am: Do the intltool-modules extra dist -- cgit From 37095efce8279bedd1094b716afc0f97cad8160e Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 5 Jan 2004 23:56:32 +0000 Subject: Back out the intltool stuff. Require 0.29 2004-01-06 Glynn Foster * Makefile.am: Back out the intltool stuff. * configure.in: Require 0.29 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 409bad5b..78dd4654 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-06 Glynn Foster + + * Makefile.am: Back out the intltool stuff. + * configure.in: Require 0.29 + 2004-01-05 Roozbeh Pournader * configure.in: Added "fa" (Persian) to ALL_LINGUAS. -- cgit From 578f5884a3b37dc30dee21398634515b510131b8 Mon Sep 17 00:00:00 2001 From: smund Skjveland Date: Tue, 20 Jan 2004 12:14:21 +0000 Subject: Added 'nn' to ALL_LINGUAS. Added Norwegian Nynorsk translation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2004-01-20 smund Skjveland * configure.in: Added 'nn' to ALL_LINGUAS. * po/nn.po: Added Norwegian Nynorsk translation. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 78dd4654..4712120d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-20 smund Skjveland + + * configure.in: Added 'nn' to ALL_LINGUAS. + * po/nn.po: Added Norwegian Nynorsk translation. + 2004-01-06 Glynn Foster * Makefile.am: Back out the intltool stuff. -- cgit From 2a297420c2ebd72089f74a59f3bc93b0313510ec Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 26 Jan 2004 03:50:50 +0000 Subject: Handle stdin. Fixes #132517. 2004-01-26 Glynn Foster * src/text.c: Handle stdin. Fixes #132517. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4712120d..d6a6a606 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-26 Glynn Foster + + * src/text.c: Handle stdin. Fixes #132517. + 2004-01-20 smund Skjveland * configure.in: Added 'nn' to ALL_LINGUAS. -- cgit From 75bdcd6e77fcea76d9fe6d6b09e4f64eb59a3447 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 3 Feb 2004 10:27:46 +0000 Subject: Release 2.5.2 2004-02-03 Glynn Foster * configure.in: Release 2.5.2 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6a6a606..7b897fe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-03 Glynn Foster + + * configure.in: Release 2.5.2 + 2004-01-26 Glynn Foster * src/text.c: Handle stdin. Fixes #132517. -- cgit From 0a986e7dbad5c6f2d7d00960aa771cffcdecebd1 Mon Sep 17 00:00:00 2001 From: Tomasz Kłoczko Date: Wed, 4 Feb 2004 16:19:57 +0000 Subject: Trival cleanup: remove AC_SUBST(CFLAGS), AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS). This variables are substed by default. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b897fe7..1f07fd7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-04 Tomasz Koczko + + * configure.in: Trival cleanup: remove AC_SUBST(CFLAGS), + AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS). This variables are + substed by default. + 2004-02-03 Glynn Foster * configure.in: Release 2.5.2 -- cgit From 516b8d1ede76966bd164391759dcb7c047d53c0b Mon Sep 17 00:00:00 2001 From: Paisa Seeluangsawat Date: Sat, 21 Feb 2004 22:24:56 +0000 Subject: Added Thai (th) to ALL_LINGUAS. 2004-02-21 Paisa Seeluangsawat * configure.in: Added Thai (th) to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1f07fd7e..cf7883f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-21 Paisa Seeluangsawat + + * configure.in: Added Thai (th) to ALL_LINGUAS. + 2004-02-04 Tomasz Koczko * configure.in: Trival cleanup: remove AC_SUBST(CFLAGS), -- cgit From f9013fb09f1e5fc0c3979d3d09b29f7f0c9fb301 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 29 Feb 2004 07:34:28 +0000 Subject: Remove all the stupid duplicated code to do the help stuff, and instead do 2004-02-29 Glynn Foster * 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 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cf7883f6..e6508875 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-02-29 Glynn Foster + + * 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. + 2004-02-21 Paisa Seeluangsawat * configure.in: Added Thai (th) to ALL_LINGUAS. -- cgit From 3b0b2015c22a4ee1e35d4bd92fd421b9b330a729 Mon Sep 17 00:00:00 2001 From: Guntupalli Karunakar Date: Thu, 4 Mar 2004 09:44:52 +0000 Subject: Added Punjabi translation --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e6508875..d28b099e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-04 Guntupalli Karunakar + + * configure.in: Added "pa" for Punjabi to ALL_LINGUAS. + 2004-02-29 Glynn Foster * src/about.c, src/util.c, src/util.h: Remove all the -- cgit From 0e37613d25b36039f57cbe463c5e34a8017985e8 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 6 Mar 2004 18:50:14 +0000 Subject: Update to add Mike. Update for new release. Add lots of people, probably 2004-03-07 Glynn Foster * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d28b099e..454def32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-03-07 Glynn Foster + + * 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 + 2004-03-04 Guntupalli Karunakar * configure.in: Added "pa" for Punjabi to ALL_LINGUAS. -- cgit From 8edcd96f02f861c282afb8f5c35e679a23362431 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 6 Mar 2004 18:52:08 +0000 Subject: Remove some unused code. 2004-03-07 Glynn Foster * src/util.c: Remove some unused code. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 454def32..c6d1f84c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-07 Glynn Foster + + * src/util.c: Remove some unused code. + 2004-03-07 Glynn Foster * AUTHORS: Update to add Mike. -- cgit From 8ebb05f9535d63f1ecb6a59aaeb5429b092667a8 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 15 Mar 2004 00:17:46 +0000 Subject: Update. Use automake 1.7 since everyone has it by now. Release 2.5.91 2004-03-15 Glynn Foster * NEWS: Update. * autogen.sh: Use automake 1.7 since everyone has it by now. * configure.in: Release 2.5.91 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c6d1f84c..f952d63d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-15 Glynn Foster + + * NEWS: Update. + * autogen.sh: Use automake 1.7 since everyone has it by now. + * configure.in: Release 2.5.91 + 2004-03-07 Glynn Foster * src/util.c: Remove some unused code. -- cgit From f4f36e5a07bd12d2f28935f1108943bf916aa4a3 Mon Sep 17 00:00:00 2001 From: Alexander Winston Date: Tue, 16 Mar 2004 17:06:06 +0000 Subject: Added "en_CA" (Canadian English) to ALL_LINGUAS. 2004-03-16 Alexander Winston * configure.in: Added "en_CA" (Canadian English) to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f952d63d..0d0f0466 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-16 Alexander Winston + + * configure.in: Added "en_CA" (Canadian English) to ALL_LINGUAS. + 2004-03-15 Glynn Foster * NEWS: Update. -- cgit From b43bbda2e247e72782cf116003d308d21346935f Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 19 Mar 2004 02:28:30 +0000 Subject: Patch from Darren Adams to make sure the new 2004-03-19 Glynn Foster * 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 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 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0d0f0466..16c00e1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-03-19 Glynn Foster + + * 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 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. + 2004-03-16 Alexander Winston * configure.in: Added "en_CA" (Canadian English) to ALL_LINGUAS. -- cgit From 4ff719945c6116d60f6655ef60057a23e6a76c10 Mon Sep 17 00:00:00 2001 From: Danilo Šegan Date: Sun, 21 Mar 2004 06:45:50 +0000 Subject: Added Serbian translation of documentation. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16c00e1f..ec0ff2ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-21 Danilo Segan + + * help/sr/*: Added Serbian translation of documentation (with + screenshots); build system not adjusted yet. + 2004-03-19 Glynn Foster * src/calendar.c, src/entry.c, src/fileselection.c, -- cgit From 1972bc38d77125526cdcbb363b3a93b288201f38 Mon Sep 17 00:00:00 2001 From: Danilo Šegan Date: Sun, 21 Mar 2004 07:28:03 +0000 Subject: Add Serbian documentation to the build system. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ec0ff2ef..6574b87f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-21 Danilo Segan + + * help/Makefile.am (SUBDIRS): Add "sr" to SUBDIRS. + * configure.in: Add help/sr/Makefile to AC_OUTPUT. + 2004-03-21 Danilo Segan * help/sr/*: Added Serbian translation of documentation (with -- cgit From 338798f16b06f80d08ac6f7aa888037f4c76027a Mon Sep 17 00:00:00 2001 From: Danilo Šegan Date: Sun, 21 Mar 2004 07:50:57 +0000 Subject: Removed "en_CA" because the po/en_CA.po is missing. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6574b87f..41a4cab0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-21 Danilo Segan + + * configure.in: Removed "en_CA" because the po/en_CA.po is missing. + 2004-03-21 Danilo Segan * help/Makefile.am (SUBDIRS): Add "sr" to SUBDIRS. -- cgit From d708dcd010f6fd5d93abbc461f96dd403473a3dc Mon Sep 17 00:00:00 2001 From: Mugurel Tudor Date: Sun, 21 Mar 2004 16:25:47 +0000 Subject: Added "ro" to ALL_LINGUAS 2004-03-21 Mugurel Tudor * configure.in: Added "ro" to ALL_LINGUAS --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41a4cab0..672ce2b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-21 Mugurel Tudor + + * configure.in: Added "ro" to ALL_LINGUAS + 2004-03-21 Danilo Segan * configure.in: Removed "en_CA" because the po/en_CA.po is missing. -- cgit From 1e5f3993ee520c12bdafd9c5587fab0ba393a85c Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 22 Mar 2004 10:53:47 +0000 Subject: Update. Release 2.6.0 2004-03-23 Glynn Foster * NEWS, THANKS, src/about.c: Update. * configure.in: Release 2.6.0 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 672ce2b8..a53d6f7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-23 Glynn Foster + + * NEWS, THANKS, src/about.c: Update. + * configure.in: Release 2.6.0 + 2004-03-21 Mugurel Tudor * configure.in: Added "ro" to ALL_LINGUAS -- cgit From c02f170933a03a0d30b19540f696fa65bad83b65 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 22 Mar 2004 11:00:31 +0000 Subject: Post release bump. 2004-03-23 Glynn Foster * configure.in: Post release bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a53d6f7c..7110434b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-23 Glynn Foster + + * configure.in: Post release bump. + 2004-03-23 Glynn Foster * NEWS, THANKS, src/about.c: Update. -- cgit From 31af52a7d37d7eb99c9e0082f5b5cbe392a04012 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 22 Mar 2004 22:31:44 +0000 Subject: Add workaround to scrollkeeper-update not cleaning up after itself, as 2004-03-23 Glynn Foster * Makefile.am: Add workaround to scrollkeeper-update not cleaning up after itself, as copied from gnome-panel. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7110434b..3d40cdf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-23 Glynn Foster + + * Makefile.am: Add workaround to scrollkeeper-update not + cleaning up after itself, as copied from gnome-panel. + 2004-03-23 Glynn Foster * configure.in: Post release bump. -- cgit From 97d1703b832d6ef6c3d69f26c212b0b9aa7882f6 Mon Sep 17 00:00:00 2001 From: Jesus Bravo Alvarez Date: Sun, 28 Mar 2004 21:51:03 +0000 Subject: Added Galician translation --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3d40cdf2..c0b5c651 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-28 Jesus Bravo Alvarez + + * configure.in: Added Galician (gl) to ALL_LINGUAS + 2004-03-23 Glynn Foster * Makefile.am: Add workaround to scrollkeeper-update not -- cgit From 6c58fea1bba28d8628f7e858224c167d8c4633b9 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 30 Mar 2004 21:12:04 +0000 Subject: 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 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c0b5c651..0f12a541 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-30 Adam Weinberger + + * configure.in: Added en_CA (Canadian English) to ALL_LINGUAS + 2004-03-28 Jesus Bravo Alvarez * configure.in: Added Galician (gl) to ALL_LINGUAS -- cgit From 395604a647b406d036bcbe8e5bc16ea22aba46b5 Mon Sep 17 00:00:00 2001 From: Guntupalli Karunakar Date: Sat, 10 Apr 2004 09:44:25 +0000 Subject: added gujarati translation --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0f12a541..4d98aad5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-10 Guntupalli Karunakar + + * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. + 2004-03-30 Adam Weinberger * configure.in: Added en_CA (Canadian English) to ALL_LINGUAS -- cgit From 9cb4c22a664a5387a0641ef83960e04a6fa27074 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 20 Apr 2004 10:24:37 +0000 Subject: Fix documentation for text-info as pointed out by the grand master of the 2004-04-20 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4d98aad5..50ae489a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-04-20 Glynn Foster + + * help/C/zenity.xml: Fix documentation for text-info + as pointed out by the grand master of the zenity man + page, Ross Burton. + 2004-04-10 Guntupalli Karunakar * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. -- cgit From 0b175e1c580a18f60716beb2736dc5a6753918cc Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 20 Apr 2004 10:54:21 +0000 Subject: Fix a typo in the manual --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 50ae489a..908e88c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-20 Ross Burton + + * help/C/zenity.xml: Fix a typo, "Calender". Patch from Matt Kraai + . + 2004-04-20 Glynn Foster * help/C/zenity.xml: Fix documentation for text-info -- cgit From af9484723ffded746b0ccc73ebf3266d970287f2 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 20 Apr 2004 12:17:39 +0000 Subject: Release 2.6.1 Update. 2004-04-20 Glynn Foster * configure.in: Release 2.6.1 * NEWS: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 908e88c5..f5a6dc58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-20 Glynn Foster + + * configure.in: Release 2.6.1 + * NEWS: Update. + 2004-04-20 Ross Burton * help/C/zenity.xml: Fix a typo, "Calender". Patch from Matt Kraai -- cgit From 1b01fb4b27c8b2e2c02ff517f1ee3ba7fadf2859 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 20 Apr 2004 12:20:42 +0000 Subject: Post version bump. 2004-04-20 Glynn Foster * configure.in: Post version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f5a6dc58..4ea0a117 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-20 Glynn Foster + + * configure.in: Post version bump. + 2004-04-20 Glynn Foster * configure.in: Release 2.6.1 -- cgit From 62785ed80fb0b86847b4eaa3f4cf596f4c109324 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 26 Apr 2004 04:41:25 +0000 Subject: Add from the 2 Sebastian's, and make email addresses more spam proof. 2004-04-26 Glynn Foster * 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 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ea0a117..5331f99e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-04-26 Glynn Foster + + * 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. + 2004-04-20 Glynn Foster * configure.in: Post version bump. -- cgit From 5f7b750f3972de1106e593922374a0b75c2dd5ea Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 27 Apr 2004 20:34:56 +0000 Subject: Untranslate 3 strings again. Thanks to Christian for pointing this out. 2004-04-27 Glynn Foster * src/zenity.glade: Untranslate 3 strings again. Thanks to Christian for pointing this out. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5331f99e..bb78e4c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-27 Glynn Foster + + * src/zenity.glade: Untranslate 3 strings again. Thanks + to Christian for pointing this out. + 2004-04-26 Glynn Foster * THANKS, src/about.c: Add from the 2 Sebastian's, and make -- cgit From 02955ce70f7fa58da88dc8d66e07520afb94f642 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 28 Apr 2004 12:06:02 +0000 Subject: Fix the list dialog not being able to handle --text to change the text. It 2004-04-29 Glynn Foster * 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 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb78e4c0..6f87451e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-04-29 Glynn Foster + + * 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. + 2004-04-27 Glynn Foster * src/zenity.glade: Untranslate 3 strings again. Thanks -- cgit From 2a176b67c74be5102ddaa84a89a03f433967908a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 28 Apr 2004 23:10:48 +0000 Subject: Release 2.6.2 Update. 2004-04-29 Glynn Foster * configure.in: Release 2.6.2 * NEWS: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6f87451e..709a681b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-29 Glynn Foster + + * configure.in: Release 2.6.2 + * NEWS: Update. + 2004-04-29 Glynn Foster * src/main.c, src/tree.c: Fix the list dialog not being -- cgit From a4ddce66bd638f2d9e87a2de5196d63390c00bbd Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 28 Apr 2004 23:11:31 +0000 Subject: Post release bump. 2004-04-29 Glynn Foster * configure.in: Post release bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 709a681b..57257f8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-29 Glynn Foster + + * configure.in: Post release bump. + 2004-04-29 Glynn Foster * configure.in: Release 2.6.2 -- cgit From b98fdf4ac924f6473728a2177a624a147d1eda8c Mon Sep 17 00:00:00 2001 From: Alexander Shopov Date: Wed, 26 May 2004 06:25:42 +0000 Subject: Added Bulgarian translation by Rostislav Raykov 2004-05-26 Alexander Shopov * po/bg.po: * configure.in: Added Bulgarian translation by Rostislav Raykov --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57257f8f..5cf25c69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-26 Alexander Shopov + + * po/bg.po: + * configure.in: Added Bulgarian translation + by Rostislav Raykov + 2004-04-29 Glynn Foster * configure.in: Post release bump. -- cgit From af95b56d00075b6a884202911c4cafad47baa97a Mon Sep 17 00:00:00 2001 From: Mohammad DAMT Date: Thu, 27 May 2004 09:25:59 +0000 Subject: Added Indonesian translation by Ahmad Riza H Nst 2004-05-27 Mohammad DAMT * po/id.po: Added Indonesian translation by Ahmad Riza H Nst * configure.in: Added id to ALL_LINGUAS --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5cf25c69..f377f90f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-27 Mohammad DAMT + + * po/id.po: Added Indonesian translation by Ahmad Riza H Nst + * configure.in: Added id to ALL_LINGUAS + 2004-05-26 Alexander Shopov * po/bg.po: -- cgit From c30c2f365fc8567cf1614388510c9d0e6b0aa764 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 9 Jun 2004 21:12:55 +0000 Subject: Add Paul. fix tyops in parsing. 2004-06-08 Glynn Foster * THANKS, src/about.c: Add Paul. * src/main.c: fix tyops in parsing. --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f377f90f..fd332d2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +2004-06-08 Glynn Foster + + * THANKS, src/about.c: Add Paul. + * src/main.c: fix tyops in parsing. + 2004-05-27 Mohammad DAMT - * po/id.po: Added Indonesian translation by Ahmad Riza H Nst + * po/id.po: Added Indonesian translation by Ahmad + Riza H Nst * configure.in: Added id to ALL_LINGUAS 2004-05-26 Alexander Shopov -- cgit From c7ec5229bbf0328687ae1deef58c9fae906b34f2 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 16 Jun 2004 23:45:28 +0000 Subject: Fix parsing errors. Patch from Paull Bolle. Fixes #144501. 2004-06-17 Glynn Foster * src/main.c: Fix parsing errors. Patch from Paull Bolle. Fixes #144501. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd332d2a..2312398b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-17 Glynn Foster + + * src/main.c: Fix parsing errors. Patch from + Paull Bolle. Fixes #144501. + 2004-06-08 Glynn Foster * THANKS, src/about.c: Add Paul. -- cgit From 6c68b70ca3bb5ea719c5044a2e5d7959f87b1a06 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Thu, 17 Jun 2004 23:38:39 +0000 Subject: Patch from Luke Suchocki to send HUP to parent instead of itself. Fixes 2004-06-18 Glynn Foster * THANKS, src/about.c, src/progress.c: Patch from Luke Suchocki to send HUP to parent instead of itself. Fixes #144542. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2312398b..a26eee12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-18 Glynn Foster + + * THANKS, src/about.c, src/progress.c: Patch + from Luke Suchocki to send HUP to parent + instead of itself. Fixes #144542. + 2004-06-17 Glynn Foster * src/main.c: Fix parsing errors. Patch from -- cgit From e6290c86ffbb3c29a2bb071744ab7e425327dc27 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 18 Jul 2004 23:37:06 +0000 Subject: Fix up compilation using Forte compiler. Based on patch from Ivan Noris. 2004-07-19 Glynn Foster * configure.in, src/Makefile.am: Fix up compilation using Forte compiler. Based on patch from Ivan Noris. Fixes #143041. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a26eee12..3c3dc087 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-19 Glynn Foster + + * configure.in, src/Makefile.am: Fix up compilation + using Forte compiler. Based on patch from Ivan Noris. + Fixes #143041. + 2004-06-18 Glynn Foster * THANKS, src/about.c, src/progress.c: Patch -- cgit From 6a17938c959a4418d2c42ef903fa40916defae2f Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 18 Jul 2004 23:40:20 +0000 Subject: Make sure the text can take markup, so that people can create nice HIG 2004-07-19 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c3dc087..d72c399f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-19 Glynn Foster + + * 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. + 2004-07-19 Glynn Foster * configure.in, src/Makefile.am: Fix up compilation -- cgit From aac104540028bb54df98436f718c96645b3a3bdd Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 18 Jul 2004 23:45:59 +0000 Subject: Fix up documentation for correct usage of the Text Entry dialog. Patch 2004-07-19 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d72c399f..17a2406a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-19 Glynn Foster + + * 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. + 2004-07-19 Glynn Foster * src/msg.c: Make sure the text can take markup, so -- cgit From b986224682b864b25125bf73ae38f47e0fe883b1 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 18 Jul 2004 23:52:07 +0000 Subject: Remove duplicate locale.h include. Patch from Leonardo Boshell. Partly 2004-07-19 Glynn Foster * src/main.c: Remove duplicate locale.h include. Patch from Leonardo Boshell. Partly fixes #137993. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 17a2406a..b5e663a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-19 Glynn Foster + + * src/main.c: Remove duplicate locale.h include. Patch + from Leonardo Boshell. Partly fixes #137993. + 2004-07-19 Glynn Foster * help/C/zenity.xml, help/sr/zenity.xml: Fix up -- cgit From ffaed088561e8c0a085fd2797543aaef65419f0c Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 19 Jul 2004 01:01:28 +0000 Subject: Add new option for --print-column, based on a patch by Paul Bolle. Fixes 2004-07-19 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b5e663a4..fdbb29ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-19 Glynn Foster + + * 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. + 2004-07-19 Glynn Foster * src/main.c: Remove duplicate locale.h include. Patch -- cgit From 63661a6ea0de0250b545d794f645a36ffeb88490 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 19 Jul 2004 01:13:40 +0000 Subject: src/calendar.c, src/entry.c, src/fileselection.c, Cleanup fixes from Paul 2004-07-19 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fdbb29ae..99fea7cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-19 Glynn Foster + + * 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. + 2004-07-19 Glynn Foster * src/main.c, src/tree.c, src/zenity.h, -- cgit From 1e87f50e42f2befa31ec3210e7435341ebc521d8 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 19 Jul 2004 01:39:06 +0000 Subject: Release 2.7.0 2004-07-19 Glynn Foster * configure.in: Release 2.7.0 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 99fea7cc..5ee3e88a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-07-19 Glynn Foster + + * configure.in: Release 2.7.0 + 2004-07-19 Glynn Foster * src/calendar.c, src/entry.c, src/fileselection.c, -- cgit From f5ea36dd2e6744375bf03561a88e60e66dea1ff2 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 19 Jul 2004 01:40:05 +0000 Subject: Post release bump. 2004-07-19 Glynn Foster * configure.in: Post release bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5ee3e88a..024fa5c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-07-19 Glynn Foster + + * configure.in: Post release bump. + 2004-07-19 Glynn Foster * configure.in: Release 2.7.0 -- cgit From eff265571321698103893bf71f7bfc7e0c9bf77b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 3 Aug 2004 05:00:49 +0000 Subject: Release 2.7.90 2004-08-03 Glynn Foster * configure.in: Release 2.7.90 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 024fa5c8..9e33ef59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-03 Glynn Foster + + * configure.in: Release 2.7.90 + 2004-07-19 Glynn Foster * configure.in: Post release bump. -- cgit From 669e1958e889a86bc28407ad7776443ec96221f0 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 3 Aug 2004 05:01:48 +0000 Subject: Post release bump. 2004-08-03 Glynn Foster * configure.in: Post release bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e33ef59..ce38fdf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-03 Glynn Foster + + * configure.in: Post release bump. + 2004-08-03 Glynn Foster * configure.in: Release 2.7.90 -- cgit From e02058e1c0a1451c61bd3ca8f3e88a1f512f998b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 3 Aug 2004 09:07:03 +0000 Subject: Updates. 2004-08-03 Glynn Foster * TODO: Updates. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ce38fdf8..6e5515b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-03 Glynn Foster + + * TODO: Updates. + 2004-08-03 Glynn Foster * configure.in: Post release bump. -- cgit From 408f2cad51aa4c82392dc7b37159e811e23daa70 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 3 Aug 2004 09:14:27 +0000 Subject: Update the man page for the --print-column option added. 2004-08-03 Glynn Foster * data/zenity.1: Update the man page for the --print-column option added. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e5515b5..9132c964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-03 Glynn Foster + + * data/zenity.1: Update the man page for the --print-column + option added. + 2004-08-03 Glynn Foster * TODO: Updates. -- cgit From 06d3c86671c9b55702bae72e0b6a326a65c525b7 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 11 Aug 2004 06:14:21 +0000 Subject: Use 'translator-credits' rather than the underscore version which makes 2004-08-11 Glynn Foster * src/about.c: Use 'translator-credits' rather than the underscore version which makes things easier for the translation dudes. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9132c964..8e9a852a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-11 Glynn Foster + + * src/about.c: Use 'translator-credits' rather than the + underscore version which makes things easier for the translation + dudes. + 2004-08-03 Glynn Foster * data/zenity.1: Update the man page for the --print-column -- cgit From a4a1d05f46b99e22197a329557d484ff27acf4bc Mon Sep 17 00:00:00 2001 From: Christian Rose Date: Mon, 16 Aug 2004 22:04:11 +0000 Subject: Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kemal Sanjta 2004-08-16 Christian Rose * configure.in: Added "bs" to ALL_LINGUAS. * po/bs.po: Added Bosnian translation by Kemal Sanjta . --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8e9a852a..ddac87b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-16 Christian Rose + + * configure.in: Added "bs" to ALL_LINGUAS. + 2004-08-11 Glynn Foster * src/about.c: Use 'translator-credits' rather than the -- cgit From b46dd53df6b51ac363eb1cc8b7b51586befd6bdf Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 17 Aug 2004 08:55:10 +0000 Subject: Add translator comment from Christian Rose, and fix up strcmp's for 2004-08-17 Glynn Foster * src/about.c: Add translator comment from Christian Rose, and fix up strcmp's for untranslated translator-credits. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ddac87b0..24021578 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-17 Glynn Foster + + * src/about.c: Add translator comment from Christian Rose, + and fix up strcmp's for untranslated translator-credits. + 2004-08-16 Christian Rose * configure.in: Added "bs" to ALL_LINGUAS. -- cgit From 3a3a047a710700afd4fe6dde22f7f0f8eeae87bb Mon Sep 17 00:00:00 2001 From: Breda McColgan Date: Wed, 18 Aug 2004 18:10:27 +0000 Subject: help/C/zenity.xml help/C/zenity-C.omf 2004-08-18 Breda McColgan * 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 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 24021578..6251285f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2004-08-18 Breda McColgan + + * 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. + 2004-08-17 Glynn Foster * src/about.c: Add translator comment from Christian Rose, -- cgit From c40a47b32d85172d273262ec7d99f6acd18a3755 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 18 Aug 2004 18:16:49 +0000 Subject: Add nb to ALL_LINGUAS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2004-08-18 Kjartan Maraas * configure.in: Add nb to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6251285f..2daa3c11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-18 Kjartan Maraas + + * configure.in: Add nb to ALL_LINGUAS. + 2004-08-18 Breda McColgan * Updated the following files: -- cgit From e9f52ee103243408b11e8bb87a8cd2823debda48 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 22 Aug 2004 08:32:02 +0000 Subject: Update the documentation after Breda's commit, to add the new 2004-08-22 Glynn Foster * help/C/zenity.xml: Update the documentation after Breda's commit, to add the new --print-column option for the list dialog. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2daa3c11..4f8c1a0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-22 Glynn Foster + + * help/C/zenity.xml: Update the documentation after + Breda's commit, to add the new --print-column option for the + list dialog. + 2004-08-18 Kjartan Maraas * configure.in: Add nb to ALL_LINGUAS. -- cgit From 37a8cf416c0743210a98bb0780ecb8fb1cf83031 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 30 Aug 2004 03:25:19 +0000 Subject: Release 2.7.91 2004-08-30 Glynn Foster * configure.in: Release 2.7.91 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f8c1a0c..fdd624ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-30 Glynn Foster + + * configure.in: Release 2.7.91 + 2004-08-22 Glynn Foster * help/C/zenity.xml: Update the documentation after -- cgit From 692a5cc2b07425ddbf2d8b18f473e2e7b33b124c Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 30 Aug 2004 03:26:04 +0000 Subject: Post release bump. 2004-08-30 Glynn Foster * configure.in: Post release bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fdd624ec..d802a427 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-30 Glynn Foster + + * configure.in: Post release bump. + 2004-08-30 Glynn Foster * configure.in: Release 2.7.91 -- cgit From e2c53d8c3bf6d65c188c7be90b4654468a3a169e Mon Sep 17 00:00:00 2001 From: Abel Cheung Date: Sat, 11 Sep 2004 18:59:19 +0000 Subject: Added "kn" "mk" "tr" to ALL_LINGUAS. 2004-09-11 Abel Cheung * configure.in: Added "kn" "mk" "tr" to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d802a427..a9add41f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-11 Abel Cheung + + * configure.in: Added "kn" "mk" "tr" to ALL_LINGUAS. + 2004-08-30 Glynn Foster * configure.in: Post release bump. -- cgit From 3a614e4440e55e8be20c88af656db2fbb3d12c27 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 13 Sep 2004 04:17:28 +0000 Subject: Release 2.8.0 2004-09-13 Glynn Foster * configure.in: Release 2.8.0 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a9add41f..1ed5d7a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-13 Glynn Foster + + * configure.in: Release 2.8.0 + 2004-09-11 Abel Cheung * configure.in: Added "kn" "mk" "tr" to ALL_LINGUAS. -- cgit From 99c2048a45c2836b0c55d4a29c82d13b75a1337d Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 13 Sep 2004 04:39:28 +0000 Subject: Post release bump, for unstable 2.9.x development. 2004-09-13 Glynn Foster * configure.in: Post release bump, for unstable 2.9.x development. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ed5d7a9..48942d2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-13 Glynn Foster + + * configure.in: Post release bump, for unstable + 2.9.x development. + 2004-09-13 Glynn Foster * configure.in: Release 2.8.0 -- cgit From 03f3e5b060977c9566bd66bc8e4eaac14c4ee781 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 13 Sep 2004 04:56:26 +0000 Subject: Update Update. Patch from Lucas Rocha to implement save and directory 2004-09-13 Glynn Foster * 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 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 48942d2e..3801b065 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-09-13 Glynn Foster + + * 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. + 2004-09-13 Glynn Foster * configure.in: Post release bump, for unstable -- cgit From 3e05834b4c23a5d5951403719b8594ff3d9fe30b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 13 Sep 2004 07:51:51 +0000 Subject: Add new notification icon. Update for new files. Restructure code a little 2004-09-13 Glynn Foster * 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 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3801b065..aaa250b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2004-09-13 Glynn Foster + + * 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. + 2004-09-13 Glynn Foster * THANKS: Update -- cgit From 3d479cf3d0977afab73619d47854631169fb6080 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 13 Sep 2004 08:08:45 +0000 Subject: Update. 2004-09-13 Glynn Foster * TODO: Update. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aaa250b6..974f22e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-13 Glynn Foster + + * TODO: Update. + 2004-09-13 Glynn Foster * data/Makefile.am, data/zenity-notification.png: Add new -- cgit From 1647691396d4a63e33def9e38f2d12a14ad8e047 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 13 Sep 2004 08:20:28 +0000 Subject: Release 2.9.0 2004-09-13 Glynn Foster * configure.in: Release 2.9.0 2004-09-13 Glynn Foster * TODO: Update. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 974f22e7..8610be27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-13 Glynn Foster + + * configure.in: Release 2.9.0 + 2004-09-13 Glynn Foster * TODO: Update. -- cgit From 8f3252df7b1d4cb139fbeec386a88b30ebda8fbf Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 13 Sep 2004 08:24:52 +0000 Subject: Post release bump. 2004-09-13 Glynn Foster * configure.in: Post release bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8610be27..08b3e4ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-13 Glynn Foster + + * configure.in: Post release bump. + 2004-09-13 Glynn Foster * configure.in: Release 2.9.0 -- cgit From 963241dd15b3046e97e526b1547fdd3543b18b14 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Thu, 16 Sep 2004 09:28:09 +0000 Subject: add code to listen for commands on stdin when in listen mode. 2004-09-16 James Henstridge * 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 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 08b3e4ac..2151280b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-09-16 James Henstridge + + * 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. + 2004-09-13 Glynn Foster * configure.in: Post release bump. -- cgit From ca975e839996dbe1a85825b7f3472b170505540c Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Fri, 17 Sep 2004 08:57:21 +0000 Subject: Add missing header. Same ANSIfication. Closes bug #152851. 2004-09-17 Kjartan Maraas * 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 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2151280b..be82174d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-09-17 Kjartan Maraas + + * src/progress.c: Add missing header. + * src/tree.c: Same + * src/util.c: (transient_get_xterm), + (transient_get_xterm_toplevel): ANSIfication. + Closes bug #152851. + 2004-09-16 James Henstridge * src/notification.c: add code to listen for commands on stdin -- cgit From 17cd55e682d5b78738f03255b2638bb9da937962 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Thu, 30 Sep 2004 11:25:37 +0000 Subject: function to set a GtkImage to a scaled pixbuf. 2004-09-30 James Henstridge * 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 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be82174d..6e5e45dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-09-30 James Henstridge + + * 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. + 2004-09-17 Kjartan Maraas * src/progress.c: Add missing header. -- cgit From b818cf0c320713672a08f4ec04ac63ac3d88df34 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Tue, 5 Oct 2004 03:50:28 +0000 Subject: forgot to save the changelog message. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e5e45dd..73704ac9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-10-05 James Henstridge + + * 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-09-30 James Henstridge * src/notification.c (set_scaled_pixbuf): function to set a -- cgit From 78a233fb606227260ee62ac6134b81db406f89b5 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 25 Oct 2004 23:40:59 +0000 Subject: Patch from Lucas Rocha to fix #153277, and remove an extra link. 2004-10-26 Glynn Foster * help/C/zenity.xml: Patch from Lucas Rocha to fix #153277, and remove an extra link. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 73704ac9..9f79594a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-26 Glynn Foster + + * help/C/zenity.xml: Patch from Lucas Rocha to fix + #153277, and remove an extra link. + 2004-10-05 James Henstridge * src/util.c (zenity_util_pixbuf_new_from_file): g_strdown() -- cgit From 444ede57defebb326749a9ad173081866b0a1e28 Mon Sep 17 00:00:00 2001 From: "Francisco Javier F. Serrador" Date: Sat, 30 Oct 2004 14:13:02 +0000 Subject: Updated Spanish translation. Fixed typo 2004-10-30 Francisco Javier F. Serrador * po/es.po: Updated Spanish translation. * src/main.c: Fixed typo --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9f79594a..814ee19a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-30 Francisco Javier F. Serrador + + * src/main.c: Typo fixing: Notication options --> Notification options + 2004-10-26 Glynn Foster * help/C/zenity.xml: Patch from Lucas Rocha to fix -- cgit From 04476d04fed7f5cbca232030121acca61d549116 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 23 Nov 2004 10:08:50 +0000 Subject: Check the xterm window ID is valid before using it --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 814ee19a..68d6e27b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-23 Ross Burton + + * src/util.c: Check the xterm window ID is valid for the current + display before trying to use it. + 2004-10-30 Francisco Javier F. Serrador * src/main.c: Typo fixing: Notication options --> Notification options -- cgit From 530a4c04082242ea4740998ed4f50270c94e823a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 7 Dec 2004 00:17:16 +0000 Subject: Patch from Lucas Rocha to use the GOption API for the 2004-12-07 Glynn Foster Patch from Lucas Rocha 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 * POTFILES.in: Add new files. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68d6e27b..a3036d9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-12-07 Glynn Foster + + Patch from Lucas Rocha 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-11-23 Ross Burton * src/util.c: Check the xterm window ID is valid for the current -- cgit From 6798192ed825aaeefd296fc1769cbadf5c20e29e Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 7 Dec 2004 01:19:45 +0000 Subject: Fix spacing issue. 2004-12-07 Glynn Foster * src/option.c: Fix spacing issue. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3036d9f..08ca66bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-07 Glynn Foster + + * src/option.c: Fix spacing issue. + 2004-12-07 Glynn Foster Patch from Lucas Rocha to use the GOption -- cgit From 69e094a4570bae10dab378e8c024c76fc7d0250a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 7 Dec 2004 01:26:00 +0000 Subject: Fix for #137993. There is a chance that we'll have to revert this fix, 2004-12-07 Glynn Foster * 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 . --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 08ca66bb..14da7c45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2004-12-07 Glynn Foster + + * 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 . + 2004-12-07 Glynn Foster * src/option.c: Fix spacing issue. -- cgit From db7d1aa69ae34054ba69d9ad073e9c7fe58ff289 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 7 Dec 2004 21:06:35 +0000 Subject: Update with the removed goption item. 2004-12-08 Glynn Foster * TODO: Update with the removed goption item. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14da7c45..47d69e37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-08 Glynn Foster + + * TODO: Update with the removed goption item. + 2004-12-07 Glynn Foster * src/main.c: Fix for #137993. There is a chance that we'll have -- cgit From a626476abbeafed0c70ed42e51037df3907d415c Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 19 Dec 2004 21:27:25 +0000 Subject: Fix #161539, and try and hide the parent widget, rather than the tray 2004-12-20 Glynn Foster * src/notification.c: Fix #161539, and try and hide the parent widget, rather than the tray icon, since it saves space. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 47d69e37..98ebc8a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-20 Glynn Foster + + * src/notification.c: Fix #161539, and try and hide the parent + widget, rather than the tray icon, since it saves space. + 2004-12-08 Glynn Foster * TODO: Update with the removed goption item. -- cgit From c52435f74846b59e9a475f864d18838cfcde01f4 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 20 Dec 2004 22:25:29 +0000 Subject: Fix tyop for #161774, as reported by Christian. 2004-12-21 Glynn Foster * src/option.c: Fix tyop for #161774, as reported by Christian. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 98ebc8a4..42f0ca0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-21 Glynn Foster + + * src/option.c: Fix tyop for #161774, as reported by Christian. + 2004-12-20 Glynn Foster * src/notification.c: Fix #161539, and try and hide the parent -- cgit From fc76548cd02e45b5bee968249308857ff3bf13a5 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 20 Dec 2004 23:22:03 +0000 Subject: Release 2.9.1 2004-12-21 Glynn Foster * configure.in: Release 2.9.1 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42f0ca0c..2fa43352 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-21 Glynn Foster + + * configure.in: Release 2.9.1 + 2004-12-21 Glynn Foster * src/option.c: Fix tyop for #161774, as reported by Christian. -- cgit From 5710d5cc63665874456dfb6f6de31d3adb706f80 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 20 Dec 2004 23:24:29 +0000 Subject: Post bump release. Despite the evils of autotools changing the COPYING 2004-12-21 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2fa43352..37248927 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-12-21 Glynn Foster + + * 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-21 Glynn Foster * configure.in: Release 2.9.1 -- cgit From 4643fbc3e75d5789500198938395de4def9a3ec0 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 7 Jan 2005 01:55:11 +0000 Subject: Pre-load the year, because gtk_calendar* is dumb and you need to select 2005-01-07 Glynn Foster * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 37248927..fad929fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-07 Glynn Foster + + * 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. + 2004-12-21 Glynn Foster * configure.in: Post bump release. -- cgit From 516f9944095b4308a055eaca9a9220cfeb66b669 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 9 Jan 2005 20:04:30 +0000 Subject: Really fix #162297, and preload the current dates if they aren't already 2005-01-07 Glynn Foster * src/option.c, src/calendar.c: Really fix #162297, and preload the current dates if they aren't already set. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fad929fa..5a42bb05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-07 Glynn Foster + + * src/option.c, src/calendar.c: Really fix #162297, and + preload the current dates if they aren't already set. + 2005-01-07 Glynn Foster * src/option.c: Pre-load the year, because gtk_calendar* is -- cgit From 01872ab746227b3d38faa8f746c504af0defc39a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 9 Jan 2005 20:13:18 +0000 Subject: Correct error message for notification icon. Fixes #163462. 2005-01-07 Glynn Foster * src/notification.c: Correct error message for notification icon. Fixes #163462. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5a42bb05..25294746 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-07 Glynn Foster + + * src/notification.c: Correct error message for notification + icon. Fixes #163462. + 2005-01-07 Glynn Foster * src/option.c, src/calendar.c: Really fix #162297, and -- cgit From f5ae7fb520413b5ca562c846b6045ca9764e7b6a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 9 Jan 2005 21:51:06 +0000 Subject: Release 2.9.2 Add note about feature frozen-ness. zenity doesn't require 2005-01-07 Glynn Foster * configure.in: Release 2.9.2 * HACKING: Add note about feature frozen-ness. * README: zenity doesn't require gconf anymore. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25294746..e0c52f79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-07 Glynn Foster + + * configure.in: Release 2.9.2 + * HACKING: Add note about feature frozen-ness. + * README: zenity doesn't require gconf anymore. + 2005-01-07 Glynn Foster * src/notification.c: Correct error message for notification -- cgit From 713380ccb7018ea999384c7361e6cf961e6a07d3 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 10 Jan 2005 22:26:09 +0000 Subject: post release bump. 2005-01-11 Glynn Foster * configure.in: post release bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e0c52f79..6572c8ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-11 Glynn Foster + + * configure.in: post release bump. + 2005-01-07 Glynn Foster * configure.in: Release 2.9.2 -- cgit From bc282cfa65502ea8d8a84553162f5690b8bf328c Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 17 Jan 2005 01:33:23 +0000 Subject: Patch from Ed Catmur to fix the list dialog on stdin. Fixes #164152. 2005-01-17 Glynn Foster * src/tree.c: Patch from Ed Catmur to fix the list dialog on stdin. Fixes #164152. * src/about.c, THANKS: Update. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6572c8ca..5549a60e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-17 Glynn Foster + + * src/tree.c: Patch from Ed Catmur to fix the list dialog + on stdin. Fixes #164152. + * src/about.c, THANKS: Update. + 2005-01-11 Glynn Foster * configure.in: post release bump. -- cgit From 53e5476314bfc0a4ee4269770aae8a8c56603bfc Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 25 Jan 2005 00:36:16 +0000 Subject: Release 2.9.90 2005-01-17 Glynn Foster * configure.in: Release 2.9.90 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5549a60e..0ca32f94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-17 Glynn Foster + + * configure.in: Release 2.9.90 + 2005-01-17 Glynn Foster * src/tree.c: Patch from Ed Catmur to fix the list dialog -- cgit From 11adc217d12535eb713f336fdb3a8a1103543bcc Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 25 Jan 2005 00:39:13 +0000 Subject: Post release bump. 2005-01-17 Glynn Foster * configure.in: Post release bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0ca32f94..51d67de8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-17 Glynn Foster + + * configure.in: Post release bump. + 2005-01-17 Glynn Foster * configure.in: Release 2.9.90 -- cgit From a4777781d1b7c0294048e78dbc758de238b386c2 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 31 Jan 2005 22:17:38 +0000 Subject: Patch from Chris Lahey for #165456. Updated. 2005-02-01 Glynn Foster * src/notification.c, src/option.c: Patch from Chris Lahey for #165456. * src/about.c, THANKS: Updated. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 51d67de8..4fd3d59c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-01 Glynn Foster + + * src/notification.c, src/option.c: Patch from Chris + Lahey for #165456. + * src/about.c, THANKS: Updated. + 2005-01-17 Glynn Foster * configure.in: Post release bump. -- cgit From 717b814028ea3ade38710d32b561af46615358b9 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 6 Feb 2005 23:13:16 +0000 Subject: Update docs to add the new goption help stuff. Update to be in line with 2005-02-07 Glynn Foster * 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 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4fd3d59c..618f2111 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-02-07 Glynn Foster + + * 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. + 2005-02-01 Glynn Foster * src/notification.c, src/option.c: Patch from Chris -- cgit From 6bac2fb94750123b9cbadc337d1434daf80c9889 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 7 Feb 2005 01:56:02 +0000 Subject: If auto-close, close the dialog when the input stream finds an EOF. 2005-02-07 Glynn Foster * src/progress.c: If auto-close, close the dialog when the input stream finds an EOF. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 618f2111..ec65d462 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-07 Glynn Foster + + * src/progress.c: If auto-close, close the dialog when + the input stream finds an EOF. + 2005-02-07 Glynn Foster * help/C/zenity.xml: Update docs to add the new goption -- cgit From bdd51bdb65ee861f94b2a072cb13e66be12dc271 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 7 Feb 2005 22:08:33 +0000 Subject: Release 2.9.91. 2005-02-08 Glynn Foster * configure.in: Release 2.9.91. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ec65d462..86352c81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-08 Glynn Foster + + * configure.in: Release 2.9.91. + 2005-02-07 Glynn Foster * src/progress.c: If auto-close, close the dialog when -- cgit From fff69178f6ee818ff317abe657a94c5dd257b9f3 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 7 Feb 2005 22:14:06 +0000 Subject: Post release bump. 2005-02-08 Glynn Foster * configure.in: Post release bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 86352c81..c5bb516b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-08 Glynn Foster + + * configure.in: Post release bump. + 2005-02-08 Glynn Foster * configure.in: Release 2.9.91. -- cgit From a197b56c07a7ae337901ffe3f3d404fe840480f7 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 16 Feb 2005 10:28:11 +0000 Subject: Fix bug #167577, that leaks a seperator. Patch from Paolo Borelli 2005-02-16 Glynn Foster * src/fileselection.c, THANKS, src/about.c: Fix bug #167577, that leaks a seperator. Patch from Paolo Borelli --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5bb516b..42b98f15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-16 Glynn Foster + + * src/fileselection.c, THANKS, src/about.c: Fix bug + #167577, that leaks a seperator. Patch from + Paolo Borelli + 2005-02-08 Glynn Foster * configure.in: Post release bump. -- cgit From d4d23da5a74c11c1db0ff86862f25b6964479a96 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 16 Feb 2005 10:32:15 +0000 Subject: Fix leak in ZENITY_IMAGE_FULLPATH. Fixes #167518, hopefully. 2005-02-16 Glynn Foster * src/util.h: Fix leak in ZENITY_IMAGE_FULLPATH. Fixes #167518, hopefully. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42b98f15..e964202b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-16 Glynn Foster + + * src/util.h: Fix leak in ZENITY_IMAGE_FULLPATH. Fixes + #167518, hopefully. + 2005-02-16 Glynn Foster * src/fileselection.c, THANKS, src/about.c: Fix bug -- cgit From fa5dd9497da4943bede13ab6a2627c3fd82dcf62 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 28 Feb 2005 07:51:31 +0000 Subject: Release 2.9.92. 2005-02-28 Glynn Foster * configure.in: Release 2.9.92. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e964202b..5e0faf06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-28 Glynn Foster + + * configure.in: Release 2.9.92. + 2005-02-16 Glynn Foster * src/util.h: Fix leak in ZENITY_IMAGE_FULLPATH. Fixes -- cgit From 0cc3ad147a5b830ec5581019bf92d0d9bf20c5f9 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 28 Feb 2005 07:54:27 +0000 Subject: Post version bump. Revert back to LGPL. 2005-02-28 Glynn Foster * configure.in: Post version bump. * COPYING: Revert back to LGPL. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5e0faf06..a4013c51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-28 Glynn Foster + + * configure.in: Post version bump. + * COPYING: Revert back to LGPL. + 2005-02-28 Glynn Foster * configure.in: Release 2.9.92. -- cgit From bf5f42b1a867ca581539e045816b32d1e9200995 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 7 Mar 2005 15:40:06 +0000 Subject: Release 2.10.0 2005-03-08 Glynn Foster * configure.in: Release 2.10.0 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a4013c51..3b24389c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-08 Glynn Foster + + * configure.in: Release 2.10.0 + 2005-02-28 Glynn Foster * configure.in: Post version bump. -- cgit From 21387aa41d5575355c4c2a8a630e66ec2771fc8b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 7 Mar 2005 15:45:48 +0000 Subject: Post release version bump. We're open for business again. 2005-03-08 Glynn Foster * configure.in: Post release version bump. * HACKING: We're open for business again. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3b24389c..4871a1b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-08 Glynn Foster + + * configure.in: Post release version bump. + * HACKING: We're open for business again. + 2005-03-08 Glynn Foster * configure.in: Release 2.10.0 -- cgit From 4d00f575f31c31eaa13df654051981de352f896d Mon Sep 17 00:00:00 2001 From: Steven Michael Murphy Date: Fri, 1 Apr 2005 02:04:48 +0000 Subject: Added new Language, Kinyarwanda (rw), to this package --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4871a1b3..96e4f226 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-31 Steve Murphy + + * configure.in: Added "rw" to ALL_LINGUAS. + 2005-03-08 Glynn Foster * configure.in: Post release version bump. -- cgit From 8f9413b8b35bf1c5783861c1246bc79e7043dd65 Mon Sep 17 00:00:00 2001 From: Adi Attar Date: Fri, 1 Apr 2005 10:03:23 +0000 Subject: Added Xhosa translation. Added "xh" to ALL_LINGUAS. 2005-04-01 Adi Attar * xh.po: Added Xhosa translation. * configure.in: Added "xh" to ALL_LINGUAS. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 96e4f226..6f8b1fec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-01 Adi Attar + + * configure.in: Added "xh" to ALL_LINGUAS. + 2005-03-31 Steve Murphy * configure.in: Added "rw" to ALL_LINGUAS. -- cgit From 77bd857bfecbab6e65fc3f3d7f31ca7d01a89822 Mon Sep 17 00:00:00 2001 From: Christian Rose Date: Wed, 6 Apr 2005 14:10:19 +0000 Subject: Added "ug" to ALL_LINGUAS. Added Uighur translation by Abduxukur Abdurixit 2005-04-06 Christian Rose * configure.in: Added "ug" to ALL_LINGUAS. * po/ug.po: Added Uighur translation by Abduxukur Abdurixit . --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6f8b1fec..19812567 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-06 Christian Rose + + * configure.in: Added "ug" to ALL_LINGUAS. + 2005-04-01 Adi Attar * configure.in: Added "xh" to ALL_LINGUAS. -- cgit From 6e6eeaf79c01b6cc755b57dac7e7ff2d36038316 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 20 Apr 2005 01:59:42 +0000 Subject: Bug fix for #149290, based on contributions from Timo Aaltonen, Lucas 2005-04-20 Glynn Foster * 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 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 19812567..76c88f14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-04-20 Glynn Foster + + * 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. + 2005-04-06 Christian Rose * configure.in: Added "ug" to ALL_LINGUAS. -- cgit From 403c8104aefc11954398106ab4fa39f9a79233c6 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 20 Apr 2005 03:00:57 +0000 Subject: Clean up the code a little bit. 2005-04-20 Glynn Foster * src/entry.c, src/option.c, src/zenity.h: Clean up the code a little bit. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 76c88f14..a2caae2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-20 Glynn Foster + + * src/entry.c, src/option.c, src/zenity.h: Clean + up the code a little bit. + 2005-04-20 Glynn Foster * src/msg.c, src/option.c, src/zenity.h: Bug fix for -- cgit From 6d386ddda5e4552aeda28b104242626ff05b10c5 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Thu, 21 Apr 2005 00:56:05 +0000 Subject: Fix for #171838, from Carlos Parra. 2005-04-20 Glynn Foster * src/fileselection.c: Fix for #171838, from Carlos Parra. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a2caae2a..33e96c99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-20 Glynn Foster + + * src/fileselection.c: Fix for #171838, from Carlos + Parra. + 2005-04-20 Glynn Foster * src/entry.c, src/option.c, src/zenity.h: Clean -- cgit From 6abd93050f533752e47b75158e95431575c652ac Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 25 Apr 2005 03:20:45 +0000 Subject: COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c, 2005-04-25 Glynn Foster * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 33e96c99..935146c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-04-25 Glynn Foster + + * 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. + 2005-04-20 Glynn Foster * src/fileselection.c: Fix for #171838, from Carlos -- cgit From 791048b2e43549dda87820cb5d6fe453e15b7f67 Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Mon, 13 Jun 2005 21:30:55 +0000 Subject: Maintainership updates --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 935146c9..f524be39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-13 Lucas Rocha + + * MAINTAINERS: adding myself as a new maintainer + * README: no more popt dependency + 2005-04-25 Glynn Foster * COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, -- cgit From 14c0bf10c84cf576135c9fdb1e549351ebf5e27c Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Fri, 17 Jun 2005 03:18:41 +0000 Subject: Don't use the parent widget for hiding tray icon --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f524be39..36e59745 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-17 Lucas Rocha + + * src/notification.c: don't use parent widget for + hiding the tray icon because it breaks the 'visible' + command + 2005-06-13 Lucas Rocha * MAINTAINERS: adding myself as a new maintainer -- cgit From 9c792cb86a8d0422a07a716a3b024f25d9bca1bb Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Mon, 27 Jun 2005 03:13:37 +0000 Subject: Changed list dialog Selection behavior --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 36e59745..78e1f240 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-06-26 Lucas Rocha + + * src/zenity.h, src/option.c: new multiple option on list + dialog + * src/tree.c: now the default behavior is the single + selection. when --multiple is used, then multiple + rows can be selected. For radiolist and checklist, + normal selection is disabled (buttons = selection). + 2005-06-17 Lucas Rocha * src/notification.c: don't use parent widget for -- cgit From 5d584ca8ef032cecaf05fcc4ceca0db24e70ff16 Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Mon, 27 Jun 2005 04:27:15 +0000 Subject: Double-clicking on list dialog --- ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 78e1f240..5675c962 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-06-27 Lucas Rocha + + * src/tree.c, src/about.c: add double-clicking on + list dialog only for normal list (not on radio and + check lists) based on contribution from Norman Rasmussen + * THANKS: Update. + 2005-06-26 Lucas Rocha * src/zenity.h, src/option.c: new multiple option on list @@ -11,12 +18,12 @@ * src/notification.c: don't use parent widget for hiding the tray icon because it breaks the 'visible' - command + command. 2005-06-13 Lucas Rocha * MAINTAINERS: adding myself as a new maintainer - * README: no more popt dependency + * README: no more popt dependency. 2005-04-25 Glynn Foster -- cgit From cc3fc2be3ea3f322ca53b13b82dc9e73a44e58b2 Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Tue, 28 Jun 2005 04:43:10 +0000 Subject: Error handling when trying to use checklist and radiolist in the same List dialog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5675c962..f6beeab5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-28 Lucas Rocha + + * src/tree.c: error handling when trying to + use checklist and radiolist at the same List + dialog. + 2005-06-27 Lucas Rocha * src/tree.c, src/about.c: add double-clicking on -- cgit From c9be8d057942521381c3e3a7d76c374d02b88dbf Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Tue, 28 Jun 2005 11:11:50 +0000 Subject: New --print-column syntax. Now it's possible to pass a comma-separated list of column indexes. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f6beeab5..b0a2b0b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-28 Lucas Rocha + + * src/tree.c: new --print-column option syntax. + Now it's possible to pass a comma-separated list + of column indexes (i.e. --print-column=1,3,4) + 2005-06-28 Lucas Rocha * src/tree.c: error handling when trying to -- cgit From da0a2585b3dce693eb1961fdc64ffcb3840a1bba Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Thu, 30 Jun 2005 23:43:23 +0000 Subject: Data structure improvements on List dialogs. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b0a2b0b1..3ad11dc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-30 Lucas Rocha + + * src/tree.c: some data structure improvements. + Created zenity_tree_extract_indexes function for + --print-column option and others. + 2005-06-28 Lucas Rocha * src/tree.c: new --print-column option syntax. -- cgit From 8ba040f33b37ef92976b75be79a1a342bceb91f9 Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Fri, 1 Jul 2005 21:28:36 +0000 Subject: New --hide-column option. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ad11dc8..f2427ad4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-01 Lucas Rocha + + * src/tree.c, src/option.c, src/zenity.h: new + --hide-column option. Uses the same syntax of + --print-column option. + 2005-06-30 Lucas Rocha * src/tree.c: some data structure improvements. -- cgit From 28b489fcc49ded8eda5ff58b7cf8742af5d2fdc3 Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Fri, 1 Jul 2005 22:37:11 +0000 Subject: Release 2.11.0 --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2427ad4..cc964928 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-01 Lucas Rocha + + * configure.in: Release 2.11.0 + 2005-07-01 Lucas Rocha * src/tree.c, src/option.c, src/zenity.h: new @@ -85,7 +89,7 @@ 2005-03-31 Steve Murphy - * configure.in: Added "rw" to ALL_LINGUAS. + * configure.in: Added "rw" to ALL_LINGUAS. 2005-03-08 Glynn Foster -- cgit From 49b17dfdbd9fbd1649e9124b1b18397d12e042a9 Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Fri, 1 Jul 2005 22:40:41 +0000 Subject: Post-release bump. --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc964928..265f08f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-01 Lucas Rocha + + * configure.in: post release version bump. + 2005-07-01 Lucas Rocha * configure.in: Release 2.11.0 @@ -93,7 +97,7 @@ 2005-03-08 Glynn Foster - * configure.in: Post release version bump. + * configure.in: post release version bump. * HACKING: We're open for business again. 2005-03-08 Glynn Foster -- cgit From c23ba6a523c812e4e31aa2556f7b67250e3dc92b Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Mon, 4 Jul 2005 17:30:29 +0000 Subject: Translation contributors update. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 265f08f0..a5da0856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-04 Lucas Rocha + + * THANKS, src/about.c: Update. + * NEWS: Fix Martin Hansen name on 2.11.0 + release announce. + 2005-07-01 Lucas Rocha * configure.in: post release version bump. -- cgit From 4c328078b6ff16a0ba648f53c3bee7a68fe4dbc5 Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Wed, 6 Jul 2005 20:13:11 +0000 Subject: Include cleanups (config.h) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a5da0856..008d1058 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-07-04 Lucas Rocha + + * src/calendar.c, src/entry.c, src/fileselection.c, + src/msg.c, src/notification.c, src/option.c, + src/progress.c, src/text.c, src/tree.c, src/util.c: + include cleanups (config.h). + 2005-07-04 Lucas Rocha * THANKS, src/about.c: Update. -- cgit From 0bc80a781d2b250fbde3ad6e66457efc66f79979 Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Wed, 6 Jul 2005 20:22:58 +0000 Subject: Changelog fixes, THANKS update. --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 008d1058..f191cc83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ -2005-07-04 Lucas Rocha +2005-07-06 Lucas Rocha + + * THANKS, src/about.c: Update. + +2005-07-06 Lucas Rocha * src/calendar.c, src/entry.c, src/fileselection.c, src/msg.c, src/notification.c, src/option.c, src/progress.c, src/text.c, src/tree.c, src/util.c: - include cleanups (config.h). + include cleanups (config.h). Contribution from + Benot Dejean. 2005-07-04 Lucas Rocha -- cgit From d6f1d76768fe99c0f67545a9b6da98411733ffca Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 8 Jul 2005 13:39:27 +0000 Subject: marks static many functions and global variables. Contribution from MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2005-07-08 Lucas Rocha * src/about.c, src/option.c, src/fileselection.c: marks static many functions and global variables. Contribution from Benoît Dejean. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f191cc83..2381abab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-08 Lucas Rocha + + * src/about.c, src/option.c, src/fileselection.c: + marks static many functions and global variables. + Contribution from Benot Dejean. + 2005-07-06 Lucas Rocha * THANKS, src/about.c: Update. -- cgit From 21f7bc6a54636c749cf5514e091feb68cc88907b Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 8 Jul 2005 23:21:34 +0000 Subject: general code cleanups. Contribution from Benoît Dejean. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2005-07-08 Lucas Rocha * 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 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2381abab..2d5535ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-07-08 Lucas Rocha + + * 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 + Benot Dejean. + 2005-07-08 Lucas Rocha * src/about.c, src/option.c, src/fileselection.c: -- cgit From 68ab19d2c4567a6855fa3ca5f0c71ddc323cd32e Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 12 Jul 2005 13:46:50 +0000 Subject: activate option help translations in GOption. 2005-07-12 Lucas Rocha * src/option.c: activate option help translations in GOption. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d5535ae..bb61825a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-12 Lucas Rocha + + * src/option.c: activate option help translations + in GOption. + 2005-07-08 Lucas Rocha * src/about.c, src/calendar.c, src/fileselection.c, -- cgit From beffc3f8a93dbd5d809690322043e074005a250b Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Wed, 13 Jul 2005 03:28:15 +0000 Subject: dependency on glib >= 2.7.3 Add G_OPTION_FLAG_NOALIAS flag on options that 2005-07-12 Lucas Rocha * 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 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb61825a..4b27ad88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-07-12 Lucas Rocha + + * 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. + 2005-07-12 Lucas Rocha * src/option.c: activate option help translations -- cgit From 4b5cdda3c868bc7a20f52efd60e2db6575363c1b Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Wed, 13 Jul 2005 04:04:09 +0000 Subject: Release 2.11.1 Add note about feature frozen-ness. Update. 2005-07-13 Lucas Rocha * configure.in: Release 2.11.1 * HACKING: Add note about feature frozen-ness. * NEWS, THANKS, src/about.c: Update. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b27ad88..795951be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-13 Lucas Rocha + + * configure.in: Release 2.11.1 + * HACKING: Add note about feature frozen-ness. + * NEWS, THANKS, src/about.c: Update. + 2005-07-12 Lucas Rocha * configure.in: dependency on glib >= 2.7.3 -- cgit From 9db3de1912d29f97550cbc571c720b06e0ef7f0a Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Wed, 13 Jul 2005 04:10:19 +0000 Subject: post release version bump. 2005-07-13 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 795951be..301b8e60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-13 Lucas Rocha + + * configure.in: post release version bump. + 2005-07-13 Lucas Rocha * configure.in: Release 2.11.1 -- cgit From 96bd8b6279e0797a3559cc07ce1fa7d3863305b0 Mon Sep 17 00:00:00 2001 From: Yair Hershkovitz Date: Thu, 14 Jul 2005 20:13:47 +0000 Subject: Added Hebrew translation 2005-07-14 Yair Hershkovitz * Added Hebrew translation --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 301b8e60..f55a45bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-14 Yair Hershkovitz + + * configure.in: Added Hebrew translation. + 2005-07-13 Lucas Rocha * configure.in: post release version bump. -- cgit From 6552d6b556a8b28378c917c8882894575c5f7969 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 25 Jul 2005 01:06:32 +0000 Subject: added gnome-doc-utils.make. added GNOME_DOC_INIT and removed 2005-07-24 Lucas Rocha * .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. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f55a45bc..0689bdec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2005-07-24 Lucas Rocha + + * .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. + 2005-07-14 Yair Hershkovitz * configure.in: Added Hebrew translation. -- cgit From 47a2e0479af9694840d2c3d352213bdb13d78b9a Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 26 Jul 2005 03:12:09 +0000 Subject: Release 2.11.90 Update. 2005-07-25 Lucas Rocha * configure.in: Release 2.11.90 * NEWS, THANKS, src/about.c: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0689bdec..14cb457a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-25 Lucas Rocha + + * configure.in: Release 2.11.90 + * NEWS, THANKS, src/about.c: Update. + 2005-07-24 Lucas Rocha * .cvsignore: added gnome-doc-utils.make. -- cgit From bebb1bd18e90ce1b7a47cacd52e491c3e2967112 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 26 Jul 2005 03:16:09 +0000 Subject: post release version bump. 2005-07-25 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14cb457a..11ac0af3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-25 Lucas Rocha + + * configure.in: post release version bump. + 2005-07-25 Lucas Rocha * configure.in: Release 2.11.90 -- cgit From 0bc57119fbc42ce8cbf7a6fbf40954c897e8b9d3 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 7 Aug 2005 19:45:50 +0000 Subject: Release 2.11.91 Update. 2005-08-07 Lucas Rocha * configure.in: Release 2.11.91 * NEWS, THANKS, src/about.c: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 11ac0af3..d2b28ec5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-07 Lucas Rocha + + * configure.in: Release 2.11.91 + * NEWS, THANKS, src/about.c: Update. + 2005-07-25 Lucas Rocha * configure.in: post release version bump. -- cgit From ff4abdcb9814b28ee14de5ba11a9d83e6c5d97fd Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 7 Aug 2005 19:48:44 +0000 Subject: post release version bump. 2005-08-07 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d2b28ec5..5875eada 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-07 Lucas Rocha + + * configure.in: post release version bump. + 2005-08-07 Lucas Rocha * configure.in: Release 2.11.91 -- cgit From 417bfb638949dfb17995bd948a05ab2bd911b881 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 23 Aug 2005 15:16:57 +0000 Subject: Release 2.11.92 Update. 2005-08-23 Lucas Rocha * configure.in: Release 2.11.92 * NEWS, THANKS, src/about.c: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5875eada..c7a62a2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-23 Lucas Rocha + + * configure.in: Release 2.11.92 + * NEWS, THANKS, src/about.c: Update. + 2005-08-07 Lucas Rocha * configure.in: post release version bump. -- cgit From bd300550cc8c9f03e9b7a50d6bf891c23d2e1154 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 23 Aug 2005 15:27:13 +0000 Subject: post release version bump. 2005-08-23 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c7a62a2a..672a6766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-23 Lucas Rocha + + * configure.in: post release version bump. + 2005-08-23 Lucas Rocha * configure.in: Release 2.11.92 -- cgit From 4f98b2b7450aa8ae3962733cc48ab72b0f24c13c Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Wed, 31 Aug 2005 03:04:52 +0000 Subject: version bump for development releases (2.13.x). 2005-08-31 Lucas Rocha * configure.in: version bump for development releases (2.13.x). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 672a6766..4aad8fae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-31 Lucas Rocha + + * configure.in: version bump for development + releases (2.13.x). + 2005-08-23 Lucas Rocha * configure.in: post release version bump. -- cgit From 7f091245f70b6d6fac4c79288109e31aa62eb8aa Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 6 Sep 2005 03:44:07 +0000 Subject: Release 2.12.0 Update. 2005-09-06 Lucas Rocha * configure.in: Release 2.12.0 * NEWS, THANKS, src/about.c: Update. --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4aad8fae..4bdbda3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ -2005-08-31 Lucas Rocha +2005-09-06 Lucas Rocha - * configure.in: version bump for development - releases (2.13.x). + * configure.in: Release 2.12.0 + * NEWS, THANKS, src/about.c: Update. 2005-08-23 Lucas Rocha -- cgit From f542b6d10d22b4b48ae35ba5216cb2e599700aa6 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 6 Sep 2005 03:49:43 +0000 Subject: Post release bump, for unstable 2.13.x development. 2005-09-06 Lucas Rocha * configure.in: Post release bump, for unstable 2.13.x development. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4bdbda3c..6391ed7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-06 Lucas Rocha + + * configure.in: Post release bump, for unstable + 2.13.x development. + 2005-09-06 Lucas Rocha * configure.in: Release 2.12.0 -- cgit From a3fa7022c732d936f62ea41f2130b8b4b362a3d6 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 17 Sep 2005 04:18:50 +0000 Subject: add a Zenity wiki page reference. 2005-09-17 Lucas Rocha * TODO: add a Zenity wiki page reference. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6391ed7a..b6664450 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-17 Lucas Rocha + + * TODO: add a Zenity wiki page reference. + 2005-09-06 Lucas Rocha * configure.in: Post release bump, for unstable -- cgit From 51a7c9d3894307af8492bd05cd5958fee09b9026 Mon Sep 17 00:00:00 2001 From: "Guilherme de S. Pastore" Date: Wed, 21 Sep 2005 14:38:02 +0000 Subject: 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 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6664450..4d1ad245 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-21 Guilherme de S. Pastore + + * data/zenity.1: escaped "-"s; they're supposed to be + minus signs, not hyphens. + 2005-09-17 Lucas Rocha * TODO: add a Zenity wiki page reference. -- cgit From 0086a9363f9c94f19d6d5ad2424680fcac0e7a7a Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 24 Sep 2005 15:04:02 +0000 Subject: fixed bug #317033. 2005-09-24 Lucas Rocha * src/option.c: fixed bug #317033. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4d1ad245..1eb89213 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-24 Lucas Rocha + + * src/option.c: fixed bug #317033. + 2005-09-21 Guilherme de S. Pastore * data/zenity.1: escaped "-"s; they're supposed to be -- cgit From d1e9373658a59eb20144323a2a74193525ba0a29 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 24 Sep 2005 15:15:04 +0000 Subject: bug fix for #315020. 2005-09-24 Lucas Rocha * data/zenity.1: bug fix for #315020. --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1eb89213..515e70fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2005-09-24 Lucas Rocha - * src/option.c: fixed bug #317033. + * data/zenity.1: bug fix for #315020. + +2005-09-24 Lucas Rocha + + * src/option.c: bug fix for #317033. 2005-09-21 Guilherme de S. Pastore -- cgit From 91ace3021a452fa5b331a178598ff42e68abaac4 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 18 Oct 2005 13:21:10 +0000 Subject: refile zenity to GNOME|Utilities. Fixes #318831. Patch from Brent Smith 2005-10-18 Lucas Rocha * help/zenity.omf.in: refile zenity to GNOME|Utilities. Fixes #318831. Patch from Brent Smith . * help/C/zenity.xml: more meaningful abstract and standardized title. Fixes #318915. Patch from Brent Smith . --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 515e70fd..33c27b7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-10-18 Lucas Rocha + + * help/zenity.omf.in: refile zenity to GNOME|Utilities. + Fixes #318831. Patch from Brent Smith . + * help/C/zenity.xml: more meaningful abstract and + standardized title. Fixes #318915. Patch from + Brent Smith . + 2005-09-24 Lucas Rocha * data/zenity.1: bug fix for #315020. -- cgit From 7f2aedec5aa6a489b89c347f998c62d49fc0fa7b Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 18 Oct 2005 13:56:35 +0000 Subject: by default, focus is on tree view in list dialogs. Fixes #317263. Patch 2005-10-18 Lucas Rocha * src/zenity.glade: by default, focus is on tree view in list dialogs. Fixes #317263. Patch from Aleksey Kliger --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 33c27b7c..46c8b4c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-18 Lucas Rocha + + * src/zenity.glade: by default, focus is on tree + view in list dialogs. Fixes #317263. Patch from + Aleksey Kliger + 2005-10-18 Lucas Rocha * help/zenity.omf.in: refile zenity to GNOME|Utilities. -- cgit From 5483bdb680420014ebcfc3b916fb30fbe04de581 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 24 Oct 2005 12:51:36 +0000 Subject: Release 2.13.1 Update. 2005-10-24 Lucas Rocha * configure.in: Release 2.13.1 * NEWS, THANKS, src/about.c: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 46c8b4c9..d4f47d6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-24 Lucas Rocha + + * configure.in: Release 2.13.1 + * NEWS, THANKS, src/about.c: Update. + 2005-10-18 Lucas Rocha * src/zenity.glade: by default, focus is on tree -- cgit From 8452a50b9b69f2ba7a3792a0b8cfb640249f21f4 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 24 Oct 2005 12:55:02 +0000 Subject: post release version bump. 2005-10-24 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d4f47d6e..869f5d36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-24 Lucas Rocha + + * configure.in: post release version bump. + 2005-10-24 Lucas Rocha * configure.in: Release 2.13.1 -- cgit From c9e23b5e475e5f9a2d09e353372554565ca9cabf Mon Sep 17 00:00:00 2001 From: Erdal Ronahi Date: Thu, 27 Oct 2005 18:16:44 +0000 Subject: Added Kurdish translation --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 869f5d36..ab16f2fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-27 Erdal Ronahi + + * configure.in: Added ku (Kurdish) to ALL_LINGUAS + 2005-10-24 Lucas Rocha * configure.in: post release version bump. -- cgit From c8b9b79813c426837092ccda149bb3f2ca9c58be Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 Nov 2005 04:25:58 +0000 Subject: make it possible to add new lines in the in the msg dialog (Fixes bug 2005-11-13 Lucas Rocha * src/msg.c: make it possible to add new lines in the in the msg dialog (Fixes bug #320787). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ab16f2fc..0c9425ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-13 Lucas Rocha + + * src/msg.c: make it possible to add new lines in the + in the msg dialog (Fixes bug #320787). + 2005-10-27 Erdal Ronahi * configure.in: Added ku (Kurdish) to ALL_LINGUAS -- cgit From 6a7b36229c87a9c477c56cbea789ddfb5f6758c8 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 Nov 2005 05:05:33 +0000 Subject: Release 2.13.2 Update. 2005-11-13 Lucas Rocha * configure.in: Release 2.13.2 * NEWS, THANKS, src/about.c: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c9425ab..c88d4349 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-13 Lucas Rocha + + * configure.in: Release 2.13.2 + * NEWS, THANKS, src/about.c: Update. + 2005-11-13 Lucas Rocha * src/msg.c: make it possible to add new lines in the -- cgit From 2df94bfcd5d84355f77c1ef24476625235eb65fc Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 Nov 2005 05:08:07 +0000 Subject: post release version bump. 2005-11-13 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c88d4349..661600cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-13 Lucas Rocha + + * configure.in: post release version bump. + 2005-11-13 Lucas Rocha * configure.in: Release 2.13.2 -- cgit From 5547de9384430dfccb9c3c8a68badfa120760b4a Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 15 Nov 2005 04:14:35 +0000 Subject: make it possible to add new lines and markup in the dialog text. 2005-11-15 Lucas Rocha * src/calendar.c, src/progress.c, src/tree.c: make it possible to add new lines and markup in the dialog text. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 661600cf..ad2abc4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-15 Lucas Rocha + + * src/calendar.c, src/progress.c, src/tree.c: make + it possible to add new lines and markup in the dialog + text. + 2005-11-13 Lucas Rocha * configure.in: post release version bump. -- cgit From 3448858072b6baf502b22aec2a1553a195255b2e Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 12 Dec 2005 21:52:32 +0000 Subject: Release 2.13.3 Update. Update my e-mail address. 2005-12-12 Lucas Rocha * configure.in: Release 2.13.3 * NEWS: Update. * MAINTAINERS: Update my e-mail address. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad2abc4e..18dc2037 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-12 Lucas Rocha + + * configure.in: Release 2.13.3 + * NEWS: Update. + * MAINTAINERS: Update my e-mail address. + 2005-11-15 Lucas Rocha * src/calendar.c, src/progress.c, src/tree.c: make -- cgit From 994d2414ccfeedfbfc62b6c60b0393db21244f98 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 12 Dec 2005 21:55:08 +0000 Subject: post release version bump. 2005-12-12 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 18dc2037..fb6c98da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-12 Lucas Rocha + + * configure.in: post release version bump. + 2005-12-12 Lucas Rocha * configure.in: Release 2.13.3 -- cgit From 285cb79bafd2616f2d2dd7eb2ae82527942ef4cc Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 13 Dec 2005 04:18:58 +0000 Subject: new scale dialog for selecting a value from a range (Fixes #322399). 2005-12-13 Lucas Rocha * 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 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb6c98da..42c77689 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-12-13 Lucas Rocha + + * 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). + 2005-12-12 Lucas Rocha * configure.in: post release version bump. -- cgit From b657c347e82335715fc2540380d2282cabff2586 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 13 Dec 2005 15:12:38 +0000 Subject: make the hscale discontinuous. 2005-12-13 Lucas Rocha * src/zenity.glade: make the hscale discontinuous. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42c77689..e175ee93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-13 Lucas Rocha + + * src/zenity.glade: make the hscale discontinuous. + 2005-12-13 Lucas Rocha * data/Makefile.am, data/zenity-scale.png, -- cgit From 4ac6730868c97e7cc800cee8eba6721a23181678 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Thu, 15 Dec 2005 05:40:15 +0000 Subject: add --hide-value to scale dialog. 2005-12-15 Lucas Rocha * src/option.c, src/scale.c, src/zenity.h: add --hide-value to scale dialog. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e175ee93..e417027e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-15 Lucas Rocha + + * src/option.c, src/scale.c, src/zenity.h: add + --hide-value to scale dialog. + 2005-12-13 Lucas Rocha * src/zenity.glade: make the hscale discontinuous. -- cgit From 906b3397b29050dc0e129d4f9b59b2b3db1027be Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 17 Dec 2005 02:22:51 +0000 Subject: make all dialogs HIG compliant by fixing spaces and removing separator 2005-12-16 Lucas Rocha * src/zenity.glade: make all dialogs HIG compliant by fixing spaces and removing separator (Fixes bug #324211). Patch by Christian Persch . --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e417027e..1ee11c6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-16 Lucas Rocha + + * src/zenity.glade: make all dialogs HIG compliant + by fixing spaces and removing separator (Fixes bug + #324211). Patch by Christian Persch . + 2005-12-15 Lucas Rocha * src/option.c, src/scale.c, src/zenity.h: add -- cgit From 7486a38445e16fc17505c5f3e6afd7f8f8e87aeb Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 18 Dec 2005 03:19:40 +0000 Subject: use GtkAboutDialog instead of custom dialog (Fixes bug #309405). remove 2005-12-18 Lucas Rocha * 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 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ee11c6f..3a223723 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-12-18 Lucas Rocha + + * 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. + 2005-12-16 Lucas Rocha * src/zenity.glade: make all dialogs HIG compliant -- cgit From d21e6be78a47e739db2e09a2a7bca51da6e81d45 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 6 Jan 2006 03:21:17 +0000 Subject: Release 2.13.4 Update. 2006-01-05 Lucas Rocha * configure.in: Release 2.13.4 * THANKS, NEWS: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3a223723..b7c42f06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-05 Lucas Rocha + + * configure.in: Release 2.13.4 + * THANKS, NEWS: Update. + 2005-12-18 Lucas Rocha * src/about.c: use GtkAboutDialog instead of custom -- cgit From 20fddd4219d8b89c73667ae7b1c77c27d56e3759 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 6 Jan 2006 03:23:06 +0000 Subject: post release version bump. 2006-01-05 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b7c42f06..db8e4ccf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-05 Lucas Rocha + + * configure.in: post release version bump. + 2006-01-05 Lucas Rocha * configure.in: Release 2.13.4 -- cgit From 741aba7ac2e9dfe554624f79955f8e1486645ce6 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 16 Jan 2006 23:03:53 +0000 Subject: Release 2.13.5 Update. 2006-01-16 Lucas Rocha * configure.in: Release 2.13.5 * NEWS: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index db8e4ccf..e6c673a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-16 Lucas Rocha + + * configure.in: Release 2.13.5 + * NEWS: Update. + 2006-01-05 Lucas Rocha * configure.in: post release version bump. -- cgit From 68b61cea90423f0a4e0864035b46920145f0a214 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 16 Jan 2006 23:33:24 +0000 Subject: post release version bump. 2006-01-16 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e6c673a9..edd5a36a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-16 Lucas Rocha + + * configure.in: post release version bump. + 2006-01-16 Lucas Rocha * configure.in: Release 2.13.5 -- cgit From b01a07783db47bcc7de83325dd6da33c44373f1a Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 29 Jan 2006 21:04:14 +0000 Subject: Release 2.13.90 Update. 2006-01-29 Lucas Rocha * configure.in: Release 2.13.90 * THANKS, NEWS: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index edd5a36a..733d6239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-29 Lucas Rocha + + * configure.in: Release 2.13.90 + * THANKS, NEWS: Update. + 2006-01-16 Lucas Rocha * configure.in: post release version bump. -- cgit From 7e8411117f3b1ed6457d2231d57d143fb6bf3adc Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 29 Jan 2006 21:09:18 +0000 Subject: post release version bump. 2006-01-29 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 733d6239..3b30d7c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-29 Lucas Rocha + + * configure.in: post release version bump. + 2006-01-29 Lucas Rocha * configure.in: Release 2.13.90 -- cgit From 17989a09c1212985c7124c9d9198a99bfa654834 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 7 Mar 2006 19:04:04 +0000 Subject: add G_OPTION_FLAG_NOALIAS to separator option for list dialog. Patch from 2006-03-07 Lucas Rocha * src/option.c: add G_OPTION_FLAG_NOALIAS to separator option for list dialog. Patch from Glynn Foster . --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3b30d7c1..48d0bbeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-07 Lucas Rocha + + * src/option.c: add G_OPTION_FLAG_NOALIAS to separator + option for list dialog. Patch from Glynn + Foster . + 2006-01-29 Lucas Rocha * configure.in: post release version bump. -- cgit From 5496ea9ecf371d8e8e398751d6f5aabb7cf62fa2 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 13 Mar 2006 20:44:40 +0000 Subject: Release 2.14.0 Update. 2006-03-13 Lucas Rocha * configure.in: Release 2.14.0 * THANKS, NEWS: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 48d0bbeb..1e45e27b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-13 Lucas Rocha + + * configure.in: Release 2.14.0 + * THANKS, NEWS: Update. + 2006-03-07 Lucas Rocha * src/option.c: add G_OPTION_FLAG_NOALIAS to separator -- cgit From 45dcb53479e4d9c344fe37c74e1fd2139c8e894f Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 13 Mar 2006 21:12:44 +0000 Subject: Post release bump, for unstable 2.15.x development. 2005-03-13 Lucas Rocha * configure.in: Post release bump, for unstable 2.15.x development. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e45e27b..9dbc6b28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-13 Lucas Rocha + + * configure.in: Post release bump, for unstable + 2.15.x development. + 2006-03-13 Lucas Rocha * configure.in: Release 2.14.0 -- cgit From d715ba199abed1a7fbfd11ef2152a922c954e884 Mon Sep 17 00:00:00 2001 From: Gora Mohanty Date: Mon, 20 Mar 2006 19:16:50 +0000 Subject: configure.in: Added or (Oriya) to ALL_LINGUAS. ChangeLog: Changed to reflect this. po/or.po: Added Oriya translation ChangeLog: Changed to reflect this. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9dbc6b28..fe8afc86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-21 Gora Mohanty + + * configure.in: Added or (Oriya) to ALL_LINGUAS. + 2005-03-13 Lucas Rocha * configure.in: Post release bump, for unstable -- cgit From e919741e641a82d7eb99dd5f0463c7006024c474 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Thu, 23 Mar 2006 03:43:23 +0000 Subject: Implement the "message" command on notification icon with libnotify 2006-03-22 Lucas Rocha Implement the "message" command on notification icon with libnotify bubbles. Patch from Davyd Madeley . * configure.in: add libnotify checking. * src/notification.c (zenity_notification_handle_stdin, zenity_notification): initialize libnotify and implement "message" command. --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fe8afc86..0650826f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,19 @@ +2006-03-22 Lucas Rocha + + Implement the "message" command on notification icon + with libnotify bubbles. Patch from Davyd Madeley + . + + * configure.in: add libnotify checking. + * src/notification.c (zenity_notification_handle_stdin, + zenity_notification): initialize libnotify and implement + "message" command. + 2006-03-21 Gora Mohanty * configure.in: Added or (Oriya) to ALL_LINGUAS. -2005-03-13 Lucas Rocha +2006-03-13 Lucas Rocha * configure.in: Post release bump, for unstable 2.15.x development. -- cgit From 6645316bc935dfc2b4f8a1cad95a98f90cd710c1 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Thu, 23 Mar 2006 20:08:17 +0000 Subject: add --confirm-overwrite to file selection dialog to pop a confirmation 2006-03-23 Lucas Rocha * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0650826f..082730a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-23 Lucas Rocha + + * src/fileselection.c, zenity.h, option.c: add + --confirm-overwrite to file selection dialog to pop a + confirmation dialog when selecting an existing filename. + 2006-03-22 Lucas Rocha Implement the "message" command on notification icon -- cgit From a8363ee2199e82d547a3f90f119069c90448a0d7 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 31 Mar 2006 04:20:47 +0000 Subject: quit zenity on dialog response (Fixes bug #336505). 2006-03-31 Lucas Rocha * src/about.c (zenity_about_dialog_response): quit zenity on dialog response (Fixes bug #336505). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 082730a9..add2eb4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-31 Lucas Rocha + + * src/about.c (zenity_about_dialog_response): quit zenity + on dialog response (Fixes bug #336505). + 2006-03-23 Lucas Rocha * src/fileselection.c, zenity.h, option.c: add -- cgit From a88ade52a01ae65ee3d336339ac20fe07bedd1cd Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 31 Mar 2006 22:49:57 +0000 Subject: fix example on progress dialog (Fixed bug #336751). 2006-03-31 Lucas Rocha * data/zenity.1: fix example on progress dialog (Fixed bug #336751). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index add2eb4b..4b2bbfba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-31 Lucas Rocha + + * data/zenity.1: fix example on progress dialog (Fixed + bug #336751). + 2006-03-31 Lucas Rocha * src/about.c (zenity_about_dialog_response): quit zenity -- cgit From fd749447db6ee8c48544f4ef693595f70342bed0 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 17 Apr 2006 03:46:24 +0000 Subject: Convert to use po/LINGUAS. 2006-04-16 Lucas Rocha * configure.in: * po/LINGUAS: Convert to use po/LINGUAS. --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b2bbfba..3ab614fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-16 Lucas Rocha + + * configure.in: + * po/LINGUAS: + + Convert to use po/LINGUAS. + 2006-03-31 Lucas Rocha * data/zenity.1: fix example on progress dialog (Fixed @@ -27,7 +34,7 @@ 2006-03-21 Gora Mohanty - * configure.in: Added or (Oriya) to ALL_LINGUAS. + * configure.in: Added or (Oriya) to ALL_LINGUAS. 2006-03-13 Lucas Rocha -- cgit From e97b6eeaebedf82788f7218e1b63d4e6c7478e92 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 17 Apr 2006 04:11:15 +0000 Subject: don't ignore return value from g_renew() (Fixes bug #338038). Patch from 2006-04-16 Lucas Rocha * src/tree.c (zenity_tree_extract_column_indexes): don't ignore return value from g_renew() (Fixes bug #338038). Patch from Behdad Esfahbod . --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ab614fe..77c18e05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-16 Lucas Rocha + + * src/tree.c (zenity_tree_extract_column_indexes): + don't ignore return value from g_renew() (Fixes + bug #338038). Patch from Behdad Esfahbod + . + 2006-04-16 Lucas Rocha * configure.in: -- cgit From 8485ef2f6a84d1449efb68de2b8596a967355e1f Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 17 Apr 2006 04:25:44 +0000 Subject: remove X libs checks because zenity doesn't use X includes directly (Fixes 2006-04-17 Lucas Rocha * configure.in: remove X libs checks because zenity doesn't use X includes directly (Fixes bug #338102). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 77c18e05..ed00ba38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-17 Lucas Rocha + + * configure.in: remove X libs checks because zenity + doesn't use X includes directly (Fixes bug #338102). + 2006-04-16 Lucas Rocha * src/tree.c (zenity_tree_extract_column_indexes): -- cgit From 986c97f672891a5c16b5667fadf39f4de54bf5d3 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 29 Apr 2006 03:31:38 +0000 Subject: Release 2.15.1 Update. 2006-04-24 Lucas Rocha * configure.in: Release 2.15.1 * NEWS: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ed00ba38..d669fb9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-24 Lucas Rocha + + * configure.in: Release 2.15.1 + * NEWS: Update. + 2006-04-17 Lucas Rocha * configure.in: remove X libs checks because zenity -- cgit From c8da127a67eac038d20848dc924fbff022a48309 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 29 Apr 2006 03:32:47 +0000 Subject: post release version bump. 2006-04-29 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d669fb9d..64a1f9fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-29 Lucas Rocha + + * configure.in: post release version bump. + 2006-04-24 Lucas Rocha * configure.in: Release 2.15.1 -- cgit From 59b5bad79402b81b130e3b4242a74611d1c3be63 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Wed, 10 May 2006 03:37:14 +0000 Subject: move to automake 1.9 and several cleanups (Fixes bug #341056). Patch from 2006-05-10 Lucas Rocha * .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 . --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 64a1f9fb..436df37e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-05-10 Lucas Rocha + + * .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 . + 2006-04-29 Lucas Rocha * configure.in: post release version bump. -- cgit From 07618f9daa007f7cabfee3b25845e9088330abcd Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Thu, 11 May 2006 01:31:35 +0000 Subject: add optional dropdown menu to entry dialog (Fixed bug #311038). Patch from 2006-05-10 Lucas Rocha * 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 . --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 436df37e..58c8a222 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-05-10 Lucas Rocha + + * 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 . + 2006-05-10 Lucas Rocha * .cvsignore, Makefile.am, autogen.sh, configure.in, -- cgit From e3587488aa0c0830b3d1b9028050b30078aafc98 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 16 May 2006 12:42:15 +0000 Subject: Release 2.15.2 Update. 2006-05-16 Lucas Rocha * configure.in: Release 2.15.2 * NEWS: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58c8a222..a512d71d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-16 Lucas Rocha + + * configure.in: Release 2.15.2 + * NEWS: Update. + 2006-05-10 Lucas Rocha * src/entry.c (zenity_entry_fill_entries, zenity_entry), -- cgit From 4b0d957186d531b14a47d4117d88eb5ab5121609 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 16 May 2006 12:43:44 +0000 Subject: post release version bump. 2006-05-16 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a512d71d..be6933db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-16 Lucas Rocha + + * configure.in: post release version bump. + 2006-05-16 Lucas Rocha * configure.in: Release 2.15.2 -- cgit From 1bf8562a2e23b5c54d8e9ff0014d317fc3ef6a33 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 19 May 2006 20:00:29 +0000 Subject: about dialog update. 2006-05-19 Lucas Rocha * src/about.c (zenity_about): about dialog update. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be6933db..c261e06b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-19 Lucas Rocha + + * src/about.c (zenity_about): about dialog update. + 2006-05-16 Lucas Rocha * configure.in: post release version bump. -- cgit From 5968740b29dcbe3f7d3e009bd63a96e0b0d4e949 Mon Sep 17 00:00:00 2001 From: "Francisco Javier F. Serrador" Date: Sat, 10 Jun 2006 20:16:35 +0000 Subject: Replaced old FSF postal address with current one. 2006-06-10 Francisco Javier F. Serrador * src/about.c: Replaced old FSF postal address with current one. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c261e06b..391c3709 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-10 Francisco Javier F. Serrador + + * src/about.c: Replaced FSF postal address with the current. + 2006-05-19 Lucas Rocha * src/about.c (zenity_about): about dialog update. -- cgit From 216ee62fe1c062a9fb87aa3ce2097e0f8d21a06e Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Wed, 26 Jul 2006 23:17:04 +0000 Subject: fix small build warnings on 64-bit architectures (Fixes bug #344125). fix 2006-07-26 Lucas Rocha * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 391c3709..2181e54d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-26 Lucas Rocha + + * 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. + 2006-06-10 Francisco Javier F. Serrador * src/about.c: Replaced FSF postal address with the current. -- cgit From 80d39c09c1ceecbf854fa9a8632708e2ab6fe878 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Thu, 27 Jul 2006 03:29:44 +0000 Subject: entry activation makes dialog return OK (Fixes bug #347340). 2006-07-27 Lucas Rocha * src/entry.c (zenity_entry): entry activation makes dialog return OK (Fixes bug #347340). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2181e54d..1aff1eea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-27 Lucas Rocha + + * src/entry.c (zenity_entry): entry activation makes dialog + return OK (Fixes bug #347340). + 2006-07-26 Lucas Rocha * src/tree.c (zenity_tree_fill_entries_from_stdin, zenity_tree): fix -- cgit From e46814b46ac4687de519dfdd0fd8f578cfa17946 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 28 Jul 2006 04:18:58 +0000 Subject: correctly stdin input for text info dialog (Fixes bug #336736). 2006-07-27 Lucas Rocha * src/text.c (zenity_text_handle_stdin): correctly stdin input for text info dialog (Fixes bug #336736). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1aff1eea..c25ac146 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-27 Lucas Rocha + + * src/text.c (zenity_text_handle_stdin): correctly stdin input for + text info dialog (Fixes bug #336736). + 2006-07-27 Lucas Rocha * src/entry.c (zenity_entry): entry activation makes dialog -- cgit From d373b3f3ce9e1876f2e267bf240fbb807abd6815 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 28 Jul 2006 21:25:11 +0000 Subject: src/notification.c (-set_scaled_pixbuf, +zenity_notification_icon_update, 2006-07-27 Lucas Rocha * 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 . * src/eggtrayicon.[ch]: removed. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c25ac146..2c6b0afe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2006-07-27 Lucas Rocha + + * 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 . + + * src/eggtrayicon.[ch]: removed. + 2006-07-27 Lucas Rocha * src/text.c (zenity_text_handle_stdin): correctly stdin input for -- cgit From 5f7447fa05d7a4d8fb79ddfdac9d8ee7a0f4a795 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 28 Jul 2006 22:25:31 +0000 Subject: Release 2.15.90 Update. remove eggtrayicon.c reference. 2006-07-28 Lucas Rocha * configure.in: Release 2.15.90 * NEWS: Update. * po/POTFILES.in: remove eggtrayicon.c reference. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2c6b0afe..e2a09369 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-28 Lucas Rocha + + * configure.in: Release 2.15.90 + * NEWS: Update. + * po/POTFILES.in: remove eggtrayicon.c reference. + 2006-07-27 Lucas Rocha * src/notification.c (-set_scaled_pixbuf, -- cgit From 3650f6b42ac4c9b0e5359b72511e5c4ebc9f56b0 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 28 Jul 2006 22:29:44 +0000 Subject: post release version bump. 2006-07-28 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e2a09369..ffd5cc8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-28 Lucas Rocha + + * configure.in: post release version bump. + 2006-07-28 Lucas Rocha * configure.in: Release 2.15.90 -- cgit From 94e6ab1132d0510edb6a733593de7f031d259101 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Wed, 9 Aug 2006 00:55:59 +0000 Subject: Release 2.15.91 Update. 2006-07-28 Lucas Rocha * configure.in: Release 2.15.91 * NEWS: Update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ffd5cc8b..e7833fea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-28 Lucas Rocha + + * configure.in: Release 2.15.91 + * NEWS: Update. + 2006-07-28 Lucas Rocha * configure.in: post release version bump. -- cgit From 89118fd7fe0186215e00b7034e3b4d4303d67679 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Wed, 9 Aug 2006 01:06:20 +0000 Subject: post release version bump. 2006-08-08 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e7833fea..eb9e30c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-08 Lucas Rocha + + * configure.in: post release version bump. + 2006-07-28 Lucas Rocha * configure.in: Release 2.15.91 -- cgit From 2ccebf9544c5fb8cad4efd855efd8d413630ae43 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 15 Aug 2006 12:15:17 +0000 Subject: Fix intltool req. Update this. 2006-08-15 Kjartan Maraas * configure.in: Fix intltool req. * po/nb.po: Update this. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eb9e30c6..adeb715e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-15 Kjartan Maraas + + * configure.in: Fix intltool req. + * po/nb.po: Update this. + 2006-08-08 Lucas Rocha * configure.in: post release version bump. -- cgit From 9a2cbe6b0bdb1af1b4a049fe62aa7965dc1a3eca Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 4 Sep 2006 12:36:51 +0000 Subject: Release 2.15.92 2006-08-21 Lucas Rocha * NEWS: Release 2.15.92 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index adeb715e..236cbdd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-21 Lucas Rocha + + * NEWS: Release 2.15.92 + 2006-08-15 Kjartan Maraas * configure.in: Fix intltool req. -- cgit From a69b5942c4c3bc6d7bc1555635de79806ae535f5 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 4 Sep 2006 12:41:20 +0000 Subject: post release version bump. 2006-08-21 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 236cbdd1..63cfae0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-21 Lucas Rocha + + * configure.in: post release version bump. + 2006-08-21 Lucas Rocha * NEWS: Release 2.15.92 -- cgit From 04563f0be839e5797a7e035fbfffc572a223e4a8 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 4 Sep 2006 12:55:27 +0000 Subject: Release 2.16.0 2006-09-04 Lucas Rocha * NEWS: Release 2.16.0 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 63cfae0a..2827284c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-04 Lucas Rocha + + * NEWS: Release 2.16.0 + 2006-08-21 Lucas Rocha * configure.in: post release version bump. -- cgit From 44acf950cf16e74427026c0c2b232e238a54fa46 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 4 Sep 2006 13:01:56 +0000 Subject: post release version bump. 2006-09-04 Lucas Rocha * configure.in: post release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2827284c..b5b7c00e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-04 Lucas Rocha + + * configure.in: post release version bump. + 2006-09-04 Lucas Rocha * NEWS: Release 2.16.0 -- cgit From 5bd52fba6510e04661c0b67f703c80d4f4407d52 Mon Sep 17 00:00:00 2001 From: "Guilherme de S. Pastore" Date: Mon, 2 Oct 2006 20:01:44 +0000 Subject: release 2.16.1 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b5b7c00e..b2087433 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-02 Guilherme de S. Pastore + + * NEWS: release 2.16.1. + 2006-09-04 Lucas Rocha * configure.in: post release version bump. -- cgit From 6b16e4addc421e4a1dc6f38f4b22f92785bd53bc Mon Sep 17 00:00:00 2001 From: "Guilherme de S. Pastore" Date: Mon, 2 Oct 2006 20:05:28 +0000 Subject: post-release version bump --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b2087433..00ef4bcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-02 Guilherme de S. Pastore + + * configure.in: post-release version bump. + 2006-10-02 Guilherme de S. Pastore * NEWS: release 2.16.1. -- cgit From 4d9c0448f583c97fdac316c6773951f987357dbc Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 2 Dec 2006 10:41:21 +0000 Subject: don't show cancel button on warning dialog (Fixes bug #324100). Patch from 2006-12-02 Lucas Rocha * src/zenity.glade: don't show cancel button on warning dialog (Fixes bug #324100). Patch from Claudio Saavedra --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 00ef4bcf..01212690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-12-02 Lucas Rocha + + * src/zenity.glade: don't show cancel button on warning dialog (Fixes + bug #324100). Patch from Claudio Saavedra + + 2006-10-02 Guilherme de S. Pastore * configure.in: post-release version bump. -- cgit From 09c4a49800992d979845e3c7a05122b5aa1ceaed Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 2 Dec 2006 10:54:45 +0000 Subject: add "auto-kill" option to progress dialog. Now the user can choose whether 2006-12-02 Lucas Rocha * 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 . --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 01212690..4b260e53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,15 @@ +2006-12-02 Lucas Rocha + + * 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 + . + 2006-12-02 Lucas Rocha * src/zenity.glade: don't show cancel button on warning dialog (Fixes bug #324100). Patch from Claudio Saavedra - + . 2006-10-02 Guilherme de S. Pastore -- cgit From 924aaf3aa28d95e5aa023975a6c88d1b74c59244 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 2 Dec 2006 11:05:10 +0000 Subject: revert back to GNU LGPL. 2006-12-02 Lucas Rocha * COPYING: revert back to GNU LGPL. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b260e53..d33f8538 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-02 Lucas Rocha + + * COPYING: revert back to GNU LGPL. + 2006-12-02 Lucas Rocha * src/zenity.h, src/progress.c, src/option.c: add "auto-kill" option -- cgit From 784eada1b4defd0aa4bbcfd4431a012b8855fad5 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 3 Dec 2006 16:48:39 +0000 Subject: merged identic i18n strings (Fixes bug #334361). 2006-12-03 Lucas Rocha * src/zenity.glade: merged identic i18n strings (Fixes bug #334361). --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d33f8538..6b96002f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-03 Lucas Rocha + + * src/zenity.glade: merged identic i18n strings (Fixes bug #334361). + 2006-12-02 Lucas Rocha * COPYING: revert back to GNU LGPL. -- cgit From 72e55948250d955b9abdeba2fb34fe0d4ef69898 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 4 Dec 2006 20:22:54 +0000 Subject: make dialog text selectable on message dialogs (error, warning, info, and 2006-12-04 Lucas Rocha * src/zenity.glade: make dialog text selectable on message dialogs (error, warning, info, and question) (Fixes bug #352910). Patch from Greg Hudson . --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6b96002f..24f42a22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-12-04 Lucas Rocha + + * src/zenity.glade: make dialog text selectable on message dialogs + (error, warning, info, and question) (Fixes bug #352910). Patch + from Greg Hudson . + 2006-12-03 Lucas Rocha * src/zenity.glade: merged identic i18n strings (Fixes bug #334361). -- cgit From 7a58e9e4c77f835ec51b87e618bcfab1b4ad0764 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 4 Dec 2006 20:35:48 +0000 Subject: complete list dialog options with respective arguments (Fixes bug 2006-12-04 Lucas Rocha * src/option.c: complete list dialog options with respective arguments (Fixes bug #353320). Patch from Glynn Foster . --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 24f42a22..af6d9e17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-04 Lucas Rocha + + * src/option.c: complete list dialog options with respective arguments + (Fixes bug #353320). Patch from Glynn Foster . + 2006-12-04 Lucas Rocha * src/zenity.glade: make dialog text selectable on message dialogs -- cgit From b1625e26f42fce48b0ee8ab8626e56f5a3499de8 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 4 Dec 2006 20:56:29 +0000 Subject: release 2.17.1 2006-12-04 Lucas Rocha * NEWS: release 2.17.1 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af6d9e17..54238682 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-04 Lucas Rocha + + * NEWS: release 2.17.1 + 2006-12-04 Lucas Rocha * src/option.c: complete list dialog options with respective arguments -- cgit From e96c5b07d1990fd11b67ca289dd5c41b8d17b52e Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 4 Dec 2006 21:02:19 +0000 Subject: post-release version bump. 2006-12-04 Lucas Rocha * configure.in: post-release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 54238682..05941fc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-04 Lucas Rocha + + * configure.in: post-release version bump. + 2006-12-04 Lucas Rocha * NEWS: release 2.17.1 -- cgit From de2e933858d723290903aa1b7f6c719b76578422 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 18 Dec 2006 20:46:51 +0000 Subject: release 2.17.2 2006-12-18 Lucas Rocha * NEWS: release 2.17.2 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 05941fc4..675c4a5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-18 Lucas Rocha + + * NEWS: release 2.17.2 + 2006-12-04 Lucas Rocha * configure.in: post-release version bump. -- cgit From 46b427c813d20eb90b1eb460041bea768fe5017c Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 18 Dec 2006 20:48:17 +0000 Subject: post-release version bump. 2006-12-18 Lucas Rocha * configure.in: post-release version bump. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 675c4a5a..3c9b4ab4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-18 Lucas Rocha + + * configure.in: post-release version bump. + 2006-12-18 Lucas Rocha * NEWS: release 2.17.2 -- cgit From da6536f1378ce531d9730404c2ebe918d4def365 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 8 Jan 2007 20:36:41 +0000 Subject: release 2.17.3 2007-01-08 Lucas Rocha * NEWS: release 2.17.3 svn path=/trunk/; revision=1147 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c9b4ab4..6bf67bf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-08 Lucas Rocha + + * NEWS: release 2.17.3 + 2006-12-18 Lucas Rocha * configure.in: post-release version bump. -- cgit From 73d0d179373782cd5e81df054035130d4b498eb7 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 8 Jan 2007 20:38:48 +0000 Subject: post-release version bump. 2007-01-08 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1149 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6bf67bf8..e2a43268 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-08 Lucas Rocha + + * configure.in: post-release version bump. + 2007-01-08 Lucas Rocha * NEWS: release 2.17.3 -- cgit From 979a7ad7695d2d114bec28e94855dc43b74a67c3 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 22 Jan 2007 18:56:40 +0000 Subject: release 2.17.90 2007-01-22 Lucas Rocha * NEWS: release 2.17.90 svn path=/trunk/; revision=1151 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e2a43268..8d3997e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-22 Lucas Rocha + + * NEWS: release 2.17.90 + 2007-01-08 Lucas Rocha * configure.in: post-release version bump. -- cgit From 708a021ab4f9bd84284e0da18363e0517038d6a3 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 22 Jan 2007 18:59:39 +0000 Subject: post-release version bump. 2007-01-22 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1153 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8d3997e8..09856c4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-22 Lucas Rocha + + * configure.in: post-release version bump. + 2007-01-22 Lucas Rocha * NEWS: release 2.17.90 -- cgit From e0e0a995fb56d2e5ea1c911b83e38daca5cd7a90 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 12 Feb 2007 18:11:42 +0000 Subject: release 2.17.91 2007-02-12 Lucas Rocha * NEWS: release 2.17.91 svn path=/trunk/; revision=1164 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09856c4c..0bd73f7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-12 Lucas Rocha + + * NEWS: release 2.17.91 + 2007-01-22 Lucas Rocha * configure.in: post-release version bump. -- cgit From 009539d9fe9a7a11d6357ce3da323dc9a8be37b0 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 12 Feb 2007 18:13:31 +0000 Subject: post-release version bump. 2007-02-12 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1166 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0bd73f7a..c36c7c74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-12 Lucas Rocha + + * configure.in: post-release version bump. + 2007-02-12 Lucas Rocha * NEWS: release 2.17.91 -- cgit From 342f3f62772b6ee23eb4f8332b750a6c8b3ac197 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 26 Feb 2007 17:36:30 +0000 Subject: release 2.17.92 2007-02-26 Lucas Rocha * NEWS: release 2.17.92 svn path=/trunk/; revision=1172 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c36c7c74..c82c90f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-26 Lucas Rocha + + * NEWS: release 2.17.92 + 2007-02-12 Lucas Rocha * configure.in: post-release version bump. -- cgit From ef060e6791ef3fc533695e8037c836adfce3400f Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 26 Feb 2007 17:41:03 +0000 Subject: post-release version bump. 2007-02-26 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1174 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c82c90f5..c55dc3e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-26 Lucas Rocha + + * configure.in: post-release version bump. + 2007-02-26 Lucas Rocha * NEWS: release 2.17.92 -- cgit From 974bcca95a023194ec4d5861ccb136791d53e706 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 11 Mar 2007 18:56:32 +0000 Subject: release 2.18.0 2007-03-11 Lucas Rocha * NEWS: release 2.18.0 svn path=/trunk/; revision=1187 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c55dc3e1..5f545e88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-11 Lucas Rocha + + * NEWS: release 2.18.0 + 2007-02-26 Lucas Rocha * configure.in: post-release version bump. -- cgit From 300f2f7f191cd810f98b7a72fc8df28ceb1518c5 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 11 Mar 2007 18:58:08 +0000 Subject: post-release version bump. 2007-03-11 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1189 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f545e88..1fc9787e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-11 Lucas Rocha + + * configure.in: post-release version bump. + 2007-03-11 Lucas Rocha * NEWS: release 2.18.0 -- cgit From f855ef04cd855a5d2071be12b0cb599d0439d150 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 9 Apr 2007 22:19:45 +0000 Subject: release 2.18.1 2007-04-09 Lucas Rocha * NEWS: release 2.18.1 svn path=/trunk/; revision=1197 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1fc9787e..0dc141e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-09 Lucas Rocha + + * NEWS: release 2.18.1 + 2007-03-11 Lucas Rocha * configure.in: post-release version bump. -- cgit From cae7e29ed9cb21e9fa6debb96487ca972ee62e5b Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 9 Apr 2007 22:21:54 +0000 Subject: post-release version bump. 2007-04-09 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1199 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0dc141e6..cb80b505 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-09 Lucas Rocha + + * configure.in: post-release version bump. + 2007-04-09 Lucas Rocha * NEWS: release 2.18.1 -- cgit From 5c1ff4ebd1cb580b54320c6f0ed8f8f4215810ab Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 May 2007 18:18:01 +0000 Subject: man page update (Fixes bug #436187). Patch from Sven Arvidsson 2007-05-14 Lucas Rocha * data/zenity.1: man page update (Fixes bug #436187). Patch from Sven Arvidsson . svn path=/trunk/; revision=1207 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb80b505..db499efb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-14 Lucas Rocha + + * data/zenity.1: man page update (Fixes bug #436187). Patch from + Sven Arvidsson . + 2007-04-09 Lucas Rocha * configure.in: post-release version bump. -- cgit From adee9db56646cc297fd226db983d40f3ba0d4793 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 May 2007 21:26:08 +0000 Subject: general cleanups for build warnings (Fixes bug #416196). Patch from 2007-05-14 Lucas Rocha * 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 . svn path=/trunk/; revision=1208 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index db499efb..608af887 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-05-14 Lucas Rocha + + * 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 . + 2007-05-14 Lucas Rocha * data/zenity.1: man page update (Fixes bug #436187). Patch from -- cgit From f297dd91bd4e6a81d0b14562fccd615f2045bc48 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 May 2007 21:38:47 +0000 Subject: double-click on day results in dialog response (Fixes bug #395152). Patch 2007-05-15 Lucas Rocha * src/calendar.c (zenity_calendar, zenity_calendar_double_click): double-click on day results in dialog response (Fixes bug #395152). Patch from Tom Tromey . svn path=/trunk/; revision=1209 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 608af887..4cfd1cd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-15 Lucas Rocha + + * src/calendar.c (zenity_calendar, zenity_calendar_double_click): + double-click on day results in dialog response (Fixes bug #395152). + Patch from Tom Tromey . + 2007-05-14 Lucas Rocha * src/progress.c (zenity_progress_handle_stdin), src/option.c -- cgit From ab6159f84b497d0b73a0212632095e2cabbefcfa Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 May 2007 21:49:32 +0000 Subject: make libnotify support an option (Fixes bug #346843). Patch from Saleem 2007-05-15 Lucas Rocha * configure.ac: make libnotify support an option (Fixes bug #346843). Patch from Saleem Abdulrasool . svn path=/trunk/; revision=1210 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4cfd1cd3..e2f9efe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-15 Lucas Rocha + + * configure.ac: make libnotify support an option (Fixes bug #346843). + Patch from Saleem Abdulrasool . + 2007-05-15 Lucas Rocha * src/calendar.c (zenity_calendar, zenity_calendar_double_click): -- cgit From a705262d816a7f2d9bdd5405f6c077b690219cef Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 May 2007 22:07:13 +0000 Subject: fix index handling for --print-column (Fixes bug #420396). 2007-05-15 Lucas Rocha * 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 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e2f9efe2..5d0373f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-15 Lucas Rocha + + * src/tree.c (zenity_tree_dialog_toggle_get_selected): fix index + handling for --print-column (Fixes bug #420396). + 2007-05-15 Lucas Rocha * configure.ac: make libnotify support an option (Fixes bug #346843). -- cgit From b9cbcc8d0ba9ed63920ba0b7bbe1bc3fa553aeb5 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 May 2007 22:13:59 +0000 Subject: fix seg fault when outputing files with special printf format strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-05-15 Lucas Rocha * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d0373f4..2d551d79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-15 Lucas Rocha + + * src/text.c (zenity_text_dialog_response): fix seg fault when + outputing files with special printf format strings (Fixes + bug #405006). Patch from Mariano Surez-Alvarez. + 2007-05-15 Lucas Rocha * src/tree.c (zenity_tree_dialog_toggle_get_selected): fix index -- cgit From 33bb2765a479f38f14b9784152dce867ded78406 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 May 2007 23:08:37 +0000 Subject: release 2.19.1 2007-05-15 Lucas Rocha * NEWS: release 2.19.1 svn path=/trunk/; revision=1213 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d551d79..b3b4f7bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-15 Lucas Rocha + + * NEWS: release 2.19.1 + 2007-05-15 Lucas Rocha * src/text.c (zenity_text_dialog_response): fix seg fault when -- cgit From 0e6aa980310ca7b55e0ced4f32780427f2dfc3e5 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 May 2007 23:10:16 +0000 Subject: post-release version bump. 2007-05-15 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1215 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3b4f7bc..edef765d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-15 Lucas Rocha + + * configure.in: post-release version bump. + 2007-05-15 Lucas Rocha * NEWS: release 2.19.1 -- cgit From b73e72bcfea040aaf4ea681068676de3ee013ac8 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 27 May 2007 20:09:27 +0000 Subject: initialize GTK+ before parsing command line options to better handle 2007-05-27 Lucas Rocha * 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 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index edef765d..448d8a70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-27 Lucas Rocha + + * src/main.c: initialize GTK+ before parsing command line options to + better handle errors on display setting (Fixes bug #410055). + 2007-05-15 Lucas Rocha * configure.in: post-release version bump. -- cgit From 5868adac7501134a8cb9d2ace1ae12622368a910 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 27 May 2007 20:35:32 +0000 Subject: correctly handle UTF-8 input text in the text info dialog (Fixes bug 2007-05-27 Lucas Rocha * src/text.c: correctly handle UTF-8 input text in the text info dialog (Fixes bug #407275). svn path=/trunk/; revision=1220 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 448d8a70..d577b51f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-27 Lucas Rocha + + * src/text.c: correctly handle UTF-8 input text in the text info + dialog (Fixes bug #407275). + 2007-05-27 Lucas Rocha * src/main.c: initialize GTK+ before parsing command line options to -- cgit From b2459f3b6e480ba8568084f4ed50d1634239b0ea Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 27 May 2007 21:20:39 +0000 Subject: fix broken handling of input from pipes in list dialog (Fixes bug 2007-05-27 Lucas Rocha * src/tree.c: fix broken handling of input from pipes in list dialog (Fixes bug #343684). svn path=/trunk/; revision=1221 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d577b51f..989d77ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-27 Lucas Rocha + + * src/tree.c: fix broken handling of input from pipes in list + dialog (Fixes bug #343684). + 2007-05-27 Lucas Rocha * src/text.c: correctly handle UTF-8 input text in the text info -- cgit From ae3e8d1496fcfc3bf2ca65e475455bbf4c935e50 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 13 Aug 2007 20:16:37 +0000 Subject: fix critical warning when using checkbox and radiobox in list dialog 2007-08-13 Lucas Rocha * src/tree.c: fix critical warning when using checkbox and radiobox in list dialog (Fixes bug #453713). svn path=/trunk/; revision=1230 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 989d77ad..cd2e28c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-13 Lucas Rocha + + * src/tree.c: fix critical warning when using checkbox and radiobox in + list dialog (Fixes bug #453713). + 2007-05-27 Lucas Rocha * src/tree.c: fix broken handling of input from pipes in list -- cgit From 8b16d4d4122e6337517ec16b9ca22dd27df0dafb Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 13 Aug 2007 20:36:29 +0000 Subject: added timeout option to all dialogs (Fixes bug #160654). Based on patch 2007-08-13 Lucas Rocha * src/*.c: added timeout option to all dialogs (Fixes bug #160654). Based on patch from Muthiah Annamalai . svn path=/trunk/; revision=1231 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cd2e28c6..7281de42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-13 Lucas Rocha + + * src/*.c: added timeout option to all dialogs (Fixes bug #160654). + Based on patch from Muthiah Annamalai . + 2007-08-13 Lucas Rocha * src/tree.c: fix critical warning when using checkbox and radiobox in -- cgit From 74bfe85d292159b0d01a4e27a858e68cc16a26b8 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 13 Aug 2007 20:49:19 +0000 Subject: release 2.19.2 2007-08-13 Lucas Rocha * NEWS: release 2.19.2 svn path=/trunk/; revision=1232 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7281de42..26eea3f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-08-13 Lucas Rocha + + * NEWS: release 2.19.2 + 2007-08-13 Lucas Rocha * src/*.c: added timeout option to all dialogs (Fixes bug #160654). -- cgit From 9717449e5efd638bba042412a11c2dc5042ef100 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 13 Aug 2007 20:51:05 +0000 Subject: post-release version bump. 2007-08-13 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1234 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 26eea3f0..3692f1b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-08-13 Lucas Rocha + + * configure.in: post-release version bump. + 2007-08-13 Lucas Rocha * NEWS: release 2.19.2 -- cgit From 0ce92c6b4202b266beba6c5fea965a39e999757c Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 3 Sep 2007 22:06:28 +0000 Subject: use new standard/required format. 2007-09-04 Lucas Rocha * MAINTAINERS: use new standard/required format. svn path=/trunk/; revision=1256 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3692f1b7..ccc0ed64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-04 Lucas Rocha + + * MAINTAINERS: use new standard/required format. + 2007-08-13 Lucas Rocha * configure.in: post-release version bump. -- cgit From 1634b3e6a56da6b74d27964fe2f9d0e6e86bf870 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 17 Sep 2007 19:31:44 +0000 Subject: release 2.20.0 2007-09-17 Lucas Rocha * NEWS: release 2.20.0 svn path=/trunk/; revision=1271 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ccc0ed64..3fcae620 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-17 Lucas Rocha + + * NEWS: release 2.20.0 + 2007-09-04 Lucas Rocha * MAINTAINERS: use new standard/required format. -- cgit From 244af073f22d03aecf0dedd1f6777c573841de43 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 17 Sep 2007 19:32:55 +0000 Subject: post-release version bump. 2007-09-17 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1273 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3fcae620..453befd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-17 Lucas Rocha + + * configure.in: post-release version bump. + 2007-09-17 Lucas Rocha * NEWS: release 2.20.0 -- cgit From 6539d908ad4093a0dd140387a24c217940433fc8 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 5 Dec 2007 18:48:31 +0000 Subject: Converted to UTF-8. 2007-12-05 Claude Paroz * NEWS: Converted to UTF-8. svn path=/trunk/; revision=1300 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 453befd1..bf095122 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-05 Claude Paroz + + * NEWS: Converted to UTF-8. + 2007-09-17 Lucas Rocha * configure.in: post-release version bump. -- cgit From 2f374bf42184429bb57d6cd1703d355e5cbfa3aa Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 25 Feb 2008 20:21:50 +0000 Subject: release 2.21.1 2008-02-25 Lucas Rocha * NEWS: release 2.21.1 svn path=/trunk/; revision=1318 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bf095122..07e8e015 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-25 Lucas Rocha + + * NEWS: release 2.21.1 + 2007-12-05 Claude Paroz * NEWS: Converted to UTF-8. -- cgit From 304eaf6692304bdef0967430927ea422fc0a9a3e Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 25 Feb 2008 20:23:28 +0000 Subject: post-release version bump. 2007-02-25 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1320 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 07e8e015..db434ae9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-25 Lucas Rocha + + * configure.in: post-release version bump. + 2008-02-25 Lucas Rocha * NEWS: release 2.21.1 -- cgit From b630ba074a4ab5744b561fca4a7a0c4c7d564826 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 10 Mar 2008 11:07:20 +0000 Subject: release 2.22.0 2008-03-10 Lucas Rocha * NEWS: release 2.22.0 svn path=/trunk/; revision=1329 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index db434ae9..7871d121 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-10 Lucas Rocha + + * NEWS: release 2.22.0 + 2007-02-25 Lucas Rocha * configure.in: post-release version bump. -- cgit From dc31270bb25b0d4f292aeb98618c5e1ee237e8fc Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 10 Mar 2008 11:07:58 +0000 Subject: post-release version bump. 2007-03-10 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1330 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7871d121..e8174c69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-10 Lucas Rocha + + * configure.in: post-release version bump. + 2008-03-10 Lucas Rocha * NEWS: release 2.22.0 -- cgit From 67baada43072de56c7a9f0c88fd29d1056cf31a3 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 17 Mar 2008 19:16:31 +0000 Subject: added comment on a string in order clarify its meaning for translators 2007-03-17 Lucas Rocha * 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 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e8174c69..d1cf8031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-17 Lucas Rocha + + * src/option.c: added comment on a string in order clarify its + meaning for translators (Fixes bug #520847). + 2007-03-10 Lucas Rocha * configure.in: post-release version bump. -- cgit From 82358456e04897a96749e0a43f1cf4b518571d27 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 17 Mar 2008 19:23:03 +0000 Subject: set value range before setting value in order to correctly set initial 2007-03-17 Lucas Rocha * 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 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d1cf8031..36f1cc16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-17 Lucas Rocha + + * src/scale.c (zenity_scale): set value range before setting value + in order to correctly set initial state (Fixes bug #521574). + 2007-03-17 Lucas Rocha * src/option.c: added comment on a string in order clarify its -- cgit From da748de053a894003808791047ab73bc138e2502 Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Mon, 17 Mar 2008 19:25:08 +0000 Subject: Fix ChangeLog entry dates. svn path=/trunk/; revision=1340 --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 36f1cc16..b8a6aad6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,14 @@ -2007-03-17 Lucas Rocha +2008-03-17 Lucas Rocha * src/scale.c (zenity_scale): set value range before setting value in order to correctly set initial state (Fixes bug #521574). -2007-03-17 Lucas Rocha +2008-03-17 Lucas Rocha * src/option.c: added comment on a string in order clarify its meaning for translators (Fixes bug #520847). -2007-03-10 Lucas Rocha +2008-03-10 Lucas Rocha * configure.in: post-release version bump. -- cgit From 69390b9e435e71acd9c965ce3b9c1a73b77dc16f Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 17 Mar 2008 19:28:49 +0000 Subject: added arg_description for --timeout option (Fixes bug #516876). Patch from 2008-03-17 Lucas Rocha * src/option.c: added arg_description for --timeout option (Fixes bug #516876). Patch from Luca Ferretti . svn path=/trunk/; revision=1341 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b8a6aad6..29745394 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-17 Lucas Rocha + + * src/option.c: added arg_description for --timeout option (Fixes + bug #516876). Patch from Luca Ferretti . + 2008-03-17 Lucas Rocha * src/scale.c (zenity_scale): set value range before setting value -- cgit From 2141cb9184c20be91e469b2bd4e4bb22e57faba3 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 29 Mar 2008 22:13:50 +0000 Subject: Allow question dialogs to use custom button label text (Fixes bug 2008-03-30 Lucas Rocha Allow question dialogs to use custom button label text (Fixes bug #335763). Patch from Cosimo Cecchi and Thomas Thurman . * 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 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29745394..bc648daf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-03-30 Lucas Rocha + + Allow question dialogs to use custom button label text (Fixes + bug #335763). Patch from Cosimo Cecchi and + Thomas Thurman . + + * 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. + 2008-03-17 Lucas Rocha * src/option.c: added arg_description for --timeout option (Fixes -- cgit From eeb43bf65b8fd1f41b30e69fd898526ba02d9f78 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 7 Apr 2008 19:06:21 +0000 Subject: fix memory leak on custom labels (Fixes bug #526627). Patch by 2008-03-30 Lucas Rocha * 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 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc648daf..cae5fdc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-30 Lucas Rocha + + * src/msg.c (zenity_msg_construct_question_dialog): fix memory leak on + custom labels (Fixes bug #526627). Patch by kraai@ftbfs.org. + 2008-03-30 Lucas Rocha Allow question dialogs to use custom button label text (Fixes -- cgit From a740e32652506eb82fd2a20623dd996ed3bd1ae7 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Thu, 10 Apr 2008 09:57:14 +0000 Subject: use g_value_dup_string when applicable (Fixes bug #527258). Patch from 2008-04-10 Lucas Rocha * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cae5fdc2..a3ee4ee5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-10 Lucas Rocha + + * 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. + 2008-03-30 Lucas Rocha * src/msg.c (zenity_msg_construct_question_dialog): fix memory leak on -- cgit From 535f6156a7f7cb25170cc5c87487513bae6f5b10 Mon Sep 17 00:00:00 2001 From: Karsten Braeckelmann Date: Sat, 12 Apr 2008 17:00:05 +0000 Subject: Fix typo and remove obsolete freeze note. Fixes bug #527345. Patch by 2008-04-12 Karsten Braeckelmann * HACKING: Fix typo and remove obsolete freeze note. Fixes bug #527345. Patch by kraai@ftbfs.org. svn path=/trunk/; revision=1355 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3ee4ee5..40293a5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-12 Karsten Braeckelmann + + * HACKING: Fix typo and remove obsolete freeze note. + Fixes bug #527345. Patch by kraai@ftbfs.org. + 2008-04-10 Lucas Rocha * src/tree.c (zenity_tree_dialog_get_selected, -- cgit From 8cda6025f0a11278c8d2f01482ad1656a2b5e5b1 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 21 Apr 2008 20:47:38 +0000 Subject: Add support for file filter in file selection dialog through the new 2008-04-21 Lucas Rocha 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 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 40293a5b..5423f326 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-04-21 Lucas Rocha + + 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. + 2008-04-12 Karsten Braeckelmann * HACKING: Fix typo and remove obsolete freeze note. -- cgit From c4f1a2556aec9d9031d54a9ffceb0f2836587ad9 Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Mon, 21 Apr 2008 20:48:50 +0000 Subject: Added patch author reference on latest ChangeLog entry. svn path=/trunk/; revision=1363 --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5423f326..25a746f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2008-04-21 Lucas Rocha Add support for file filter in file selection dialog through the new - --file-filter command line option (Fixes bug #409843). + --file-filter command line option (Fixes bug #409843). Patch from + Ricardo Cruz . * src/option.c, src/zenity.h: added supporting variable and new GOptionEntry entry for the new command line option. -- cgit From 954fd84362fdbbf602479d049393fffc57c0f9b1 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 21 Apr 2008 22:14:32 +0000 Subject: release 2.23.1 2008-04-21 Lucas Rocha * NEWS: release 2.23.1 svn path=/trunk/; revision=1364 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25a746f8..ad8d34c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-21 Lucas Rocha + + * NEWS: release 2.23.1 + 2008-04-21 Lucas Rocha Add support for file filter in file selection dialog through the new -- cgit From 48a8042fa5d426ff7a60f3d5239a3df26ee11200 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 21 Apr 2008 22:16:02 +0000 Subject: post-release version bump. 2008-04-21 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1366 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad8d34c9..73d91b82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-21 Lucas Rocha + + * configure.in: post-release version bump. + 2008-04-21 Lucas Rocha * NEWS: release 2.23.1 -- cgit From 92eda5b9ce67831c136cf2403ca24e6030b1c9eb Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 31 May 2008 13:52:18 +0000 Subject: set all dialogs in glade file as resizable in order to have them 2008-05-31 Lucas Rocha * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 73d91b82..54ef567e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-31 Lucas Rocha + + * 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). + 2008-04-21 Lucas Rocha * configure.in: post-release version bump. -- cgit From b74e793a690699675ed1cc17d0879c11873290ea Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 3 Jun 2008 07:58:59 +0000 Subject: release 2.23.2 2008-06-03 Lucas Rocha * NEWS: release 2.23.2 svn path=/trunk/; revision=1383 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 54ef567e..6fe4a34d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-03 Lucas Rocha + + * NEWS: release 2.23.2 + 2008-05-31 Lucas Rocha * src/zenity.glade: set all dialogs in glade file as resizable in -- cgit From b7b06c088b436215ece80d2c7aace2beabdceb34 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 3 Jun 2008 08:00:20 +0000 Subject: post-release version bump. 2008-06-03 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1385 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6fe4a34d..e83685cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-03 Lucas Rocha + + * configure.in: post-release version bump. + 2008-06-03 Lucas Rocha * NEWS: release 2.23.2 -- cgit From 25f7a2ab9e8bee9039104528877681ee3a0ef4b3 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 17 Jun 2008 13:45:01 +0000 Subject: release 2.23.3 2008-06-16 Lucas Rocha * NEWS: release 2.23.3 svn path=/trunk/; revision=1389 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e83685cb..a8b6a637 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-16 Lucas Rocha + + * NEWS: release 2.23.3 + 2008-06-03 Lucas Rocha * configure.in: post-release version bump. -- cgit From f6f85688ca350c5664b08ec08b327e48fa95b7b0 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 17 Jun 2008 13:52:21 +0000 Subject: release 2.23.3.1 depend on intltool 0.40.0. 2008-06-16 Lucas Rocha * NEWS: release 2.23.3.1 * configure.in: depend on intltool 0.40.0. svn path=/trunk/; revision=1391 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a8b6a637..d586fb38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-06-16 Lucas Rocha + + * NEWS: release 2.23.3.1 + * configure.in: depend on intltool 0.40.0. + +2008-06-16 Lucas Rocha + + * NEWS: release 2.23.3 + 2008-06-16 Lucas Rocha * NEWS: release 2.23.3 -- cgit From 4c3e208210239d0a396bc612a15cd540b1e2a62a Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 17 Jun 2008 13:53:36 +0000 Subject: post-release version bump. 2008-06-16 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1393 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d586fb38..2d5d2f58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-16 Lucas Rocha + + * configure.in: post-release version bump. + 2008-06-16 Lucas Rocha * NEWS: release 2.23.3.1 -- cgit From 49bb0edef00b2351a31f39ae2c15117a1a4c9bf9 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 23 Sep 2008 09:27:41 +0000 Subject: version 2.24.0 2008-09-22 Vincent Untz * NEWS: * configure.in: version 2.24.0 svn path=/trunk/; revision=1450 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d5d2f58..ab1ccf7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-22 Vincent Untz + + * NEWS: + * configure.in: version 2.24.0 + 2008-06-16 Lucas Rocha * configure.in: post-release version bump. -- cgit From 3e7651d4bf51c74c2da4ccfd51e1d006631b1cd9 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 23 Sep 2008 09:28:16 +0000 Subject: post-release bump to 2.24.1. 2008-09-23 Vincent Untz * configure.in: post-release bump to 2.24.1. svn path=/trunk/; revision=1452 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ab1ccf7c..abea3a23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-09-23 Vincent Untz + + * configure.in: post-release bump to 2.24.1. + +==================== 2.24.0 ==================== + 2008-09-22 Vincent Untz * NEWS: -- cgit From d661db7e4e425668f8a7faeaee043ba8bfd67a62 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 9 Jan 2009 00:03:05 +0000 Subject: document --timeout (Fixes bug #565133). Patch from Luca Bruno 2009-01-08 Lucas Rocha * data/zenity.1: document --timeout (Fixes bug #565133). Patch from Luca Bruno . svn path=/trunk/; revision=1460 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index abea3a23..04dbb3a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-08 Lucas Rocha + + * data/zenity.1: document --timeout (Fixes bug #565133). + Patch from Luca Bruno . + 2008-09-23 Vincent Untz * configure.in: post-release bump to 2.24.1. -- cgit From ec484005101b3720feb95c8d76a65bcd6b0472c2 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 9 Jan 2009 00:08:01 +0000 Subject: correctly handle --filename option on file selection mode (Fixes bug 2009-01-09 Lucas Rocha * 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 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04dbb3a4..1127157c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-09 Lucas Rocha + + * src/fileselection.c (zenity_fileselection): correctly handle + --filename option on file selection mode (Fixes bug #564552). + Patch from Gilles Detillieux. + 2009-01-08 Lucas Rocha * data/zenity.1: document --timeout (Fixes bug #565133). -- cgit From bd9e29d33ac1ed929ee09ccdffaf59d4db428fe9 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 9 Jan 2009 00:10:30 +0000 Subject: GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). Patch 2009-01-09 Lucas Rocha * src/main.c: * src/option.h: GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). Patch from Pedro Fragoso . svn path=/trunk/; revision=1462 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1127157c..a60f0936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-09 Lucas Rocha + + * src/main.c: + * src/option.h: + GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). + Patch from Pedro Fragoso . + 2009-01-09 Lucas Rocha * src/fileselection.c (zenity_fileselection): correctly handle -- cgit From ba29edd13497fac1414d9dacd9f1ad147ac716ad Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 9 Jan 2009 00:14:01 +0000 Subject: GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452). Patch from 2009-01-09 Lucas Rocha * src/tree.c: GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452). Patch from Frederic Peters . svn path=/trunk/; revision=1463 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a60f0936..899ca4d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-09 Lucas Rocha + + * src/tree.c: + GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452). + Patch from Frederic Peters . + 2009-01-09 Lucas Rocha * src/main.c: -- cgit From c6da35807bee14b9a7e813e6bbcf757472cbf9e0 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 9 Jan 2009 00:17:40 +0000 Subject: translator comment for file-filter option string (Fixes bug #547202). 2009-01-09 Lucas Rocha * src/option.c: translator comment for file-filter option string (Fixes bug #547202). Patch from Frederic Peters . svn path=/trunk/; revision=1464 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 899ca4d8..5b62c881 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-09 Lucas Rocha + + * src/option.c: translator comment for file-filter option string + (Fixes bug #547202). Patch from Frederic Peters . + 2009-01-09 Lucas Rocha * src/tree.c: -- cgit From 977276a9f9ea2c4d727b28839059f5d3bb1c54c7 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 9 Jan 2009 10:31:03 +0000 Subject: depend on intltool 0.40.0. 2009-01-09 Lucas Rocha * configure.in: depend on intltool 0.40.0. svn path=/trunk/; revision=1465 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b62c881..d45b9bf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-09 Lucas Rocha + + * configure.in: depend on intltool 0.40.0. + 2009-01-09 Lucas Rocha * src/option.c: translator comment for file-filter option string -- cgit From a82ba8318170f7bbbe5b9a9b63eda09569ee6fba Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 12 Jan 2009 23:42:36 +0000 Subject: release 2.24.1 2008-01-12 Lucas Rocha * NEWS: release 2.24.1 svn path=/trunk/; revision=1467 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d45b9bf7..395ffa31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-12 Lucas Rocha + + * NEWS: release 2.24.1 + 2009-01-09 Lucas Rocha * configure.in: depend on intltool 0.40.0. -- cgit From a54fc16a9b524498166b6dc38ba011c571b0b9cf Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 12 Jan 2009 23:47:18 +0000 Subject: post-release version bump. 2008-01-12 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1470 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 395ffa31..fc112b58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-12 Lucas Rocha + + * configure.in: post-release version bump. + 2008-01-12 Lucas Rocha * NEWS: release 2.24.1 -- cgit From 9df2eda37fba550d5d13f8597454d25d1955fde7 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 8 Mar 2009 22:01:00 +0000 Subject: remove deprecated/obsoleted dialog definition (fixes bug #571869). Patch 2009-03-08 Lucas Rocha * src/zenity.glade: remove deprecated/obsoleted dialog definition (fixes bug #571869). Patch from Felix Riemann . svn path=/trunk/; revision=1487 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fc112b58..70853935 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-08 Lucas Rocha + + * src/zenity.glade: remove deprecated/obsoleted dialog + definition (fixes bug #571869). + Patch from Felix Riemann . + 2008-01-12 Lucas Rocha * configure.in: post-release version bump. -- cgit From 6dd1d4b5e674014d1eeaad82d5b057e6537fc346 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 8 Mar 2009 22:04:02 +0000 Subject: replace deprecated GTK+ calls (fixes bug #571869). Patch from Felix 2009-03-08 Lucas Rocha * configure.in, src/notification.c: replace deprecated GTK+ calls (fixes bug #571869). Patch from Felix Riemann . svn path=/trunk/; revision=1488 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 70853935..5dd7b45b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-08 Lucas Rocha + + * configure.in, src/notification.c: replace deprecated + GTK+ calls (fixes bug #571869). + Patch from Felix Riemann . + 2009-03-08 Lucas Rocha * src/zenity.glade: remove deprecated/obsoleted dialog -- cgit From 278a669eaf7f2621fa547d5028911912e68408b0 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sun, 8 Mar 2009 22:34:50 +0000 Subject: disable monk easter egg in order to remove gnome-canvas dependency (Fixes 2009-03-08 Lucas Rocha * 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 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5dd7b45b..489b879d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-08 Lucas Rocha + + * configure.in, src/about.c: disable monk easter egg in order to + remove gnome-canvas dependency (Fixes #571741). + 2009-03-08 Lucas Rocha * configure.in, src/notification.c: replace deprecated -- cgit From 499385db5d7eeebbb6b72d9b238e6c0afbea86f7 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 16 Mar 2009 22:16:15 +0000 Subject: release 2.26.0 2009-03-16 Lucas Rocha * NEWS: release 2.26.0 svn path=/trunk/; revision=1495 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 489b879d..bd1433b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-16 Lucas Rocha + + * NEWS: release 2.26.0 + 2009-03-08 Lucas Rocha * configure.in, src/about.c: disable monk easter egg in order to -- cgit From 98369b98b2e0a7dd06ca070392e9720212ca2baa Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 16 Mar 2009 22:19:18 +0000 Subject: post-release version bump. 2009-03-16 Lucas Rocha * configure.in: post-release version bump. svn path=/trunk/; revision=1497 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bd1433b4..4b4ae283 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-16 Lucas Rocha + + * configure.in: post-release version bump. + 2009-03-16 Lucas Rocha * NEWS: release 2.26.0 -- cgit From dd026c67de7eaf13762336f2918f1120b4c02398 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 10 Aug 2009 21:59:40 +0100 Subject: Add ChangeLog with commit message instructions --- ChangeLog | 2442 +------------------------------------------------------------ 1 file changed, 35 insertions(+), 2407 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b4ae283..1a4e0cd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2419 +1,47 @@ -2009-03-16 Lucas Rocha +=== ChangeLog discontinued === - * configure.in: post-release version bump. + 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 -2009-03-16 Lucas Rocha + Below is a copy of this format: - * NEWS: release 2.26.0 +=== begin example commit === +[tag] Short explanation of the commit -2009-03-08 Lucas Rocha +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 === - * configure.in, src/about.c: disable monk easter egg in order to - remove gnome-canvas dependency (Fixes #571741). + - The commit message is mainly for the other people, so they should be able + to understand it now and six months later. -2009-03-08 Lucas Rocha + - 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). - * configure.in, src/notification.c: replace deprecated - GTK+ calls (fixes bug #571869). - Patch from Felix Riemann . + - 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. -2009-03-08 Lucas Rocha + - 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. - * src/zenity.glade: remove deprecated/obsoleted dialog - definition (fixes bug #571869). - Patch from Felix Riemann . + - 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"). -2008-01-12 Lucas Rocha + - When committing code on behalf of others use the --author option, e.g. git + commit -a --author "Joe Coder ". - * configure.in: post-release version bump. + - 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. -2008-01-12 Lucas Rocha - - * NEWS: release 2.24.1 - -2009-01-09 Lucas Rocha - - * configure.in: depend on intltool 0.40.0. - -2009-01-09 Lucas Rocha - - * src/option.c: translator comment for file-filter option string - (Fixes bug #547202). Patch from Frederic Peters . - -2009-01-09 Lucas Rocha - - * src/tree.c: - GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452). - Patch from Frederic Peters . - -2009-01-09 Lucas Rocha - - * src/main.c: - * src/option.h: - GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). - Patch from Pedro Fragoso . - -2009-01-09 Lucas Rocha - - * src/fileselection.c (zenity_fileselection): correctly handle - --filename option on file selection mode (Fixes bug #564552). - Patch from Gilles Detillieux. - -2009-01-08 Lucas Rocha - - * data/zenity.1: document --timeout (Fixes bug #565133). - Patch from Luca Bruno . - -2008-09-23 Vincent Untz - - * configure.in: post-release bump to 2.24.1. - -==================== 2.24.0 ==================== - -2008-09-22 Vincent Untz - - * NEWS: - * configure.in: version 2.24.0 - -2008-06-16 Lucas Rocha - - * configure.in: post-release version bump. - -2008-06-16 Lucas Rocha - - * NEWS: release 2.23.3.1 - * configure.in: depend on intltool 0.40.0. - -2008-06-16 Lucas Rocha - - * NEWS: release 2.23.3 - -2008-06-16 Lucas Rocha - - * NEWS: release 2.23.3 - -2008-06-03 Lucas Rocha - - * configure.in: post-release version bump. - -2008-06-03 Lucas Rocha - - * NEWS: release 2.23.2 - -2008-05-31 Lucas Rocha - - * 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). - -2008-04-21 Lucas Rocha - - * configure.in: post-release version bump. - -2008-04-21 Lucas Rocha - - * NEWS: release 2.23.1 - -2008-04-21 Lucas Rocha - - Add support for file filter in file selection dialog through the new - --file-filter command line option (Fixes bug #409843). Patch from - Ricardo Cruz . - - * 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. - -2008-04-12 Karsten Braeckelmann - - * HACKING: Fix typo and remove obsolete freeze note. - Fixes bug #527345. Patch by kraai@ftbfs.org. - -2008-04-10 Lucas Rocha - - * 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. - -2008-03-30 Lucas Rocha - - * src/msg.c (zenity_msg_construct_question_dialog): fix memory leak on - custom labels (Fixes bug #526627). Patch by kraai@ftbfs.org. - -2008-03-30 Lucas Rocha - - Allow question dialogs to use custom button label text (Fixes - bug #335763). Patch from Cosimo Cecchi and - Thomas Thurman . - - * 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. - -2008-03-17 Lucas Rocha - - * src/option.c: added arg_description for --timeout option (Fixes - bug #516876). Patch from Luca Ferretti . - -2008-03-17 Lucas Rocha - - * src/scale.c (zenity_scale): set value range before setting value - in order to correctly set initial state (Fixes bug #521574). - -2008-03-17 Lucas Rocha - - * src/option.c: added comment on a string in order clarify its - meaning for translators (Fixes bug #520847). - -2008-03-10 Lucas Rocha - - * configure.in: post-release version bump. - -2008-03-10 Lucas Rocha - - * NEWS: release 2.22.0 - -2007-02-25 Lucas Rocha - - * configure.in: post-release version bump. - -2008-02-25 Lucas Rocha - - * NEWS: release 2.21.1 - -2007-12-05 Claude Paroz - - * NEWS: Converted to UTF-8. - -2007-09-17 Lucas Rocha - - * configure.in: post-release version bump. - -2007-09-17 Lucas Rocha - - * NEWS: release 2.20.0 - -2007-09-04 Lucas Rocha - - * MAINTAINERS: use new standard/required format. - -2007-08-13 Lucas Rocha - - * configure.in: post-release version bump. - -2007-08-13 Lucas Rocha - - * NEWS: release 2.19.2 - -2007-08-13 Lucas Rocha - - * src/*.c: added timeout option to all dialogs (Fixes bug #160654). - Based on patch from Muthiah Annamalai . - -2007-08-13 Lucas Rocha - - * src/tree.c: fix critical warning when using checkbox and radiobox in - list dialog (Fixes bug #453713). - -2007-05-27 Lucas Rocha - - * src/tree.c: fix broken handling of input from pipes in list - dialog (Fixes bug #343684). - -2007-05-27 Lucas Rocha - - * src/text.c: correctly handle UTF-8 input text in the text info - dialog (Fixes bug #407275). - -2007-05-27 Lucas Rocha - - * src/main.c: initialize GTK+ before parsing command line options to - better handle errors on display setting (Fixes bug #410055). - -2007-05-15 Lucas Rocha - - * configure.in: post-release version bump. - -2007-05-15 Lucas Rocha - - * NEWS: release 2.19.1 - -2007-05-15 Lucas Rocha - - * src/text.c (zenity_text_dialog_response): fix seg fault when - outputing files with special printf format strings (Fixes - bug #405006). Patch from Mariano Surez-Alvarez. - -2007-05-15 Lucas Rocha - - * src/tree.c (zenity_tree_dialog_toggle_get_selected): fix index - handling for --print-column (Fixes bug #420396). - -2007-05-15 Lucas Rocha - - * configure.ac: make libnotify support an option (Fixes bug #346843). - Patch from Saleem Abdulrasool . - -2007-05-15 Lucas Rocha - - * src/calendar.c (zenity_calendar, zenity_calendar_double_click): - double-click on day results in dialog response (Fixes bug #395152). - Patch from Tom Tromey . - -2007-05-14 Lucas Rocha - - * 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 . - -2007-05-14 Lucas Rocha - - * data/zenity.1: man page update (Fixes bug #436187). Patch from - Sven Arvidsson . - -2007-04-09 Lucas Rocha - - * configure.in: post-release version bump. - -2007-04-09 Lucas Rocha - - * NEWS: release 2.18.1 - -2007-03-11 Lucas Rocha - - * configure.in: post-release version bump. - -2007-03-11 Lucas Rocha - - * NEWS: release 2.18.0 - -2007-02-26 Lucas Rocha - - * configure.in: post-release version bump. - -2007-02-26 Lucas Rocha - - * NEWS: release 2.17.92 - -2007-02-12 Lucas Rocha - - * configure.in: post-release version bump. - -2007-02-12 Lucas Rocha - - * NEWS: release 2.17.91 - -2007-01-22 Lucas Rocha - - * configure.in: post-release version bump. - -2007-01-22 Lucas Rocha - - * NEWS: release 2.17.90 - -2007-01-08 Lucas Rocha - - * configure.in: post-release version bump. - -2007-01-08 Lucas Rocha - - * NEWS: release 2.17.3 - -2006-12-18 Lucas Rocha - - * configure.in: post-release version bump. - -2006-12-18 Lucas Rocha - - * NEWS: release 2.17.2 - -2006-12-04 Lucas Rocha - - * configure.in: post-release version bump. - -2006-12-04 Lucas Rocha - - * NEWS: release 2.17.1 - -2006-12-04 Lucas Rocha - - * src/option.c: complete list dialog options with respective arguments - (Fixes bug #353320). Patch from Glynn Foster . - -2006-12-04 Lucas Rocha - - * src/zenity.glade: make dialog text selectable on message dialogs - (error, warning, info, and question) (Fixes bug #352910). Patch - from Greg Hudson . - -2006-12-03 Lucas Rocha - - * src/zenity.glade: merged identic i18n strings (Fixes bug #334361). - -2006-12-02 Lucas Rocha - - * COPYING: revert back to GNU LGPL. - -2006-12-02 Lucas Rocha - - * 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 - . - -2006-12-02 Lucas Rocha - - * src/zenity.glade: don't show cancel button on warning dialog (Fixes - bug #324100). Patch from Claudio Saavedra - . - -2006-10-02 Guilherme de S. Pastore - - * configure.in: post-release version bump. - -2006-10-02 Guilherme de S. Pastore - - * NEWS: release 2.16.1. - -2006-09-04 Lucas Rocha - - * configure.in: post release version bump. - -2006-09-04 Lucas Rocha - - * NEWS: Release 2.16.0 - -2006-08-21 Lucas Rocha - - * configure.in: post release version bump. - -2006-08-21 Lucas Rocha - - * NEWS: Release 2.15.92 - -2006-08-15 Kjartan Maraas - - * configure.in: Fix intltool req. - * po/nb.po: Update this. - -2006-08-08 Lucas Rocha - - * configure.in: post release version bump. - -2006-07-28 Lucas Rocha - - * configure.in: Release 2.15.91 - * NEWS: Update. - -2006-07-28 Lucas Rocha - - * configure.in: post release version bump. - -2006-07-28 Lucas Rocha - - * configure.in: Release 2.15.90 - * NEWS: Update. - * po/POTFILES.in: remove eggtrayicon.c reference. - -2006-07-27 Lucas Rocha - - * 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 . - - * src/eggtrayicon.[ch]: removed. - -2006-07-27 Lucas Rocha - - * src/text.c (zenity_text_handle_stdin): correctly stdin input for - text info dialog (Fixes bug #336736). - -2006-07-27 Lucas Rocha - - * src/entry.c (zenity_entry): entry activation makes dialog - return OK (Fixes bug #347340). - -2006-07-26 Lucas Rocha - - * 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. - -2006-06-10 Francisco Javier F. Serrador - - * src/about.c: Replaced FSF postal address with the current. - -2006-05-19 Lucas Rocha - - * src/about.c (zenity_about): about dialog update. - -2006-05-16 Lucas Rocha - - * configure.in: post release version bump. - -2006-05-16 Lucas Rocha - - * configure.in: Release 2.15.2 - * NEWS: Update. - -2006-05-10 Lucas Rocha - - * 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 . - -2006-05-10 Lucas Rocha - - * .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 . - -2006-04-29 Lucas Rocha - - * configure.in: post release version bump. - -2006-04-24 Lucas Rocha - - * configure.in: Release 2.15.1 - * NEWS: Update. - -2006-04-17 Lucas Rocha - - * configure.in: remove X libs checks because zenity - doesn't use X includes directly (Fixes bug #338102). - -2006-04-16 Lucas Rocha - - * src/tree.c (zenity_tree_extract_column_indexes): - don't ignore return value from g_renew() (Fixes - bug #338038). Patch from Behdad Esfahbod - . - -2006-04-16 Lucas Rocha - - * configure.in: - * po/LINGUAS: - - Convert to use po/LINGUAS. - -2006-03-31 Lucas Rocha - - * data/zenity.1: fix example on progress dialog (Fixed - bug #336751). - -2006-03-31 Lucas Rocha - - * src/about.c (zenity_about_dialog_response): quit zenity - on dialog response (Fixes bug #336505). - -2006-03-23 Lucas Rocha - - * src/fileselection.c, zenity.h, option.c: add - --confirm-overwrite to file selection dialog to pop a - confirmation dialog when selecting an existing filename. - -2006-03-22 Lucas Rocha - - Implement the "message" command on notification icon - with libnotify bubbles. Patch from Davyd Madeley - . - - * configure.in: add libnotify checking. - * src/notification.c (zenity_notification_handle_stdin, - zenity_notification): initialize libnotify and implement - "message" command. - -2006-03-21 Gora Mohanty - - * configure.in: Added or (Oriya) to ALL_LINGUAS. - -2006-03-13 Lucas Rocha - - * configure.in: Post release bump, for unstable - 2.15.x development. - -2006-03-13 Lucas Rocha - - * configure.in: Release 2.14.0 - * THANKS, NEWS: Update. - -2006-03-07 Lucas Rocha - - * src/option.c: add G_OPTION_FLAG_NOALIAS to separator - option for list dialog. Patch from Glynn - Foster . - -2006-01-29 Lucas Rocha - - * configure.in: post release version bump. - -2006-01-29 Lucas Rocha - - * configure.in: Release 2.13.90 - * THANKS, NEWS: Update. - -2006-01-16 Lucas Rocha - - * configure.in: post release version bump. - -2006-01-16 Lucas Rocha - - * configure.in: Release 2.13.5 - * NEWS: Update. - -2006-01-05 Lucas Rocha - - * configure.in: post release version bump. - -2006-01-05 Lucas Rocha - - * configure.in: Release 2.13.4 - * THANKS, NEWS: Update. - -2005-12-18 Lucas Rocha - - * 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. - -2005-12-16 Lucas Rocha - - * src/zenity.glade: make all dialogs HIG compliant - by fixing spaces and removing separator (Fixes bug - #324211). Patch by Christian Persch . - -2005-12-15 Lucas Rocha - - * src/option.c, src/scale.c, src/zenity.h: add - --hide-value to scale dialog. - -2005-12-13 Lucas Rocha - - * src/zenity.glade: make the hscale discontinuous. - -2005-12-13 Lucas Rocha - - * 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). - -2005-12-12 Lucas Rocha - - * configure.in: post release version bump. - -2005-12-12 Lucas Rocha - - * configure.in: Release 2.13.3 - * NEWS: Update. - * MAINTAINERS: Update my e-mail address. - -2005-11-15 Lucas Rocha - - * src/calendar.c, src/progress.c, src/tree.c: make - it possible to add new lines and markup in the dialog - text. - -2005-11-13 Lucas Rocha - - * configure.in: post release version bump. - -2005-11-13 Lucas Rocha - - * configure.in: Release 2.13.2 - * NEWS, THANKS, src/about.c: Update. - -2005-11-13 Lucas Rocha - - * src/msg.c: make it possible to add new lines in the - in the msg dialog (Fixes bug #320787). - -2005-10-27 Erdal Ronahi - - * configure.in: Added ku (Kurdish) to ALL_LINGUAS - -2005-10-24 Lucas Rocha - - * configure.in: post release version bump. - -2005-10-24 Lucas Rocha - - * configure.in: Release 2.13.1 - * NEWS, THANKS, src/about.c: Update. - -2005-10-18 Lucas Rocha - - * src/zenity.glade: by default, focus is on tree - view in list dialogs. Fixes #317263. Patch from - Aleksey Kliger - -2005-10-18 Lucas Rocha - - * help/zenity.omf.in: refile zenity to GNOME|Utilities. - Fixes #318831. Patch from Brent Smith . - * help/C/zenity.xml: more meaningful abstract and - standardized title. Fixes #318915. Patch from - Brent Smith . - -2005-09-24 Lucas Rocha - - * data/zenity.1: bug fix for #315020. - -2005-09-24 Lucas Rocha - - * src/option.c: bug fix for #317033. - -2005-09-21 Guilherme de S. Pastore - - * data/zenity.1: escaped "-"s; they're supposed to be - minus signs, not hyphens. - -2005-09-17 Lucas Rocha - - * TODO: add a Zenity wiki page reference. - -2005-09-06 Lucas Rocha - - * configure.in: Post release bump, for unstable - 2.13.x development. - -2005-09-06 Lucas Rocha - - * configure.in: Release 2.12.0 - * NEWS, THANKS, src/about.c: Update. - -2005-08-23 Lucas Rocha - - * configure.in: post release version bump. - -2005-08-23 Lucas Rocha - - * configure.in: Release 2.11.92 - * NEWS, THANKS, src/about.c: Update. - -2005-08-07 Lucas Rocha - - * configure.in: post release version bump. - -2005-08-07 Lucas Rocha - - * configure.in: Release 2.11.91 - * NEWS, THANKS, src/about.c: Update. - -2005-07-25 Lucas Rocha - - * configure.in: post release version bump. - -2005-07-25 Lucas Rocha - - * configure.in: Release 2.11.90 - * NEWS, THANKS, src/about.c: Update. - -2005-07-24 Lucas Rocha - - * .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. - -2005-07-14 Yair Hershkovitz - - * configure.in: Added Hebrew translation. - -2005-07-13 Lucas Rocha - - * configure.in: post release version bump. - -2005-07-13 Lucas Rocha - - * configure.in: Release 2.11.1 - * HACKING: Add note about feature frozen-ness. - * NEWS, THANKS, src/about.c: Update. - -2005-07-12 Lucas Rocha - - * 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. - -2005-07-12 Lucas Rocha - - * src/option.c: activate option help translations - in GOption. - -2005-07-08 Lucas Rocha - - * 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 - Benot Dejean. - -2005-07-08 Lucas Rocha - - * src/about.c, src/option.c, src/fileselection.c: - marks static many functions and global variables. - Contribution from Benot Dejean. - -2005-07-06 Lucas Rocha - - * THANKS, src/about.c: Update. - -2005-07-06 Lucas Rocha - - * src/calendar.c, src/entry.c, src/fileselection.c, - src/msg.c, src/notification.c, src/option.c, - src/progress.c, src/text.c, src/tree.c, src/util.c: - include cleanups (config.h). Contribution from - Benot Dejean. - -2005-07-04 Lucas Rocha - - * THANKS, src/about.c: Update. - * NEWS: Fix Martin Hansen name on 2.11.0 - release announce. - -2005-07-01 Lucas Rocha - - * configure.in: post release version bump. - -2005-07-01 Lucas Rocha - - * configure.in: Release 2.11.0 - -2005-07-01 Lucas Rocha - - * src/tree.c, src/option.c, src/zenity.h: new - --hide-column option. Uses the same syntax of - --print-column option. - -2005-06-30 Lucas Rocha - - * src/tree.c: some data structure improvements. - Created zenity_tree_extract_indexes function for - --print-column option and others. - -2005-06-28 Lucas Rocha - - * src/tree.c: new --print-column option syntax. - Now it's possible to pass a comma-separated list - of column indexes (i.e. --print-column=1,3,4) - -2005-06-28 Lucas Rocha - - * src/tree.c: error handling when trying to - use checklist and radiolist at the same List - dialog. - -2005-06-27 Lucas Rocha - - * src/tree.c, src/about.c: add double-clicking on - list dialog only for normal list (not on radio and - check lists) based on contribution from Norman Rasmussen - * THANKS: Update. - -2005-06-26 Lucas Rocha - - * src/zenity.h, src/option.c: new multiple option on list - dialog - * src/tree.c: now the default behavior is the single - selection. when --multiple is used, then multiple - rows can be selected. For radiolist and checklist, - normal selection is disabled (buttons = selection). - -2005-06-17 Lucas Rocha - - * src/notification.c: don't use parent widget for - hiding the tray icon because it breaks the 'visible' - command. - -2005-06-13 Lucas Rocha - - * MAINTAINERS: adding myself as a new maintainer - * README: no more popt dependency. - -2005-04-25 Glynn Foster - - * 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. - -2005-04-20 Glynn Foster - - * src/fileselection.c: Fix for #171838, from Carlos - Parra. - -2005-04-20 Glynn Foster - - * src/entry.c, src/option.c, src/zenity.h: Clean - up the code a little bit. - -2005-04-20 Glynn Foster - - * 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. - -2005-04-06 Christian Rose - - * configure.in: Added "ug" to ALL_LINGUAS. - -2005-04-01 Adi Attar - - * configure.in: Added "xh" to ALL_LINGUAS. - -2005-03-31 Steve Murphy - - * configure.in: Added "rw" to ALL_LINGUAS. - -2005-03-08 Glynn Foster - - * configure.in: post release version bump. - * HACKING: We're open for business again. - -2005-03-08 Glynn Foster - - * configure.in: Release 2.10.0 - -2005-02-28 Glynn Foster - - * configure.in: Post version bump. - * COPYING: Revert back to LGPL. - -2005-02-28 Glynn Foster - - * configure.in: Release 2.9.92. - -2005-02-16 Glynn Foster - - * src/util.h: Fix leak in ZENITY_IMAGE_FULLPATH. Fixes - #167518, hopefully. - -2005-02-16 Glynn Foster - - * src/fileselection.c, THANKS, src/about.c: Fix bug - #167577, that leaks a seperator. Patch from - Paolo Borelli - -2005-02-08 Glynn Foster - - * configure.in: Post release bump. - -2005-02-08 Glynn Foster - - * configure.in: Release 2.9.91. - -2005-02-07 Glynn Foster - - * src/progress.c: If auto-close, close the dialog when - the input stream finds an EOF. - -2005-02-07 Glynn Foster - - * 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. - -2005-02-01 Glynn Foster - - * src/notification.c, src/option.c: Patch from Chris - Lahey for #165456. - * src/about.c, THANKS: Updated. - -2005-01-17 Glynn Foster - - * configure.in: Post release bump. - -2005-01-17 Glynn Foster - - * configure.in: Release 2.9.90 - -2005-01-17 Glynn Foster - - * src/tree.c: Patch from Ed Catmur to fix the list dialog - on stdin. Fixes #164152. - * src/about.c, THANKS: Update. - -2005-01-11 Glynn Foster - - * configure.in: post release bump. - -2005-01-07 Glynn Foster - - * configure.in: Release 2.9.2 - * HACKING: Add note about feature frozen-ness. - * README: zenity doesn't require gconf anymore. - -2005-01-07 Glynn Foster - - * src/notification.c: Correct error message for notification - icon. Fixes #163462. - -2005-01-07 Glynn Foster - - * src/option.c, src/calendar.c: Really fix #162297, and - preload the current dates if they aren't already set. - -2005-01-07 Glynn Foster - - * 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. - -2004-12-21 Glynn Foster - - * 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-21 Glynn Foster - - * configure.in: Release 2.9.1 - -2004-12-21 Glynn Foster - - * src/option.c: Fix tyop for #161774, as reported by Christian. - -2004-12-20 Glynn Foster - - * src/notification.c: Fix #161539, and try and hide the parent - widget, rather than the tray icon, since it saves space. - -2004-12-08 Glynn Foster - - * TODO: Update with the removed goption item. - -2004-12-07 Glynn Foster - - * 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 . - -2004-12-07 Glynn Foster - - * src/option.c: Fix spacing issue. - -2004-12-07 Glynn Foster - - Patch from Lucas Rocha 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-11-23 Ross Burton - - * src/util.c: Check the xterm window ID is valid for the current - display before trying to use it. - -2004-10-30 Francisco Javier F. Serrador - - * src/main.c: Typo fixing: Notication options --> Notification options - -2004-10-26 Glynn Foster - - * help/C/zenity.xml: Patch from Lucas Rocha to fix - #153277, and remove an extra link. - -2004-10-05 James Henstridge - - * 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-09-30 James Henstridge - - * 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. - -2004-09-17 Kjartan Maraas - - * src/progress.c: Add missing header. - * src/tree.c: Same - * src/util.c: (transient_get_xterm), - (transient_get_xterm_toplevel): ANSIfication. - Closes bug #152851. - -2004-09-16 James Henstridge - - * 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. - -2004-09-13 Glynn Foster - - * configure.in: Post release bump. - -2004-09-13 Glynn Foster - - * configure.in: Release 2.9.0 - -2004-09-13 Glynn Foster - - * TODO: Update. - -2004-09-13 Glynn Foster - - * 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. - -2004-09-13 Glynn Foster - - * 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. - -2004-09-13 Glynn Foster - - * configure.in: Post release bump, for unstable - 2.9.x development. - -2004-09-13 Glynn Foster - - * configure.in: Release 2.8.0 - -2004-09-11 Abel Cheung - - * configure.in: Added "kn" "mk" "tr" to ALL_LINGUAS. - -2004-08-30 Glynn Foster - - * configure.in: Post release bump. - -2004-08-30 Glynn Foster - - * configure.in: Release 2.7.91 - -2004-08-22 Glynn Foster - - * help/C/zenity.xml: Update the documentation after - Breda's commit, to add the new --print-column option for the - list dialog. - -2004-08-18 Kjartan Maraas - - * configure.in: Add nb to ALL_LINGUAS. - -2004-08-18 Breda McColgan - - * 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. - -2004-08-17 Glynn Foster - - * src/about.c: Add translator comment from Christian Rose, - and fix up strcmp's for untranslated translator-credits. - -2004-08-16 Christian Rose - - * configure.in: Added "bs" to ALL_LINGUAS. - -2004-08-11 Glynn Foster - - * src/about.c: Use 'translator-credits' rather than the - underscore version which makes things easier for the translation - dudes. - -2004-08-03 Glynn Foster - - * data/zenity.1: Update the man page for the --print-column - option added. - -2004-08-03 Glynn Foster - - * TODO: Updates. - -2004-08-03 Glynn Foster - - * configure.in: Post release bump. - -2004-08-03 Glynn Foster - - * configure.in: Release 2.7.90 - -2004-07-19 Glynn Foster - - * configure.in: Post release bump. - -2004-07-19 Glynn Foster - - * configure.in: Release 2.7.0 - -2004-07-19 Glynn Foster - - * 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. - -2004-07-19 Glynn Foster - - * 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. - -2004-07-19 Glynn Foster - - * src/main.c: Remove duplicate locale.h include. Patch - from Leonardo Boshell. Partly fixes #137993. - -2004-07-19 Glynn Foster - - * 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. - -2004-07-19 Glynn Foster - - * 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. - -2004-07-19 Glynn Foster - - * configure.in, src/Makefile.am: Fix up compilation - using Forte compiler. Based on patch from Ivan Noris. - Fixes #143041. - -2004-06-18 Glynn Foster - - * THANKS, src/about.c, src/progress.c: Patch - from Luke Suchocki to send HUP to parent - instead of itself. Fixes #144542. - -2004-06-17 Glynn Foster - - * src/main.c: Fix parsing errors. Patch from - Paull Bolle. Fixes #144501. - -2004-06-08 Glynn Foster - - * THANKS, src/about.c: Add Paul. - * src/main.c: fix tyops in parsing. - -2004-05-27 Mohammad DAMT - - * po/id.po: Added Indonesian translation by Ahmad - Riza H Nst - * configure.in: Added id to ALL_LINGUAS - -2004-05-26 Alexander Shopov - - * po/bg.po: - * configure.in: Added Bulgarian translation - by Rostislav Raykov - -2004-04-29 Glynn Foster - - * configure.in: Post release bump. - -2004-04-29 Glynn Foster - - * configure.in: Release 2.6.2 - * NEWS: Update. - -2004-04-29 Glynn Foster - - * 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. - -2004-04-27 Glynn Foster - - * src/zenity.glade: Untranslate 3 strings again. Thanks - to Christian for pointing this out. - -2004-04-26 Glynn Foster - - * 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. - -2004-04-20 Glynn Foster - - * configure.in: Post version bump. - -2004-04-20 Glynn Foster - - * configure.in: Release 2.6.1 - * NEWS: Update. - -2004-04-20 Ross Burton - - * help/C/zenity.xml: Fix a typo, "Calender". Patch from Matt Kraai - . - -2004-04-20 Glynn Foster - - * help/C/zenity.xml: Fix documentation for text-info - as pointed out by the grand master of the zenity man - page, Ross Burton. - -2004-04-10 Guntupalli Karunakar - - * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. - -2004-03-30 Adam Weinberger - - * configure.in: Added en_CA (Canadian English) to ALL_LINGUAS - -2004-03-28 Jesus Bravo Alvarez - - * configure.in: Added Galician (gl) to ALL_LINGUAS - -2004-03-23 Glynn Foster - - * Makefile.am: Add workaround to scrollkeeper-update not - cleaning up after itself, as copied from gnome-panel. - -2004-03-23 Glynn Foster - - * configure.in: Post release bump. - -2004-03-23 Glynn Foster - - * NEWS, THANKS, src/about.c: Update. - * configure.in: Release 2.6.0 - -2004-03-21 Mugurel Tudor - - * configure.in: Added "ro" to ALL_LINGUAS - -2004-03-21 Danilo Segan - - * configure.in: Removed "en_CA" because the po/en_CA.po is missing. - -2004-03-21 Danilo Segan - - * help/Makefile.am (SUBDIRS): Add "sr" to SUBDIRS. - * configure.in: Add help/sr/Makefile to AC_OUTPUT. - -2004-03-21 Danilo Segan - - * help/sr/*: Added Serbian translation of documentation (with - screenshots); build system not adjusted yet. - -2004-03-19 Glynn Foster - - * 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 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. - -2004-03-16 Alexander Winston - - * configure.in: Added "en_CA" (Canadian English) to ALL_LINGUAS. - -2004-03-15 Glynn Foster - - * NEWS: Update. - * autogen.sh: Use automake 1.7 since everyone has it by now. - * configure.in: Release 2.5.91 - -2004-03-07 Glynn Foster - - * src/util.c: Remove some unused code. - -2004-03-07 Glynn Foster - - * 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 - -2004-03-04 Guntupalli Karunakar - - * configure.in: Added "pa" for Punjabi to ALL_LINGUAS. - -2004-02-29 Glynn Foster - - * 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. - -2004-02-21 Paisa Seeluangsawat - - * configure.in: Added Thai (th) to ALL_LINGUAS. - -2004-02-04 Tomasz Koczko - - * configure.in: Trival cleanup: remove AC_SUBST(CFLAGS), - AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS). This variables are - substed by default. - -2004-02-03 Glynn Foster - - * configure.in: Release 2.5.2 - -2004-01-26 Glynn Foster - - * src/text.c: Handle stdin. Fixes #132517. - -2004-01-20 smund Skjveland - - * configure.in: Added 'nn' to ALL_LINGUAS. - * po/nn.po: Added Norwegian Nynorsk translation. - -2004-01-06 Glynn Foster - - * Makefile.am: Back out the intltool stuff. - * configure.in: Require 0.29 - -2004-01-05 Roozbeh Pournader - - * configure.in: Added "fa" (Persian) to ALL_LINGUAS. - -2004-01-04 Glynn Foster - - * Makefile.am: Do the intltool-modules extra dist - foo. - -2004-01-03 Robert Sedak - - * configure.in: Added "hr" in ALL_LINGUAS. - -2003-12-30 Glynn Foster - - * configure.in: Release 2.5.1, a ridiculous bump - so that we sync with the GNOME desktop releases. - -2003-12-30 Jan Arne Petersen - - * src/fileselection.c: (zenity_fileselection), - (zenity_fileselection_dialog_response): Replace - GtkFileSelection with GtkFileChooser. - -2003-12-30 Glynn Foster - - * configure.in: Release 1.8 - -2003-12-28 Christian Rose - - * configure.in: Added "ne" to ALL_LINGUAS. - -2003-12-20 Arafat Medini - - * configure.in: Added Arabic locale "ar" to ALL_LINGUAS. - -2003-12-11 Tõivo Leedjärv - - * configure.in: Added et to ALL_LINGUAS. - -2003-12-04 Sanlig Badral - - * configure.in: Added "mn" to ALL_LINGUAS. - -2003-12-02 Christian Mnneckes < c-w-m@gmx.de> - - * src/gdialog.in: Fix quote and output bugs - in the gdialog wrapper #128149. - -2003-11-12 Glynn Foster - - * configure.in: Release 1.7 - -2003-11-12 Glynn Foster - - * src/gdialog.in: Fix radiolist returning the - wrong argument. Patch from Peter strand - . Fixes #125672. - -2003-11-12 Glynn Foster - - * src/gdialog.in: Make sure the gdialog wrapper - handles spaces. Patch from Peter strand - . Fixes #125337. - -2003-10-29 Glynn Foster - - * src/zenity.glade: Unmark translation messages, - as reported by Christian. Fixes #125717. - -2003-10-28 Glynn Foster - - * src/zenity.glade: Make the dialogs resizable - so that --height/--width works. Reported by - Ingo van Lil . - -2003-10-27 Glynn Foster - - * src/main.c: Patch from Leonardo Boshell to add the - locale.h header. - -2003-10-13 Sami Pesonen - - * configure.in: Added "fi" to ALL_LINGUAS. - -2003-10-06 Žygimantas Beručka - - * configure.in: Added "lt" to ALL_LINGUAS. - -2003-09-30 Christian Rose - - * configure.in: Added "eu" to ALL_LINGUAS. - -2003-09-17 Fatih Demir - - * configure.in: Added "ta" (Tamil) to the languages' list. - -2003-09-12 Glynn Foster - - * zenity.spec.in: Fix up spec file. Fixes #122040. - -2003-09-12 Glynn Foster - - * src/entry.c, src/zenity.glade: Better patch from - raf@noduck.net to fix the activate on the entry dialog. - -2003-09-12 Damien Carbery - - * src/main.c: Make zenity compile on solaris. Whoops :) - -2003-09-11 Glynn Foster - - * src/entry.c: Hook up the 'activate' signal on - the entry dialog. Fixes Debian bug #202332. - -2003-09-08 Glynn Foster - - * configure.in: Release 1.6 - -2003-09-08 Marcel Telka - - * configure.in (ALL_LINGUAS): Added sk. - -2003-09-05 Taneem Ahmed - - * configure.in: Added "bn" to ALL_LINGUAS. - -2003-09-04 Glynn Foster - - * THANKS: Update. - * src/about.c: Update. - * src/main.c: Patch from Toshi to fix encoding of passed - text strings. Fixes #121389. - -2003-09-01 Glynn Foster - - * src/gdialog.in: Add patch from Buchan Milne to fix the gdialog - wrapper. - -2003-09-01 Glynn Foster - - * help/C/zenity.xml: Documentation updates from Nicholas Curran. - * THANKS, src/about.c: Add Nicholas. - -2003-08-27 Glynn Foster - - * src/tree.c: Put horizontal scrolling on automatic, otherwise - we expand off the edge of the screen. - -2003-08-25 Mike Newman - - * src/entry.c: s/g_printerr/g_print/ - last part of Kevin's patch - applied on 2003-07-11. - -2003-08-24 Glynn Foster - - * configure.in: Release 1.5 - -2003-08-22 Samúel Jón Gunnarsson - - * configure.in: Added "is" to ALL_LINGUAS. - -2003-08-22 Paul Duffy - - * configure.in: Added ga to ALL_LINGUAS - -2003-08-22 Mike Newman - - * src/main.c: added call to setlocale to fix i18n of --help - -2003-08-18 Dmitry G. Mastrukov - - * configure.in: Added Russian to ALL_LINGUAS. - -2003-08-15 Glynn Foster - - * COPYING: Add. - -2003-08-13 Guntupalli Karunakar - - * configure.in: Added "hi" (Hindi) in ALL_LINGUAS. - -2003-08-07 Glynn Foster - - * configure.in: Release 1.4. - -2003-08-06 Metin Amiroff - - * configure.in: Added "az" (Azerbaijani) to ALL_LINGUAS - -2003-07-30 Dmitry G. Mastrukov - - * configure.in: Added Belarusian to ALL_LINGUAS. - -2003-07-26 Wang Jian - - * configure.in: Added "zh_CN" to ALL_LINGUAS. - -2003-07-19 Christophe Merlet - - * configure.in: Added "fr" (French) to ALL_LINGUAS. - -2003-07-11 Kevin C. Krinke - - * 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... - -2003-07-10 John Fleck - - * autogen.sh - remove - * xmldocs.make - * omf.make - Set up new docs build system - -2003-07-09 Hasbullah Bin Pit - - * configure.in: Added 'ms' (Malay) to ALL_LINGUAS. - * po/ms.po: Added Malay translation. - -2003-07-09 Andras Timar - - * configure.in: Added "hu" (Hungarian) to ALL_LINGUAS. - -2003-07-09 Dafydd Harries - - * configure.in: Added "cy" (Welsh) to ALL_LINGUAS. - -2003-07-01 Laurent Dhima - - * configure.in: Added "sq" to ALL_LINGUAS. - -2003-06-20 Mike Newman - - * src/gdialog.in: fix return value with patch from Yann - . Thanks! - -2003-06-21 Mike Newman - - * configure.in: Added en_GB to ALL_LINGUAS - * src/main.c: Fixed a typo s/in/is/ in error msg. - -2003-06-13 Mike Newman - - * src/progress.c: allow \t and \n in text updated via '#' lines. - * src/about.c: fixed my email address. - -2003-06-10 Mike Newman - - * src/fileselection.c, src/main.c, src/tree.c, TODO: Allow the use - of '\t' and '\n' in dialog text. Also, g_strcompress the separator - strings in --list and --file-selection so code declared as 'arse' - by Glynn can be removed :) - - Also removed some completed tasks from TODO. - -2003-06-10 Mike Newman - - * src/main.c: allow use of /t and /n in dialog text. - -2003-06-09 Kevin C. Krinke - - * src/gdialog.in: wrap gdialog.real/dialog when not in X-Window - -2003-06-09 Mike Newman - - * data/zenity.1, help/C/zenity.xml: Update docs for new file selection - options. - -2003-06-09 Mike Newman - - * src/fileselection.c, src/main.c, src/zenity.h: Add --multiple - mode to file selection, with --separator to divide returned filenames. - Change default separator for lists and file-sel to '|'. - -2003-06-07 Mike Newman - - * 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 - src/zenity.h: Allow user-defined return values via env vars. - Prefer ZENITY_OK etc, but also check for DIALOG_OK and fall through - to original zenity behaviour. - -2003-06-07 Glynn Foster - - * src/zenity.glade: Untranslate silly strings pointed out by - Kjartan Maraas. - -2003-06-04 Glynn Foster - - * 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. - -2003-06-04 Jordi Mallach - - * src/main.c: Add a "no-c-format" xgettext header to unbreak po files - in the new auto-close string. - -2003-06-03 Mike Newman - - * data/zenity.1: Update docs for --auto-close progress dialog - * help/C/zenity.xml: option. - -2003-06-03 Mike Newman - - * src/gdialog.in: add a --help option, pointing to - zenity docs. Fixes #114338 - -2003-06-03 Changwoo Ryu - - * configure.in: Added "ko" to ALL_LINGUAS. - -2003-06-01 Mike Newman - - * src/main.c: Implement --auto-close for --progress, which - * src/progress.c: behaves as if OK was clicked when reaching 100% - * src/zenity.h: Fixes #114125 - -2003-05-29 Glynn Foster - - * configure.in: release 1.3 - * NEWS: Updated for new release - -2003-05-29 Glynn Foster - - * TODO: More updates for suggestions from Kevin. - -2003-05-29 Glynn Foster - - * TODO: Update with more suggestions. - -2003-05-29 Glynn Foster - - * TODO: Update some more items. - * data/zenity.1: Update man page a little, although it still - should contain more useful information I guess. - -2003-05-27 Glynn Foster - - * src/zenity.glade: Make the progress dialog resize. Lamely - fixes #113706. - -2003-05-27 Glynn Foster - - * HACKING: Update information for submitting patches to bugzilla. - -2003-05-27 Mike Newman - - * configure.in: Enable the gdialog compat wrapper script. Check for - * src/Makefile.am: path to perl, build the gdialog wrapper script - and install it in bindir. Also add it to distclean files. - Warning - this will overwrite gdialog from gnome-utils! - -2003-05-27 Mike Newman - - * src/calendar.c: clean up some inconsistent indentation. - * src/gdialog: take notice of height and width args in textbox - because gdialog did. - -2003-05-24 Mike Newman - - * src/progress.c: Make "OK" sensitive if progress bar has - reached 100%, and give it focus. - -2003-05-24 Glynn Foster - - * help/C/zenity.xml: Patch from Dagmar d'Surreal - 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. - -2003-05-23 Mike Newman - - * src/gdialog: fixed --textbox to actually load filename - specified. Added --separate-output support. Make sure we get - output from list widgets. - -2003-05-20 Mike Newman - - * src/gdialog: fixed --checklist and --radiolist and - added support for --menu - -2003-05-19 Glynn Foster - - * configure.in: release 1.2 - * NEWS: Updated for new release - -2003-05-19 Glynn Foster - - * src/Makefile.am, src/gdialog: Compatibility wrapper script - from Mike Newman . Disabled for the present - until I have a chance to review the code. - -2003-05-19 Glynn Foster - - * 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. - -2003-05-06 Glynn Foster - - * 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. - -2003-05-06 Glynn Foster - - * src/tree.c: Fix up the stdin list dialog stuff. - * NEWS: Updated to actually include the updated - translations as well. - -2003-05-06 Danilo Šegan - - * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS. - -2003-05-05 Glynn Foster - - * help/C/zenity.xml: Update docs for new commandline - options. - -2003-05-05 Glynn Foster - - * configure.in: release 1.1 - NEWS: Updated for new release. - -2003-05-05 Glynn Foster - - * src/tree.c, src/util.c, src/util.h: Make the list dialog - handle stdin - a little bit buggy still. - * TODO: Update - -2003-04-16 Jordi Mallach - - * configure.in: Added "ca" (Catalan) to ALL_LINGUAS. - -2003-04-13 Glynn Foster - - * 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 - -2003-04-08 Alessio Frusciante - - * configure.in: Added "it" (Italian) to ALL_LINGUAS. - -2003-03-10 Glynn Foster - - * 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. - -2003-03-08 Evandro Fernandes Giovanini - - * configure.in(ALL_LINGUAS): Added "pt_BR" (Brazilian Portuguese). - -2003-03-07 Glynn Foster - - * zenity.spec.in: More updates. - -2003-03-06 Glynn Foster - - * zenity.spec.in: Fix up the %defines to include - automatic versioning. - -2003-03-03 Zbigniew Chyla - - * configure.in (ALL_LINGUAS): Added pl (Polish). - -2003-03-01 Duarte Loreto - - * configure.in: Added "pt" to ALL_LINGUAS. - -2003-02-28 Takeshi AIHANA - - * configure.in: Added ja into ALL_LINGUAS. - -2003-02-25 Miloslav Trmac - - * configure.in: Added cs (Czech) to ALL_LINGUAS. - -2003-02-12 Yuriy Syrota - - * configure.in: Added uk (Ukrainian) to ALL_LINGUAS. - -2003-02-09 Christian Neumair - - * .cvsignore: Added missing file. - * configure.in: Added de (German) to ALL_LINGUAS. - -2003-02-05 Glynn Foster - - * THANKS, src/about.c: Add Ross. - -2003-02-05 Ross Burton - - * data/zenity.1: Added a simple man page. - * data/Makefile.am: Install the man page. - -2003-02-03 Glynn Foster - - * src/about.c: Raise on mouse click - -2003-02-03 Glynn Foster - - * data/Makefile.am, data/hawaii-shirt.png, - data/surfboard.png, src/about.c: Um, you don't really - want to know. - -2003-02-03 Glynn Foster - - * Makefile.am, configure.in, zenity.spec.in: Add - spec file, thanks to Mihai T. Lazarescu. - - * THANKS, src/about.c: Update. - -2003-02-02 Daniel Yacob - - * configure.in: Added Amharic (am) to ALL_LINGUAS - -2003-02-01 Glynn Foster - - * NEWS, THANKS, src/about.c: Fix Jonathan's - name - I suck. - -2003-02-01 Glynn Foster - - * configure.in: Release 1.0 - * NEWS: Updated for new release. - -2003-02-01 Glynn Foster - - * help/C/zenity.xml: Update the docs for new --editable - option in the List dialog. - -2003-02-01 Glynn Foster - - * data/Makefile.am, data/sunglasses.png: Add new. - * src/about.c: Update coordinates. - -2003-02-01 Glynn Foster - - * src/about.c: Okay, I'm a glory hunter. Seperate out the - about dialog entries a little. - - * THANKS: Update. - -2003-01-30 Pablo Saratxaga - - * configure.in: Added Vietnamese (vi) to ALL_LINGUAS - -2003-01-29 Glynn Foster - - * src/main.c: Don't do a g_assert_not_reached () if we don't have - any dialog types. - -2003-01-29 Glynn Foster - - * 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 - -2003-01-28 Glynn Foster - - * 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. - -2003-01-26 Glynn Foster - - * THANKS, src/about.c: Update - -2003-01-24 John Fleck - - * src/about.c: adding comma Glynn left out - that kept it from compiling - -2003-01-24 Glynn Foster - - * 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 - -2003-01-24 John Fleck - - * help/C/zenity.xml: fix typo. - -2003-01-23 John Fleck - - * help/C/zenity.xml: fixing tag mixup that made the - docbook not valid. - -2003-01-24 Kjartan Maraas - - * configure.in: Added "no" to ALL_LINGUAS. - -2003-01-23 Pablo Gonzalo del Campo - - * configure.in: Added es to ALL_LINGUAS. - -2003-01-22 Glynn Foster - - * src/main.c: Print out warning when we have no arguments to the - commandline. - - * TODO: Add another item - -2003-01-22 Glynn Foster - - * 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. - -2003-01-21 Mike Newman - - * src/text.c: fix a bug where a textbuffer was only being - associated with the textview if we had a filename to read in. - -2003-01-21 Abel Cheung - - * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS. - -2003-01-20 Glynn Foster - - * src/zenity.glade: Remove some strings for translation that - should be done. - -2003-01-20 Christian Rose - - * configure.in: Added "sv" to ALL_LINGUAS. - -2003-01-19 Mike Newman - - * help/C/zenity.xml: s/data-format/date-format/ in calendar help. - -2003-01-19 Glynn Foster - - * 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. - -2003-01-19 Mike Newman - - * help/C/zenity.xml: fixed a missing closing tag. - -2003-01-19 Mike Newman - - * src/main.c, src/text.c, src/zenity.h: add an --editable - option to --text-info. If set, return the contents of the - text buffer on dialog close. - -2003-01-19 Ole Laursen - - * configure.in: Added da to ALL_LINGUAS. - -2003-01-18 Glynn Foster - - * 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. - -2003-01-18 Glynn Foster - - * help/C/zenity.xml: Add in references to the screenshots. - -2003-01-18 Glynn Foster - - * 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. - -2003-01-18 Glynn Foster - - * 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. - -2003-01-18 Glynn Foster - - * data/Makefile.am, data/zenity.png, src/about.c: Hooray! - Zenity now has an about window icon. It's very zen too. - -2003-01-18 Glynn Foster - - * help/C/zenity.xml: Update the docs a little. I have absolutely - no clue how the doc people don't get tired of this. - -2003-01-18 Glynn Foster - - * 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. - -2003-01-16 Mike Newman - - * src/tree.c: fix a segfault if a --list is constructed and there - is no data to put in it. Since a list with no contents to select - seemed pointless, return without showing dialog. - -2003-01-15 Glynn Foster - - * 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. - -2003-01-14 Glynn Foster - - * 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. - -2003-01-14 Glynn Foster - - * 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. - -2003-01-14 Glynn Foster - - * 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. - -2003-01-14 Glynn Foster - - * src/tree.c, src/zenity.h, src/main.c: Add support to - separate the selected rows output with a character - with '/' used by default. - -2003-01-13 Glynn Foster - - * 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. - -2003-01-13 Mike Newman - - * src/calendar.c, src/main.c, src/zenity.h: Make the calendar - return a localised date, and provide a means to override this with - a --date-format option which takes a strftime style string - - "%A %d/%m/%Y" for example. - -2003-01-13 Glynn Foster - - * 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. - -2003-01-09 Glynn Foster - - * 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. - -2003-01-07 Glynn Foster - - * 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. - -2003-01-07 Glynn Foster - - * src/main.c: Fix up the error returns. - - * TODO: Update accordingly. - -2003-01-06 Glynn Foster - - * src/calendar.c, src/main.c, src/progress.c, - src/tree.c, src/zenity.h: Improve error handling... - a lot. - -2003-01-06 Glynn Foster - - * 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 - -2003-01-06 Glynn Foster - - * 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. - -2003-01-06 Glynn Foster - - * 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. - -2003-01-06 Glynn Foster - - * 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. - -2002-12-15 Glynn Foster - - * zenity/*: Initial import into cvs.gnome.org. Don't - expect things to work very well. + - When a commit closes a bug, the commit message should contain a line like: + Closes: bgo#12345 -- cgit