diff options
author | adam <adam@pkgsrc.org> | 2004-02-09 15:41:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-02-09 15:41:13 +0000 |
commit | 770928469dacbae9270204988c830c8b5775e9fa (patch) | |
tree | 35042ac5907391b3bc38f3749ffe82e9ddf85e1d /mail | |
parent | 0079e568f82e0fc3b597a117ae95f8537b5295ca (diff) | |
download | pkgsrc-770928469dacbae9270204988c830c8b5775e9fa.tar.gz |
Changes 0.9.9:
* the Icon Theme selector has been moved to the other preferences
window, '/Configuration/Other Preferences.../Display/Themes'. It
has also been completely redesigned and now displays the name of
the theme, the name of the author, the related URL, the current
status, and a preview of the theme. A theme can be installed or
removed using the respective buttons.
* the 'External Command' options have been moved to other
preferences window, '/Configuration/Other Preferences.../Message
View/External Programs', options for audio player and image viewer
have been added.
* the creation of 'SMTP only' accounts is now possible.
* the size and position of the Compose window is remembered
* GnuPG: on checking a signature if the key is untrusted the
signature icon displays a pen with an exclamation mark as a
warning.
* the SpamAssassin and Clam AntiVirus plugins now indicate their
operation via the status bar.
* updated translations: French, German, Polish, Serbian, Simplified
Chinese, Spanish,and Slovak
* Bug fixes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws/Makefile.common | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws/PLIST | 7 | ||||
-rw-r--r-- | mail/sylpheed-claws/distinfo | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/mail/sylpheed-claws/Makefile.common b/mail/sylpheed-claws/Makefile.common index 21de949374c..2451a303c7d 100644 --- a/mail/sylpheed-claws/Makefile.common +++ b/mail/sylpheed-claws/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/01/24 13:55:31 grant Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/02/09 15:41:13 adam Exp $ # DISTNAME= sylpheed-${SYLPHEED_VERSION}claws @@ -21,4 +21,4 @@ GNU_CONFIGURE= YES # Force gnome detection off to avoid installing some extra files CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" -SYLPHEED_VERSION= 0.9.8 +SYLPHEED_VERSION= 0.9.9 diff --git a/mail/sylpheed-claws/PLIST b/mail/sylpheed-claws/PLIST index 11648876065..06004dd1fcc 100644 --- a/mail/sylpheed-claws/PLIST +++ b/mail/sylpheed-claws/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2004/01/13 13:03:46 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2004/02/09 15:41:13 adam Exp $ bin/sylpheed include/sylpheed/account.h include/sylpheed/action.h @@ -38,6 +38,7 @@ include/sylpheed/common/smtp.h include/sylpheed/common/socket.h include/sylpheed/common/ssl.h include/sylpheed/common/ssl_certificate.h +include/sylpheed/common/string_match.h include/sylpheed/common/stringtable.h include/sylpheed/common/sylpheed.h include/sylpheed/common/template.h @@ -68,6 +69,7 @@ include/sylpheed/filtering.h include/sylpheed/folder.h include/sylpheed/folder_item_prefs.h include/sylpheed/foldersel.h +include/sylpheed/folderutils.h include/sylpheed/folderview.h include/sylpheed/grouplistdialog.h include/sylpheed/gtk/about.h @@ -130,6 +132,7 @@ include/sylpheed/prefs_actions.h include/sylpheed/prefs_common.h include/sylpheed/prefs_customheader.h include/sylpheed/prefs_display_header.h +include/sylpheed/prefs_ext_prog.h include/sylpheed/prefs_filtering.h include/sylpheed/prefs_filtering_action.h include/sylpheed/prefs_folder_item.h @@ -139,6 +142,7 @@ include/sylpheed/prefs_matcher.h include/sylpheed/prefs_spelling.h include/sylpheed/prefs_summary_column.h include/sylpheed/prefs_template.h +include/sylpheed/prefs_themes.h include/sylpheed/prefs_toolbar.h include/sylpheed/privacy.h include/sylpheed/procheader.h @@ -158,7 +162,6 @@ include/sylpheed/sourcewindow.h include/sylpheed/ssl_manager.h include/sylpheed/statusbar.h include/sylpheed/stock_pixmap.h -include/sylpheed/string_match.h include/sylpheed/summary_search.h include/sylpheed/summaryview.h include/sylpheed/textview.h diff --git a/mail/sylpheed-claws/distinfo b/mail/sylpheed-claws/distinfo index 272335b5ea2..6c5f3d02567 100644 --- a/mail/sylpheed-claws/distinfo +++ b/mail/sylpheed-claws/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2004/01/13 13:03:46 adam Exp $ +$NetBSD: distinfo,v 1.12 2004/02/09 15:41:13 adam Exp $ -SHA1 (sylpheed-0.9.8claws.tar.bz2) = 1503e5c46c0886c05ea3a502f61010401c6a4fa8 -Size (sylpheed-0.9.8claws.tar.bz2) = 2866881 bytes +SHA1 (sylpheed-0.9.9claws.tar.bz2) = 27583aa5a55947f2874f395d97cbdf21815c9266 +Size (sylpheed-0.9.9claws.tar.bz2) = 2960914 bytes |