diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-13 18:16:50 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-13 18:16:50 +0000 |
commit | 1e0ff80be4b1fe6f2e6def15bfc02b2d09312061 (patch) | |
tree | 5853ddc653260fdf5a57e1cbeca9ec603bfa0c98 /ChangeLog | |
parent | Localise output of --calendar dialog by default (using nl_langinfo), (diff) | |
download | zenity-1e0ff80be4b1fe6f2e6def15bfc02b2d09312061.tar.gz zenity-1e0ff80be4b1fe6f2e6def15bfc02b2d09312061.tar.bz2 zenity-1e0ff80be4b1fe6f2e6def15bfc02b2d09312061.zip |
Re-structure the code to pass in the ZenityData structure into the
2003-01-13 Glynn Foster <glynn.foster@sun.com>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2003-01-13 Glynn Foster <glynn.foster@sun.com> + + * 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 <mike@gtnorthern.demon.co.uk> * src/calendar.c, src/main.c, src/zenity.h: Make the calendar |