[gedit-latex] Release 3.4.0
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex] Release 3.4.0
- Date: Mon, 26 Mar 2012 20:45:57 +0000 (UTC)
commit 0295e5503ccc78c646a2280da00f381987cc04cf
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Mar 26 22:47:48 2012 +0200
Release 3.4.0
INSTALL | 9 ++-------
NEWS | 21 +++++++++++++++++++++
README | 2 +-
configure.ac | 4 ++--
4 files changed, 26 insertions(+), 10 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index a1e89e1..7d1c323 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Installation Instructions
*************************
-Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
-Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -226,11 +226,6 @@ order to use an ANSI C compiler:
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
- HP-UX `make' updates targets which have the same time stamps as
-their prerequisites, which makes it generally unusable when shipped
-generated files such as `configure' are involved. Use GNU `make'
-instead.
-
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
parse its `<wchar.h>' header file. The option `-nodtk' can be used as
a workaround. If GNU CC is not installed, it is therefore recommended
diff --git a/NEWS b/NEWS
index 9cc6275..3e94467 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
=================
+gedit-latex 3.4.0
+=================
+
+New features and fixes
+======================
+- Combined toolbar by default (John Stowers)
+- Support cleverref (John Stowers)
+- Support natbib (John Stowers)
+- Do not print debug log messages to stdout by default (Josà Aliste)
+- Misc bugfixes
+
+Updated translations
+====================
+- cs (Marek ÄernockÃ)
+- de (Mario BlÃttermann)
+- es (Daniel Mustieles)
+- gl (Fran Dieguez)
+- pl (Piotr DrÄg)
+- sl (Matej UrbanÄiÄ)
+
+=================
gedit-latex 3.3.2
=================
diff --git a/README b/README
index 0bbdf64..6bb1dfc 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.3.2 of gedit-latex. gedit-latex is a plugin that provides
+This is version 3.4.0 of gedit-latex. gedit-latex is a plugin that provides
features to ease the edition of latex documents.
Installation
diff --git a/configure.ac b/configure.ac
index 9fb40c7..4639745 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, 3)
-m4_define(gedit_latex_micro_version, 2)
+m4_define(gedit_latex_minor_version, 4)
+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]