[Commits] ChangeLog 1.1.2.87 1.1.2.88 PATCHSETS 1.1.2.62 1.1.2.63 configure.ac 1.1.2.87 1.1.2.88

mones at claws-mail.org mones at claws-mail.org
Tue Jul 10 15:36:56 CEST 2012


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

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS configure.ac 
Log Message:
2012-07-10 [mones]	0.10cvs2

	* configure.ac
	* src/clawsmailmodule.c
	* src/composewindowtype.c
	* src/foldertype.c
	* src/messageinfotype.c
	* src/nodetype.c
	* src/python_plugin.c
		YAFB: use config.h for configuration 

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.87
retrieving revision 1.1.2.88
diff -u -d -r1.1.2.87 -r1.1.2.88
--- configure.ac	30 Jun 2012 09:08:12 -0000	1.1.2.87
+++ configure.ac	10 Jul 2012 13:36:54 -0000	1.1.2.88
@@ -10,7 +10,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=10
 MICRO_VERSION=0
-EXTRA_VERSION=1
+EXTRA_VERSION=2
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then
@@ -27,7 +27,6 @@
 fi
 
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
-AC_CONFIG_HEADERS(pluginconfig.h)
 AC_DEFINE_UNQUOTED(PLUGINVERSION, "$VERSION", [plugin version])
 
 AC_PROG_CC

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/PATCHSETS,v
retrieving revision 1.1.2.62
retrieving revision 1.1.2.63
diff -u -d -r1.1.2.62 -r1.1.2.63
--- PATCHSETS	30 Jun 2012 09:08:12 -0000	1.1.2.62
+++ PATCHSETS	10 Jul 2012 13:36:54 -0000	1.1.2.63
@@ -64,3 +64,4 @@
 ( cvs diff -u -r 1.1.2.13 -r 1.1.2.14 src/composewindowtype.c;  ) > 0.9cvs1.patchset
 ( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/hu.po;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/id_ID.po;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/lt.po;  ) > 0.9cvs2.patchset
 ( cvs diff -u -r 1.1.2.86 -r 1.1.2.87 configure.ac;  ) > 0.10cvs1.patchset
+( cvs diff -u -r 1.1.2.87 -r 1.1.2.88 configure.ac;  cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/clawsmailmodule.c;  cvs diff -u -r 1.1.2.14 -r 1.1.2.15 src/composewindowtype.c;  cvs diff -u -r 1.1.2.8 -r 1.1.2.9 src/foldertype.c;  cvs diff -u -r 1.1.2.9 -r 1.1.2.10 src/messageinfotype.c;  cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/nodetype.c;  cvs diff -u -r 1.1.2.19 -r 1.1.2.20 src/python_plugin.c;  ) > 0.10cvs2.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.87
retrieving revision 1.1.2.88
diff -u -d -r1.1.2.87 -r1.1.2.88
--- ChangeLog	30 Jun 2012 09:08:12 -0000	1.1.2.87
+++ ChangeLog	10 Jul 2012 13:36:54 -0000	1.1.2.88
@@ -1,3 +1,14 @@
+2012-07-10 [mones]	0.10cvs2
+
+	* configure.ac
+	* src/clawsmailmodule.c
+	* src/composewindowtype.c
+	* src/foldertype.c
+	* src/messageinfotype.c
+	* src/nodetype.c
+	* src/python_plugin.c
+		YAFB: use config.h for configuration
+
 2012-06-30 [paul]	0.10cvs1
 
 	* configure.ac



More information about the Commits mailing list