Skip to content

Commit

Permalink
Release 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Sep 19, 2012
1 parent ef0c5f5 commit b3123ba
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 4 deletions.
44 changes: 44 additions & 0 deletions NEWS
@@ -1,3 +1,47 @@
===========
gedit 3.5.3
===========

New Features and Fixes
======================
- Handle a command line specifying a big line number (Paolo Borelli, David Toton)
- Extensive snippet collection for docbook
- Misc bugfixes

New and updated translations
============================
- ar (Khaled Hosny)
- be (Sviatlana Liasovich)
- bg (Krasimir Chonov)
- cs (Marek Černocký)
- da (Kenneth Nielsen)
- de (Mario Blättermann)
- el (Tom Tryfonidis)
- en_GB (Bruce Cowan)
- es (Daniel Mustieles)
- fa (Arash Mousavi)
- fi (Jiri Grönroos)
- fi (sampo555)
- fr (Alain Lojewski)
- fr (Bruno Brouard)
- gu ("Last-Translator: \n")
- hu (Gabor Kelemen)
- id (Andika Triwidada)
- it (Milo Casagrande)
- ko (Changwoo Ryu)
- lt (Aurimas Černius)
- ml (Ani Peter)
- mr (Sandeep Shedmake)
- pa (A S Alam)
- pl (Piotr Drąg)
- pt_BR (Rafael Ferreira)
- sr@latin (Miroslav Nikolić)
- sr (Мирослав Николић)
- ta (Dr.T.Vasudevan)
- th (Theppitak Karoonboonyanan)
- zh_HK (Chao-Hsiung Liao)
- zh_TW (Chao-Hsiung Liao)

===========
gedit 3.5.2
===========
Expand Down
6 changes: 3 additions & 3 deletions README
@@ -1,7 +1,7 @@
General Information
===================

This is version 3.5.2 of gedit. gedit is a small and lightweight UTF-8 text
This is version 3.5.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.
Expand Down Expand Up @@ -71,8 +71,8 @@ plugins support.

Simple install procedure:

% tar Jxf gedit-3.5.2.tar.xz # unpack the sources
% cd gedit-3.5.2 # change to the toplevel directory
% tar Jxf gedit-3.5.3.tar.xz # unpack the sources
% cd gedit-3.5.3 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gedit
[ Become root if necessary ]
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)

m4_define(gedit_major_version, 3)
m4_define(gedit_minor_version, 5)
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],[http://projects.gnome.org/gedit/])
Expand Down

0 comments on commit b3123ba

Please sign in to comment.