[Galago-commits] r2992 - in trunk/notification-daemon: . src/daemon
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sat Aug 25 19:10:18 PDT 2007
Author: chipx86
Date: 2007-08-25 19:10:17 -0700 (Sat, 25 Aug 2007)
New Revision: 2992
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/NEWS
trunk/notification-daemon/src/daemon/daemon.c
Log:
Remove debug statements, and update the NEWS.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2007-08-26 01:56:45 UTC (rev 2991)
+++ trunk/notification-daemon/ChangeLog 2007-08-26 02:10:17 UTC (rev 2992)
@@ -3,7 +3,7 @@
* src/daemon/daemon.c:
* src/daemon/daemon.h:
- Send the reason the notification closed when emitting
- the NotificationClosed signal, as per the spec.
+ the NotificationClosed signal, as per the spec. Fixes bug #137.
- Bump spec compliance to 1.0.
Sat Aug 25 18:15:02 PDT 2007 Christian Hammond <chipx86 at chipx86.com>
Modified: trunk/notification-daemon/NEWS
===================================================================
--- trunk/notification-daemon/NEWS 2007-08-26 01:56:45 UTC (rev 2991)
+++ trunk/notification-daemon/NEWS 2007-08-26 02:10:17 UTC (rev 2992)
@@ -1,11 +1,25 @@
version 0.3.8:
* Bumped up the required minimum version of GTK+ to 2.8.0.
+ * Bump the notification spec version we're compliant with to 1.0.
+ * Send the reason code along with the NotificationClosed signal in order
+ to indicate why the notification was closed. (Bug #137)
+ * Send an error if the user attempts to close an already closed
+ notification.
* Added support for playing sounds when the "sound-file" hint is set or
when the default_sound GConf key is set, as well as support for the
"suppress-sound" hint. Patch by Jim Ramsay. (Ticket #111)
+ * Added a control panel applet for controlling such things as the
+ notification theme and popup positions. Patch by John Wendell.
+ (Ticket #126)
+ * Added an Arabic translation. Patch by Djihed Afifi. (Ticket #131)
* Fixed a bug where we were quitting on theme engine failure, instead of
falling back to the default theme engine. Patch by
driehuis-at-playbeing.org. (Ticket #128)
+ * Fixed a bug where notifications with arrows were crossing the monitor
+ on multihead setups instead of staying on their head. Patch by M.S.
+ (Bug #5)
+ * Fixed the close button size on the notifications so that they don't
+ stretch. Patch by Luca Cavelli. (Bug #127)
version 0.3.7 (27-February-2007):
* Fixed a compatibility issue with dbus-glib 0.72. Patch by Pawel Worach.
Modified: trunk/notification-daemon/src/daemon/daemon.c
===================================================================
--- trunk/notification-daemon/src/daemon/daemon.c 2007-08-26 01:56:45 UTC (rev 2991)
+++ trunk/notification-daemon/src/daemon/daemon.c 2007-08-26 02:10:17 UTC (rev 2992)
@@ -461,8 +461,6 @@
nt->id = id;
nt->nw = nw;
- printf("Assigning id %d\n",id);
-
_calculate_timeout(daemon, nt, timeout);
g_hash_table_insert(priv->notification_hash,
More information about the galago-commits
mailing list