[gtkmm] 2.91.2
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 2.91.2
- Date: Tue, 26 Oct 2010 10:57:45 +0000 (UTC)
commit 93cfee51e43322d27b843532687354736ce5ce78
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Oct 26 12:57:25 2010 +0200
2.91.2
ChangeLog | 2 ++
NEWS | 32 ++++++++++++++++++++++++++++++++
configure.ac | 2 +-
3 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 87f9ac5..6f56b21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.91.2:
+
2010-10-26 Murray Cumming <murrayc murrayc com>
RecentInfo: Add get_gicon(). ComboBoxText: Add remove_all().
diff --git a/NEWS b/NEWS
index 3fcca62..0b551a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+2.91.2 (unstable):
+
+Gdk:
+* Added RGBA class.
+* Display: Added set/unset_device_hooks().
+* IconInfo: load_icon_symbolic(): Change the parameters from
+ Color to RGBA.
+
+Gtk:
+* AboutDialog: Add activate_link signal.
+* Application: Several methods removed.
+* Entry:
+ - Removed get_text_window() and get_icon_window().
+ - Added get_text_area() and get_icon_area().
+* CellView: Added set_background_rgba().
+ * tools/m4/convert_gdk.m4: Added necessary conversion.
+* ColorButton: Added a constructor taking a Gdk::RGBA, and
+ get/set_rgba().
+* ComboBoxText: Add remove_all(), replacing clear_items().
+* LinkButton: Add activate_link signal.
+* RecentInfo: Add get_gicon().
+* Added Scrollable interface.
+* IconView, Layout, TextView, ToolPallete, TreeView, ViewPort:
+ Derive from Scrollable, removing their get/set/unset_h/vadjustment() methods
+ and set_scroll_adjustments signals, because they are now in the base Scrollable.
+* Widget:
+ - Added queue_draw_region(), set/get_hexpand(),
+ set/get_hexpand_set(), set/get_vexpand(), set/get_vexpand_set(),
+ queue_compute_expand(), compute_expand(), shape_combine_region(),
+ input_shape_combine_region()
+ - Removed hide_all().
+
2.91.1.1 (unstable):
* Fix the build with GTK+ 2.91.1.
diff --git a/configure.ac b/configure.ac
index 7400c35..a9e08df 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.91.1.1],
+AC_INIT([gtkmm], [2.91.2],
[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]