[gnome-latex] Release 3.28.0



commit 907fcbf99789fa8f29d4e09a14344d0f803472b9
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Apr 8 13:07:12 2018 +0200

    Release 3.28.0
    
    A bit late, but I prefer to release often (6 months is already a long
    time), to follow the "release early, release often" principle.
    
    What was missing for the GNOME 3.28.0 date is to import the settings
    from latexila, which is now done.
    
    Another thing missing, but that doesn't depend on me, is a new icon.

 NEWS         | 22 ++++++++++++++++++++++
 README       |  4 ++--
 configure.ac |  4 ++--
 3 files changed, 26 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 590e04d..32dde85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,27 @@
 GNOME LaTeX NEWS
 
+Release 3.28.0, 2018-04-08
+--------------------------
+* Changes for packagers:
+ - New dependency: dconf.
+ - Note that since the 3.27.2 version, the project has been renamed from
+   latexila to gnome-latex.
+
+* User-visible changes:
+ - On first launch of GNOME LaTeX, import LaTeXila settings and user
+   data/config files.
+ - Change Find and Replace shortcut to Ctrl+H, to be like in gedit (thanks to
+   Robert Griesel).
+ - Update/improve the user documentation for the spell-checking.
+ - Translation updates.
+
+* Under the hood changes:
+ - Project moved to GNOME GitLab.
+ - Apply GtkSourceView coding style to *.c files.
+ - Reduce delta between Vala and C coding styles.
+ - Improve documentation for contributors.
+ - Finish to port the Math menu to GAction (thanks to Robert Griesel).
+
 Release 3.27.2, 2018-01-17
 --------------------------
 * Rename LaTeXila to GNOME LaTeX.
diff --git a/README b/README
index f8e52d8..b6c735c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 GNOME LaTeX
 ===========
 
-This is the version 3.27.3 of GNOME LaTeX.
+This is the version 3.28.0 of GNOME LaTeX.
 
 GNOME LaTeX is a LaTeX editor for the GNOME desktop.
 
@@ -21,7 +21,7 @@ Dependencies
 * GLib >= 2.56
 * GTK+ >= 3.22
 * GtkSourceView >= 4.0
-* Tepl >= 3.99.1 - https://wiki.gnome.org/Projects/Tepl
+* Tepl >= 4.0 - https://wiki.gnome.org/Projects/Tepl
 * gspell >= 1.0
 * gee-0.8 >= 0.10
 * dconf
diff --git a/configure.ac b/configure.ac
index 2f81b05..5769bd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([GNOME LaTeX],
-       [3.27.3],
+       [3.28.0],
        [https://gitlab.gnome.org/GNOME/gnome-latex/issues],
        [gnome-latex],
        [https://wiki.gnome.org/Apps/GNOME-LaTeX])
@@ -32,7 +32,7 @@ LT_INIT
 GLIB_REQUIRED_VERSION="2.56"
 GTK_REQUIRED_VERSION="3.22"
 GTKSOURCEVIEW_REQUIRED_VERSION="4.0"
-TEPL_REQUIRED_VERSION="3.99.1"
+TEPL_REQUIRED_VERSION="4.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]