summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-14 03:16:47 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-14 03:16:47 +0000
commit15538e120d8d184962d406fee5d7bd6600d2463d (patch)
treeb3472e2b6c1e6566f25ace12a59bc89fc23638c6 /ChangeLog
parentf00eb34c0604dcf68457ab09278295f647c622b8 (diff)
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2eaaa9..dd7df8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.