[latexila] Release 3.26.0



commit 8ff9d24fb56e1786ace86bb3fd1ea8e078582883
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Sep 9 13:57:45 2017 +0200

    Release 3.26.0

 NEWS         |    8 ++------
 README       |    4 ++--
 configure.ac |    4 ++--
 3 files changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0e532a7..e0ba798 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 LaTeXila NEWS
 
-Release 3.xx.y, 2017-xx-yy (not yet released)
+Release 3.26.0, 2017-09-09
 --------------------------
 * Internal code refactoring, use more Tepl features:
   * Use TeplNotebook/TeplTabGroup properties (especially :active-tab).
@@ -11,11 +11,7 @@ Release 3.xx.y, 2017-xx-yy (not yet released)
     TeplFile and TeplBuffer APIs.
   * Use some Tepl GActions for the Edit menu (cut/copy/paste etc).
 
-* latexmk post-processor: fix bug with LaTeX errors and warnings not detected
-  with new versions of latexmk.
-* Small bug fixes:
-  * Search: replace all button: center content vertically.
-  * LaTeX and Math menus: grab focus to active text view after inserting text.
+* Same bug fixes as already backported on 3.24.3.
 * Small improvement: make the tab label tooltip clearer: "Main file" ->
   "Project main file".
 * Translation updates.
diff --git a/README b/README
index 19d05a4..895343f 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 LaTeXila
 ========
 
-This is the version 3.25.1 of LaTeXila.
+This is the version 3.26.0 of LaTeXila.
 
 LaTeXila is an Integrated LaTeX Environment for the GNOME desktop.
 
@@ -18,7 +18,7 @@ Dependencies
 * GLib >= 2.50
 * GTK+ >= 3.22
 * GtkSourceView >= 3.24
-* Tepl >= 2.99.0 - https://wiki.gnome.org/Projects/Tepl
+* Tepl >= 3.0 - https://wiki.gnome.org/Projects/Tepl
 * gspell >= 1.0
 * gee-0.8 >= 0.10
 * gettext
diff --git a/configure.ac b/configure.ac
index e66ad3c..352daf4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([LaTeXila],
-       [3.25.1],
+       [3.26.0],
        [https://bugzilla.gnome.org/enter_bug.cgi?product=latexila],
        [latexila],
        [https://wiki.gnome.org/Apps/LaTeXila])
@@ -32,7 +32,7 @@ LT_INIT
 GLIB_REQUIRED_VERSION="2.50"
 GTK_REQUIRED_VERSION="3.22"
 GTKSOURCEVIEW_REQUIRED_VERSION="3.24"
-TEPL_REQUIRED_VERSION="2.99.4"
+TEPL_REQUIRED_VERSION="3.0"
 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]