[tepl] Release 3.99.1



commit d7b67c212b50b25885e128387668ed73bb6e9348
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Dec 9 13:21:43 2017 +0100

    Release 3.99.1

 NEWS         |    5 ++++-
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 883e86e..1afb1c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-News in 3.99.1, 2017-xx-yy (not yet released)
+News in 3.99.1, 2017-12-09
 --------------------------
 
 * General:
@@ -7,6 +7,7 @@ News in 3.99.1, 2017-xx-yy (not yet released)
 * Amtk:
  - Improve amtk_utils_bind_g_action_to_gtk_action() to support _detailed_
    GAction names.
+ - Add amtk_utils_create_gtk_action().
 
 * Framework:
  - Add more GAction's and corresponding AmtkActionInfo's:
@@ -21,6 +22,7 @@ News in 3.99.1, 2017-xx-yy (not yet released)
  - Add TeplApplicationWindow:handle-title boolean property to handle the window
    title.
  - Add more vfuncs to TeplAbstractFactory: create_file and create_main_window.
+ - Add TeplAbstractFactoryVala class to work-around Vala bugs.
  - Add functions related to main windows:
        - tepl_application_get_active_main_window()
        - tepl_application_window_is_main_window()
@@ -28,6 +30,7 @@ News in 3.99.1, 2017-xx-yy (not yet released)
  - TeplApplication: add options to handle the GApplication::activate and
    GApplication::open signals.
  - Start to write high-level functions for loading and saving files.
+ - On Tab::close-request, show close confirmation dialog.
 
 * File loading and saving toolkit:
  - TeplFileLoader:
diff --git a/README b/README
index ce0f519..d0e1aff 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Tepl - Text editor product line
 ===============================
 
-This is version 3.99.0 of Tepl.
+This is version 3.99.1 of Tepl.
 
 Tepl is a library that eases the development of GtkSourceView-based text
 editors and IDEs.
diff --git a/configure.ac b/configure.ac
index 99139e2..4b99513 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(tepl_package_version, 3.99.0)
+m4_define(tepl_package_version, 3.99.1)
 
 AC_INIT([tepl],
        [tepl_package_version],


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