Completion of update to 0.4.
Major improvements summarized in Release Notes are: * 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. 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.
This commit is contained in:
parent
615a57ae19
commit
d5705fedcd
4 changed files with 482 additions and 149 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2003/12/20 11:03:44 grantbeattie Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2003/12/30 04:57:33 jgoamakf Exp $
|
||||
#
|
||||
|
||||
MOZILLA= thunderbird
|
||||
|
@ -7,7 +7,7 @@ MOZ_VER= 0.4
|
|||
EXTRACT_SUFX= .tar.bz2
|
||||
DISTNAME= thunderbird-source-${MOZ_VER}
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.4/
|
||||
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/
|
||||
|
||||
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
||||
HOMEPAGE= http://www.mozilla.org/projects/thunderbird/
|
||||
|
@ -16,4 +16,6 @@ COMMENT= Mail application using the XUL user interface language
|
|||
CONFIGURE_ENV+= MOZ_THUNDERBIRD=1
|
||||
MAKE_ENV+= MOZ_THUNDERBIRD=1
|
||||
|
||||
CONFIGURE_ARGS+= --enable-extensions=wallet,spellcheck,xmlextras
|
||||
|
||||
.include "../../www/mozilla/Makefile.common"
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.2 2003/12/20 11:03:44 grantbeattie Exp $
|
||||
$NetBSD: distinfo,v 1.3 2003/12/30 04:57:33 jgoamakf Exp $
|
||||
|
||||
SHA1 (thunderbird-source-0.4.tar.bz2) = e84fab22248c8052e110272204214ff3a3ad0690
|
||||
Size (thunderbird-source-0.4.tar.bz2) = 30968925 bytes
|
||||
|
@ -16,5 +16,5 @@ SHA1 (patch-be) = 20050e778410393b2ac6343b9f8ba2c0affc432b
|
|||
SHA1 (patch-bm) = d67723f17ca2ceaab0488798f55a4c621926a029
|
||||
SHA1 (patch-bn) = b5a5effc0b427ede79171f167a4110959ed8b064
|
||||
SHA1 (patch-bo) = b4c52c0b798e4a3004fe1eee0630eba173204943
|
||||
SHA1 (patch-bp) = e8cdd22555b577109ae777410c95f8aeeb5f6f25
|
||||
SHA1 (patch-bp) = 016262f79861111dd124627874b1c642d1d1d64e
|
||||
SHA1 (patch-bq) = f81601c6bf7aa3a47d93bd9a24b5d22fd7133e1c
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-bp,v 1.1.1.1 2003/12/04 14:23:16 jgoamakf Exp $
|
||||
$NetBSD: patch-bp,v 1.2 2003/12/30 04:57:33 jgoamakf Exp $
|
||||
|
||||
diff -ru ../Orig/mozilla/other-licenses/libical/src/libical/Makefile.in ./other-licenses/libical/src/libical/Makefile.in
|
||||
--- ../Orig/mozilla/other-licenses/libical/src/libical/Makefile.in 2003-01-08 13:59:28.000000000 +0900
|
||||
|
@ -8,7 +8,7 @@ diff -ru ../Orig/mozilla/other-licenses/libical/src/libical/Makefile.in ./other-
|
|||
$(DESIGNDATA)/restrictions.csv > icalrestriction.c
|
||||
|
||||
-ifneq (,$(filter BeOS Darwin OpenVMS,$(OS_ARCH)))
|
||||
+ifneq (,$(filter BeOS Darwin OpenVMS NetBSD,$(OS_ARCH)))
|
||||
+ifneq (,$(filter BeOS Darwin OpenVMS NetBSD,FreeBSD,$(OS_ARCH)))
|
||||
DEFINES += -D__USE_BSD=1
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue