pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sylpheed-devel Update Sylpheed to 2.0.0beta5, lot...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41a582e4a33e
branches:  trunk
changeset: 496708:41a582e4a33e
user:      chris <chris%pkgsrc.org@localhost>
date:      Sat Jul 09 13:01:01 2005 +0000

description:
Update Sylpheed to 2.0.0beta5, lots of changes since 1.9.12:

* 2.0.0beta5

    * The order of the buttons of dialogs now complies with GNOME Human
      Interface Guidelines (configurable with 'Common preferences/Interface/
      Make the order of buttons comply with GNOME HIG').
    * Existing window is put in front when trying to re-edit draft/queue
      messages which are already open.
    * The toolbar and special folder icons are replaced with new png images
      which are based on GNOME icon theme.
    * The Sylpheed logo of the about dialog was replaced with new one.
    * The crash when cancelling the file selection dialog of vCard/JPilot
      by Escape key was fixed.

* 2.0.0beta4

    * The feature to move folders within the same mailbox was implemented.
    * The flag changes by manual filtering on IMAP4 folders are now reflected
      to IMAP4 server.
    * A warning is displayed on the first run if the locale encoding is not
      UTF-8 but the environmental variable G_FILENAME_ENCODING is not set.
    * A warning is displayed when sending message if it exceeds the hard line
      length limit (998 bytes).
    * Other minor bugs were fixed.

* 2.0.0beta3

    * The strict checking of the integrity of summary caches was disabled by
      default, and the performance of displaying summary was improved.
    * The columns of the summary view became reorderable by drag and drop.
    * An option to execute command when new messages arrive was added.
    * 'Compose new message', 'Add to address book' and 'Open with Web browser'
      was added to the context menu of the text view.
    * Encryption is enabled by default when replying to encrypted messages.
    * GPGME and OpenSSL support are now enabled by default.
    * The bug that caused failure of parsing IMAP4 response if embedded null
      characters appeared in message headers.
    * Selected text is used on reply even if the Attachment tab is selected.
    * The quote color setting dialog works properly now.

* 2.0.0beta2

    * The junk mail filter setting was integrated into the common preferences,
      and 'Tools/Filter junk mails' menus were added.
    * The behavior of the flag search was modified.
    * The bug that the change of color labels was not saved was fixed.
    * The 'Insert signature' on the composition window now replaces the
      current signature, or add a new one to the buttom.
    * The bug that MIME headers were not properly parsed on some locales
      (such as Turkish) was fixed.
    * A possible crash when moving/deleting messages while the summary is
      sorted was fixed.
    * Wrong display of unread message number on some condition was fixed.
    * The scroll position of the summary when opening folders was fixed.
    * Sending messages by external command now checks for its exit status.

* 2.0.0beta1

    * A feature to assist junk mail control was added.
    * An option to apply filter rules to sent messages was added.
    * The progress dialog was reimplemented using GtkTreeView.
    * The selection handling of the summary view was optimized a bit.
    * The drag and drop from the summary view was improved.
    * The Japanese auto-detection is always enabled if the locale string
      begins with "ja".
    * Hebrew encodings support was added.
    * Lithuanian translation was added.
    * The scanning of folders right after an IMAP4 account is created was
      disabled for performance issue.
    * Currently selected messages are skipped now when searching unread
      messages.
    * The typeahead search of the summary view was disabled.
    * The sylpheed.spec file was updated.
    * Several bugs were fixed.

diffstat:

 mail/sylpheed-devel/Makefile |  6 +++---
 mail/sylpheed-devel/PLIST    |  3 ++-
 mail/sylpheed-devel/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 28529c17fcf8 -r 41a582e4a33e mail/sylpheed-devel/Makefile
--- a/mail/sylpheed-devel/Makefile      Sat Jul 09 04:36:42 2005 +0000
+++ b/mail/sylpheed-devel/Makefile      Sat Jul 09 13:01:01 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2005/06/01 18:03:00 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/07/09 13:01:01 chris Exp $
 
-DISTNAME=      sylpheed-1.9.12
+DISTNAME=      sylpheed-2.0.0beta5
 CATEGORIES=    mail news x11
 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
-MASTER_SITES=  http://sylpheed.good-day.net/sylpheed/v1.9/
+MASTER_SITES=  http://sylpheed.good-day.net/sylpheed/v2.0beta/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    chris%NetBSD.org@localhost
diff -r 28529c17fcf8 -r 41a582e4a33e mail/sylpheed-devel/PLIST
--- a/mail/sylpheed-devel/PLIST Sat Jul 09 04:36:42 2005 +0000
+++ b/mail/sylpheed-devel/PLIST Sat Jul 09 13:01:01 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/25 12:57:05 chris Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/07/09 13:01:01 chris Exp $
 bin/sylpheed
 share/examples/sylpheed/mime.types
 ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/sylpheed.mo
@@ -15,6 +15,7 @@
 ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sylpheed.mo
 ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/sylpheed.mo
 ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/sylpheed.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/sylpheed.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/sylpheed.mo
 ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/sylpheed.mo
diff -r 28529c17fcf8 -r 41a582e4a33e mail/sylpheed-devel/distinfo
--- a/mail/sylpheed-devel/distinfo      Sat Jul 09 04:36:42 2005 +0000
+++ b/mail/sylpheed-devel/distinfo      Sat Jul 09 13:01:01 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2005/05/29 14:45:27 chris Exp $
+$NetBSD: distinfo,v 1.8 2005/07/09 13:01:01 chris Exp $
 
-SHA1 (sylpheed-1.9.12.tar.bz2) = 3cdfa40e6e4c13103f2cad80516c6addd96cc6e8
-RMD160 (sylpheed-1.9.12.tar.bz2) = b1ddc7f5e0377eed013d337d495e16d35b97c7ef
-Size (sylpheed-1.9.12.tar.bz2) = 2223442 bytes
+SHA1 (sylpheed-2.0.0beta5.tar.bz2) = 38d06d66f4c974e91f2e5d696b60a921add07b84
+RMD160 (sylpheed-2.0.0beta5.tar.bz2) = 371241965d4b1222d1e3531c5b2b7160a8b1cbab
+Size (sylpheed-2.0.0beta5.tar.bz2) = 2365055 bytes



Home | Main Index | Thread Index | Old Index