From 963241dd15b3046e97e526b1547fdd3543b18b14 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Thu, 16 Sep 2004 09:28:09 +0000 Subject: add code to listen for commands on stdin when in listen mode. 2004-09-16 James Henstridge * 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. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 08b3e4a..2151280 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-09-16 James Henstridge + + * 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 * configure.in: Post release bump. -- cgit v1.2.3-2-g168b