diff options
author | chris <chris@pkgsrc.org> | 2005-05-15 13:32:27 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2005-05-15 13:32:27 +0000 |
commit | 9be47336d6c7d0627b377b166c28086ab35dc301 (patch) | |
tree | b9c9cfb4afc43bbaf7380beab0acb044ae8da90b /mail/sylpheed-devel/Makefile | |
parent | 4bffb778be56f5eb578544249fa5e370a9231521 (diff) | |
download | pkgsrc-9be47336d6c7d0627b377b166c28086ab35dc301.tar.gz |
Update sylpheed-devel to 1.9.10, main changes are:
* The summary view was reimplemented using GtkTreeView.
* The performance of the update of the statusbar was improved.
* The CRAM-MD5 is preferred now on IMAP4 automatic authentication.
* Messages selected with 'View/Go to' will not open now if the
message view is hidden.
* The default message font was changed to Monospace 12.
* A redraw problem of the text view on smooth scroll was fixed.
* Several bugs of the folder view were fixed.
Note that there are a few issues with this release (as reported on the
sylpheed list, eg columns in the summary view aren't resizable)
Diffstat (limited to 'mail/sylpheed-devel/Makefile')
-rw-r--r-- | mail/sylpheed-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed-devel/Makefile b/mail/sylpheed-devel/Makefile index 6c84273a9ff..30c7d4edfe1 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2005/04/19 09:57:20 chris Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/15 13:32:27 chris Exp $ -DISTNAME= sylpheed-1.9.9 +DISTNAME= sylpheed-1.9.10 CATEGORIES= mail news x11 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.9/ |