[gtkmm] 2.19.2



commit 234f6848ca0840e44640a20797df282661f6332c
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jan 4 15:01:38 2010 +0100

    2.19.2

 ChangeLog              |    2 ++
 NEWS                   |   34 ++++++++++++++++++++++++++++++----
 configure.ac           |    4 ++--
 gtk/src/inputdialog.hg |    2 +-
 4 files changed, 35 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 86730f9..ac6ce68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.19.2:
+
 2010-01-04  Murray Cumming  <murrayc murrayc com>
 
 	Fix the build with new GTK+ deprecations, when using fatal warnings. 
diff --git a/NEWS b/NEWS
index 76c778c..fa295ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,41 @@
-2.18.2:
+2.19.2 (unstable):
+
+Gdk:
+* PixbufAnimationIter: Make the methods public.
+  (Benjamin Herr)
+* Window: Added get/set_offscreen_embedder() and 
+  get_offscreen_pixmap(), suggested by Oscar Lazzarino.
+  (Murray Cumming, Krzesimir Nowak)
+
+Gtk:
+* Added CellRendererSpin and Spinner.
+  (Debarshi Ray) Bug #598715
+* Added ToolPalette.
+  (Murray Cumming) 
+* Dialog: Added get_widget_for_response().
+  (Debarshi Ray) Bug #600411
+* Move the Gtk::Border typedef into its own header and add a Glib::Value 
+  specialization.
+  (Krzesimir Nowak) Bug #603926
+* Gdk::Window: get_default_root_window(): Correct the reference counting.
+  (Murray Cumming) Bug #603852 (Mikko Rasa).
+* Windows build fixes. 
+  (Armin Burgmeier)
+* Fix the build when exceptions, vfuncs, etc. are disabled.
+  (José Alburquerque)
+
+2.18.2 (stable):
 
 * Reintroduce accidentally removed API methods Gtk::Widget::can_default()
   and Gtk::Widget::can_focus(). (Daniel Elstner; bug #597022 reported by
   Markus Kanet and Hubert Figuiere)
 * Include infobar.h from main gtkmm.h header. (José Alburquerque)
 
-2.18.1:
+2.18.1 (stable):
 
 * RecentManager: Undeprecate get_default().
 
-2.18.0:
+2.18.0 (stable):
 
 * Clipboard: wait_for_targets): Fix a crash.
   (Daniel Elstner) Bug #586626 (Peter Clifton)
@@ -22,7 +48,7 @@ Build:
 * Fix recently-introduced problems with disable-deprecated options.
   (Daniel Elstner) 
 
-2.17.11:
+2.17.11 (unstable):
 
 Gdk:
 * Window: Added redirect_to_drawable(), 
diff --git a/configure.ac b/configure.ac
index 594f942..591b1a1 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.18.2],
+AC_INIT([gtkmm], [2.19.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -56,7 +56,7 @@ AS_IF([test "x$enable_static" = xyes],
 AC_SUBST([ATKMM_MODULES], ['glibmm-2.4 >= 2.22 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'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.22 pangomm-1.4 >= 2.26 gtk+-2.0 >= 2.19.2'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],
diff --git a/gtk/src/inputdialog.hg b/gtk/src/inputdialog.hg
index 498b4cb..f86a10e 100644
--- a/gtk/src/inputdialog.hg
+++ b/gtk/src/inputdialog.hg
@@ -44,7 +44,7 @@ _DEPRECATE_IFDEF_END
 
 class ScrolledWindow;
 
-/** @deprecated As of gtkmm 2.20, InputDialog has been deprecated since it is too specialized. 
+/** @deprecated As of gtkmm 2.20, this widget has been deprecated since it is too specialized. 
  */
 class InputDialog : public Dialog
 {



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