[amtk] Release 4.99.1



commit ae5dc8dff0618c5aad15278b68980c81933ffa0b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Apr 15 11:29:23 2018 +0200

    Release 4.99.1

 NEWS         |   12 ++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2c642c4..23260d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+News in 4.99.1, 2018-04-15
+--------------------------
+* Move Amtk to its own git repository (it was initially developed in Tepl).
+* Bump API/major version to 5, to avoid any problem if Tepl 4.0 is installed at
+  the same time (which contains amtk-4).
+* AmtkFactory: add functions to create a simple GtkMenu directly from an array
+  of AmtkActionInfoEntry's (will be useful in gnome-latex).
+* Extend Amtk to support a GUI with a GtkHeaderBar (now used in Devhelp):
+ - AmtkFactory: add functions to create GMenuItem's and GtkShortcutsShortcut's.
+ - Add convenience functions to create a GMenu and a GtkShortcutsWindow.
+ - Add amtk_action_info_store_set_all_accels_to_app().
+
 News in 3.99.1, 2017-12-09
 --------------------------
 
diff --git a/README b/README
index aa4e14d..5b7c1d1 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Amtk - Actions, Menus and Toolbars Kit for GTK+ applications
 ============================================================
 
-This is version 4.0.1 of Amtk.
+This is version 4.99.1 of Amtk.
 
 Amtk is the acronym for “Actions, Menus and Toolbars Kit”. It is a basic
 GtkUIManager replacement based on GAction.
diff --git a/configure.ac b/configure.ac
index 65f57e0..201d971 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.64)
 
 # Package version of the form 'major.minor.micro'.
-m4_define(amtk_package_version, 4.99.0)
+m4_define(amtk_package_version, 4.99.1)
 
 AC_INIT([Amtk],
        [amtk_package_version],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]