summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: defe402891cf53cca65750773419329850fc61ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
Mon Jul 25 22:47:02 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* tests/test-xy.c:
	  - Use a variant type for the hint dictionary values. This let's us
	    actually use various data types in D-BUS 0.3x.

Thu Jul 28 01:54:27 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* docs/notification-spec.xml:
	  - Bump to version 0.7, and add the x, y hint info.

	* NEWS:
	* configure.ac:
	  - Bump to version 0.2.0.

Thu Jul 28 01:52:03 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* libnotify/notify.c:
	* libnotify/notify.h:
	  - Don't send all hint values as strings. Send as integers, booleans,
	    or strings, depending on what the user set.

Wed Jul 27 23:08:43 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* libnotify/notify.c:
	* libnotify/notify.h:
	  - Support setting boolean hints.

Mon Jul 25 18:03:12 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	  - Disable animation support on D-BUS 0.3x, since arrays of arrays
	    of a type seems broken.

Mon Jul 25 18:00:12 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* tests/test-animation.c:
	  - Flush the D-BUS connection queue on uninit so that messages go
	    through and so we don't trigger this ugly little warning on
	    D-BUS 0.3x.
	  - Fix a compiler warning on gcc4.

Wed Jul 27 02:12:31 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* libnotify/notify.c:
	  - Actually set the expires flag in the notification handle so we
	    don't just kill off all notifications as soon as we create them
	    and exit.

Wed Jul 27 01:47:25 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* libnotify/notify.c:
	  - Handle SIGINT and SIGTERM When raised, we call notify_uninit.
	    notify_uninit now checks if there are any non-expiring notifications
	    and closes them. This is a best-effort to preventing stale
	    notifications from a dead process from displaying on the screen. Of
	    course, we can't handle SIGKILL, so we're stuck there.

