2004-06-27 23:50:49 -05:00
|
|
|
Sun Jun 27 21:50:33 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
|
|
|
|
|
|
|
* configure.ac:
|
|
|
|
- Pass 0.0.1 as the version number to AC_INIT().
|
|
|
|
|
2004-06-27 23:40:04 -05:00
|
|
|
Sun Jun 27 21:39:13 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
|
|
|
|
|
|
|
* libnotify/notify.c:
|
|
|
|
- Added support for the NotificationClosed and RequestClosed signals,
|
|
|
|
along with request callbacks. I wonder if any of this works.
|
|
|
|
|
2004-06-27 22:24:08 -05:00
|
|
|
Sun Jun 27 20:23:00 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
|
|
|
|
|
|
|
* 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 <chipx86@gnupdate.org>
|
|
|
|
|
|
|
|
* libnotify/notify.c:
|
|
|
|
- Send the list of button texts as a string array, rather than appending
|
|
|
|
each one individually.
|
|
|
|
|
2004-06-27 20:39:16 -05:00
|
|
|
Sun Jun 27 18:30:19 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2004-06-27 18:47:17 -05:00
|
|
|
Sun Jun 27 16:46:32 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
|
|
|
|
|
|
|
* libnotify/notify.c:
|
|
|
|
- Added a utility function for doing most of the D-BUS message
|
|
|
|
creation.
|
|
|
|
- Implemented notify_close_notification() and notify_close_request().
|
|
|
|
|
2004-06-27 18:39:09 -05:00
|
|
|
Sun Jun 27 16:38:42 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
|
|
|
|
|
|
|
* libnotify/notify.c:
|
|
|
|
- Make sure we include our config.h if we have one.
|
|
|
|
|
2004-06-27 18:38:07 -05:00
|
|
|
Sun Jun 27 16:37:30 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
|
|
|
|
|
|
|
* libnotify/notify.c:
|
|
|
|
* libnotify/notify.h:
|
|
|
|
- Added the initial header file and connection code.
|
|
|
|
|