diff options
author | chris <chris> | 2005-09-29 22:49:24 +0000 |
---|---|---|
committer | chris <chris> | 2005-09-29 22:49:24 +0000 |
commit | eabee171893f8246422ea9978a4608b1931cd91b (patch) | |
tree | 7d786f3ff7cec3f6d23d697ede2f4911101b73c6 /mail | |
parent | b6ef8c4f174815d302d3e36f67a9e2aabb25861c (diff) | |
download | pkgsrc-eabee171893f8246422ea9978a4608b1931cd91b.tar.gz |
Update sylpheed-devel to 2.1.3. Main changes are:
* The feature to save all attachments at once was added.
* The subscription dialog of newsgroups was reimplemented with
GtkTreeView.
* The verification of S/MIME sigunature (PKCS#7) was enabled.
* The support of character entity references in HTML messages was
improved.
* The subject line is now displayed in the title bar of the
composition window.
* The vertical scrollbar of the folder view now shows or hides
itself automatically.
* The message number columns of the folder view can be toggled now
(default is off).
* The selected row of the summary view will be kept when the state
of thread display is changed.
* The selected row will be aligned to center when it reaches the
edge of the summary view on key operation.
* The code conversion error and line limit warning will not be
displayed anymore when saving as draft.
* Some code cleanups were made.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed-devel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/sylpheed-devel/Makefile b/mail/sylpheed-devel/Makefile index eae4a1f201d..15a9267537c 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2005/09/15 21:06:52 chris Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/29 22:49:24 chris Exp $ -DISTNAME= sylpheed-2.1.2 +DISTNAME= sylpheed-2.1.3 CATEGORIES= mail news x11 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.1/ diff --git a/mail/sylpheed-devel/distinfo b/mail/sylpheed-devel/distinfo index bf9105a0bcc..ff7ee458b10 100644 --- a/mail/sylpheed-devel/distinfo +++ b/mail/sylpheed-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2005/09/15 21:06:52 chris Exp $ +$NetBSD: distinfo,v 1.14 2005/09/29 22:49:24 chris Exp $ -SHA1 (sylpheed-2.1.2.tar.bz2) = ca7744626d675947f27b62e159f39738fb47c12d -RMD160 (sylpheed-2.1.2.tar.bz2) = f2eecdc9e6a91c1f0eeb2609a77a4942456c118d -Size (sylpheed-2.1.2.tar.bz2) = 2358204 bytes +SHA1 (sylpheed-2.1.3.tar.bz2) = bb7b862a26e158ebd874f4a0c8c49f6557850347 +RMD160 (sylpheed-2.1.3.tar.bz2) = c86d8ebc389b905a7b1e3fa5bd666e1da0247be8 +Size (sylpheed-2.1.3.tar.bz2) = 2366669 bytes |