diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-14 03:16:47 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-14 03:16:47 +0000 |
commit | 15538e120d8d184962d406fee5d7bd6600d2463d (patch) | |
tree | b3472e2b6c1e6566f25ace12a59bc89fc23638c6 /ChangeLog | |
parent | Add support to separate the selected rows output with a character with '/' (diff) | |
download | zenity-15538e120d8d184962d406fee5d7bd6600d2463d.tar.gz zenity-15538e120d8d184962d406fee5d7bd6600d2463d.tar.bz2 zenity-15538e120d8d184962d406fee5d7bd6600d2463d.zip |
Add an about box. Still need to add an icon, and implement the callbacks
2003-01-14 Glynn Foster <glynn.foster@sun.com>
* src/Makefile.am, src/about.c, src/main.c,
src/zenity.glade: Add an about box. Still need to add
an icon, and implement the callbacks for Help and Credits. Extra
hassle for not linking against libgnomeui. Sigh.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-01-14 Glynn Foster <glynn.foster@sun.com> + * src/Makefile.am, src/about.c, src/main.c, + src/zenity.glade: Add an about box. Still need to add + an icon, and implement the callbacks for Help and Credits. Extra + hassle for not linking against libgnomeui. Sigh. + +2003-01-14 Glynn Foster <glynn.foster@sun.com> + * src/tree.c, src/zenity.h, src/main.c: Add support to separate the selected rows output with a character with '/' used by default. |