[maemo-commits] [maemo-commits] r18637 - in projects/haf/trunk/libmatchbox2: . debian matchbox/core

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jun 8 09:51:34 EEST 2009
Author: kihamala
Date: 2009-06-08 09:51:23 +0300 (Mon, 08 Jun 2009)
New Revision: 18637

Modified:
   projects/haf/trunk/libmatchbox2/ChangeLog
   projects/haf/trunk/libmatchbox2/debian/changelog
   projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-props.h
Log:
releasing


Modified: projects/haf/trunk/libmatchbox2/ChangeLog
===================================================================
--- projects/haf/trunk/libmatchbox2/ChangeLog	2009-06-07 05:33:39 UTC (rev 18636)
+++ projects/haf/trunk/libmatchbox2/ChangeLog	2009-06-08 06:51:23 UTC (rev 18637)
@@ -1,3 +1,12 @@
+2009-06-08  Kimmo Hämäläinen  <kimmo.hamalainen at nokia.com>
+
+	Release 0.2.42
+
+	Patch from Laszlo Pere for NB#114352.
+
+	* matchbox/core/mb-wm-props.h: Set maximum length of utf8 atoms to
+	512 * 4 bytes.
+
 2009-06-07  Thomas Thurman  <thomas.thurman at collabora.co.uk>
 
 	NB#120885: Animation actors steal focus when created.

Modified: projects/haf/trunk/libmatchbox2/debian/changelog
===================================================================
--- projects/haf/trunk/libmatchbox2/debian/changelog	2009-06-07 05:33:39 UTC (rev 18636)
+++ projects/haf/trunk/libmatchbox2/debian/changelog	2009-06-08 06:51:23 UTC (rev 18637)
@@ -1,4 +1,4 @@
-matchbox-window-manager-2 (0.2.42-1~unreleased) unstable; urgency=low
+matchbox-window-manager-2 (0.2.42-1) unstable; urgency=low
 
   Kimmo:
   * Fixes to non-compositing mode support.
@@ -8,9 +8,18 @@
   * Fixes: NB#117853 - Unreproducible crash -mb_wm_decor_button_destroy ()
   * Fixes: NB#120014 - Parent window not getting keyboard focus in a mentioned
     scenario.
+  * Fixes: NB#114352 - Unwated line is displayed in contact starter view
 
- -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Mon,  1 Jun 2009 08:29:17 +0300
+  Thomas:
+  * Fixes: NB#120885 - Animation actors steal focus when created.
 
+  Adam:
+  * matchbox/core/mb-wm-layout.c (mb_wm_layout_real_layout_free):
+    Undoing Kimmo's change not to reconfigure hidden windows.
+    Let's do it in h-d.
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Mon, 08 Jun 2009 09:45:58 +0300
+
 matchbox-window-manager-2 (0.2.41-1) unstable; urgency=low
 
   Laszlo:

Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-props.h
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-props.h	2009-06-07 05:33:39 UTC (rev 18636)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-props.h	2009-06-08 06:51:23 UTC (rev 18637)
@@ -99,7 +99,7 @@
 			     (win),                                  \
 			     (prop),                                 \
 			     0,     /* offset */                     \
-			     1024L, /* Length, FIXME: Check this */  \
+			     512L,                                   \
 			     False,                                  \
 			     (wm)->atoms[MBWM_ATOM_UTF8_STRING]);
 


More information about the maemo-commits mailing list