gtkmm r1072 - trunk
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r1072 - trunk
- Date: Sun, 4 Jan 2009 21:39:55 +0000 (UTC)
Author: murrayc
Date: Sun Jan 4 21:39:54 2009
New Revision: 1072
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1072&view=rev
Log:
Increased version
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Jan 4 21:39:54 2009
@@ -1,3 +1,30 @@
+2.15.0 (unstable):
+
+* CellRendererPixbuf: Added the icon-name and follow-state
+ properties, noticed by Mathias Hasselmann.
+ (Murray Cumming)
+* Printer::enumerate_printers(): Fix a refcounting problem found by Tor Krill.
+ (Armin Burgmeier)
+* Gdk::Window: Added an invalidate() that takes no rect
+ parameter because it can be NULL in C.
+ (Murray Cumming)
+* Cleaned up gtk includes to use only toplevel headers, as may be required by
+ a future GTK+ version.
+ (PrzemysÅaw Grzegorczyk) Bug #564006
+* Container: Use GType instead of GtkType for the child_type_vfunc() return type
+ This should allow soure code to use gtkmm if it declares GTK_DISABLE_DEPRECATED.
+ (Murray Cumming) Bug #562893 (DÃnes FaluvÃgi)
+* Documentation:
+ TreeModel: set_value_impl() documentation: Mention row_changed(),
+ not set_row_changed(). Bug #562505 (Bohumir Zamecnik)
+* HandleBox: Restore the child-attached property, which was lost at some point
+ during 2.14.
+* LinkButton: Resore the visited property definition, which was lost at some
+ point during 2.14.
+ (Murray Cumming)
+* CellView, ComboBox, EntryCompletion, IconView: Added unset_model().
+ (Alexander Shaduri) Bug #555268
+
2.14.2 (stable):
* Remove some ;s to avoid warnings.
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Jan 4 21:39:54 2009
@@ -14,8 +14,8 @@
#We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
pushdef([GTKMM_MAJOR_VERSION], [2])
-pushdef([GTKMM_MINOR_VERSION], [14])
-pushdef([GTKMM_MICRO_VERSION], [2])
+pushdef([GTKMM_MINOR_VERSION], [15])
+pushdef([GTKMM_MICRO_VERSION], [0])
pushdef([GTKMM_EXTRA_VERSION], [])
pushdef([GTKMM_VERSION], GTKMM_MAJOR_VERSION.GTKMM_MINOR_VERSION.GTKMM_MICRO_VERSION[]GTKMM_EXTRA_VERSION)
AC_INIT([gtkmm], GTKMM_VERSION, [gtkmm-list gnome org])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]