summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@src.gnome.org>2008-11-23 17:28:20 +0000
committerPaolo Borelli <pborelli@src.gnome.org>2008-11-23 17:28:20 +0000
commite537dcf62f1fee56321349dead697fda2c8846e3 (patch)
tree8d7320ba62254b8dc04d098e335315bbda25e70d
parent46825008e40a4b44f6b1c59f6bc4b64137f5e5f4 (diff)
downloadgedit-e537dcf62f1fee56321349dead697fda2c8846e3.tar.gz
svn path=/trunk/; revision=6608
-rw-r--r--ChangeLog10
-rw-r--r--NEWS17
-rw-r--r--README6
-rw-r--r--configure.ac27
-rw-r--r--help/ChangeLog2
-rw-r--r--plugins/externaltools/data/Makefile.am2
-rw-r--r--po/ChangeLog2
7 files changed, 36 insertions, 30 deletions
diff --git a/ChangeLog b/ChangeLog
index 071e65e7d..003b92b59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+=== gedit 2.24.2 ===
+
+2008-11-23 Paolo Borelli <pborelli@katamail.com>
+
+ * configure.ac:
+ * README:
+ * NEWS:
+
+ gedit 2.24.2 released
+
2008-11-22 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gedit/gedit-view.c:
diff --git a/NEWS b/NEWS
index f214bf327..f04d86ce8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
============
+gedit 2.24.2
+============
+
+New Features and Fixes
+======================
+- Fix icon lookup in the filebrowser plugin (Jesse van den Kieboom)
+- Allow to move to a line relative to the current line (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- Ignacio Casal Quinteiro (gl)
+- Leonardo Ferreira Fontenelle (pt_BR)
+- Rafael Garcia (la)
+
+
+============
gedit 2.24.1
============
diff --git a/README b/README
index 8f4416d76..c6c333e79 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.24.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.24.2 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 @@ enable python plugins support.
Simple install procedure:
- % gzip -cd gedit-2.24.1.tar.gz | tar xvf - # unpack the sources
- % cd gedit-2.24.1 # change to the toplevel directory
+ % gzip -cd gedit-2.24.2.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-2.24.2 # 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 224479da8..4456bae09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
m4_define(gedit_major_version, 2)
m4_define(gedit_minor_version, 24)
-m4_define(gedit_micro_version, 1)
+m4_define(gedit_micro_version, 2)
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)
@@ -233,31 +233,6 @@ if test "x$have_python" != "xno"; then
AC_SUBST([PYTHON_LIB_LOC])
AC_SUBST([PYTHON_CFLAGS])
AC_SUBST([PYTHON_EXTRA_LIBS])
-
- dnl FIXME: do we really need this test?
- AC_MSG_CHECKING([whether we can build a shared library depending on libpython])
- rm -rf testpython
- mkdir testpython
- cd testpython
- cat > testpython.c <<EOF
-#include <Python.h>
-int testpython (void)
-{
-Py_Exit (0);
-}
-EOF
-
- if /bin/sh ../libtool --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c >/dev/null 2>&1 && \
- /bin/sh ../libtool --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version -no-undefined $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \
- grep 'dlname.*testpython' testpython.la >/dev/null 2>&1; then
- result=yes
- else
- result=no
- have_python=no
- fi
- cd ..
- rm -rf testpython
- AC_MSG_RESULT([$result])
fi
if test "x$have_python" != "xyes"; then
diff --git a/help/ChangeLog b/help/ChangeLog
index 6e681bb02..0cf42b0da 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,5 @@
+=== gedit 2.24.2 ===
+
=== gedit 2.24.1 ===
2008-10-18 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
diff --git a/plugins/externaltools/data/Makefile.am b/plugins/externaltools/data/Makefile.am
index ea40ef018..b335001d7 100644
--- a/plugins/externaltools/data/Makefile.am
+++ b/plugins/externaltools/data/Makefile.am
@@ -17,7 +17,7 @@ toolsdir = $(datadir)/gedit-2/plugins/tools
# (.desktop), which happens to be translated using intltool.
$(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE)
perl $(TOOL_MERGE) -o $@ $< $(word 2,$^)
- chmod --reference=$< $@
+ chmod 755 $@
EXTRA_DIST = \
$(desktop_in_files) \
diff --git a/po/ChangeLog b/po/ChangeLog
index 296a91a8d..540478314 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,5 @@
+=== gedit 2.24.2 ===
+
2008-11-17 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gl.po: Fixed bug #561198.