[maemo-commits] [maemo-commits] r17772 - in projects/haf/trunk/libmatchbox2: . debian matchbox/comp-mgr

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Mar 23 13:43:10 EET 2009
Author: kihamala
Date: 2009-03-23 13:43:07 +0200 (Mon, 23 Mar 2009)
New Revision: 17772

Modified:
   projects/haf/trunk/libmatchbox2/ChangeLog
   projects/haf/trunk/libmatchbox2/debian/changelog
   projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
Log:
releasing


Modified: projects/haf/trunk/libmatchbox2/ChangeLog
===================================================================
--- projects/haf/trunk/libmatchbox2/ChangeLog	2009-03-22 03:54:47 UTC (rev 17771)
+++ projects/haf/trunk/libmatchbox2/ChangeLog	2009-03-23 11:43:07 UTC (rev 17772)
@@ -1,6 +1,10 @@
+2009-03-23  Kimmo Hämäläinen  <kimmo.hamalainen at nokia.com>
+
+	Release 0.2.22
+
 2009-03-21  Thomas Thurman  <thomas.thurman at collabora.co.uk>
 
-        Fixes NB#103725.
+	Fixes NB#103725.
 
 	* matchbox/core/mb-wm-client-window.c: remove warning about BadWindow
 	since it is commonplace to request details of a window which has been
@@ -8,7 +12,7 @@
 
 2009-03-21  Thomas Thurman  <thomas.thurman at collabora.co.uk>
 
-        Refs NB#105404.
+	Refs NB#105404.
 	
 	* matchbox/core/mb-wm-client-window.c: newlines in window titles
 	are converted to spaces.
@@ -45,7 +49,8 @@
 
 2009-03-18  Thomas Thurman  <thomas.thurman at collabora.co.uk>
 
-	Fixes: NB#103836 (or at least its test case).
+	Fixes: NB#103836 (or at least its test case). Kimmo: this was
+	reverted?
 	
 	* matchbox/core/mb-wm-client-window.c: When we're told that
 	a window's transiency has changed, update the information
@@ -66,7 +71,7 @@
 	          view and when tapped on them desktop is crashing in a
 		  mentioned scenario
 
-	Caused by extra unexpected MapNotify:es.
+	Caused by extra unexpected MapNotifies.
 
 	* matchbox/core/mb-wm-client.h:
 	  Add a skip_maps counter to MBWindowManagerClient.

Modified: projects/haf/trunk/libmatchbox2/debian/changelog
===================================================================
--- projects/haf/trunk/libmatchbox2/debian/changelog	2009-03-22 03:54:47 UTC (rev 17771)
+++ projects/haf/trunk/libmatchbox2/debian/changelog	2009-03-23 11:43:07 UTC (rev 17772)
@@ -1,9 +1,15 @@
-matchbox-window-manager-2 (0.2.22-1~unreleased) unstable; urgency=low
+matchbox-window-manager-2 (0.2.22-1) unstable; urgency=low
 
   * Stop exporting some internal symbols.
   * Make the cursor invisible using XFixesHideCursor() for the root window.
+  * Fixes: NB#103725 - comment out BadWindow error print
+  * Fixes: NB#105933 - Only close controls of thumbnails are shown in the
+    switcher view and when tapped on them desktop is crashing in a
+    mentioned scenario
+  * Fixes: NB#105404 - remove markup from _NET_WM_NAME.
+  * Fixes: NB#105405 - fix _NET_CLOSE_WINDOW support.
 
- -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Fri, 13 Mar 2009 08:25:02 +0200
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Mon, 23 Mar 2009 09:45:59 +0200
 
 matchbox-window-manager-2 (0.2.21-1) unstable; urgency=low
 

Modified: projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c	2009-03-22 03:54:47 UTC (rev 17771)
+++ projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c	2009-03-23 11:43:07 UTC (rev 17772)
@@ -212,7 +212,8 @@
 
   if (mb_wm_util_untrap_x_errors () == BadDrawable)
     {
-      g_debug ("%s: BadDrawable for %lx", __FUNCTION__, client->wm_client->window);
+      g_debug ("%s: BadDrawable for %lx", __FUNCTION__,
+               client->wm_client->window);
       return;
     }
 


More information about the maemo-commits mailing list