[claws-mail-cvs-commit] ChangeLog

Holger Berndt <[email protected]> Sun, 30 Aug 2009 23:46:35 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv15419

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

	* src/compose.c
		Do case-insensitive comparison against
		header names when extracting recipients
		from composed mails 

Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3920
retrieving revision 1.654.2.3921
diff -u -d -r1.654.2.3920 -r1.654.2.3921
--- configure.ac	23 Aug 2009 12:16:17 -0000	1.654.2.3920
+++ configure.ac	30 Aug 2009 23:46:32 -0000	1.654.2.3921
@@ -12,7 +12,7 @@
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=26
+EXTRA_VERSION=27
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3863
retrieving revision 1.1.2.3864
diff -u -d -r1.1.2.3863 -r1.1.2.3864
--- PATCHSETS	23 Aug 2009 12:16:16 -0000	1.1.2.3863
+++ PATCHSETS	30 Aug 2009 23:46:31 -0000	1.1.2.3864
@@ -3851,3 +3851,4 @@
 ( cvs diff -u -r 1.382.2.522 -r 1.382.2.523 src/compose.c;  ) > 3.7.2cvs24.patchset
 ( cvs diff -u -r 1.1.2.27 -r 1.1.2.28 src/prefs_compose_writing.c;  ) > 3.7.2cvs25.patchset
 ( cvs diff -u -r 1.28.2.48 -r 1.28.2.49 src/mbox.c;  ) > 3.7.2cvs26.patchset
+( cvs diff -u -r 1.382.2.523 -r 1.382.2.524 src/compose.c;  ) > 3.7.2cvs27.patchset

Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3013
retrieving revision 1.396.2.3014
diff -u -d -r1.396.2.3013 -r1.396.2.3014
--- ChangeLog	23 Aug 2009 12:16:16 -0000	1.396.2.3013
+++ ChangeLog	30 Aug 2009 23:46:30 -0000	1.396.2.3014
@@ -1,3 +1,10 @@
+2009-08-30 [holger]	3.7.2cvs27
+
+	* src/compose.c
+		Do case-insensitive comparison against
+		header names when extracting recipients
+		from composed mails
+
 2009-08-23 [colin]	3.7.2cvs26
 
 	* src/mbox.c