[gtk-mac-integration] Release gtk-mac-integration-2.0.2
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-integration] Release gtk-mac-integration-2.0.2
- Date: Fri, 27 Sep 2013 23:11:49 +0000 (UTC)
commit 387256bd457be83b84c52ba032af5fe209869d6b
Author: John Ralls <jralls ceridwen us>
Date: Fri Sep 27 10:48:07 2013 -0700
Release gtk-mac-integration-2.0.2
ChangeLog | 19 +++++++++++++++++++
NEWS | 8 ++++++++
README | 9 +++++++--
configure.ac | 4 ++--
strings/GtkOSXApplication.strings.uk | Bin 994 -> 991 bytes
5 files changed, 36 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2eaba63..c6f984a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Changes from version gtk-mac-integration-2.0.1 to version
+ gtk-mac-integration-2.0.2
+John Ralls (18):
+ Ensure HAVE_INTROSPECTION is defined
+ Bug 699987 - gtk-mac-integration build failure: can't find automake
+ Bug 698334 - Mac top-of-screen menu not working properly
+ Enable running test-integration without integration
+ Clean up a couple of leaks
+ Reformat to Gnome coding standard
+ Fix some Clang-5 errors
+ Suppress NULL object warning in cocoa_menu_item_update_accel_closure
+ Bug 703781 - app menu item disappears when made insensitive
+ Bug 703675 - GtkRecentChooserMenu: GtkRecentChooser doesn't work
+ Avoid deprecated functions from Gtk-3.4 and Gtk3.10
+ Prevent "doesn't implement NSApplicationDelegate" error
+ Bug 707803 - Suppress adjacent separators
+ Bug 707882 - App menu shows "About", "Hide", "Quit",
+ Fix missing localization of "Help" in the main menu bar.
+
Changes from version gtk-mac-integration-2.0.0 to version
gtk-mac-integration-2.0.1:
John Ralls (1):
diff --git a/NEWS b/NEWS
index 92e08d0..e87e241 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes from version gtk-mac-integration-2.0.1 to version
+ gtk-mac-integration-2.0.2:
+* Ready for Mavericks and Xcode 5.0
+* Make the App(le) Menu more Mac-like, with the App-name appended to
+ Hide, Quit, and any items added to the zeroth entry (normally About).
+* Suppress leading, trailing, and consecutive separators in menus
+* Other bug-fixes. See ChangeLog.
+
Changes from version gtk-mac-integration-2.0.0 to version
gtk-mac-integration-2.0.1:
* This is a minor bug-fix release.
diff --git a/README b/README
index 63456e9..a9087a2 100644
--- a/README
+++ b/README
@@ -3,7 +3,8 @@ app bundles.
This library provides two implementations: An older Carbon
implementation (gtk-mac-integration) and a new implementation in Cocoa
-(GtkOSXApplication). PyGtk bindings are provided for both.
+(GtkOSXApplication). PyGtk bindings are provided for both, and
+GtkosxApplication is gobject-introspectable.
GtkOSXApplication compiles and works with x86_64, a major failing of
the Carbon implementation, as well as resolving some other glaring
@@ -13,6 +14,10 @@ system, Gtk-mac-integration is also deprecated. New ports of Gtk+
applications should use GtkOSXApplication and maintainers of older
ports are strongly encouraged to convert as soon as practical.
+NB: Applications already using Gtk+-3.4 and GLib 2.36 and later should
+use the GApplication/GtkApplication and GMenuModel/GMenu APIs which
+make this library unnecessary.
+
For a rather complex example on how to use the various flavors, see
src/test-integration.c. Basic examples of using the Python bindings
will be found in their respective directories under bindings/python.
@@ -43,4 +48,4 @@ preparation:
* Build PyGtk.
-* Configure gtk-mac-integration with --python=all.
\ No newline at end of file
+* Configure gtk-mac-integration with --python=all.
diff --git a/configure.ac b/configure.ac
index 78e684c..da631f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(gtk-mac-integration, 2.0.1)
+AC_INIT(gtk-mac-integration, 2.0.2)
# Before making a release, the LT_VERSION string should be modified.
# The string is of the form C:R:A.
# - If interfaces have been changed or added, but binary compatibility has
@@ -9,7 +9,7 @@ AC_INIT(gtk-mac-integration, 2.0.1)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-GTK_MAC_INTEGRATION_LT_VERSION=2:1:0
+GTK_MAC_INTEGRATION_LT_VERSION=2:2:0
AC_SUBST(GTK_MAC_INTEGRATION_LT_VERSION)
AC_CONFIG_SRCDIR(src/gtk-mac-menu.c)
AC_CONFIG_MACRO_DIR(m4)
diff --git a/strings/GtkOSXApplication.strings.uk b/strings/GtkOSXApplication.strings.uk
index 1e7b16b..07c507b 100644
Binary files a/strings/GtkOSXApplication.strings.uk and b/strings/GtkOSXApplication.strings.uk differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]