summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-05-24 01:36:24 +0000
committerGlynn Foster <gman@src.gnome.org>2003-05-24 01:36:24 +0000
commit1acd9cfed892c8a277199912d099f7c5ff7a94ca (patch)
tree6c20990f22220513382924987e3448ed0a09554c /ChangeLog
parentHmm, forgot some other bits - support --separate-output, ensure list rows (diff)
downloadzenity-1acd9cfed892c8a277199912d099f7c5ff7a94ca.tar.gz
zenity-1acd9cfed892c8a277199912d099f7c5ff7a94ca.tar.bz2
zenity-1acd9cfed892c8a277199912d099f7c5ff7a94ca.zip
Patch from Dagmar d'Surreal <dagmar@speakeasy.net> to correct help docs
2003-05-24 Glynn Foster <glynn.foster@sun.com> * help/C/zenity.xml: Patch from Dagmar d'Surreal <dagmar@speakeasy.net> to correct help docs and script examples for the change from --dialog-title to --title. * THANKS, src/about.c: Add Dagmar. * src/progress.c: For now, just send a SIGHUP to the parent process - not entirely sure if this is the best thing to do right now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efaab9b4..ffa7e380 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-05-24 Glynn Foster <glynn.foster@sun.com>
+
+ * help/C/zenity.xml: Patch from Dagmar d'Surreal
+ <dagmar@speakeasy.net> to correct help docs and
+ script examples for the change from --dialog-title to
+ --title.
+
+ * THANKS, src/about.c: Add Dagmar.
+
+ * src/progress.c: For now, just send a SIGHUP to the
+ parent process - not entirely sure if this is the best thing
+ to do right now.
+
2003-05-23 Mike Newman <mikegtn@gnome.org>
* src/gdialog: fixed --textbox to actually load filename
bgstack15