goocanvas r33 - trunk



Author: damon
Date: Sun Nov 30 14:35:37 2008
New Revision: 33
URL: http://svn.gnome.org/viewvc/goocanvas?rev=33&view=rev

Log:

2008-11-30  Damon Chaplin  <damon gnome org>

	    * Released GooCanvas 0.13



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Nov 30 14:35:37 2008
@@ -1,4 +1,18 @@
 
+GooCanvas 0.13	(Nov 30 2008)
+==============
+
+ o New GooCanvasGrid item for drawing grids on the canvas.
+ o Support for static items that don't move as the canvas is zoomed
+   and scrolled (this is a bit experimental).
+ o Font hinting is not turned off any more - this means smaller text should
+   be more readable. Hopefully it doesn't affect text layout.
+ o Fixed a few GooCanvasTable drawing bugs.
+ o Fixed GooCanvasText drawing, when align is set.
+ o Fixed GooCanvasPolyline is_item_at() code, so the fill isn't tested.
+ o Added "animation-finished" signals to GooCanvasItem & Model.
+
+
 GooCanvas 0.12	(Sep 21 2008)
 ==============
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Nov 30 14:35:37 2008
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(goocanvas, 0.12)
+AC_INIT(goocanvas, 0.13)
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(src/goocanvas.c)
 AC_CONFIG_HEADERS(config.h)
@@ -12,9 +12,9 @@
 # If interfaces changed but it is backwards compatible: AGE++, else AGE=0.
 #  i.e. the library supports interfaces CURRENT - AGE up to CURRENT.
 #  if two libraries have identical CURRENT and AGE, then newest REVISION used.
-CURRENT=4
-AGE=1
-REVISION=2
+CURRENT=5
+AGE=2
+REVISION=0
 
 LT_VERSION_INFO="$CURRENT:$REVISION:$AGE"
 AC_SUBST(LT_VERSION_INFO)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]