[Commits] PATCHSETS 1.1.2.4567 1.1.2.4568 ChangeLog 1.396.2.3739 1.396.2.3740 configure.ac 1.654.2.4635 1.654.2.4636

colin at claws-mail.org colin at claws-mail.org
Wed Jan 23 17:17:08 CET 2013


Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv29303

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2013-01-23 [colin]	3.9.0cvs59

	* src/action.c
	* src/common/utils.c
		Fix actions with spaces (and quotes). Thanks to H. Merijn Brand

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4635
retrieving revision 1.654.2.4636
diff -u -d -r1.654.2.4635 -r1.654.2.4636
--- configure.ac	23 Jan 2013 09:03:07 -0000	1.654.2.4635
+++ configure.ac	23 Jan 2013 16:17:00 -0000	1.654.2.4636
@@ -12,7 +12,7 @@
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=58
+EXTRA_VERSION=59
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -158,9 +158,9 @@
 
 CFLAGS="$CFLAGS -Wall"
 
-#if test $USE_MAINTAINER_MODE = yes; then
-#	CFLAGS="-g -Wall -Wno-pointer-sign -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED -DGSEAL_ENABLE"
-#fi
+if test $USE_MAINTAINER_MODE = yes; then
+	CFLAGS="-g -Wall -Wno-pointer-sign"
+fi
 
 pthread_name=
 case "$target" in

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4567
retrieving revision 1.1.2.4568
diff -u -d -r1.1.2.4567 -r1.1.2.4568
--- PATCHSETS	23 Jan 2013 09:03:01 -0000	1.1.2.4567
+++ PATCHSETS	23 Jan 2013 16:16:56 -0000	1.1.2.4568
@@ -4556,3 +4556,4 @@
 ( cvs diff -u -r 1.9.2.61 -r 1.9.2.62 src/common/defs.h;  cvs diff -u -r 1.4.2.88 -r 1.4.2.89 src/gtk/about.c;  ) > 3.9.0cvs56.patchset
 ( cvs diff -u -r 1.15.2.29 -r 1.15.2.30 src/codeconv.h;  cvs diff -u -r 1.49.2.154 -r 1.49.2.155 src/procmime.c;  ) > 3.9.0cvs57.patchset
 ( cvs diff -u -r 1.179.2.270 -r 1.179.2.271 src/imap.c;  ) > 3.9.0cvs58.patchset
+( cvs diff -u -r 1.12.2.80 -r 1.12.2.81 src/action.c;  cvs diff -u -r 1.36.2.212 -r 1.36.2.213 src/common/utils.c;  ) > 3.9.0cvs59.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3739
retrieving revision 1.396.2.3740
diff -u -d -r1.396.2.3739 -r1.396.2.3740
--- ChangeLog	23 Jan 2013 09:03:03 -0000	1.396.2.3739
+++ ChangeLog	23 Jan 2013 16:16:57 -0000	1.396.2.3740
@@ -1,3 +1,9 @@
+2013-01-23 [colin]	3.9.0cvs59
+
+	* src/action.c
+	* src/common/utils.c
+		Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
+
 2013-01-23 [colin]	3.9.0cvs58
 
 	* src/imap.c



More information about the Commits mailing list