~ubuntu-branches/ubuntu/jaunty/libnotify/jaunty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-01-02 15:56:18 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060102155618-6sbpi0enbolsnng6
Tags: 0.3.0-0ubuntu1
* New upstream release
* works with new notify-daemon, contains a new (more gtk-ish) API

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Wed Aug 10 01:59:26 PDT 2005  Christian Hammond <chipx86@chipx86.com>
2
 
 
3
 
        * NEWS:
4
 
        * configure.ac:
5
 
          - Bump to version 0.2.2 and prepare for release.
6
 
 
7
 
Wed Aug 10 01:13:56 PDT 2005  Christian Hammond <chipx86@chipx86.com>
8
 
 
9
 
        D tools/test-replace.c:
10
 
        * tools/notify-send.c:
11
 
          - Simplify notify-send a little, and nuke tools/test-replace. It
12
 
            doesn't belong there.
13
 
 
14
 
Wed Aug 10 01:12:55 PDT 2005  Christian Hammond <chipx86@chipx86.com>
15
 
 
16
 
        * NEWS:
17
 
        * configure.ac:
18
 
          - Bump to version 0.2.1.90.
19
 
 
20
 
Mon Jul 25 22:50:08 PDT 2005  Christian Hammond <chipx86@gnupdate.org>
21
 
 
22
 
        * NEWS:
23
 
        * configure.ac:
24
 
          - Bump to version 0.2.1.
25
 
 
26
 
Mon Jul 25 22:47:02 PDT 2005  Christian Hammond <chipx86@gnupdate.org>
27
 
 
28
 
        * libnotify/notify.c:
29
 
        * tests/test-xy.c:
30
 
          - Use a variant type for the hint dictionary values. This let's us
31
 
            actually use various data types in D-BUS 0.3x.
32
 
 
33
 
Thu Jul 28 01:54:27 PDT 2005  Christian Hammond <chipx86@chipx86.com>
34
 
 
35
 
        * docs/notification-spec.xml:
36
 
          - Bump to version 0.7, and add the x, y hint info.
37
 
 
38
 
        * NEWS:
39
 
        * configure.ac:
40
 
          - Bump to version 0.2.0.
41
 
 
42
 
Thu Jul 28 01:52:03 PDT 2005  Christian Hammond <chipx86@chipx86.com>
43
 
 
44
 
        * libnotify/notify.c:
45
 
        * libnotify/notify.h:
46
 
          - Don't send all hint values as strings. Send as integers, booleans,
47
 
            or strings, depending on what the user set.
48
 
 
49
 
Wed Jul 27 23:08:43 PDT 2005  Christian Hammond <chipx86@chipx86.com>
50
 
 
51
 
        * libnotify/notify.c:
52
 
        * libnotify/notify.h:
53
 
          - Support setting boolean hints.
54
 
 
55
 
Mon Jul 25 18:03:12 PDT 2005  Christian Hammond <chipx86@gnupdate.org>
56
 
 
57
 
        * libnotify/notify.c:
58
 
          - Disable animation support on D-BUS 0.3x, since arrays of arrays
59
 
            of a type seems broken.
60
 
 
61
 
Mon Jul 25 18:00:12 PDT 2005  Christian Hammond <chipx86@gnupdate.org>
62
 
 
63
 
        * libnotify/notify.c:
64
 
        * tests/test-animation.c:
65
 
          - Flush the D-BUS connection queue on uninit so that messages go
66
 
            through and so we don't trigger this ugly little warning on
67
 
            D-BUS 0.3x.
68
 
          - Fix a compiler warning on gcc4.
69
 
 
70
 
Wed Jul 27 02:12:31 PDT 2005  Christian Hammond <chipx86@chipx86.com>
71
 
 
72
 
        * libnotify/notify.c:
73
 
          - Actually set the expires flag in the notification handle so we
74
 
            don't just kill off all notifications as soon as we create them
75
 
            and exit.
76
 
 
77
 
Wed Jul 27 01:47:25 PDT 2005  Christian Hammond <chipx86@chipx86.com>
78
 
 
79
 
        * libnotify/notify.c:
80
 
          - Handle SIGINT and SIGTERM When raised, we call notify_uninit.
81
 
            notify_uninit now checks if there are any non-expiring notifications
82
 
            and closes them. This is a best-effort to preventing stale
83
 
            notifications from a dead process from displaying on the screen. Of
84
 
            course, we can't handle SIGKILL, so we're stuck there.
85
 
 
86
 
Wed Jul 27 01:13:12 PDT 2005  Christian Hammond <chipx86@chipx86.com>
87
 
 
88
 
        * libnotify/notify.c:
