CVS: sylpheedclaws/plugins/mailmbox PATCHSETS,1.1.2.14,1.1.2.15 ChangeLog,1.13.2.30,1.13.2.31 configure.ac,1.8.2.35,1.8.2.36
[email protected] Tue, 26 Dec 2006 21:34:23 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/plugins/mailmbox
In directory sunsite.dk:/tmp/cvs-serv24471
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2006-12-26 [colin] 1.12.3cvs3
* src/plugin.c
* src/plugin_gtk.c
Follow 2.6.1cvs75 API change
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/mailmbox/Attic/PATCHSETS,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -d -r1.1.2.14 -r1.1.2.15
--- PATCHSETS 2006/12/26 13:29:24 1.1.2.14
+++ PATCHSETS 2006/12/26 21:34:19 1.1.2.15
@@ -13,3 +13,4 @@
( cvs diff -u -r 1.8.2.30 -r 1.8.2.31 configure.ac; ) > 1.12.2cvs3.patchset
( cvs diff -u -r 1.8.2.32 -r 1.8.2.33 configure.ac; cvs diff -u -r 1.4.2.13 -r 1.4.2.14 src/plugin.c; ) > 1.12.3cvs1.patchset
( cvs diff -u -r 1.3 -r 1.4 src/maillock.c; ) > 1.12.3cvs2.patchset
+( cvs diff -u -r 1.4.2.14 -r 1.4.2.15 src/plugin.c; cvs diff -u -r 1.4.2.16 -r 1.4.2.17 src/plugin_gtk.c; ) > 1.12.3cvs3.patchset
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/mailmbox/ChangeLog,v
retrieving revision 1.13.2.30
retrieving revision 1.13.2.31
diff -u -d -r1.13.2.30 -r1.13.2.31
--- ChangeLog 2006/12/26 13:29:24 1.13.2.30
+++ ChangeLog 2006/12/26 21:34:19 1.13.2.31
@@ -1,3 +1,9 @@
+2006-12-26 [colin] 1.12.3cvs3
+
+ * src/plugin.c
+ * src/plugin_gtk.c
+ Follow 2.6.1cvs75 API change
+
2006-12-26 [wwp] 1.12.3cvs2
* src/maillock.c
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/mailmbox/configure.ac,v
retrieving revision 1.8.2.35
retrieving revision 1.8.2.36
diff -u -d -r1.8.2.35 -r1.8.2.36
--- configure.ac 2006/12/26 13:29:25 1.8.2.35
+++ configure.ac 2006/12/26 21:34:19 1.8.2.36
@@ -7,7 +7,7 @@
MAJOR_VERSION=1
MINOR_VERSION=12
MICRO_VERSION=3
-EXTRA_VERSION=2
+EXTRA_VERSION=3
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 )