News in 2.99.2, 2017-07-18 -------------------------- 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). * Add AmtkFactory and AmtkFactoryMenu, which replace amtk_action_info_store_create_menu_item(). 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.