gtkmm r1092 - trunk



Author: murrayc
Date: Fri Feb  6 09:04:23 2009
New Revision: 1092
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1092&view=rev

Log:
Increased version

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Feb  6 09:04:23 2009
@@ -1,3 +1,30 @@
+2.15.3 (unstable):
+(2.15.2 was skipped)
+
+Gtk:
+* Action: Reimplemented set_tooltip() with the new C 
+  gtk_action_set_tooltip() function. Added get/set_label(), 
+  get/set_short_label(), get_tooltip(), get/set_stock_id(), 
+  get/set_gicon(), get/set_icon_name(), get/set_visible_horizontal(), 
+  get/set_visible_vertical(), get/set_is_important(), which are new 
+  accessors for the properties. Added the gicon property.
+  Added block_activate() and unblock_activate().
+* ImageMenuItem: Added get/set_always_show_image() and property.
+* Scale: Added add_mark() and clear_marks().
+* TreeView: Added a get_path_at_pos() overload that takes less parameters.
+  (Murray Cumming)
+
+Build:
+* Allow pangomm to build outside the source tree. 
+  (Theppitak Karoonboonyanan) Bug #570325
+* MSVC++: Disabled compiler warning 4250 also for MSVC2005.
+  (Armin Burgmeier) Bug #568083 (Tao Wang).
+
+* Documentation: 
+  Reference documetnation: Unescape some < and > characters.
+  (Daniel Elstner, Murray Cumming) #568485 (Mihai Niculescu)
+
+
 2.15.1 (unstable):
 
 Gtk:

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Feb  6 09:04:23 2009
@@ -15,7 +15,7 @@
 #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],     [15])
-pushdef([GTKMM_MICRO_VERSION],     [1])
+pushdef([GTKMM_MICRO_VERSION],     [3])
 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])
@@ -200,7 +200,7 @@
 #########################################################################
 gtkmm_min_glibmm_version=2.18.0
 gtkmm_min_giomm_version=2.18.0
-gtkmm_min_gtk_version=2.15.1
+gtkmm_min_gtk_version=2.15.3
 gtkmm_min_cairomm_version=1.2.2
 gtkmm_min_pangomm_version=2.14.0
 



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