CVS: sylpheedclaws/sylpheed-claws PATCHSETS,1.1.2.1483,1.1.2.1483.2.1 ChangeLog,1.396.2.549,1.396.2.549.2.1 configure.ac,1.654.2.1517,1.654.2.1517.2.1
[email protected] Mon, 22 May 2006 17:33:17 +0000 (UTC)
Newsgroups
gmane.mail.sylpheed.claws.cvs
Message-ID
<[email protected] >
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws
In directory sunsite.dk:/tmp/cvs-serv9009
Modified Files:
Tag: stable_2_2
PATCHSETS ChangeLog configure.ac
Log Message:
2006-05-22 [colin] 2.2.0cvs1-stable
* src/action.c
* src/export.c
* src/filtering.c
* src/folder.c
* src/folder.h
* src/folderview.c
* src/gedit-print.c
* src/imap.c
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/matcher.c
* src/mbox.c
* src/mh.c
* src/mimeview.c
* src/procmsg.c
* src/send_message.c
* src/statusbar.c
* src/summaryview.c
* src/summaryview.h
* src/etpan/imap-thread.c
Backport fixes from 2.2.0cvs{6,11,18,19,20,29,39,40,41,46}:
always obey 'confirm before marking all mails read' option
fix mbox import/export behaviour on failure
fix automatic rule creation with List-Post
get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
fix some compiler warnings
don't initialize g_thread subsystem if it's already done
fix saving of parts when there name can't be converted from UTF-8.
fix bug #830 (Some unread messages get marked read in IMAP inbox)
fix bug #955 (copying messages between imap folders is extremely slow)
fix infinite loop in filtering when encountering move+copy
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/PATCHSETS,v
retrieving revision 1.1.2.1483
retrieving revision 1.1.2.1483.2.1
diff -u -d -r1.1.2.1483 -r1.1.2.1483.2.1
--- PATCHSETS 2006/05/12 17:37:48 1.1.2.1483
+++ PATCHSETS 2006/05/22 17:32:16 1.1.2.1483.2.1
@@ -1472,3 +1472,4 @@
( cvs diff -u -r 1.115.2.82 -r 1.115.2.83 src/main.c; ) > 2.1.1cvs48.patchset
( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/Makefile.am; diff -u /dev/null manual/pl/Makefile.am; diff -u /dev/null manual/pl/account.xml; diff -u /dev/null manual/pl/ack.xml; diff -u /dev/null manual/pl/addrbook.xml; diff -u /dev/null manual/pl/advanced.xml; diff -u /dev/null manual/pl/faq.xml; diff -u /dev/null manual/pl/glossary.xml; diff -u /dev/null manual/pl/gpl.xml; diff -u /dev/null manual/pl/handling.xml; diff -u /dev/null manual/pl/intro.xml; diff -u /dev/null manual/pl/keyboard.xml; diff -u /dev/null manual/pl/plugins.xml; diff -u /dev/null manual/pl/starting.xml; diff -u /dev/null manual/pl/sylpheed-claws-manual.xml; diff -u /dev/null manual/pl/dist/.cvsignore; diff -u /dev/null manual/pl/dist/Makefile.am; diff -u /dev/null manual/pl/dist/html/.cvsignore; diff -u /dev/null manual/pl/dist/html/Makefile.am; diff -u /dev/null manual/pl/dist/pdf/.cvsignore; di
ff -u /dev/null manual/pl/dist/pdf/Makefile.am; diff -u /dev/null manual/pl/dist/ps/.cvsignore; diff -u /dev/null manual/pl/dist/ps/Makefile.am; diff -u /dev/null manual/pl/dist/txt/.cvsignore; diff -u /dev/null manual/pl/dist/txt/Makefile.am; ) > 2.1.1cvs49.patchset
( cvs diff -u -r 1.9.2.5 -r 1.9.2.6 po/cs.po; cvs diff -u -r 1.58.2.21 -r 1.58.2.22 po/de.po; cvs diff -u -r 1.12.2.10 -r 1.12.2.11 po/en_GB.po; cvs diff -u -r 1.60.2.28 -r 1.60.2.29 po/es.po; cvs diff -u -r 1.1.2.9 -r 1.1.2.10 po/fi.po; cvs diff -u -r 1.42.2.23 -r 1.42.2.24 po/fr.po; cvs diff -u -r 1.50.2.17 -r 1.50.2.18 po/pt_BR.po; cvs diff -u -r 1.17.2.20 -r 1.17.2.21 po/sr.po; cvs diff -u -r 1.5.2.14 -r 1.5.2.15 po/zh_CN.po; ) > 2.1.1cvs50.patchset
+( cvs diff -u -r 1.12.2.34 -r 1.12.2.35 src/action.c; cvs diff -u -r 1.8.2.17 -r 1.8.2.18 src/export.c; cvs diff -u -r 1.60.2.15 -r 1.60.2.16 src/filtering.c; cvs diff -u -r 1.213.2.91 -r 1.213.2.92 src/folder.c; cvs diff -u -r 1.87.2.27 -r 1.87.2.28 src/folder.h; cvs diff -u -r 1.207.2.97 -r 1.207.2.98 src/folderview.c; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/gedit-print.c; cvs diff -u -r 1.179.2.113 -r 1.179.2.114 src/imap.c; cvs diff -u -r 1.13.2.16 -r 1.13.2.17 src/import.c; cvs diff -u -r 1.149.2.47 -r 1.149.2.48 src/inc.c; cvs diff -u -r 1.115.2.83 -r 1.115.2.84 src/main.c; cvs diff -u -r 1.274.2.108 -r 1.274.2.109 src/mainwindow.c; cvs diff -u -r 1.75.2.21 -r 1.75.2.22 src/matcher.c; cvs diff -u -r 1.28.2.13 -r 1.28.2.14 src/mbox.c; cvs diff -u -r 1.79.2.24 -r 1.79.2.25 src/mh.c; cvs diff -u -r 1.83.2.68 -r 1.83.2.69 src/mimeview.c; cvs diff -u -r 1.150.2.61 -r 1.15
0.2.62 src/procmsg.c; cvs diff -u -r 1.17.2.27 -r 1.17.2.28 src/send_message.c; cvs diff -u -r 1.5.2.8 -r 1.5.2.9 src/statusbar.c; cvs diff -u -r 1.395.2.194 -r 1.395.2.195 src/summaryview.c; cvs diff -u -r 1.68.2.23 -r 1.68.2.24 src/summaryview.h; cvs diff -u -r 1.1.4.35 -r 1.1.4.36 src/etpan/imap-thread.c; ) > 2.2.0cvs1-stable.patchset
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/ChangeLog,v
retrieving revision 1.396.2.549
retrieving revision 1.396.2.549.2.1
diff -u -d -r1.396.2.549 -r1.396.2.549.2.1
--- ChangeLog 2006/05/12 17:37:49 1.396.2.549
+++ ChangeLog 2006/05/22 17:32:17 1.396.2.549.2.1
@@ -1,3 +1,39 @@
+2006-05-22 [colin] 2.2.0cvs1-stable
+
+ * src/action.c
+ * src/export.c
+ * src/filtering.c
+ * src/folder.c
+ * src/folder.h
+ * src/folderview.c
+ * src/gedit-print.c
+ * src/imap.c
+ * src/import.c
+ * src/inc.c
+ * src/main.c
+ * src/mainwindow.c
+ * src/matcher.c
+ * src/mbox.c
+ * src/mh.c
+ * src/mimeview.c
+ * src/procmsg.c
+ * src/send_message.c
+ * src/statusbar.c
+ * src/summaryview.c
+ * src/summaryview.h
+ * src/etpan/imap-thread.c
+ Backport fixes from 2.2.0cvs{6,11,18,19,20,29,39,40,41,46}:
+ always obey 'confirm before marking all mails read' option
+ fix mbox import/export behaviour on failure
+ fix automatic rule creation with List-Post
+ get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
+ fix some compiler warnings
+ don't initialize g_thread subsystem if it's already done
+ fix saving of parts when there name can't be converted from UTF-8.
+ fix bug #830 (Some unread messages get marked read in IMAP inbox)
+ fix bug #955 (copying messages between imap folders is extremely slow)
+ fix infinite loop in filtering when encountering move+copy
+
2006-05-12 [colin] 2.1.1cvs50
* po/cs.po
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/configure.ac,v
retrieving revision 1.654.2.1517
retrieving revision 1.654.2.1517.2.1
diff -u -d -r1.654.2.1517 -r1.654.2.1517.2.1
--- configure.ac 2006/05/12 17:37:50 1.654.2.1517
+++ configure.ac 2006/05/22 17:32:19 1.654.2.1517.2.1
@@ -7,13 +7,13 @@
dnl version number
MAJOR_VERSION=2
-MINOR_VERSION=1
-MICRO_VERSION=1
+MINOR_VERSION=2
+MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=50
+EXTRA_VERSION=1
EXTRA_RELEASE=
-EXTRA_GTK2_VERSION=
+EXTRA_GTK2_VERSION=-stable
if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]