[tepl] News: start to write news for 2.99.2 (not yet released)



commit 4c3153886a270edb4063f72e4ce02ee698ac93b5
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jul 17 13:47:08 2017 +0200

    News: start to write news for 2.99.2 (not yet released)

 NEWS |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 81e0030..93d0225 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+News in 2.99.2, 2017-xx-yy
+--------------------------
+
+Amtk:
+* The biggest change in this release is that the classes and functions related
+  to actions and menus have been moved to a new shared library called Amtk
+  (Actions, Menus and Toolbars Kit), since it was not really related to text
+  editors, it is more general. But Amtk is still developed inside the Tepl
+  repository. Amtk is a basic GtkUIManager replacement based on GAction (still
+  under development, it is not yet finished, for example it doesn't handle
+  toolbars).
+
+Framework:
+* Revamp TeplTab.
+* Add TeplTabGroup interface.
+* Add TeplNotebook that implements TeplTabGroup.
+* Implement TeplTabGroup in TeplTab and TeplApplicationWindow.
+* Start to implement the Edit menu: provide GActions and AmtkActionInfos for
+  the cut, copy, paste, delete and select all actions.
+
+Misc:
+* Improve TeplInfoBar.
+
 News in 2.99.1, 2017-06-15
 --------------------------
 * The library has been renamed from Gtef (GTK+ text editor framework) to Tepl


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