sylpheedclaws/sylpheed-claws PATCHSETS,1.1.2.1591,1.1.2.1592 ChangeLog,1.396.2.662,1.396.2.663 configure.ac,1.654.2.1625,1.654.2.1626
[email protected] Mon, 12 Jun 2006 17:09:08 +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-serv23413
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2006-06-12 [colin] 2.3.0cvs5
* src/compose.c
* src/compose.h
* src/folder.c
* src/folder.h
* src/imap.c
* src/inc.c
* src/main.c
* src/messageview.c
* src/mh.c
* src/prefs_folder_item.c
* src/procheader.c
* src/procmime.c
* src/procmsg.c
* src/procmsg.h
* src/send_message.c
* src/summaryview.c
* src/toolbar.c
Apply bug #964's patch (Queue and drafts aren't normal)
The Drafts and Queue folder now contain RFC-822 files,
allowing to move and copy mails from and to these
folders. Moving from Drafts to Queue will prepare the
mail for sending (PGP signature, encryption, etc).
This patch also rework sending errors handling to try
to be more helpful.
Also, allow redefining folder types via the GUI
(Folder type in its Properties)
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/PATCHSETS,v
retrieving revision 1.1.2.1591
retrieving revision 1.1.2.1592
diff -u -d -r1.1.2.1591 -r1.1.2.1592
--- PATCHSETS 2006/06/12 16:06:07 1.1.2.1591
+++ PATCHSETS 2006/06/12 17:08:05 1.1.2.1592
@@ -1579,3 +1579,4 @@
( cvs diff -u -r 1.8.2.6 -r 1.8.2.7 src/quote_fmt.c; cvs diff -u -r 1.8.2.2 -r 1.8.2.3 src/quote_fmt_lex.l; cvs diff -u -r 1.22.2.20 -r 1.22.2.21 src/quote_fmt_parse.y; ) > 2.3.0cvs2.patchset
( cvs diff -u -r 1.8.2.3 -r 1.8.2.4 .cvsignore; ) > 2.3.0cvs3.patchset
( cvs diff -u -r 1.395.2.218 -r 1.395.2.219 src/summaryview.c; cvs diff -u -r 1.204.2.87 -r 1.204.2.88 src/prefs_common.c; cvs diff -u -r 1.103.2.50 -r 1.103.2.51 src/prefs_common.h; cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/gedit-print.c; cvs diff -u -r 1.4.2.15 -r 1.4.2.16 src/prefs_fonts.c; cvs diff -u -r 1.1.2.20 -r 1.1.2.21 manual/advanced.xml; cvs diff -u -r 1.1.2.11 -r 1.1.2.12 manual/fr/advanced.xml; ) > 2.3.0cvs4.patchset
+( cvs diff -u -r 1.382.2.276 -r 1.382.2.277 src/compose.c; cvs diff -u -r 1.50.2.25 -r 1.50.2.26 src/compose.h; cvs diff -u -r 1.213.2.97 -r 1.213.2.98 src/folder.c; cvs diff -u -r 1.87.2.28 -r 1.87.2.29 src/folder.h; cvs diff -u -r 1.179.2.119 -r 1.179.2.120 src/imap.c; cvs diff -u -r 1.149.2.51 -r 1.149.2.52 src/inc.c; cvs diff -u -r 1.115.2.89 -r 1.115.2.90 src/main.c; cvs diff -u -r 1.94.2.85 -r 1.94.2.86 src/messageview.c; cvs diff -u -r 1.79.2.34 -r 1.79.2.35 src/mh.c; cvs diff -u -r 1.52.2.20 -r 1.52.2.21 src/prefs_folder_item.c; cvs diff -u -r 1.47.2.30 -r 1.47.2.31 src/procheader.c; cvs diff -u -r 1.49.2.76 -r 1.49.2.77 src/procmime.c; cvs diff -u -r 1.150.2.67 -r 1.150.2.68 src/procmsg.c; cvs diff -u -r 1.60.2.28 -r 1.60.2.29 src/procmsg.h; cvs diff -u -r 1.17.2.30 -r 1.17.2.31 src/send_message.c; cvs diff -u -r 1.395.2.219 -r 1.395.2.220 src/summaryview.c; cvs
diff -u -r 1.43.2.46 -r 1.43.2.47 src/toolbar.c; ) > 2.3.0cvs5.patchset
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/ChangeLog,v
retrieving revision 1.396.2.662
retrieving revision 1.396.2.663
diff -u -d -r1.396.2.662 -r1.396.2.663
--- ChangeLog 2006/06/12 16:06:09 1.396.2.662
+++ ChangeLog 2006/06/12 17:08:06 1.396.2.663
@@ -1,3 +1,32 @@
+2006-06-12 [colin] 2.3.0cvs5
+
+ * src/compose.c
+ * src/compose.h
+ * src/folder.c
+ * src/folder.h
+ * src/imap.c
+ * src/inc.c
+ * src/main.c
+ * src/messageview.c
+ * src/mh.c
+ * src/prefs_folder_item.c
+ * src/procheader.c
+ * src/procmime.c
+ * src/procmsg.c
+ * src/procmsg.h
+ * src/send_message.c
+ * src/summaryview.c
+ * src/toolbar.c
+ Apply bug #964's patch (Queue and drafts aren't normal)
+ The Drafts and Queue folder now contain RFC-822 files,
+ allowing to move and copy mails from and to these
+ folders. Moving from Drafts to Queue will prepare the
+ mail for sending (PGP signature, encryption, etc).
+ This patch also rework sending errors handling to try
+ to be more helpful.
+ Also, allow redefining folder types via the GUI
+ (Folder type in its Properties)
+
2006-06-12 [colin] 2.3.0cvs4
* src/summaryview.c
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/configure.ac,v
retrieving revision 1.654.2.1625
retrieving revision 1.654.2.1626
diff -u -d -r1.654.2.1625 -r1.654.2.1626
--- configure.ac 2006/06/12 16:06:14 1.654.2.1625
+++ configure.ac 2006/06/12 17:08:08 1.654.2.1626
@@ -11,7 +11,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=4
+EXTRA_VERSION=5
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]