diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-12-07 14:10:47 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-12-07 14:10:47 +0000 |
commit | 76c51101903e60dbef1f28b5c8e8e28f7cc922df (patch) | |
tree | fc13b73aa8b02064e0612740f051323c39de0dfc | |
parent | a828eb4049831875969080de9277f5ebe1d8ab06 (diff) | |
download | pkgsrc-76c51101903e60dbef1f28b5c8e8e28f7cc922df.tar.gz |
Update to 2.3.0beta6:
* 2.3.0beta6 (development)
* The new printing function was implemented.
- Each page is now rendered by Cairo.
- The native print dialog is used.
- Page number is printed for each page.
- The option "Use external program for printing" was added.
- The printing of MIME part was implemented.
* Cc: was added to the header view.
* The option "Inherit recipients on reply to self messages" was added.
* Pilot-link (libpisock) 0.12 was supported.
* The window position and the layout of the 'Add Address' dialog was
modified.
* The default directory of the file selection dialog was changed
(in Win32, 'My Documents' is used. In Unix, the home directory is used).
* The UI is now updated periodically on manual filtering.
* The new mail notification on the tray icon is reset when any message
is read now.
* The encoding setting of the message view in new window is enabled also
on reply.
* Win32: The bug that the window was sometimes not displayed at the top
when the tray icon was clicked was fixed.
* Win32: The issue that the progress dialog was not updated while sending
large messages was fixed.
-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 fd4060f599b..cd0a3400607 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2006/11/12 06:59:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.40 2006/12/07 14:10:47 xtraeme Exp $ -DISTNAME= sylpheed-2.3.0beta5 +DISTNAME= sylpheed-2.3.0beta6 PKGNAME= ${DISTNAME:S/-/-devel-/} CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.3beta/ diff --git a/mail/sylpheed-devel/distinfo b/mail/sylpheed-devel/distinfo index 50d248bf4e5..c5b5ce9137c 100644 --- a/mail/sylpheed-devel/distinfo +++ b/mail/sylpheed-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2006/11/12 06:59:33 xtraeme Exp $ +$NetBSD: distinfo,v 1.28 2006/12/07 14:10:47 xtraeme Exp $ -SHA1 (sylpheed-2.3.0beta5.tar.bz2) = a0fe1089a80e8c28231faa49031f718304b654ed -RMD160 (sylpheed-2.3.0beta5.tar.bz2) = 0f484275a83250d5e9a23d9cfe8ac3d311cbe20f -Size (sylpheed-2.3.0beta5.tar.bz2) = 2611638 bytes +SHA1 (sylpheed-2.3.0beta6.tar.bz2) = 6c38af48731bbf74ea54eea81f8b54ad32e6d7ff +RMD160 (sylpheed-2.3.0beta6.tar.bz2) = bb5188a2d825a9e3c8203d3c4d263c5ff3d6ba1e +Size (sylpheed-2.3.0beta6.tar.bz2) = 2629212 bytes |