diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-18 13:35:13 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-18 13:35:13 +0000 |
commit | f182d9f7fce8e9a57c03eb71f4467894394d0104 (patch) | |
tree | d937f36d601cf7aa611818f954268a3fdd8700ee /ChangeLog | |
parent | Fix a segfault in the --list if no data is supplied to populate (diff) | |
download | zenity-f182d9f7fce8e9a57c03eb71f4467894394d0104.tar.gz zenity-f182d9f7fce8e9a57c03eb71f4467894394d0104.tar.bz2 zenity-f182d9f7fce8e9a57c03eb71f4467894394d0104.zip |
Some new window icons.
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2003-01-18 Glynn Foster <glynn.foster@sun.com> + + * 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 <mike@gtnorthern.demon.co.uk> * src/tree.c: fix a segfault if a --list is constructed and there |