summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2004-09-16 09:28:09 +0000
committerJames Henstridge <jamesh@src.gnome.org>2004-09-16 09:28:09 +0000
commit963241dd15b3046e97e526b1547fdd3543b18b14 (patch)
treecc1a200d30b3ae581bb6d49d113de854ecd89a29 /ChangeLog
parent8f506690acc3e6103db31b4426856498dacc5d32 (diff)
add code to listen for commands on stdin when in listen mode.
2004-09-16 James Henstridge <james@jamesh.id.au> * src/notification.c: add code to listen for commands on stdin when in listen mode. * src/main.c: parse the --listen argument for --notification mode. * src/zenity.h (ZenityNotificationData): add a field for the "listen" argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08b3e4a..2151280 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-09-16 James Henstridge <james@jamesh.id.au>
+
+ * src/notification.c: add code to listen for commands on stdin
+ when in listen mode.
+
+ * src/main.c: parse the --listen argument for --notification mode.
+
+ * src/zenity.h (ZenityNotificationData): add a field for the
+ "listen" argument.
+
2004-09-13 Glynn Foster <glynn.foster@sun.com>
* configure.in: Post release bump.