[claws-mail-cvs-commit] PATCHSETS

Colin Leroy <[email protected]> Fri, 21 Aug 2009 16:15:15 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv25926

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2009-08-21 [colin]	3.7.2cvs24

	* src/compose.c
		Previous commit: move the function into compose_insert_file
		so that it's also used on drag-n-drop

Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3917
retrieving revision 1.654.2.3918
diff -u -d -r1.654.2.3917 -r1.654.2.3918
--- configure.ac	21 Aug 2009 15:58:32 -0000	1.654.2.3917
+++ configure.ac	21 Aug 2009 16:15:13 -0000	1.654.2.3918
@@ -12,7 +12,7 @@
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=23
+EXTRA_VERSION=24
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3860
retrieving revision 1.1.2.3861
diff -u -d -r1.1.2.3860 -r1.1.2.3861
--- PATCHSETS	21 Aug 2009 15:58:31 -0000	1.1.2.3860
+++ PATCHSETS	21 Aug 2009 16:15:12 -0000	1.1.2.3861
@@ -3848,3 +3848,4 @@
 ( cvs diff -u -r 1.100.2.72 -r 1.100.2.73 AUTHORS;  cvs diff -u -r 1.1.2.60 -r 1.1.2.61 src/gtk/authors.h;  cvs diff -u -r 1.36.2.172 -r 1.36.2.173 src/common/utils.c;  ) > 3.7.2cvs21.patchset
 ( cvs diff -u -r 1.382.2.520 -r 1.382.2.521 src/compose.c;  cvs diff -u -r 1.204.2.191 -r 1.204.2.192 src/prefs_common.c;  cvs diff -u -r 1.103.2.124 -r 1.103.2.125 src/prefs_common.h;  cvs diff -u -r 1.1.2.26 -r 1.1.2.27 src/prefs_compose_writing.c;  cvs diff -u -r 1.36.2.173 -r 1.36.2.174 src/common/utils.c;  ) > 3.7.2cvs22.patchset
 ( cvs diff -u -r 1.382.2.521 -r 1.382.2.522 src/compose.c;  ) > 3.7.2cvs23.patchset
+( cvs diff -u -r 1.382.2.522 -r 1.382.2.523 src/compose.c;  ) > 3.7.2cvs24.patchset

Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3010
retrieving revision 1.396.2.3011
diff -u -d -r1.396.2.3010 -r1.396.2.3011
--- ChangeLog	21 Aug 2009 15:58:31 -0000	1.396.2.3010
+++ ChangeLog	21 Aug 2009 16:15:12 -0000	1.396.2.3011
@@ -1,3 +1,9 @@
+2009-08-21 [colin]	3.7.2cvs24
+
+	* src/compose.c
+		Previous commit: move the function into compose_insert_file
+		so that it's also used on drag-n-drop
+
 2009-08-21 [colin]	3.7.2cvs23
 
 	* src/compose.c