CVS: sylpheedclaws/sylpheed-claws ChangeLog,1.396.2.1276,1.396.2.1277 PATCHSETS,1.1.2.2174,1.1.2.2175 configure.ac,1.654.2.2217,1.654.2.2218
[email protected] Wed, 20 Dec 2006 13:06:15 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws
In directory sunsite.dk:/tmp/cvs-serv27615
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2006-12-20 [paul] 2.6.1cvs56
* configure.ac
last of the renaming (??)
* src/main.c
correct --help info of --status-full
* src/plugins/bogofilter/bogofilter.c
make FALSE default of whitelist_ab
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/ChangeLog,v
retrieving revision 1.396.2.1276
retrieving revision 1.396.2.1277
diff -u -d -r1.396.2.1276 -r1.396.2.1277
--- ChangeLog 2006/12/19 20:02:30 1.396.2.1276
+++ ChangeLog 2006/12/20 13:05:58 1.396.2.1277
@@ -1,3 +1,12 @@
+2006-12-20 [paul] 2.6.1cvs56
+
+ * configure.ac
+ last of the renaming (??)
+ * src/main.c
+ correct --help info of --status-full
+ * src/plugins/bogofilter/bogofilter.c
+ make FALSE default of whitelist_ab
+
2006-12-19 [colin] 2.6.1cvs55
* src/jpilot.c
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/PATCHSETS,v
retrieving revision 1.1.2.2174
retrieving revision 1.1.2.2175
diff -u -d -r1.1.2.2174 -r1.1.2.2175
--- PATCHSETS 2006/12/19 20:02:20 1.1.2.2174
+++ PATCHSETS 2006/12/20 13:06:05 1.1.2.2175
@@ -2163,3 +2163,4 @@
( cvs diff -u -r 1.42.2.28 -r 1.42.2.29 po/fr.po; ) > 2.6.1cvs53.patchset
( cvs diff -u -r 1.18.2.18 -r 1.18.2.19 src/jpilot.c; ) > 2.6.1cvs54.patchset
( cvs diff -u -r 1.18.2.19 -r 1.18.2.20 src/jpilot.c; ) > 2.6.1cvs55.patchset
+( cvs diff -u -r 1.654.2.2217 -r 1.654.2.2218 configure.ac; cvs diff -u -r 1.115.2.120 -r 1.115.2.121 src/main.c; cvs diff -u -r 1.1.2.20 -r 1.1.2.21 src/plugins/bogofilter/bogofilter.c; ) > 2.6.1cvs56.patchset
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/configure.ac,v
retrieving revision 1.654.2.2217
retrieving revision 1.654.2.2218
diff -u -d -r1.654.2.2217 -r1.654.2.2218
--- configure.ac 2006/12/19 20:02:46 1.654.2.2217
+++ configure.ac 2006/12/20 13:06:07 1.654.2.2218
@@ -11,7 +11,7 @@
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=55
+EXTRA_VERSION=56
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
@@ -793,7 +793,7 @@
LIBETPAN_LIBS="`$libetpanconfig --libs`"
LIBETPAN_VERSION=`$libetpanconfig --version | sed "s/\.//g" | sed "s/-.*$//"`
if test "$LIBETPAN_VERSION" -lt "048"; then
- AC_MSG_RESULT([*** Sylpheed requires libetpan 0.48 or newer. See http://www.etpan.org/])
+ AC_MSG_RESULT([*** Claws Mail requires libetpan 0.48 or newer. See http://www.etpan.org/])
AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.])
AC_MSG_ERROR([libetpan 0.48 not found])
fi
@@ -801,7 +801,7 @@
AC_SUBST(LIBETPAN_LIBS)
AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP support.)
else
- AC_MSG_RESULT([*** Sylpheed requires libetpan 0.48 or newer. See http://www.etpan.org/ ])
+ AC_MSG_RESULT([*** Claws Mail requires libetpan 0.48 or newer. See http://www.etpan.org/ ])
AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.])
AC_MSG_ERROR([libetpan 0.48 not found])
fi