gedit r6608 - in trunk: . help plugins/externaltools/data po



Author: pborelli
Date: Sun Nov 23 17:28:20 2008
New Revision: 6608
URL: http://svn.gnome.org/viewvc/gedit?rev=6608&view=rev

Log:
release 2.24.2


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.ac
   trunk/help/ChangeLog
   trunk/plugins/externaltools/data/Makefile.am
   trunk/po/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Nov 23 17:28:20 2008
@@ -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
 ============
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sun Nov 23 17:28:20 2008
@@ -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 @@
 
 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 ]

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Nov 23 17:28:20 2008
@@ -4,7 +4,7 @@
 
 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 @@
 	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

Modified: trunk/plugins/externaltools/data/Makefile.am
==============================================================================
--- trunk/plugins/externaltools/data/Makefile.am	(original)
+++ trunk/plugins/externaltools/data/Makefile.am	Sun Nov 23 17:28:20 2008
@@ -17,7 +17,7 @@
 # (.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) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]