[latexila] Release 3.27.1



commit d8141c9f18c97058c44d61c09a5aece1767f87a1
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Dec 9 13:47:42 2017 +0100

    Release 3.27.1

 NEWS         |   22 ++++++++++++++--------
 README       |    6 +++---
 configure.ac |    6 +++---
 3 files changed, 20 insertions(+), 14 deletions(-)
---
diff --git a/NEWS b/NEWS
index 82e7a47..5ecf96d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,23 @@
 LaTeXila NEWS
 
-Release 3.27.1, 201X-XX-XX (not yet released)
+Release 3.27.1, 2017-12-09
 --------------------------
+* User-visible improvements:
+ - Draw non-breaking spaces.
+ - File browser in the side panel: popup menus under buttons.
+
 * Port to GtkSourceView 4 and Tepl 4.
 
-* Internal code refactoring, use more Tepl features:
-  * Use more Tepl GActions.
-  * Let Tepl handle the window title.
-  * Implement TeplAbstractFactoryVala subclass.
-  * Other small things.
+* Internal code refactorings, use more Tepl features:
+ - Use more Tepl GActions.
+ - Let Tepl handle the window title.
+ - Implement TeplAbstractFactoryVala subclass.
+ - Other small things.
 
-* Port LaTeX menu to GAction and C in the liblatexila.
-  Math menu in progress.
+* Port to GAction/Amtk:
+ - Port the whole LaTeX menu to GAction and C in the liblatexila.
+ - Math menu in progress.
+ - Create first AmtkActionInfo.
 
 * Other small improvements.
 * Translation updates.
diff --git a/README b/README
index c8e8bf4..a32f1db 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 LaTeXila
 ========
 
-This is the version 3.27.0 of LaTeXila.
+This is the version 3.27.1 of LaTeXila.
 
 LaTeXila is a LaTeX editor for the GNOME desktop.
 
@@ -17,8 +17,8 @@ Dependencies
 
 * GLib >= 2.50
 * GTK+ >= 3.22
-* GtkSourceView >= 3.99.6
-* Tepl >= 3.99.0 - https://wiki.gnome.org/Projects/Tepl
+* GtkSourceView >= 3.99.7
+* Tepl >= 3.99.1 - https://wiki.gnome.org/Projects/Tepl
 * gspell >= 1.0
 * gee-0.8 >= 0.10
 * gettext
diff --git a/configure.ac b/configure.ac
index 0420287..73578c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([LaTeXila],
-       [3.27.0],
+       [3.27.1],
        [https://bugzilla.gnome.org/enter_bug.cgi?product=latexila],
        [latexila],
        [https://wiki.gnome.org/Apps/LaTeXila])
@@ -31,8 +31,8 @@ LT_INIT
 # Update also the --target-glib option in src/Makefile.am.
 GLIB_REQUIRED_VERSION="2.50"
 GTK_REQUIRED_VERSION="3.22"
-GTKSOURCEVIEW_REQUIRED_VERSION="3.99.6"
-TEPL_REQUIRED_VERSION="3.99.0"
+GTKSOURCEVIEW_REQUIRED_VERSION="3.99.7"
+TEPL_REQUIRED_VERSION="3.99.1"
 GSPELL_REQUIRED_VERSION="1.0"
 VALA_REQUIRED_VERSION="0.34"
 GEE_REQUIRED_VERSION="0.10"


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