Wed Jul 27 01:13:12 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* libnotify/notify.c:
	  - Patch (bug #3050) by Duarte Henriques to prevent closing
	    notifications we don't own.

Wed Jul 27 01:08:56 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* libnotify/notify.c:
	* libnotify/notify.h:
	* tests/test-default-action.c:
	* tests/test-image.c:
	* tests/test-multi-actions.c:
	  - Patch (bug #3734) by Duarte Henriques to provide a convenient way
	    of integrating libnotify with the glib mainloop. Modifications by
	    me to make it even easier.

Wed Jul 27 00:51:58 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* tests/test-animation.c:
	* tests/test-basic.c:
	* tests/test-error.c:
	* tests/test-image.c:
	* tests/test-markup.c:
	* tests/test-xy.c:
	* tests/test-xy-stress.c:
	  - Actually support our own spec and use the number of seconds until
	    expiration instead of current time + number of seconds. That was
	    creating all kinds of problems.

Wed Jul 27 00:31:47 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* libnotify/dbus-compat.h:
	  - Compile under D-BUS 0.2x again.

Wed Jul 27 00:18:16 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* libnotify/notify.c:
	  - If the handle given in ActionInvoked is not found in the local
	    table of handles, return from the ActionInvoked handler. Otherwise,
	    every program using libnotify will crash when a notification is
	    clicked. Oops!

Sat Jul 16 02:53:06 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	  - Fix the key type for the dictionary for hints on D-BUS 0.3x. The
	    notification-daemon side is still broken in this regard.

Sat Jul 16 02:51:42 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/dbus-compat.h:
	* libnotify/notify.c:
	  - Fixed a couple of D-BUS 0.3x bugs. Several remain though.

Tue Jul 12 12:29:08 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* AUTHORS:
	  - Update the AUTHORs file with our current contributors.

Tue Jul 12 12:28:16 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* tests/Makefile.am:
	* tools/Makefile.am:
	* libnotify.spec.in:
	  - Patch by Richard Hughes to fix make distcheck, and to provide a
	    Fedora Core 4 RPM spec file.

Sun Jul 10 16:46:57 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* tests/test-replace.c:
	  - Decrease the wait time for the replacement notification.

Sat Jul  9 18:30:41 2005  Duarte Henriques <maxcow@users.sourceforge.net>

	* libnotify/notify.c:
	  - Fill in handle->user_data in notify_send_notification_varg

Mon Jul 04 02:13:56 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* tests/Makefile.am:
	* tests/test-markup.c:
	A tests/test-xy-stress.c:
	* configure.ac:
	  - Conditionally build gdk-dependent test apps if we have gdk.
	  - Added a X, Y stress test that will be used to help test
	    accurately positioning the arrows.

Thu Jun 30 21:09:18 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* tests/Makefile.am:
	  - Don't install the test programs during make install.

Thu Jun 30 21:03:30 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* libnotify/notify.c:
	* libnotify/notify.h:
	* tests/test-animation.c:
	* tests/test-basic.c:
	* tests/test-default-action.c:
	* tests/test-error.c:
	* tests/test-image.c:
	* tests/test-markup.c:
	* tests/test-multi-actions.c:
	* tests/test-replace.c:
	* tools/notify-send.c:
	  - Added support for hints in the API.

Mon Jun 20 06:13:02 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	  - Be a little better at not crashing. Just a bit better. There's
	    still another crash I'm trying to track down.

Mon Jun 20 04:53:29 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	  - Close the right container in D-BUS 0.3x.

Mon Jun 20 02:49:27 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/Makefile.am:
	A libnotify/dbus-compat.h:
	  - Add dbus-compat.h.

Mon Jun 20 02:43:26 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* configure.ac:
	  - Add support for compiling under D-BUS 0.3x. Actually running
	    has not yet been tested!

Fri Apr 01 09:21:26 PST 2005  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	  - Updated to work with 0.6 of the notification spec.

Sat Nov 06 15:40:48 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.h:
	  - Move our TODO list to the Doxygen @todo commands, so we'll get it
	    in a nice little page of its own in the API docs.

Sat Nov 06 15:35:52 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.h:
	  - Move the emacs mode string out of the Doxygen comment and into its
	    own.

Sat Nov 06 15:11:53 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.h:
	A Doxyfile.in:
	* Makefile.am:
	* configure.ac:
	  - Add a Doxyfile.in and update things so we can get doxygen
	    docs.

Wed Nov 03 23:39:23 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	  - Use glib's memory allocation stuff instead of libc's.

Wed Nov 03 23:34:10 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* libnotify/notify.h:
	* tests/test-animation.c:
	* tests/test-image.c:
	  - Patch from Mike Hearn to do a bunch of stuff, like handling icons
	    and animations better.

Wed Nov 03 01:19:42 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* configure.ac:
	A libnotify.spec.in:
	  - Fix make distcheck.

Wed Sep 29 22:34:03 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* tools/notify-send.c:
	  - Don't flush the D-BUS connection, and make sure we disconnect from it.

Wed Sep 29 21:53:15 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* libnotify/notify.h:
	* tests/test-animation.c:
	* tests/test-basic.c:
	* tests/test-default-action.c:
	* tests/test-error.c:
	* tests/test-image.c:
	* tests/test-markup.c:
	* tests/test-multi-actions.c:
	* tests/test-replace.c:
	* tools/notify-send.c:
	  - Updated to match the spec.

Sat Sep 25 12:59:26 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* tests/test-animation.c:
	* tests/test-default-action.c:
	  - Fixed to compile.

Wed Sep 01 00:39:23 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* docs/ChangeLog:
	* SPECIFICATION:
	  - Moved specification documentation.
	  - Moved specification ChangeLog.

Wed Sep 01 00:30:53 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* docs/notification-spec.xml:
	  - Finishing adding the rest of the signals to the spec.

Sun Aug 29 22:27:42 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A docs/notification-spec.ps:
	A docs/notification-spec.xml:
	  - Added the notification spec in docbook format. It's not finished.
	    I'm just tired of working on it.

Wed Jul 14 02:11:48 GMT 2004  Mike Hearn  <mike@navi.cx>
	* libnotify/notify.c: Use pointers instead of GINT_TO_POINTER
	* tools/test-replace.c: Test replacing notifications

Tue Jul 13 23:58:54 GMT 2004  Mike Hearn  <mike@navi.cx>
	* SPECIFICATION: CloseNotification sends NotificationClosed signal.

Mon Jul  5 00:12:03 GMT 2004  Mike Hearn  <mike@navi.cx>
	* tools/notify-send.c (main): Treat expiry times < current time
	  as timeouts from current instant

Sun Jul  4 22:54:44 GMT 2004  Mike Hearn  <mike@navi.cx>
	* libnotify/notify.c: Use a direct hash rather than an int hash

Sun Jul 04 14:32:46 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	  - Don't make IDs of 0 bad. They just want to be loved, too.

Sun Jul 04 14:08:59 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* libnotify/notify.h:
	* tools/notify-send.c:
	* SPECIFICATION:
	  - Changed timeouts to expire times.
	  - Install notify-send.

Sun Jul 04 13:46:32 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* tools/notify-send.c:
	  - Don't initialize the library until we're ready to talk to it.

Sun Jul 04 13:34:14 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* SPECIFICATION:
	  - Added the urgency level to the spec, and made it a byte.

Sun Jul 04 13:28:51 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A tools/:
	R tests/:
	* Makefile.am:
	* configure.ac:
	  - Renamed tests to tools.

Sun Jul 04 13:28:00 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* tests/Makefile.am:
	A tests/notify-send.c:
	  - Added the notify-send tool.

Sat Jul 03 12:35:35 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* libnotify/notify.h:
	  - Added support for GetCapabilities.

Sat Jul 03 12:27:58 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* libnotify/notify.h:
	  - Add support for GetServerInformation.

Sat Jul 03 12:21:05 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	  - Remove the application info sent on calls to Notify for now,
	    until/if something gets added to the spec about it.

Sat Jul 03 12:14:48 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* libnotify/notify.h:
	  - Removed the last of the request implementation.
	  - More work toward migrating the code to the specification.
	  - Simplified the action implementation a little bit.

Sat Jul 03 11:26:03 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* libnotify/notify.h:
	  - Cleaned up some things and updated some stuff to be compliant with
	    the spec. More will come soon.

Thu Jul  1 23:46:28 GMT 2004  Mike Hearn  <mike@navi.cx>
	* SPECIFICATION: Add info on icons/sounds, add some
	  protocol requests. Change "buttons" in the overview to "actions".

Wed Jun 30 14:03:51 GMT 2004  Mike Hearn  <mike@navi.cx>
	* SPECIFICATION: Initial version

Wed Jun 30 13:28:18 GMT 2004  Mike Hearn  <mike@navi.cx>
	* libnotify/notify.[ch]: Add file variables for emacs to match
	  the settings Christian is using.

Wed Jun 30 02:53:36 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	  - Free up the handle memory for a closed notification.

Tue Jun 29 19:33:43 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* libnotify/notify.h:
	  - Due to the new icon struct, a lot of redundant functions have now
	    been removed.

Tue Jun 29 19:26:58 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* libnotify/notify.h:
	  - Added a NotifyIcon struct and the beginnings of the API.

Tue Jun 29 18:49:38 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	* libnotify/notify.h:
	  - Replaced the guint32 ID numbers that were passed around to represent
	    notifications and requests and replaced them with an opaque data
	    structure that abstracts that and other stuff.

Tue Jun 29 18:21:05 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	  - Changed 8 space to 4 space tabs.

Tue Jun 29 14:49:51 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* libnotify/notify.c:
	  - Patch by Mike Hearn to add a print_error() function for dumping
	    extra info when we have an error.

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().

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.

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.

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.

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().

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.

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.