[Commits] ChangeLog 1.1.2.99 1.1.2.100 PATCHSETS 1.1.2.73 1.1.2.74 configure.ac 1.1.2.99 1.1.2.100
holger at claws-mail.org
holger at claws-mail.org
Sat Dec 29 01:41:32 CET 2012
Update of /home/claws-mail/plugins/python
In directory srv:/tmp/cvs-serv7887
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2012-12-29 [holger] 0.11cvs3
* src/clawsmailmodule.c
* src/messageinfotype.c
Add support for tags
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.99
retrieving revision 1.1.2.100
diff -u -d -r1.1.2.99 -r1.1.2.100
--- configure.ac 21 Nov 2012 21:15:49 -0000 1.1.2.99
+++ configure.ac 29 Dec 2012 00:41:30 -0000 1.1.2.100
@@ -10,7 +10,7 @@
MAJOR_VERSION=0
MINOR_VERSION=11
MICRO_VERSION=0
-EXTRA_VERSION=2
+EXTRA_VERSION=3
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.73
retrieving revision 1.1.2.74
diff -u -d -r1.1.2.73 -r1.1.2.74
--- PATCHSETS 21 Nov 2012 21:15:49 -0000 1.1.2.73
+++ PATCHSETS 29 Dec 2012 00:41:30 -0000 1.1.2.74
@@ -75,3 +75,4 @@
( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/es.po; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/fi.po; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/fr.po; ) > 0.10cvs10.patchset
( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/fi.po; cvs diff -u -r 1.1.2.5 -r 1.1.2.6 po/sk.po; ) > 0.11cvs1.patchset
( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/python-hooks.c; ) > 0.11cvs2.patchset
+( cvs diff -u -r 1.1.2.13 -r 1.1.2.14 src/clawsmailmodule.c; cvs diff -u -r 1.1.2.10 -r 1.1.2.11 src/messageinfotype.c; ) > 0.11cvs3.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.99
retrieving revision 1.1.2.100
diff -u -d -r1.1.2.99 -r1.1.2.100
--- ChangeLog 21 Nov 2012 21:15:49 -0000 1.1.2.99
+++ ChangeLog 29 Dec 2012 00:41:30 -0000 1.1.2.100
@@ -1,3 +1,9 @@
+2012-12-29 [holger] 0.11cvs3
+
+ * src/clawsmailmodule.c
+ * src/messageinfotype.c
+ Add support for tags
+
2012-11-21 [holger] 0.11cvs2
* src/python-hooks.c
More information about the Commits
mailing list