[claws-mail-cvs-commit] ChangeLog

Holger Berndt <[email protected]> Thu, 20 Aug 2009 22:05:00 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv26031

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS configure.ac 
Log Message:
2009-08-20 [holger]	3.7.2cvs19

	* src/compose.c
	* src/compose.h
		Make it possible for code outside
		compose (e.g. plugins) to attach files 

Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3912
retrieving revision 1.654.2.3913
diff -u -d -r1.654.2.3912 -r1.654.2.3913
--- configure.ac	20 Aug 2009 21:03:17 -0000	1.654.2.3912
+++ configure.ac	20 Aug 2009 22:04:58 -0000	1.654.2.3913
@@ -12,7 +12,7 @@
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=18
+EXTRA_VERSION=19
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3855
retrieving revision 1.1.2.3856
diff -u -d -r1.1.2.3855 -r1.1.2.3856
--- PATCHSETS	20 Aug 2009 21:03:16 -0000	1.1.2.3855
+++ PATCHSETS	20 Aug 2009 22:04:57 -0000	1.1.2.3856
@@ -3843,3 +3843,4 @@
 ( cvs diff -u -r 1.43.2.109 -r 1.43.2.110 src/toolbar.c;  ) > 3.7.2cvs16.patchset
 ( cvs diff -u -r 1.3.2.32 -r 1.3.2.33 src/ldapquery.c;  ) > 3.7.2cvs17.patchset
 ( cvs diff -u -r 1.115.2.221 -r 1.115.2.222 src/main.c;  ) > 3.7.2cvs18.patchset
+( cvs diff -u -r 1.382.2.519 -r 1.382.2.520 src/compose.c;  cvs diff -u -r 1.50.2.54 -r 1.50.2.55 src/compose.h;  ) > 3.7.2cvs19.patchset

Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3005
retrieving revision 1.396.2.3006
diff -u -d -r1.396.2.3005 -r1.396.2.3006
--- ChangeLog	20 Aug 2009 21:03:17 -0000	1.396.2.3005
+++ ChangeLog	20 Aug 2009 22:04:57 -0000	1.396.2.3006
@@ -1,3 +1,10 @@
+2009-08-20 [holger]	3.7.2cvs19
+
+	* src/compose.c
+	* src/compose.h
+		Make it possible for code outside
+		compose (e.g. plugins) to attach files
+
 2009-08-20 [colin]	3.7.2cvs18
 
 	* src/main.c