gedit r6280 - in trunk: . data gedit help po
- From: pborelli svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6280 - in trunk: . data gedit help po
- Date: Mon, 12 May 2008 16:51:20 +0100 (BST)
Author: pborelli
Date: Mon May 12 15:51:20 2008
New Revision: 6280
URL: http://svn.gnome.org/viewvc/gedit?rev=6280&view=rev
Log:
release 2.23.1
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.ac
trunk/data/gedit.schemas.in
trunk/gedit/gedit-commands-file.c
trunk/help/ChangeLog
trunk/message-of-doom
trunk/po/ChangeLog
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon May 12 15:51:20 2008
@@ -1,4 +1,23 @@
============
+gedit 2.23.1
+============
+
+New Features and Fixes
+======================
+- port the filebrowser plugin to gio/gvfs (Mikael Hermansson, Jesse van den Kieboom)
+- start porting internals to gio/gvfs (Paolo Borelli)
+- rework some of the python plugins core code (Steve FrÃcinaux)
+
+New and updated translations
+============================
+- Jorge Gonzalez (es)
+- Claude Paroz (fr)
+- Kjartan Maraas (nb)
+- Jiri Eischmann (cs)
+- Yavor Doganov (bg)
+
+
+============
gedit 2.22.1
============
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Mon May 12 15:51:20 2008
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.22.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.23.1 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.
@@ -71,8 +71,8 @@
Simple install procedure:
- % gzip -cd gedit-2.22.1.tar.gz | tar xvf - # unpack the sources
- % cd gedit-2.22.1 # change to the toplevel directory
+ % gzip -cd gedit-2.23.1.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-2.23.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gedit
[ Become root if necessary ]
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon May 12 15:51:20 2008
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
m4_define(gedit_major_version, 2)
-m4_define(gedit_minor_version, 22)
+m4_define(gedit_minor_version, 23)
m4_define(gedit_micro_version, 1)
m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
@@ -402,4 +402,4 @@
"
dnl uncomment this in developement releases
-dnl cat $srcdir/message-of-doom
+cat $srcdir/message-of-doom
Modified: trunk/data/gedit.schemas.in
==============================================================================
--- trunk/data/gedit.schemas.in (original)
+++ trunk/data/gedit.schemas.in Mon May 12 15:51:20 2008
@@ -501,14 +501,14 @@
<owner>gedit</owner>
<type>list</type>
<list_type>string</list_type>
- <default>[docinfo,modelines,savecopy,spell,time]</default>
+ <default>[docinfo,modelines,filebrowser,spell,time]</default>
<locale name="C">
<short>Active plugins</short>
<long>List of active plugins. It contains the "Location" of the active plugins. See the .gedit-plugin file for obtaining
the "Location" of a given plugin.</long>
</locale>
</schema>
-
+
<schema>
<key>/schemas/apps/gedit-2/preferences/editor/save/writable_vfs_schemes</key>
<applyto>/apps/gedit-2/preferences/editor/save/writable_vfs_schemes</applyto>
Modified: trunk/gedit/gedit-commands-file.c
==============================================================================
--- trunk/gedit/gedit-commands-file.c (original)
+++ trunk/gedit/gedit-commands-file.c Mon May 12 15:51:20 2008
@@ -510,7 +510,6 @@
GeditWindow *window)
{
GFile *location;
- gchar *uri;
GSList *uris = NULL;
const GeditEncoding *encoding;
Modified: trunk/message-of-doom
==============================================================================
--- trunk/message-of-doom (original)
+++ trunk/message-of-doom Mon May 12 15:51:20 2008
@@ -10,9 +10,9 @@
If you are looking for a stable release of gedit, either download
it from:
- http://ftp.gnome.org/pub/gnome/sources/gedit/2.16/
+ http://ftp.gnome.org/pub/gnome/sources/gedit/2.22/
-Or checkout the gedit-2-16 branch of the gedit module from:
+Or checkout the gnome-2-22 branch of the gedit module from:
http://svn.gnome.org/svn/gedit/branches
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]