[gtkmm] 2.99.1
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 2.99.1
- Date: Wed, 12 Jan 2011 14:30:40 +0000 (UTC)
commit 528b8fb19f0fee6836273052e0d67490c151c924
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Jan 12 15:30:23 2011 +0100
2.99.1
ChangeLog | 2 ++
NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
3 files changed, 52 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 00f38ec..f770e36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.99.1:
+
2011-01-12 Murray Cumming <murrayc murrayc com>
Fix the make check build.
diff --git a/NEWS b/NEWS
index 54c7cf7..896353c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+2.99.1 (unstable):
+
+Gdk:
+* Cursor: Add create() methods, making the constructors protected,
+ because this should now be used via RefPtr.
+ (Murray Cumming)
+* Device:
+ - Added get_history().
+ - Added grab() overload.
+ - Added Added get_position() and get_window_at_position().
+ - Removed set_source().
+ (Krzesimir Nowak)
+ - Added get_window_at_position() with no parameters.
+ - Added warp().
+ (Murray Cumming)
+* Display:
+ - Removed Remove get_device_state() and get_window_at_device_position()
+ (Krzesimir Nowak)
+ - Added has_pending() and notify_startup_complete().
+ - Removed pointer_ungrab(), keyboard_ungrab(), pointer_is_grabbed(),
+ device_is_grabbed(), get_pointer(), get_window_at_pointer(), warp_pointer,
+ set_pointer_hooks(), unset_pointer_hooks(), set_device_hooks(),
+ unset_device_hooks().
+ (Murray Cumming)
+* DisplayManager.hg: Added open_display().
+* DragContext: find_window_for_screen():
+ - Use a reference for the protocol parameter, instead of a pointer.
+ - Added get_dest_window() and get_protocol().
+* Pixbuf: Added set_option() and apply_embedded_orientation().
+* Screen: The monitors_changed() signal was wrapping the
+ size_changed signal. Fixed.
+* Window: Added get_device_cursor().
+ (Murray Cumming)
+
+Gtk:
+* Adjustment: Fix the reference counting of Adjustment.
+ (Kjell Ahlstedt)
+* MenuItem: Added get/set_reserve_indicator().
+* MenuShell: Added get_selected_item() and get_parent_shell().
+* Range: Remove get/set_update_policy(), to fix the build.
+* StyleContext: Added get/set_path() and get_screen().
+* TreeModel::iterator::operator--(): Use gtk_tree_model_iter_previous().
+* TreeView: Added is_blank_at_pos().
+* Widget: Removed style_attach().
+* Window: Removed set_frame_event(), get_frame_event(),
+ set_frame_dimensions(), get_frame_dimensions() and the frame_event signal.
+ (Murray Cumming)
+
2.91.7 (unstable):
Gtk:
diff --git a/configure.ac b/configure.ac
index c0b2181..b06d045 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.7],
+AC_INIT([gtkmm], [2.99.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -55,7 +55,7 @@ AS_IF([test "x$enable_static" = xyes],
# gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
# The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
# The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 2.91.7 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.5 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 2.99.1 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
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]