[Commits] ChangeLog 1.1.2.93 1.1.2.94 PATCHSETS 1.1.2.68 1.1.2.69 configure.ac 1.1.2.93 1.1.2.94

mones at claws-mail.org mones at claws-mail.org
Sun Sep 9 13:17:09 CEST 2012


Update of /home/claws-mail/plugins/python
In directory srv:/tmp/cvs-serv11785

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS configure.ac 
Log Message:
2012-09-09 [mones]	0.10cvs8

	* src/composewindowtype.c
		Fix a "error: dereferencing pointer to incomplete type" 

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.93
retrieving revision 1.1.2.94
diff -u -d -r1.1.2.93 -r1.1.2.94
--- configure.ac	27 Aug 2012 20:25:29 -0000	1.1.2.93
+++ configure.ac	9 Sep 2012 11:17:07 -0000	1.1.2.94
@@ -10,7 +10,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=10
 MICRO_VERSION=0
-EXTRA_VERSION=7
+EXTRA_VERSION=8
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/PATCHSETS,v
retrieving revision 1.1.2.68
retrieving revision 1.1.2.69
diff -u -d -r1.1.2.68 -r1.1.2.69
--- PATCHSETS	27 Aug 2012 20:25:29 -0000	1.1.2.68
+++ PATCHSETS	9 Sep 2012 11:17:07 -0000	1.1.2.69
@@ -70,3 +70,4 @@
 ( cvs diff -u -r 1.1.2.90 -r 1.1.2.91 configure.ac;  cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/Makefile.am;  cvs diff -u -r 1.1.2.20 -r 1.1.2.21 src/python_plugin.c;  ) > 0.10cvs5.patchset
 ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 examples/auto/startup;  ) > 0.10cvs6.patchset
 ( cvs diff -u -r 1.1.2.16 -r 1.1.2.17 src/composewindowtype.c;  ) > 0.10cvs7.patchset
+( cvs diff -u -r 1.1.2.17 -r 1.1.2.18 src/composewindowtype.c;  ) > 0.10cvs8.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.93
retrieving revision 1.1.2.94
diff -u -d -r1.1.2.93 -r1.1.2.94
--- ChangeLog	27 Aug 2012 20:25:29 -0000	1.1.2.93
+++ ChangeLog	9 Sep 2012 11:17:07 -0000	1.1.2.94
@@ -1,3 +1,8 @@
+2012-09-09 [mones]	0.10cvs8
+
+	* src/composewindowtype.c
+		Fix a "error: dereferencing pointer to incomplete type"
+
 2012-08-27 [holger]	0.10cvs7
 
 	* src/composewindowtype.c



More information about the Commits mailing list