[gedit-latex] Release 3.8.0
- From: Jose Aliste <jaliste src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex] Release 3.8.0
- Date: Thu, 11 Jul 2013 14:33:12 +0000 (UTC)
commit 56f772857b2a05d9f7930cf44c582cf8b61153aa
Author: José Aliste <jaliste src gnome org>
Date: Thu Jul 11 10:32:52 2013 -0400
Release 3.8.0
INSTALL | 8 ++++----
NEWS | 40 ++++++++++++++++++++++++++++++++++++++++
README | 8 +++++++-
configure.ac | 4 ++--
4 files changed, 53 insertions(+), 7 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index a1e89e1..007e939 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
Installation Instructions
*************************
-Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
Inc.
Copying and distribution of this file, with or without modification,
@@ -309,9 +309,10 @@ causes the specified `gcc' to be used as the C compiler (unless it is
overridden in the site shell script).
Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug. Until the bug is fixed you can use this workaround:
+an Autoconf limitation. Until the limitation is lifted, you can use
+this workaround:
- CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+ CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
`configure' Invocation
======================
@@ -367,4 +368,3 @@ operates.
`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.
-
diff --git a/NEWS b/NEWS
index 48a2605..6ab6610 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,44 @@
=================
+gedit-latex 3.8.0
+=================
+
+New features and fixes
+======================
+
+- Port to python 3 (Aleksei Lissitsin)
+- Fixes to insert table / listing dialogs (John Stowers)
+- Outline connect to editor now requires Double click (John Stowers)
+- remove some unused code, collapse some abstractions (John Stowers)
+- force the symbol sidebar to 4 items, least it be visible (John Stowers)
+- use Gtk.show_uri instead of system (John Stowers)
+- Do not mark unused labels as warnings (Bug #691758) (Carnë Draug)
+- Fix "New Latex Document" dialog (Aleksei Lissitsin)
+- Use snippets format for the autocompletion of builtin commands (Aleksei Lissitsin)
+- Fix RadioMenuItem inizialization (Bug #667096) (Pietro Battiston)
+- Remove some useless imports (Sven (Sbte))
+- Prevent a crash when no job command is present (Sven (Sbte))
+- Don't create bottom panels every time when switching between files (Sven (Sbte))
+
+New translations
+================
+- Catalan (Gil Forcada)
+- Greek translation (Tom Tryfonidis)
+- Indonesian (Andika Triwidada)
+- Serbian (Мирослав Николић)
+
+Updated translations
+====================
+- Russian (Aleksandr Brezhnev)
+- Brazilian Portuguese (Enrico Nicoletto)
+- Polish (Piotr Drąg)
+- Czech (Marek Černocký)
+- Latvian (Rūdolfs Mazurs)
+- Thai (Akom Chotiphantawanon)
+- Galician (Fran Diéguez)
+- Chinese simplified (Wylmer Wang)
+
+
+=================
gedit-latex 3.4.1
=================
diff --git a/README b/README
index 5a23900..7824040 100644
--- a/README
+++ b/README
@@ -1,9 +1,15 @@
General Information
===================
-This is version 3.4.1 of gedit-latex. gedit-latex is a plugin that provides
+This is version 3.8.0 of gedit-latex. gedit-latex is a plugin that provides
features to ease the edition of latex documents.
+Note about Python 3
+===================
+
+Gedit-latex needs the dbus module for python to be installed. In python 3, this module
+is not installed by default on many distributions.
+
Installation
============
diff --git a/configure.ac b/configure.ac
index 80ae792..4e23b34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
m4_define(gedit_latex_major_version, 3)
-m4_define(gedit_latex_minor_version, 4)
-m4_define(gedit_latex_micro_version, 1)
+m4_define(gedit_latex_minor_version, 8)
+m4_define(gedit_latex_micro_version, 0)
m4_define(gedit_latex_version, gedit_latex_major_version.gedit_latex_minor_version.gedit_latex_micro_version)
AC_INIT([gedit-latex],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]