pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/thunderbird-bin Updated thunderbird-bin to 0.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c3632cb18c6
branches:  trunk
changeset: 464580:1c3632cb18c6
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Dec 13 04:01:50 2003 +0000

description:
Updated thunderbird-bin to 0.4.

Major changes since 0.3:

* Improved Look

The default theme for Mozilla Thunderbird has taken a huge leap
forward. The theme is about 90% complete with only a few "classic"
looking icons remaining.

The message list pane now shows status for reply, forward and unread
as icons directly on the message envelope instead of using text.

The message list pane now has a separate sortable column for
attachment status on a message.

The Windows animated alert has a new look and feel. It now shows the
Account name instead of your server user name.

* Improved Interoperability With the OS

Linux: Thunderbird properly dispatches browser URLs to the default
browser. Read more about how to hook this up.

Mac OS X: Added a Windows menu which makes it easier to manage open
Thunderbird windows. The menu bar behaves correctly after closing all
open windows. Mozilla Firebird and Thunderbird can be run at the same
time with out the two builds interfering with URL dispatching between
applications.

Windows: Thunderbird can be set as the default mail client and/or as
the default news client.

* New Features

Windows users can copy and paste images (including screen shots) from
the Windows clipboard into HTML mail compose.

Only mark a message as read when it has been open in the preview pane
for a configurable number of seconds.

More options for customizing toolbars the way you want them.
Enchancements include: a mark button in the main mail window and
copy/cut/paste icons in mail compose.

Profile Migration from Netscape 4.x has seen a lot of improvements.

A Palm Sync Address book conduit extension is now available for
Thunderbird 0.4.

POP Accounts now support aging on the server.

* Recently Fixed Bugs

No more new mail alert notifications when the incoming messages are
Junk.

The progress bar now appears in the mail 3-pane window when reporting
progress for operations like downloading new mail or a message body.

Auto Proxy URLs now work.

POP Accounts: "Click here to download the rest of the message" now
works.

POP Accounts: A new filter action to delete a message from POP3 server
if messages are left on the server by default.

Junk Folder Purging works on all accounts and not just the first one.

If you configure a mail server to use secure authentication but the
server does not support it, Thunderbird no longer silently falls back
to insecure authentication. Thunderbird brings up an error dialog and
refuse to connect to the server.

News error dialogs no longer hang the application.

HTML Anchors in messages work.

When threads are sorted by date, Thunderbird sorts by the newest
message in the thread.

diffstat:

 mail/thunderbird-bin/Makefile             |   6 +++---
 mail/thunderbird-bin/Makefile.Linux.i386  |   6 +++---
 mail/thunderbird-bin/Makefile.SunOS.i386  |   6 +++---
 mail/thunderbird-bin/Makefile.SunOS.sparc |  10 ++++++++++
 mail/thunderbird-bin/distinfo             |  12 +++++++-----
 5 files changed, 26 insertions(+), 14 deletions(-)

diffs (85 lines):

diff -r 0d7f71fca5e1 -r 1c3632cb18c6 mail/thunderbird-bin/Makefile
--- a/mail/thunderbird-bin/Makefile     Sat Dec 13 00:47:03 2003 +0000
+++ b/mail/thunderbird-bin/Makefile     Sat Dec 13 04:01:50 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 05:24:42 grant Exp $
+# $NetBSD: Makefile,v 1.2 2003/12/13 04:01:50 grant Exp $
 #
 
 DISTNAME=              # see Makefile.${OPSYS}.${ARCH}
-PKGNAME=               thunderbird-bin-0.3
+PKGNAME=               thunderbird-bin-0.4
 WRKSRC=                        ${WRKDIR}/thunderbird
 CATEGORIES=            mail
 
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.mozilla.org/projects/thunderbird/
 COMMENT=               Redesign of the Mozilla mail client (binary pkg)
 
-ONLY_FOR_PLATFORM=     Linux-*-i[3-6]86 SunOS-5.[89]*-i386
+ONLY_FOR_PLATFORM=     Linux-*-i[3-6]86 SunOS-5.[89]*-i386 SunOS-5.[89]*-sparc
 
 NO_CONFIGURE=          # defined
 
diff -r 0d7f71fca5e1 -r 1c3632cb18c6 mail/thunderbird-bin/Makefile.Linux.i386
--- a/mail/thunderbird-bin/Makefile.Linux.i386  Sat Dec 13 00:47:03 2003 +0000
+++ b/mail/thunderbird-bin/Makefile.Linux.i386  Sat Dec 13 04:01:50 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.Linux.i386,v 1.1.1.1 2003/12/04 05:24:42 grant Exp $
+# $NetBSD: Makefile.Linux.i386,v 1.2 2003/12/13 04:01:50 grant Exp $
 #
 
