diff options
author | minskim <minskim> | 2004-12-26 04:12:58 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-26 04:12:58 +0000 |
commit | 604fa20a60f5c8deb8c1af3afdd2adc0f1401aa9 (patch) | |
tree | e958aa1ae3dcac366f434dc21f8330b74f5cc18d /mail/sylpheed-gtk2 | |
parent | 51c033e357a7bfe1a4488f5b7baf4500ce606989 (diff) | |
download | pkgsrc-604fa20a60f5c8deb8c1af3afdd2adc0f1401aa9.tar.gz |
Update sylpheed-gtk2 to 1.0.0.20041224.
Changes since 0.9.99.
* The first official release.
* The escaping of special characters in action commands has been modified.
* The crash on deleting a remote account has been fixed.
* The IMAP4 parser has been fixed for 64-bit platforms.
* Users are now asked to switch to online mode when sending in offline.
* The line-joining problem of auto-wrapping has been fixed.
* Special characters are now properly escaped when executing
action commands.
* Some compiler warnings have been removed.
* The Japanese manual has been updated.
* Some icons have been modified, and unused icons have been removed.
* The menu strings have been fixed.
* The workaround for invalid CR characters on POP3 has been made.
* The Japanese JPilot address book has been supported.
* Back scrolling on Shift/Alt and Space key press has been enabled.
* Attached text files are now canonicalized before encoded to
BASE64 to conform with RFC 2045.
* The optimal Content-Transfer-Encoding will be used when
attaching text files.
* The icons of the receive dialog have been modified.
* Mozilla Firefox has become a default web browser.
* The auto-expanding status bar has been fixed.
* Messages won't be moved or deleted immediately at local
filtering when immediate execution option is off.
* 'Empty trash' has been added to the folder context menu.
* 'Remove mailbox' has been removed from the folder context menu.
* 'File' menu in the main menu has been reorganized.
* AND/OR matching option has been added to the summary search dialog.
* APOP setting became a separate option for POP3.
* Icons are added to the alert dialog and filter edit dialog.
* Cc is added for the parameter of templates.
* The menu of composition window has been reorganized.
* Gettext has been upgraded to 0.14.1.
* Some minor bugs of filtering have been fixed.
Diffstat (limited to 'mail/sylpheed-gtk2')
-rw-r--r-- | mail/sylpheed-gtk2/Makefile | 6 | ||||
-rw-r--r-- | mail/sylpheed-gtk2/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/sylpheed-gtk2/Makefile b/mail/sylpheed-gtk2/Makefile index 238daabaa49..8672d65f428 100644 --- a/mail/sylpheed-gtk2/Makefile +++ b/mail/sylpheed-gtk2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2004/11/08 11:47:02 gavan Exp $ +# $NetBSD: Makefile,v 1.22 2004/12/26 04:12:58 minskim Exp $ # -DISTNAME= sylpheed-0.9.99-gtk2-20041024 -PKGNAME= sylpheed-gtk2-0.9.99.20041024 +DISTNAME= sylpheed-1.0.0-gtk2-20041224 +PKGNAME= sylpheed-gtk2-1.0.0.20041224 CATEGORIES= mail x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-gtk2/} diff --git a/mail/sylpheed-gtk2/distinfo b/mail/sylpheed-gtk2/distinfo index 966c2b8a295..ea533ae537d 100644 --- a/mail/sylpheed-gtk2/distinfo +++ b/mail/sylpheed-gtk2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2004/11/03 17:00:05 minskim Exp $ +$NetBSD: distinfo,v 1.10 2004/12/26 04:12:58 minskim Exp $ -SHA1 (sylpheed-0.9.99-gtk2-20041024.tar.gz) = a1cc44f798403c08115c1ce6f37ca37553a7d5c1 -Size (sylpheed-0.9.99-gtk2-20041024.tar.gz) = 3412783 bytes +SHA1 (sylpheed-1.0.0-gtk2-20041224.tar.gz) = 69d82793e28c0af43eb0e1d2eb81813060a6046c +Size (sylpheed-1.0.0-gtk2-20041224.tar.gz) = 3451862 bytes |