89
 
          - Patch (bug #3050) by Duarte Henriques to prevent closing
90
 
            notifications we don't own.
91
 
 
92
 
Wed Jul 27 01:08:56 PDT 2005  Christian Hammond <chipx86@chipx86.com>
93
 
 
94
 
        * libnotify/notify.c:
95
 
        * libnotify/notify.h:
96
 
        * tests/test-default-action.c:
97
 
        * tests/test-image.c:
98
 
        * tests/test-multi-actions.c:
99
 
          - Patch (bug #3734) by Duarte Henriques to provide a convenient way
100
 
            of integrating libnotify with the glib mainloop. Modifications by
101
 
            me to make it even easier.
102
 
 
103
 
Wed Jul 27 00:51:58 PDT 2005  Christian Hammond <chipx86@chipx86.com>
104
 
 
105
 
        * tests/test-animation.c:
106
 
        * tests/test-basic.c:
107
 
        * tests/test-error.c:
108
 
        * tests/test-image.c:
109
 
        * tests/test-markup.c:
110
 
        * tests/test-xy.c:
111
 
        * tests/test-xy-stress.c:
112
 
          - Actually support our own spec and use the number of seconds until
113
 
            expiration instead of current time + number of seconds. That was
114
 
            creating all kinds of problems.
115
 
 
116
 
Wed Jul 27 00:31:47 PDT 2005  Christian Hammond <chipx86@chipx86.com>
117
 
 
118
 
        * libnotify/dbus-compat.h:
119
 
          - Compile under D-BUS 0.2x again.
120
 
 
121
 
Wed Jul 27 00:18:16 PDT 2005  Christian Hammond <chipx86@chipx86.com>
122
 
 
123
 
        * libnotify/notify.c:
124
 
          - If the handle given in ActionInvoked is not found in the local
125
 
            table of handles, return from the ActionInvoked handler. Otherwise,
126
 
            every program using libnotify will crash when a notification is
127
 
            clicked. Oops!
128
 
 
129
 
Sat Jul 16 02:53:06 PDT 2005  Christian Hammond <chipx86@gnupdate.org>
130
 
 
131
 
        * libnotify/notify.c:
132
 
          - Fix the key type for the dictionary for hints on D-BUS 0.3x. The
133
 
            notification-daemon side is still broken in this regard.
134
 
 
135
 
Sat Jul 16 02:51:42 PDT 2005  Christian Hammond <chipx86@gnupdate.org>
136
 
 
137
 
        * libnotify/dbus-compat.h:
138
 
        * libnotify/notify.c:
139
 
          - Fixed a couple of D-BUS 0.3x bugs. Several remain though.
140
 
 
141
 
Tue Jul 12 12:29:08 PDT 2005  Christian Hammond <chipx86@chipx86.com>
142
 
 
143
 
        * AUTHORS:
144
 
          - Update the AUTHORs file with our current contributors.
145
 
 
146
 
Tue Jul 12 12:28:16 PDT 2005  Christian Hammond <chipx86@chipx86.com>
147
 
 
148
 
        * tests/Makefile.am:
149
 
        * tools/Makefile.am:
150
 
        * libnotify.spec.in:
151
 
          - Patch by Richard Hughes to fix make distcheck, and to provide a
152
 
            Fedora Core 4 RPM spec file.
153
 
 
154
 
Sun Jul 10 16:46:57 PDT 2005  Christian Hammond <chipx86@chipx86.com>
155
 
 
156
 
        * tests/test-replace.c:
157
 
          - Decrease the wait time for the replacement notification.
158
 
 
159
 
Sat Jul  9 18:30:41 2005  Duarte Henriques <maxcow@users.sourceforge.net>
160
 
 
161
 
        * libnotify/notify.c:
162
 
          - Fill in handle->user_data in notify_send_notification_varg
 
1
Tue Dec 13 2005  John (J5) Palmieri <johnp@redhat.com>
 
2
        
 
3
        * Release 0.3.0 
 
4
 
 
5
        * tests/Makefile.am, tools/Makefile.am: patch from Rodney
 
6
        Dawes <dobey at novell.com> fixing make distcheck
 
7
 
 
8
        * tools/notify-send.c: use show_and_forget
 
9
 
 
10
Fri Dec 09 2005  John (J5) Palmieri <johnp@redhat.com>
 
11
 
 
12
        * libnotify/notifymarshal.[c|h]: new files where GLib callback
 
13
        marshalers are added
 
14
 
 
15
        * libnotify/notifynotification.c (notify_notifiaction_init): Add a 
 
16
        marshaller for signals with uint, string parameters
 
17
        (_gslist_to_string_array): new internal method that coverts
 
18
        a GSList to a NULL terminated array of strings
 
19
        (_notify_notification_show_internal): send the actions list as an
 
20
        array of strings, not a GSList which does not work with the bindings
 
21
        
 
22
        * libnotify/Makefile.am: notifymarshal.[c|h] added
 
23
 
 
24
        * tests/test-multi-actions.c: working example of using actions
 
25
        
 
26
 
 
27
Fri Dec 02 2005  John (J5) Palmieri <johnp@redhat.com>
 
28
 
 
29
        * libnotify/notifynotification.c (notify_notification_add_action):
 
30
        implement adding actions
 
31
        (_action_signal_handler): handle actions coming from the server
 
32
        (notify_notifcation_clear_actions): new method for clearning out
 
33
        the actions list and hash
 
34
 
 
35
Fri Dec 02 2005  John (J5) Palmieri <johnp@redhat.com>
 
36
 
 
37
        * libnotify/notifynotification.c (notify_notification_show_and_forget):
 
38
        new method that shows and then unrefs the NotifyNotification object.
 
39
        use this if you just want to fire off a quick notification.
 
40
 
 
41
        * various compiler warning cleanups
 
42
 
 
43
Fri Dec 02 2005  John (J5) Palmieri <johnp@redhat.com>
 
44
 
 
45
        * libnotify/notifynotification.c (SIGNAL_TYPE_CLOSED): "closed" glib
 
46
        signal added
 
47
        (notify_notification_clear_hints): New API for clearing out the 
 
48
        hints hash
 
49
        (notify_notification_ref, notify_notification_unref): removed - use
 
50
        g_object_ref/unref
 
51
 
 
52
        * tests/*: Various changes to the test binaries
 
53
 
 
54
Thu Nov 10 14:00:00 EST 2005  John (J5) Palmieri <johnp@redhat.com>
 
55
 
 
56
        * Complete rewrite and first import to libnotify-ng module in SVN
163
57
 
164
58
Mon Jul 04 02:13:56 PDT 2005  Christian Hammond <chipx86@chipx86.com>
165
59