-DISTNAME=      thunderbird-0.3-i686-pc-linux-gtk2-gnu
+DISTNAME=      thunderbird-0.4-i686-pc-linux-gtk2-gnu
 EXTRACT_SUFX=  .tar.bz2
-MASTER_SITES=  http://ftp.mozilla.org/pub/thunderbird/releases/0.3/
+MASTER_SITES=  http://ftp.mozilla.org/pub/thunderbird/releases/0.4/
 
 PLATFORM=      linux
 MOZILLA_LIB=   ${PREFIX}/lib/thunderbird-${PLATFORM}
diff -r 0d7f71fca5e1 -r 1c3632cb18c6 mail/thunderbird-bin/Makefile.SunOS.i386
--- a/mail/thunderbird-bin/Makefile.SunOS.i386  Sat Dec 13 00:47:03 2003 +0000
+++ b/mail/thunderbird-bin/Makefile.SunOS.i386  Sat Dec 13 04:01:50 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.SunOS.i386,v 1.1.1.1 2003/12/04 05:24:42 grant Exp $
+# $NetBSD: Makefile.SunOS.i386,v 1.2 2003/12/13 04:01:50 grant Exp $
 #
 
-DISTNAME=      thunderbird-0.3-i386-pc-solaris2.8
-MASTER_SITES=  http://ftp.mozilla.org/pub/thunderbird/releases/0.3/contrib/
+DISTNAME=      thunderbird-0.4-i386-pc-solaris2.8
+MASTER_SITES=  http://ftp.mozilla.org/pub/thunderbird/releases/0.4/contrib/
 
 DEPENDS+=      gtk2+>=2.2:../../x11/gtk2
 
diff -r 0d7f71fca5e1 -r 1c3632cb18c6 mail/thunderbird-bin/Makefile.SunOS.sparc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/thunderbird-bin/Makefile.SunOS.sparc Sat Dec 13 04:01:50 2003 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile.SunOS.sparc,v 1.1 2003/12/13 04:01:50 grant Exp $
+#
+
+DISTNAME=      thunderbird-0.4-sparc-sun-solaris2.8
+MASTER_SITES=  http://ftp.mozilla.org/pub/thunderbird/releases/0.4/contrib/
+
+DEPENDS+=      gtk2+>=2.2:../../x11/gtk2
+
+PLATFORM=      solaris
+MOZILLA_LIB=   ${PREFIX}/lib/thunderbird-${PLATFORM}
diff -r 0d7f71fca5e1 -r 1c3632cb18c6 mail/thunderbird-bin/distinfo
--- a/mail/thunderbird-bin/distinfo     Sat Dec 13 00:47:03 2003 +0000
+++ b/mail/thunderbird-bin/distinfo     Sat Dec 13 04:01:50 2003 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/04 05:24:42 grant Exp $
+$NetBSD: distinfo,v 1.2 2003/12/13 04:01:50 grant Exp $
 
-SHA1 (thunderbird-0.3-i686-pc-linux-gtk2-gnu.tar.bz2) = d5f8571705f5490038e699ee70f9189aa7ecaec5
-Size (thunderbird-0.3-i686-pc-linux-gtk2-gnu.tar.bz2) = 10164247 bytes
-SHA1 (thunderbird-0.3-i386-pc-solaris2.8.tar.gz) = 2104352719c02cbfbf8852c27e98b33bdd048c6e
-Size (thunderbird-0.3-i386-pc-solaris2.8.tar.gz) = 13264518 bytes
+SHA1 (thunderbird-0.4-i686-pc-linux-gtk2-gnu.tar.bz2) = 1877ba3d5e256653e4ac059c605760f75971fdcf
+Size (thunderbird-0.4-i686-pc-linux-gtk2-gnu.tar.bz2) = 10330376 bytes
+SHA1 (thunderbird-0.4-i386-pc-solaris2.8.tar.gz) = cdaea1686c16156ce54bd8e872ac559965ac6429
+Size (thunderbird-0.4-i386-pc-solaris2.8.tar.gz) = 12987091 bytes
+SHA1 (thunderbird-0.4-sparc-sun-solaris2.8.tar.gz) = 4fd79104d3c7e6ec266c2a63647e9b65b5dc408a
+Size (thunderbird-0.4-sparc-sun-solaris2.8.tar.gz) = 15463913 bytes



Home | Main Index | Thread Index | Old Index