[gtkmm] 2.20.0



commit 802acbc9799b2f46a89e574023a7789470c1bea0
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Mar 29 10:17:35 2010 +0200

    2.20.0

 ChangeLog    |    2 +
 NEWS         |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 configure.ac |    6 ++--
 3 files changed, 72 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b31ea1d..5e6c240 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.20.0:
+
 2010-03-23  Murray Cumming  <murrayc murrayc com>
 
     Fix small API problems found by Jonathan Jongsma.
diff --git a/NEWS b/NEWS
index b68a950..6282a89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,70 @@
-2.19.7:
+2.20.0:
+
+New API in gtkmm 2.20:
+
+Gtk:
+* Added CellRendererSpin, Spinner, OffscreenWindow, ToolPalette, ToolItemGroup.
+* Action: Added get/set_always_show_image() and property.
+* Dialog: Added get_widget_for_response().
+* Entry:
+  - Allow use of a shared EntryBuffer.
+  - Added get_text_window() and get_icon_window().
+* FontSelection:
+  - Added get_family() and get_face(), get_family_list(), 
+  get_face_list().
+* Paned: Added get_handle_window()
+* PrintContext: Added get_hard_margins().
+* Printer: get_hard_margins().
+* Range: Added get/set_slider_size_fixed(), 
+  get/set_min_slider_size(), get_slider_range(), get_range_rect().
+* StatusBar: Added get_message_area().
+* StatusIcon: Added set_name().
+* ToolItem: Added get_ellipsize_mode(), get_text_alignment(), 
+  get_text_orientation() and get_text_size_group().
+* ToolItemGroup: Added get_label_widget().
+* ToolPalette: Make  get_expand() and get_icon_size() const.
+* ToolShell: Added  get_text_orientation(), get_text_alignment(), 
+  get_ellipsize_mode(), get_text_size_group().
+* ToolTip: Added set_icon(Gio::Icon).
+* Viewport: Added get_bin_window().
+* Widget:
+  - Added set/get_realized(), set/get_mapped() and style_attach().
+  - Added has_rc_style(), deprecating rc_style().
+* Window:
+  - Added get_window_type(), deprecating get_is_toplevel() and get_is_popup().
+  Removed get_is_dialog() because it never had any implmentation anyway.
+  - Added unset_transient_for().
+  - Added get_icon_name() and icon_name property.
+  - Added get/set_mnemonics_visible() and property.
+  - Added accept-focus, and focus-on-map properties.
+  (Murray Cumming)
+
+ Gdk:
+* Screen: Added get_primary_monitor().
+* Window:
+* PixbufAnimationIter: Make the methods public.
+* Window: Added flush(), get/set_offscreen_embedder() and
+  get_offscreen_pixmap().
+
+
+Since 2.19.7:
+
+* ToolPalette
+  - Derive from ToolShell.
+  - Added a const version of get_drop_item().
+  - Added properties.
+* ToolItemGroup: Added properties.
+* OffscreenWindow:
+  - Added const versions of get_pixbuf() and 
+    get_pixmap()
+  - Added properties.
+* Range: Make get_slider_range() const.
+  (Murray Cumming, Jonathan Jongsma)
+* Demos: Don't use deprecated API.
+  (Murray Cumming)
+
+
+2.19.7 (unstable):
 
 Gdk:
 * Screen: Added get_primary_monitor().
diff --git a/configure.ac b/configure.ac
index 679d5e0..dfe17f5 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 library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [2.19.7],
+AC_INIT([gtkmm], [2.20.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -53,10 +53,10 @@ AM_CONDITIONAL([HOST_WINDOWS_NATIVE], [test "x$gtkmm_host_windows" = xyes])
 AS_IF([test "x$enable_static" = xyes],
       [AC_DEFINE([GTKMM_STATIC_LIB], [1], [Define when building gtkmm as a static library])])
 
-AC_SUBST([ATKMM_MODULES], ['glibmm-2.4 >= 2.22 atk >= 1.12'])
+AC_SUBST([ATKMM_MODULES], ['glibmm-2.4 >= 2.24 atk >= 1.12'])
 
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.22 pangomm-1.4 >= 2.26 gtk+-2.0 >= 2.19.7'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.24 pangomm-1.4 >= 2.26 gtk+-2.0 >= 2.20.0'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],



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