gtkmm r1086 - trunk



Author: murrayc
Date: Sun Jan 25 17:57:10 2009
New Revision: 1086
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1086&view=rev

Log:
Increased version

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Jan 25 17:57:10 2009
@@ -1,3 +1,44 @@
+2.15.1 (unstable):
+
+Gtk:
+* CellView: Added get_model() and some new properties.
+* Entry: Added unset_invisible_char(), get_invisible_char().
+  Added the new progress and icon methods and the properties, 
+  including the new im-module property.
+* ImageMenuItem: Added get/set_use_stock(), set_accel_group().
+* MenuItem: Added get/set_label(), get/set_use_underline() and properties.
+* PaperSize: Constructor: Remove the default value for the name parameter, 
+  because there is already a default constructor, 
+  This caused MSVC++ warning C4520 with Visual Studio 2008. 
+  (Tao Wang) Bug #568074.
+* PrintOperation: Added draw_page_finish(),  set_defer_drawing().
+* PrintSettings: Added get_resolution_x(), get_resolution_y(), 
+  set_resolution_xy(), get/set_printer_lpi().
+* SelectionData:  Reimplement get_selection() using the new C getter method.
+* StatusIcon: Added button_press_event, button_release_event and scroll_event 
+  signals. Added get/set_has_tooltip(), get/set_tooltip_text(), 
+  get/set_tooltip_markup().
+* Stock: ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE, 
+  ORIENTATION_REVERSE_LANDSCAPE, and ORIENTATION_REVERSE_PORTRAIT, 
+  avoiding undefined reference errors when trying to use these.
+  (Murray Cumming) Bug #568416 (Tao Wang).
+* TextBuffer: Added the paste_done signal.
+* TextView: Added im-module property.
+* TreeModel::Path::empty(): Also check for a null underlying 
+  GtkTreePath. Added operator bool() to do the same, just calling !empty().
+  (Murray Cumming)
+
+Gdk:
+* Drawable::draw_pixbuf(): Add an override without a GC parameter, becauase it 
+  can be NULL in C.
+* Screen: Added get_monitor_width_mm(), get_monitor_height_mm(), 
+  get_monitor_plug_name().
+
+* Windows build:
+  - Disabled MSVC++ compiler warning 4250
+  (Armin Burgmeier) Bug #568083 (Tao Wang).
+  - Installer: Added Simplified Chinese translation. (Tao Wang)
+
 2.15.0 (unstable):
 
 * CellRendererPixbuf: Added the icon-name and follow-state 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Jan 25 17:57:10 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],     [0])
+pushdef([GTKMM_MICRO_VERSION],     [1])
 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.14.0
+gtkmm_min_gtk_version=2.15.1
 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]