[maemo-commits] [maemo-commits] r8622 - in projects/haf/trunk/gtkhtml: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Dec 5 13:05:54 EET 2006
Author: pavelek
Date: 2006-12-05 13:05:53 +0200 (Tue, 05 Dec 2006)
New Revision: 8622

Modified:
   projects/haf/trunk/gtkhtml/ChangeLog
   projects/haf/trunk/gtkhtml/debian/changelog
   projects/haf/trunk/gtkhtml/debian/rules
Log:
  * Added panning fix for broken ext events
  * Fixes: NB#48890



Modified: projects/haf/trunk/gtkhtml/ChangeLog
===================================================================
--- projects/haf/trunk/gtkhtml/ChangeLog	2006-12-05 10:37:49 UTC (rev 8621)
+++ projects/haf/trunk/gtkhtml/ChangeLog	2006-12-05 11:05:53 UTC (rev 8622)
@@ -1,3 +1,8 @@
+2006-12-05  Gabriel Schulhof <gabriel.schulho at nokia.com>
+
+	* added gtkhtml_get_motion_hints.patch to properly get motion hints
+	* Fixes: NB#48890
+
 2006-11-27  Jakub Pavelek <jakub.pavelek at nokia.com>
 
 	* added gtkhtml_image_magnification.diff to scale images with text

Modified: projects/haf/trunk/gtkhtml/debian/changelog
===================================================================
--- projects/haf/trunk/gtkhtml/debian/changelog	2006-12-05 10:37:49 UTC (rev 8621)
+++ projects/haf/trunk/gtkhtml/debian/changelog	2006-12-05 11:05:53 UTC (rev 8622)
@@ -1,3 +1,10 @@
+gtkhtml (3.9.1-2osso12) unstable; urgency=low
+
+  * Added panning fix for broken ext events
+  * Fixes: NB#48890
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Tue,  5 Dec 2006 11:24:01 +0200
+
 gtkhtml (3.9.1-2osso11) unstable; urgency=low
 
   * Unrealize fix - added gtkhtml_unrealize_fix.diff

Modified: projects/haf/trunk/gtkhtml/debian/rules
===================================================================
--- projects/haf/trunk/gtkhtml/debian/rules	2006-12-05 10:37:49 UTC (rev 8621)
+++ projects/haf/trunk/gtkhtml/debian/rules	2006-12-05 11:05:53 UTC (rev 8622)
@@ -59,6 +59,7 @@
 	patch -p0 < upstream/patches/gtkhtml_const_patch.diff
 	patch -p0 < upstream/patches/gtkhtml_unrealize_fix.diff
 	patch -p0 < upstream/patches/gtkhtml_image_magnification.diff
+	patch -p0 < upstream/patches/gtkhtml_get_motion_hints.diff
 	cd $(SOURCE_DIR) && ./autogen.sh
 
 


More information about the maemo-commits mailing list