[goocanvasmm] 1.9.0



commit 50f01f25c5a536c43eb590ff4a0b3546c14b5ab1
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jun 23 10:12:10 2010 +0200

    1.9.0

 ChangeLog    |   12 +++++++-----
 NEWS         |   27 ++++++++++++++++-----------
 configure.ac |    4 ++--
 3 files changed, 25 insertions(+), 18 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index aa31e09..f0e3d34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.9.0:
+
 2010-06-13  Murray Cumming  <murrayc murrayc com>
 
 	Use gtkmm-3.0 instead of gtkmm-2.4.
@@ -7,9 +9,9 @@
 2010-06-11  Murray Cumming  <murrayc murrayc com>
 
 	Change to goocanvasmm-2.0
-	
+
 	* examples/Makefile.am_fragment:
-	* configure.ac: Depend on goocanvas-2.0 instead of 1.0 so we use GTK+ 3, 
+	* configure.ac: Depend on goocanvas-2.0 instead of 1.0 so we use GTK+ 3,
 	and change this from goocanvasmm-1.0 to goocanvasmm-2.0.
 
 0.15.3:
@@ -17,11 +19,11 @@
 2010-05-04  Murray Cumming  <murrayc murrayc com>
 
 	Documentation improvements.
-	
-	* goocanvas/goocanvasmm.h: Slight improvements to main page text, adding a 
+
+	* goocanvas/goocanvasmm.h: Slight improvements to main page text, adding a
 	link to the Canvas widget class.
 	* goocanvas/src/canvas.hg: Added a class description.
-	* doc/reference/Doxyfile.in: Make more like gtkmm's. In particular, show 
+	* doc/reference/Doxyfile.in: Make more like gtkmm's. In particular, show
 	undocumented classes (they should be documented though).
 
 2010-04-23  David King  <davidk openismus com>
diff --git a/NEWS b/NEWS
index 051d0cd..02a3947 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.9.0 (unstable):
+
+* Use gtkmm-3.0 instead of gtkmm-2.4, and goocanvas-2.0.
+* Change the ABI name (as used with pkg-config) to goocanvasmm-2.0.
+
 0.15.3 (unstable):
 
 Documentation:
@@ -13,7 +18,7 @@ Build improvements for documentation.
 
 0.15.1 (unstable):
 
-Use the latest mm-common build system, to produce API documentation that is 
+Use the latest mm-common build system, to produce API documentation that is
 ready for library.gnome.org.
 
 0.15.0 (unstable):
@@ -26,12 +31,12 @@ Build:
 
 0.14.0 (unstable):
 
-* Item and ItemModel: Added x, y, height, width properties. Removed them from 
+* Item and ItemModel: Added x, y, height, width properties. Removed them from
   derived classes, which now get them from their base Item/ItemModel instead.
 * Item: Added signal_scroll_event.
   (Murray Cumming)
 * Build: Fixed warnings. (Hubert Figuiere) Bug #562903
-  
+
 0.13.0 (unstable):
 
 * Canvas: Added get_static_root_item() and get_static_root_item_model().
@@ -47,7 +52,7 @@ Build:
     Bug #558489 (Louis-Francis Ratté-Boulianne)
 * ItemModel: Added animation_finished signal.
   (Murray Cumming)
-* Remove the CANVAS_ prefix from enum values because they are already 
+* Remove the CANVAS_ prefix from enum values because they are already
   namespaced.
   (José Alburquerque)
   Bug #557990 (Louis-Francis Ratté-Boulianne)
@@ -82,13 +87,13 @@ Build:
 * Item, ItemModel: Added get_simple_transform(). (Murray Cumming)
 * Table:
   - Added attach() convenience method.
-  - Added x-border-spacing, y-border-spacing, vert-grid-line-width, 
+  - Added x-border-spacing, y-border-spacing, vert-grid-line-width,
     horz-grid-line-width properties.
 * Added TableModel.
 * Added properties and vfuncs (there should be almost none left now).
   (Armin Burgmeier, Openismus)
 * Documentation:
-  - Added tablemodel example, showing two canvases that display the same 
+  - Added tablemodel example, showing two canvases that display the same
   underlying model.
   (Armin Burgmeier, Openismus)
 
@@ -115,7 +120,7 @@ Build:
   (Gennaro Bellizio. Bug #517817)
 
 * Build:
-  Correct installation of .m4 gmmproc files, 
+  Correct installation of .m4 gmmproc files,
   and correct the .pc file.
   (Murray Cumming) (Bug #489865. Yaakov Selkovitz)
 
@@ -139,14 +144,14 @@ Build:
 * The pkg-config file is now called goocanvas-1.0 instead of libgoocanvas.
 * The files should now be included as, for instance,
   <libgoocanvas/canvas.h>
-  instead of 
+  instead of
   <libgoocanvasmm/canvas.h>
-* Several constructors were corrected to properly initialize the underlying 
+* Several constructors were corrected to properly initialize the underlying
   C objects.
-* The parent parameter was removed from all item constructors, 
+* The parent parameter was removed from all item constructors,
   to avoid confusion with the unusual memory management used in the C API.
   Use add_child() instead.
-* Various methods were added or improved. 
+* Various methods were added or improved.
 
 0.1.0 (unstable):
 
diff --git a/configure.ac b/configure.ac
index 91135ec..733487e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([goocanvasmm], [0.15.3], [http://bugzilla.gnome.org/], [goocanvasmm], [http://www.gtkmm.org/])
+AC_INIT([goocanvasmm], [1.9.0], [http://bugzilla.gnome.org/], [goocanvasmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
 AC_CONFIG_SRCDIR([goocanvas/src/canvas.hg])
@@ -38,7 +38,7 @@ AC_DISABLE_STATIC
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
-AC_SUBST([GOOCANVASMM_MODULES], ['glibmm-2.4 >= 2.14.2 gtkmm-3.0 >= 2.90.0 goocanvas-2.0 >= 0.15'])
+AC_SUBST([GOOCANVASMM_MODULES], ['glibmm-2.4 >= 2.14.2 gtkmm-3.0 >= 2.90.0 goocanvas-2.0 >= 1.9.0'])
 PKG_CHECK_MODULES([GOOCANVASMM], [$GOOCANVASMM_MODULES])
 
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])



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