[gtkmm] 2.99.3
- From: murrayc src gnome org
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 2.99.3
- Date: Wed, 2 Feb 2011 10:12:05 +0000 (UTC)
commit 8437004b2158145e25665210d10de483ce94f086
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Feb 2 11:11:34 2011 +0100
2.99.3
NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 54 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 896353c..e97521f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,56 @@
+2.99.3 (unstable):
+
+Gdk:
+* Display:
+ - selection_send_notify(): This now takes a
+ Gdk::Window instead of a (now removed) GdkNativeWindow.
+ - Removed get_protocol() and add_client_message_filter().
+* Screen: Removed send_client_message().
+ (Murray Cumming)
+* Use std::vector in several methods instead of the intermediate *Handle types,
+ to make the API clearer.
+ (Krzesimir Nowak)
+
+Gtk:
+* Application: Try to make this a replacement for Gtk::Main, though this
+ work is not finished yet.
+ (Murray Cumming)
+* Button: Restore the clicked() method.
+ Thanks to Aurimas Ä?ernius.
+* CellArea: Remove set_style_detail() and get_style_detail().
+* CellRenderer: Added get_state().
+ (Murray Cumming)
+* ComboBoxText: Remove the constructor that takes a model.
+* CssProvider:
+ - Add a create() method.
+ - get_default() and get_named(): fixed the reference counting.
+ (Kjell Ahlstedt)
+* IconSet: Use this via a RefPtr.
+* LisViewText: Rename append_text(), insert_text(), and
+ prepend_text() to append(), insert() and prepend() because that is what
+ ComboBoxText now uses (because it has other append overloads).
+* Added NumerableIcon.
+* Range: Added get/set_round_digits() and property.
+* TextView: Added get_cursor_locations().
+* Widget:
+ - Removed client_event signal.
+ - Added set_state_flags(), get_state_flags(),
+ reset_state_flags(), set_device_enable(), get_device_enabled(), and
+ reset_style().
+ (Murray Cumming)
+ - Added get_request_mode_vfunc(),
+ get_preferred_[width|height_for_width|height|width_for_height]_vfunc().
+ Bug #639073.
+ (Kjell Ahlstedt)
+ - Wrap the style-updated signal.
+ (Armin Burgmeier)
+ - set_window(), set_has_window(), and get_requisition() are now protected.
+ (Murray Cumming)
+ - set_window(): Increase the ref count of the Gdk::Window because GTK+ does
+ not, and will not, though we think we may need to do more work to fix this
+ properly.
+ (Kjell Ahlstedt) Bug #606903 (Hammered)
+
2.99.1 (unstable):
Gdk:
diff --git a/configure.ac b/configure.ac
index 0c564c6..c93dbd7 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.99.1],
+AC_INIT([gtkmm], [2.99.3],
[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]