[latexila] Release 2.8.0



commit 5c10940c268593234daec44181e45b5dfe24d67c
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Mar 25 18:04:10 2013 +0100

    Release 2.8.0

 NEWS         |   13 +++++++++++++
 configure.ac |    6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index ec654e5..f72e6f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
 LaTeXila NEWS
 
+================================
+* Release 2.8.0 (March 28, 2013)
+================================
+
+- Allow the menu bar to shrink below its minimum size
+- Load and save accelerator maps (it's now possible to edit the keyboard shortcuts)
+- Change the application icons
+- Add Ctrl+E shortcut for \emph{}
+- Improvements to the completion
+- Misc bugfixes
+- Translations updates
+
+
 ==================================
 * Release 2.7.0 (January 22, 2013)
 ==================================
diff --git a/configure.ac b/configure.ac
index d8c33a1..81b4ba6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([LaTeXila],
-        [2.7.1],
+        [2.8.0],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=latexila],
        [latexila],
        [http://projects.gnome.org/latexila])
@@ -26,8 +26,8 @@ LT_INIT
 # Required dependencies versions
 GLIB_REQUIRED_VERSION="2.32"
 GTK_REQUIRED_VERSION="3.6.0"
-GTKSOURCEVIEW_REQUIRED_VERSION="3.7.92"
-VALA_REQUIRED_VERSION="0.19.0"
+GTKSOURCEVIEW_REQUIRED_VERSION="3.8.0"
+VALA_REQUIRED_VERSION="0.20.0"
 
 AC_SUBST([GLIB_REQUIRED_VERSION])
 AC_SUBST([GTK_REQUIRED_VERSION])


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