summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-14 15:35:24 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-14 15:35:24 +0000
commit97656d7e299eb2f2063278711eddfff0d2db9392 (patch)
tree5498a97dba4cc045f326e5f4d3eec93bc06c66c5 /ChangeLog
parent15538e120d8d184962d406fee5d7bd6600d2463d (diff)
Update to add new gconf requirement.
2003-01-14 Glynn Foster <glynn.foster@sun.com> * configure.in: Update to add new gconf requirement. * src/zenity.h, src/about.c: Hurray for a new about box, although it lacks an icon. I wonder if people would actually like to see this as part of the dialog options. Can't think of any reason to do so at the moment though. Large chunks copied from libgnomeui/gnome-about.[ch] * src/util.h, src/util.c: Add new helper functions because I don't want to touch gnome_program with a bargepole. Copied from libgnome/gnome-url.[ch] * po/POTFILES.in: Add missing files. I think we have everything now. * TODO: Update accordingly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd7df8c..044e6ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
2003-01-14 Glynn Foster <glynn.foster@sun.com>
+ * configure.in: Update to add new gconf requirement.
+
+ * src/zenity.h, src/about.c: Hurray for a new about box,
+ although it lacks an icon. I wonder if people would actually
+ like to see this as part of the dialog options. Can't think
+ of any reason to do so at the moment though. Large chunks
+ copied from libgnomeui/gnome-about.[ch]
+
+ * src/util.h, src/util.c: Add new helper functions because I
+ don't want to touch gnome_program with a bargepole. Copied from
+ libgnome/gnome-url.[ch]
+
+ * po/POTFILES.in: Add missing files. I think we have
+ everything now.
+
+ * TODO: Update accordingly.
+
+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