[gtkmm] 3.3.16
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.3.16
- Date: Tue, 28 Feb 2012 09:20:15 +0000 (UTC)
commit c6b02a22e4739f2e7124df30fdc67d621f99444b
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Feb 28 09:44:21 2012 +0100
3.3.16
NEWS | 32 ++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index de6c755..a51f007 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+3.3.16 (unstable):
+
+Gtk:
+* Add the Actionable interface.
+ However, we cannot make it a base class of existing classes because that
+ would break ABI. We can use it for new classes, or use it after a future
+ ABI break.
+ (Josà Alburquerque) Bug #637445.
+* Application:
+ - Constructor: Receive argc and argv params by reference.
+ - Initialize gtkmm early enough for successful construction.
+ (Josà Alburquerque) Bug #637445.
+ - Avoid the need to use Gtk::Main.
+ - Make the create() methods static.
+ (Murray Cumming)
+* Border: Add reference documentation.
+ (Murray Cumming) Bug #669907 (Mark)
+* ColorButton: set_color(), set_alpha(), constructor: Deprecate
+ these, as they are deprecated in the C API.
+ (Murray Cumming)
+* EntryBuffer: Correct the EntryBuffer(name) constructor.
+ Bug #670784 (Marcus Yass)
+* TextTag: Add RGBA versions of the properties.
+ (Murray Cumming)
+* Window: set_background(Color): Deprcate this.
+ (Murray Cumming)
+* Deprecate some properties that use Gdk::Color.
+ (Murray Cumming)
+* Documentation: Add documentation for signals, based on the C
+ documentation.
+ (Josà Alburquerque) Bug #668918.
+
3.3.14 (unstable):
Gtk:
diff --git a/configure.ac b/configure.ac
index b9d48da..b383f0d 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], [3.3.14],
+AC_INIT([gtkmm], [3.3.16],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -94,7 +94,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.30.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.3.2 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.31.18.1 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.3.2 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]