CVS: sylpheedclaws/plugins/maildir PATCHSETS,1.1.2.16,1.1.2.17 ChangeLog,1.25.2.41,1.25.2.42 configure.ac,1.6.2.42,1.6.2.43

[email protected] Tue, 26 Dec 2006 21:34:10 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/plugins/maildir
In directory sunsite.dk:/tmp/cvs-serv24313

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2006-12-26 [colin]	0.24.3cvs2

	* src/maildir_gtk.c
	* src/plugin.c
		Follow 2.6.1cvs75 API change

Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/maildir/Attic/PATCHSETS,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -u -d -r1.1.2.16 -r1.1.2.17
--- PATCHSETS	2006/12/15 19:38:27	1.1.2.16
+++ PATCHSETS	2006/12/26 21:34:04	1.1.2.17
@@ -14,3 +14,4 @@
 ( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 debian/README.Debian;  cvs diff -u -r 1.6.2.11 -r 1.6.2.12 src/maildir_gtk.c;  cvs diff -u -r 1.6.2.11 -r 1.6.2.12 src/plugin.c;  ) > 0.24.2cvs5.patchset
 ( cvs diff -u -r 1.6.2.38 -r 1.6.2.39 configure.ac;  ) > 0.24.2cvs6.patchset
 ( cvs diff -u -r 1.6.2.40 -r 1.6.2.41 configure.ac;  cvs diff -u -r 1.6.2.12 -r 1.6.2.13 src/plugin.c;  ) > 0.24.3cvs1.patchset
+( cvs diff -u -r 1.6.2.12 -r 1.6.2.13 src/maildir_gtk.c;  cvs diff -u -r 1.6.2.13 -r 1.6.2.14 src/plugin.c;  ) > 0.24.3cvs2.patchset

Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/maildir/ChangeLog,v
retrieving revision 1.25.2.41
retrieving revision 1.25.2.42
diff -u -d -r1.25.2.41 -r1.25.2.42
--- ChangeLog	2006/12/15 19:38:27	1.25.2.41
+++ ChangeLog	2006/12/26 21:34:04	1.25.2.42
@@ -1,3 +1,9 @@
+2006-12-26 [colin]	0.24.3cvs2
+
+	* src/maildir_gtk.c
+	* src/plugin.c
+		Follow 2.6.1cvs75 API change
+
 2006-12-15 [ticho]	0.24.3cvs1
 
 	* configure.ac

Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/maildir/configure.ac,v
retrieving revision 1.6.2.42
retrieving revision 1.6.2.43
diff -u -d -r1.6.2.42 -r1.6.2.43
--- configure.ac	2006/12/22 22:10:19	1.6.2.42
+++ configure.ac	2006/12/26 21:34:04	1.6.2.43
@@ -8,7 +8,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=24
 MICRO_VERSION=3
-EXTRA_VERSION=1
+EXTRA_VERSION=2
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then
@@ -46,7 +46,7 @@
 #
 # Check for claws-mail
 #
-PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 2.6.1.41)
+PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 2.6.1.75)
 if test -z $prefix || test "${prefix}" = "NONE" ; then
   prefix=$( $PKG_CONFIG --variable=prefix claws-mail )
   CLAWS_MAIL_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir claws-mail )