[gtkmm/gtkmm-2-24] 2.31.1



commit 18d2398f52a6e0b098cc57a4364f23a23fba8549
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jan 17 10:23:52 2011 +0100

    2.31.1

 ChangeLog    |    2 ++
 NEWS         |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 53 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index efb15d2..015e222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.23.1:
+
 2011-01-15  Murray Cumming  <murrayc murrayc com>
 
 	ListViewText: Rename methods to be consistent with ComboBoxText.
diff --git a/NEWS b/NEWS
index 4b7d75d..b4f41f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,53 @@
+2.23.1 (unstable):
+
+Gdk:
+* Drawable: Deprecate get_visual(), get_screen() and get_display().
+* Window: Added get_visual(), get_screen() and get_display().
+* Display: Deprecate set_pointer_hooks() and unset_pointer_hooks().
+* DragContext: Deprecate create(), adding Window::drag_begin().
+* Drawable: Deprecate the draw_*() methods.
+* Screen: Fix a typo, so the monitors_changed() signal really uses the C signal.
+	(Murray Cumming)
+
+Gtk:
+* AboutDialog: Deprecate set_email/url_hook(), adding signal_activated().
+* ComboBox:
+  - Added constructors with a bool has_entry property, and add methods.
+	- Added get_has_entry(), set_entry_text_column() and get_entry_text_column().
+* ComobBoxText: Added append(), prepend() and insert(), deprecating *_text().
+* ComboBoxEntryText: Deprecate in favour of ComboBoxText with has_entry=true.
+* LinkButton: Deprecate set_uri_hook() and unset_uri_hook() in favour of 
+  Button::signal_clicked().
+* ListViewText: Added append(), prepend() and insert(), deprecating *_text().
+* Main: Deprecate signal_quit() and signal_run().
+* Widget: Deprecated hide_all().
+* Ruler, HRuler and VRuler: Deprecated
+* Notebook:
+  - Deprecated get/set_group(), adding get/set_group_name().
+  - Deprecated set_window_creation_hook().
+* PageSetupUnixDialog, Plug, PrintUnixDialog: Prevent us from calling wrap_new()
+  on these windows. 
+	Bug #623137 (Kjell Ahlstedt)
+	(Murray Cumming)
+* Style:
+  - Fix the virtual functions.
+  (José Alburquerque) Bug #633975 and bug #633689 (mario).(mario).
+* Range: Deprecate get/set_update_policy().
+* TreeViewColumn: Added get_first_cell(), deprecated get_first_cell_renderer().
+* Widget::set_window(): Increase the ref count of the Gdk::Window.
+  (This is not a complete fix yet. See bug #606903)
+  (Kjell Ahlstedt)
+* Window: Deprecate get/set_has_frame() and get/set_frame_dimensions().
+	(Murray Cumming)
+	
+* Build:
+  - Depend on necessary versions of atkmm and pangomm instead of repeating 
+  m4 files.
+  (Murray Cumming)
+  - Windows installer fixes.
+  (Armin Burgmeier)
+
+
 2.22.0 (stable):
 
 Build changes in gtkmm 2.22:
diff --git a/configure.ac b/configure.ac
index a201d6d..55f6a35 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.22.0],
+AC_INIT([gtkmm], [2.23.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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