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. --- po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'po/ChangeLog') diff --git a/po/ChangeLog b/po/ChangeLog index 9bd32020..ecc5ca08 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2004-12-07 Glynn Foster + + * POTFILES.in: Add new files. + 2004-12-04 Žygimantas Beručka * lt.po: Updated Lithuanian translation. -- cgit