2004-09-13 Glynn Foster <glynn.foster@sun.com>
* data/Makefile.am, data/zenity-notification.png: Add new
notification icon.
* src/Makefile.am: Update for new files.
* src/about.c, src/calendar.c, src/entry.c, src/fileselection.c,
src/progress.c, src/text.c, src/tree.c, src/msg.c: Restructure code a
little bit for new utility functions for setting window icons.
* src/eggtrayicon.c, src/eggtrayicon.h: New files for notification area
support.
* src/main.c, src/notification.c, src/util.c, src/util.h, src/zenity.h:
Add support for notification area.
* data/zenity.1, help/*: Update docs for notification and new file
selection changes.
2004-04-29 Glynn Foster <glynn.foster@sun.com>
* src/main.c, src/tree.c: Fix the list dialog not being
able to handle --text to change the text. It was also
intentional but must have fallen through the gaps.
* data/zenity.1: Update
* help/C/zenity.xml: Update.
2003-05-29 Glynn Foster <glynn.foster@sun.com>
* TODO: Update some more items.
* data/zenity.1: Update man page a little, although it still
should contain more useful information I guess.
2003-01-29 Glynn Foster <glynn.foster@sun.com>
* README: Update
* configure.in: Remove some bogus configure checks that
we almost certainly don't need.
* src/about.c, data/Makefile.am, data/*.png: Add new pixbuf for
about dialog.
* TODO: Update accordingly
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* data/Makefile.am, data/zenity.png, src/about.c: Hooray!
Zenity now has an about window icon. It's very zen too.
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.