Sun Jun 27 21:50:33 PDT 2004 Christian Hammond * configure.ac: - Pass 0.0.1 as the version number to AC_INIT(). Sun Jun 27 21:39:13 PDT 2004 Christian Hammond * libnotify/notify.c: - Added support for the NotificationClosed and RequestClosed signals, along with request callbacks. I wonder if any of this works. Sun Jun 27 20:23:00 PDT 2004 Christian Hammond * libnotify/notify.c: - Keep track of request IDs so that we can do callback stuff in a bit. Sun Jun 27 20:02:09 PDT 2004 Christian Hammond * libnotify/notify.c: - Send the list of button texts as a string array, rather than appending each one individually. Sun Jun 27 18:30:19 PDT 2004 Christian Hammond * libnotify/notify.c: * libnotify/notify.h: - Split notify_close() into notify_close_notification() and notify_close_request(). - Implement notify_send_request() and notify_send_request_with_icon_data(), and add versions of those functions that take a va_list for the buttons. Sun Jun 27 16:46:32 PDT 2004 Christian Hammond * libnotify/notify.c: - Added a utility function for doing most of the D-BUS message creation. - Implemented notify_close_notification() and notify_close_request(). Sun Jun 27 16:38:42 PDT 2004 Christian Hammond * libnotify/notify.c: - Make sure we include our config.h if we have one. Sun Jun 27 16:37:30 PDT 2004 Christian Hammond * libnotify/notify.c: * libnotify/notify.h: - Added the initial header file and connection code.