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 68d6e27..a3036d9 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 v1.2.3-54-g00ecf