diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-12-07 00:17:16 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-12-07 00:17:16 +0000 |
commit | 530a4c04082242ea4740998ed4f50270c94e823a (patch) | |
tree | 3a1e4f06da8362477b026c678c32e5785e741e10 /ChangeLog | |
parent | Hrm, for some reason a newer version of automake wants to replace my version (diff) | |
download | zenity-530a4c04082242ea4740998ed4f50270c94e823a.tar.gz zenity-530a4c04082242ea4740998ed4f50270c94e823a.tar.bz2 zenity-530a4c04082242ea4740998ed4f50270c94e823a.zip |
Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for the
2004-12-07 Glynn Foster <glynn.foster@sun.com>
Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption
API for the zenity parsing options, with some spacing fixes
from Glynn.
* configure.in: zenity now requires glib-2.0 >= 2.5.3 to build
because now it uses GOption. popt requirement removed.
* src/Makefile.am: update for new files
* src/main.c: use GOption API
* src/option.c, src/option.h: New files to implement the new
functionality.
* src/zenity.h: Fix spacing.
2004-12-07 Glynn Foster <glynn.foster@sun.com>
* POTFILES.in: Add new files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2004-12-07 Glynn Foster <glynn.foster@sun.com> + + Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption + API for the zenity parsing options, with some spacing fixes + from Glynn. + + * configure.in: zenity now requires glib-2.0 >= 2.5.3 to build + because now it uses GOption. popt requirement removed. + * src/Makefile.am: update for new files + * src/main.c: use GOption API + * src/option.c, src/option.h: New files to implement the new + functionality. + * src/zenity.h: Fix spacing. + 2004-11-23 Ross Burton <ross@burtonini.com> * src/util.c: Check the xterm window ID is valid for the current |