[Commits] ChangeLog 1.1.2.88 1.1.2.89 PATCHSETS 1.1.2.63 1.1.2.64 configure.ac 1.1.2.88 1.1.2.89
holger at claws-mail.org
holger at claws-mail.org
Wed Aug 8 23:50:56 CEST 2012
Update of /home/claws-mail/plugins/python
In directory srv:/tmp/cvs-serv6167
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2012-08-08 [holger] 0.10cvs3
* src/composewindowtype.c
Add a set_modified() function to the ComposeWindow class
* src/gettext.h
Introduce D_()
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.88
retrieving revision 1.1.2.89
diff -u -d -r1.1.2.88 -r1.1.2.89
--- configure.ac 10 Jul 2012 13:36:54 -0000 1.1.2.88
+++ configure.ac 8 Aug 2012 21:50:53 -0000 1.1.2.89
@@ -10,7 +10,7 @@
MAJOR_VERSION=0
MINOR_VERSION=10
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.63
retrieving revision 1.1.2.64
diff -u -d -r1.1.2.63 -r1.1.2.64
--- PATCHSETS 10 Jul 2012 13:36:54 -0000 1.1.2.63
+++ PATCHSETS 8 Aug 2012 21:50:53 -0000 1.1.2.64
@@ -65,3 +65,4 @@
( 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
+( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/composewindowtype.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/gettext.h; ) > 0.10cvs3.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.88
retrieving revision 1.1.2.89
diff -u -d -r1.1.2.88 -r1.1.2.89
--- ChangeLog 10 Jul 2012 13:36:54 -0000 1.1.2.88
+++ ChangeLog 8 Aug 2012 21:50:53 -0000 1.1.2.89
@@ -1,3 +1,10 @@
+2012-08-08 [holger] 0.10cvs3
+
+ * src/composewindowtype.c
+ Add a set_modified() function to the ComposeWindow class
+ * src/gettext.h
+ Introduce D_()
+
2012-07-10 [mones] 0.10cvs2
* configure.ac
More information about the Commits
mailing list