[gedit] Release 3.13.3
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.13.3
- Date: Tue, 22 Jul 2014 20:34:21 +0000 (UTC)
commit d8ca9e7e578b575f71c2b5118077c3909b8ecd02
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Jul 22 22:28:23 2014 +0200
Release 3.13.3
NEWS | 29 +++++++++++++++++++++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 33 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 64e975d..b9749c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,33 @@
============
+gedit 3.13.3
+============
+
+New Features and Fixes
+======================
+- File loading and saving based on a new API in GtkSourceView.
+ GeditEncoding is replaced by GtkSourceEncoding, and there
+ are changes in GeditDocument. To port plugins, see:
+ https://wiki.gnome.org/Apps/Gedit/API-Changes
+
+- Include Adwaita theming
+- New selector to open documents in the header bar
+- Various improvements and bug fixes
+- Some work to build gedit on Windows
+
+New and updated translations
+============================
+- bg (Alexander Shopov)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- gd (GunChleoc)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- nb (Kjartan Maraas)
+- ru (Yuri Myasoedov)
+- sv (Anders Jonsson)
+- tr (Muhammet Kara)
+
+============
gedit 3.13.2
============
diff --git a/README b/README
index 82b36b2..372236d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.13.2 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.13.3 of gedit. gedit is a small and lightweight UTF-8 text
editor for the GNOME environment.
gedit is part of GNOME and uses the latest GTK+ and GNOME libraries.
@@ -70,8 +70,8 @@ plugins support.
Simple install procedure:
- % tar Jxf gedit-3.13.2.tar.xz # unpack the sources
- % cd gedit-3.13.2 # change to the toplevel directory
+ % tar Jxf gedit-3.13.3.tar.xz # unpack the sources
+ % cd gedit-3.13.3 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gedit
[ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index 9ac074d..b89b18b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
m4_define(gedit_major_version, 3)
m4_define(gedit_minor_version, 13)
-m4_define(gedit_micro_version, 2)
+m4_define(gedit_micro_version, 3)
m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
AC_INIT([gedit],[gedit_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=gedit],[gedit],[https://wiki.gnome.org/Apps/Gedit])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]