[gtef] Release 1.99.2
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtef] Release 1.99.2
- Date: Sun, 12 Mar 2017 11:25:04 +0000 (UTC)
commit a0e99ced82fd531bd30a42e6fea1597097492632
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Mar 12 11:35:14 2017 +0100
Release 1.99.2
NEWS | 38 ++++++++++++++++++++++++++++++++++++++
README | 2 +-
configure.ac | 1 +
3 files changed, 40 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ccfef9c..d1ae8cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+News in 1.99.2, 2017-03-12
+--------------------------
+This is an unstable release leading towards 2.0. The 2.0 stable version will be
+released at the same time as GNOME 3.24.
+
+Basic GtkUIManager replacement based on GAction:
+* Add an easy way to create a GtkMenuItem from a GtefActionInfo.
+* Add a function to check that every GtefActionInfo in a GtefActionInfoStore
+ has been used.
+* Add reference counting to GtefActionInfo.
+* Add GtefActionInfoCentralStore singleton class.
+* Add gtef_action_map_add_action_entries_check_dups(), to check if there are
+ duplicates when adding GActions to a GActionMap.
+* Rename gtef_application_get_action_info_store() to
+ gtef_application_get_app_action_info_store().
+* Add GtefMenuShell, an extension of GtkMenuShell with the ::menu-item-selected
+ and ::menu-item-deselected signals.
+* Add gtef_menu_item_get/set_long_description().
+* Add GtefApplicationWindow, an extension of GtkApplicationWindow with:
+ * A statusbar property.
+ * A function to connect a GtefMenuShell to the statusbar,
+ pushing/popping the long descriptions of GtkMenuItems when they are
+ selected/deselected.
+ * A function to connect a GtkRecentChooserMenu to the statusbar,
+ pushing/popping the full paths.
+ * A function to create a GtkMenuItem with a simple and generic
+ GtkRecentChooserMenu as submenu.
+
+Misc:
+* Add gtef_application_open_simple().
+* Replace GNOME by GTK+ in the Gtef acronym. Gtef now stands for “GTK+ Text
+ Editor Framework”.
+* The project is now hosted on gnome.org!
+ https://wiki.gnome.org/Projects/Gtef
+ The bugzilla product is not yet created.
+* Add Polish, Brazilian Portuguese, Swedish, Indonesian and German
+ translations.
+
News in 1.99.1, 2017-01-26
--------------------------
This is an unstable release leading towards 2.0. The 2.0 stable version will be
diff --git a/README b/README
index f4c30bb..9b00fb8 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ incrementally.
Dependencies
------------
-- GLib >= 2.44
+- GLib >= 2.51.5
- GTK+ >= 3.20
- GtkSourceView >= 3.22
- libxml2 >= 2.5
diff --git a/configure.ac b/configure.ac
index ea17432..0fad3e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,7 @@ GTEF_API_VERSION=2
AC_SUBST(GTEF_API_VERSION)
# Dependencies
+# Should be glib_req=2.51.5 but the version has not been bumped in git.
glib_req=2.51.4
gtk_req=3.20
gtksourceview_req=3.22
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]