[claws-mail-cvs-commit] PATCHSETS

Colin Leroy <[email protected]> Wed, 16 Sep 2009 16:32:34 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv1498

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2009-09-16 [colin]	3.7.2cvs34

	* src/main.c
		Go grab files in /etc/skel if they exist
		at first startup 

Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3927
retrieving revision 1.654.2.3928
diff -u -d -r1.654.2.3927 -r1.654.2.3928
--- configure.ac	15 Sep 2009 19:13:30 -0000	1.654.2.3927
+++ configure.ac	16 Sep 2009 16:32:31 -0000	1.654.2.3928
@@ -12,7 +12,7 @@
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=33
+EXTRA_VERSION=34
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3870
retrieving revision 1.1.2.3871
diff -u -d -r1.1.2.3870 -r1.1.2.3871
--- PATCHSETS	15 Sep 2009 19:13:28 -0000	1.1.2.3870
+++ PATCHSETS	16 Sep 2009 16:32:30 -0000	1.1.2.3871
@@ -3858,3 +3858,4 @@
 ( cvs diff -u -r 1.36.2.174 -r 1.36.2.175 src/common/utils.c;  ) > 3.7.2cvs31.patchset
 ( cvs diff -u -r 1.75.2.65 -r 1.75.2.66 src/matcher.c;  cvs diff -u -r 1.39.2.17 -r 1.39.2.18 src/matcher.h;  cvs diff -u -r 1.25.2.33 -r 1.25.2.34 src/matcher_parser_parse.y;  cvs diff -u -r 1.43.2.81 -r 1.43.2.82 src/prefs_matcher.c;  ) > 3.7.2cvs32.patchset
 ( cvs diff -u -r 1.49.2.130 -r 1.49.2.131 src/procmime.c;  ) > 3.7.2cvs33.patchset
+( cvs diff -u -r 1.115.2.222 -r 1.115.2.223 src/main.c;  ) > 3.7.2cvs34.patchset

Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3020
retrieving revision 1.396.2.3021
diff -u -d -r1.396.2.3020 -r1.396.2.3021
--- ChangeLog	15 Sep 2009 19:13:29 -0000	1.396.2.3020
+++ ChangeLog	16 Sep 2009 16:32:30 -0000	1.396.2.3021
@@ -1,3 +1,9 @@
+2009-09-16 [colin]	3.7.2cvs34
+
+	* src/main.c
+		Go grab files in /etc/skel if they exist
+		at first startup 
+
 2009-09-15 [colin]	3.7.2cvs33
 
 	* src/procmime.c