[maemo-commits] [maemo-commits] r9334 - projects/haf/trunk/sapwood

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jan 25 10:56:33 EET 2007
Author: tko
Date: 2007-01-25 10:56:30 +0200 (Thu, 25 Jan 2007)
New Revision: 9334

Modified:
   projects/haf/trunk/sapwood/ChangeLog
   projects/haf/trunk/sapwood/NEWS
   projects/haf/trunk/sapwood/configure.in
Log:
=== Release 2.91.0 ===


Modified: projects/haf/trunk/sapwood/ChangeLog
===================================================================
--- projects/haf/trunk/sapwood/ChangeLog	2007-01-25 08:35:59 UTC (rev 9333)
+++ projects/haf/trunk/sapwood/ChangeLog	2007-01-25 08:56:30 UTC (rev 9334)
@@ -1,5 +1,9 @@
 2007-01-25  Tommi Komulainen  <tommi.komulainen at nokia.com>
+	
+	* === Release 2.91.0 ===
 
+2007-01-25  Tommi Komulainen  <tommi.komulainen at nokia.com>
+
 	* Makefile.am (SUBDIRS)
 	* configure.in (AC_OUTPUT): add demos directory
 

Modified: projects/haf/trunk/sapwood/NEWS
===================================================================
--- projects/haf/trunk/sapwood/NEWS	2007-01-25 08:35:59 UTC (rev 9333)
+++ projects/haf/trunk/sapwood/NEWS	2007-01-25 08:56:30 UTC (rev 9334)
@@ -1,3 +1,28 @@
+sapwood 2.91.0 - 2007-01-25
+===========================
+
+Bugs fixed
+----------
+MB#856 - Sapwood crashes with color depth != 16
+
+
+Changes
+-------
+Introduce new 'position' keyword for applying different graphics depending on
+widget position in the container. Currently it can be used only for buttons in
+buttonboxes. This allows theming buttons in dialogs nicely rounded (demo
+included.)
+
+Only symbols needed for the theme engine ABI is exported. (make check)
+
+Code cleanups (unused parameters, deprecated functions, ...)
+
+
+Contributors
+------------
+José Dapena Paz
+
+
 sapwood 2.43 - 2006-10-26
 =========================
 

Modified: projects/haf/trunk/sapwood/configure.in
===================================================================
--- projects/haf/trunk/sapwood/configure.in	2007-01-25 08:35:59 UTC (rev 9333)
+++ projects/haf/trunk/sapwood/configure.in	2007-01-25 08:56:30 UTC (rev 9334)
@@ -1,6 +1,6 @@
 AC_INIT([src/sapwood-server.c])
 AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE(sapwood, 2.43)
+AM_INIT_AUTOMAKE(sapwood, 2.91.0)
 
 dnl Initialize maintainer mode
 AM_MAINTAINER_MODE


More information about the maemo-commits mailing list