pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Update thunderbird & thunderbird-gtk2 to 0.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73f5eb92cdef
branches:  trunk
changeset: 483553:73f5eb92cdef
user:      taya <taya%pkgsrc.org@localhost>
date:      Sun Nov 14 23:38:20 2004 +0000

description:
Update thunderbird & thunderbird-gtk2 to 0.9

Here are the highlights for this Thunderbird release:

* Saved Search Folders
- Saved Search Folders display messages based on previously set search
criteria. For example, instead of filtering messages into a new
folder, you could create a Saved Search Folder that lists all the
messages received from a certain person over the past 30 days, even if
those messages are stored in different folders and subfolders.

* Message Grouping
- You can now group messages in a folder by attributes such as date,
sender, priority or a custom label. For instance, a folder grouped by
date will group messages from today, yesterday, last week, etc. into
self-contained groups in the message list pane. (View > Sort By >
Grouped By Sort)

* Other New Features
- Messages with attachments now get marked as such in the message list
pane immediately and not when the message is displayed.

- Improvements to Thunderbird's Global Inbox support for POP3 users.

- The new quick search bar introduced in 0.8 now features a clear
button when search text is present inside the quick search box.

- Fixed a regression introduced in 0.8 where a user could not change
the local folder path in the Account Manager.

- Improved offline support including fixes for common offline-related
problems.

- Improved privacy controls block remote content in e-mail messages
from senders not in your address book.

- Long file attachment names are no longer truncated in the message
pane.

- Bug fixes too numerous to mention!

diffstat:

 mail/thunderbird-gtk2/PLIST                  |  12 +++++++-----
 mail/thunderbird/Makefile-thunderbird.common |   6 +++---
 mail/thunderbird/PLIST                       |  12 +++++++-----
 mail/thunderbird/distinfo                    |   6 +++---
 4 files changed, 20 insertions(+), 16 deletions(-)

diffs (164 lines):

diff -r c56510c238c3 -r 73f5eb92cdef mail/thunderbird-gtk2/PLIST
--- a/mail/thunderbird-gtk2/PLIST       Sun Nov 14 22:31:43 2004 +0000
+++ b/mail/thunderbird-gtk2/PLIST       Sun Nov 14 23:38:20 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/20 12:55:43 taya Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/11/14 23:38:20 taya Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -98,15 +98,11 @@
 lib/${MOZILLA}/LICENSE.txt
 lib/${MOZILLA}/README.txt
 lib/${MOZILLA}/bloaturls.txt
-lib/${MOZILLA}/chrome/US.jar
 lib/${MOZILLA}/chrome/chromelist.txt
 lib/${MOZILLA}/chrome/classic.jar
 lib/${MOZILLA}/chrome/comm.jar
 lib/${MOZILLA}/chrome/embed-sample.jar
 lib/${MOZILLA}/chrome/en-US.jar
-lib/${MOZILLA}/chrome/en-mac.jar
-lib/${MOZILLA}/chrome/en-unix.jar
-lib/${MOZILLA}/chrome/en-win.jar
 lib/${MOZILLA}/chrome/help.jar
 lib/${MOZILLA}/chrome/icons/default/abcardWindow.xpm
 lib/${MOZILLA}/chrome/icons/default/abcardWindow16.xpm
@@ -604,7 +600,9 @@
 include/${MOZILLA}/browser/nsIBrowserInstance.h
 include/${MOZILLA}/browser/nsIXULBrowserWindow.h
 include/${MOZILLA}/caps/nsIPrincipal.h
+include/${MOZILLA}/caps/nsIPrincipalObsolete.h
 include/${MOZILLA}/caps/nsIScriptSecurityManager.h
+include/${MOZILLA}/caps/nsIScriptSecurityManagerObsolete.h
 include/${MOZILLA}/caps/nsISecurityCheckedComponent.h
 include/${MOZILLA}/caps/nsISignatureVerifier.h
 include/${MOZILLA}/caps/nsJSPrincipals.h
@@ -804,6 +802,7 @@
 include/${MOZILLA}/dom/nsDOMError.h
 include/${MOZILLA}/dom/nsDOMString.h
 include/${MOZILLA}/dom/nsIBaseDOMException.h
+include/${MOZILLA}/dom/nsIBrowserDOMWindow.h
 include/${MOZILLA}/dom/nsIDOM3Document.h
 include/${MOZILLA}/dom/nsIDOM3DocumentEvent.h
 include/${MOZILLA}/dom/nsIDOM3EventTarget.h
@@ -1002,6 +1001,7 @@
 include/${MOZILLA}/dom/nsIDOMWindow2.h
 include/${MOZILLA}/dom/nsIDOMWindowCollection.h
 include/${MOZILLA}/dom/nsIDOMWindowInternal.h
+include/${MOZILLA}/dom/nsIDOMWindowUtils.h
 include/${MOZILLA}/dom/nsIDOMXMLDocument.h
 include/${MOZILLA}/dom/nsIDOMXPathEvaluator.h
 include/${MOZILLA}/dom/nsIDOMXPathException.h
@@ -1143,6 +1143,7 @@
 include/${MOZILLA}/htmlparser/nsIParserService.h
 include/${MOZILLA}/htmlparser/nsITokenizer.h
 include/${MOZILLA}/htmlparser/nsParserCIID.h
+include/${MOZILLA}/htmlparser/nsParserDataListener.h
 include/${MOZILLA}/htmlparser/nsParserError.h
 include/${MOZILLA}/htmlparser/nsScannerString.h
 include/${MOZILLA}/htmlparser/nsToken.h
@@ -1846,6 +1847,7 @@
 include/${MOZILLA}/necko/nsIURIChecker.h
 include/${MOZILLA}/necko/nsIURL.h
 include/${MOZILLA}/necko/nsIURLParser.h
+include/${MOZILLA}/necko/nsIUnicharStreamListener.h
 include/${MOZILLA}/necko/nsIUnicharStreamLoader.h
 include/${MOZILLA}/necko/nsIUploadChannel.h
 include/${MOZILLA}/necko/nsNetCID.h
diff -r c56510c238c3 -r 73f5eb92cdef mail/thunderbird/Makefile-thunderbird.common
--- a/mail/thunderbird/Makefile-thunderbird.common      Sun Nov 14 22:31:43 2004 +0000
+++ b/mail/thunderbird/Makefile-thunderbird.common      Sun Nov 14 23:38:20 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.2 2004/09/20 12:55:43 taya Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.3 2004/11/14 23:38:20 taya Exp $
 
 MOZILLA_BIN=   thunderbird-bin
-MOZ_VER=       0.8
+MOZ_VER=       0.9
 EXTRACT_SUFX=  .tar.bz2
-DISTNAME=      thunderbird-source-${MOZ_VER}
+DISTNAME=      thunderbird-${MOZ_VER}-source
 MASTER_SITES=  http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/ \
                ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/
 
diff -r c56510c238c3 -r 73f5eb92cdef mail/thunderbird/PLIST
--- a/mail/thunderbird/PLIST    Sun Nov 14 22:31:43 2004 +0000
+++ b/mail/thunderbird/PLIST    Sun Nov 14 23:38:20 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/09/20 12:55:43 taya Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/11/14 23:38:20 taya Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -99,15 +99,11 @@
 lib/${MOZILLA}/LICENSE.txt
 lib/${MOZILLA}/README.txt
 lib/${MOZILLA}/bloaturls.txt
-lib/${MOZILLA}/chrome/US.jar
 lib/${MOZILLA}/chrome/chromelist.txt
 lib/${MOZILLA}/chrome/classic.jar
 lib/${MOZILLA}/chrome/comm.jar
 lib/${MOZILLA}/chrome/embed-sample.jar
 lib/${MOZILLA}/chrome/en-US.jar
-lib/${MOZILLA}/chrome/en-mac.jar
-lib/${MOZILLA}/chrome/en-unix.jar
-lib/${MOZILLA}/chrome/en-win.jar
 lib/${MOZILLA}/chrome/help.jar
 lib/${MOZILLA}/chrome/icons/default/abcardWindow.xpm
 lib/${MOZILLA}/chrome/icons/default/abcardWindow16.xpm
@@ -593,7 +589,9 @@
 include/${MOZILLA}/browser/nsIBrowserInstance.h
 include/${MOZILLA}/browser/nsIXULBrowserWindow.h
 include/${MOZILLA}/caps/nsIPrincipal.h
+include/${MOZILLA}/caps/nsIPrincipalObsolete.h
 include/${MOZILLA}/caps/nsIScriptSecurityManager.h
+include/${MOZILLA}/caps/nsIScriptSecurityManagerObsolete.h
 include/${MOZILLA}/caps/nsISecurityCheckedComponent.h
 include/${MOZILLA}/caps/nsISignatureVerifier.h
 include/${MOZILLA}/caps/nsJSPrincipals.h
@@ -793,6 +791,7 @@
 include/${MOZILLA}/dom/nsDOMError.h
 include/${MOZILLA}/dom/nsDOMString.h
 include/${MOZILLA}/dom/nsIBaseDOMException.h
+include/${MOZILLA}/dom/nsIBrowserDOMWindow.h
 include/${MOZILLA}/dom/nsIDOM3Document.h
 include/${MOZILLA}/dom/nsIDOM3DocumentEvent.h
 include/${MOZILLA}/dom/nsIDOM3EventTarget.h
@@ -991,6 +990,7 @@
 include/${MOZILLA}/dom/nsIDOMWindow2.h
 include/${MOZILLA}/dom/nsIDOMWindowCollection.h
 include/${MOZILLA}/dom/nsIDOMWindowInternal.h
+include/${MOZILLA}/dom/nsIDOMWindowUtils.h
 include/${MOZILLA}/dom/nsIDOMXMLDocument.h
 include/${MOZILLA}/dom/nsIDOMXPathEvaluator.h
 include/${MOZILLA}/dom/nsIDOMXPathException.h
@@ -1132,6 +1132,7 @@
 include/${MOZILLA}/htmlparser/nsIParserService.h
 include/${MOZILLA}/htmlparser/nsITokenizer.h
 include/${MOZILLA}/htmlparser/nsParserCIID.h
+include/${MOZILLA}/htmlparser/nsParserDataListener.h
 include/${MOZILLA}/htmlparser/nsParserError.h
 include/${MOZILLA}/htmlparser/nsScannerString.h
 include/${MOZILLA}/htmlparser/nsToken.h
@@ -1833,6 +1834,7 @@
 include/${MOZILLA}/necko/nsIURIChecker.h
 include/${MOZILLA}/necko/nsIURL.h
 include/${MOZILLA}/necko/nsIURLParser.h
+include/${MOZILLA}/necko/nsIUnicharStreamListener.h
 include/${MOZILLA}/necko/nsIUnicharStreamLoader.h
 include/${MOZILLA}/necko/nsIUploadChannel.h
 include/${MOZILLA}/necko/nsNetCID.h
diff -r c56510c238c3 -r 73f5eb92cdef mail/thunderbird/distinfo
--- a/mail/thunderbird/distinfo Sun Nov 14 22:31:43 2004 +0000
+++ b/mail/thunderbird/distinfo Sun Nov 14 23:38:20 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2004/11/04 20:06:34 kristerw Exp $
+$NetBSD: distinfo,v 1.9 2004/11/14 23:38:20 taya Exp $
 
-SHA1 (thunderbird-source-0.8.tar.bz2) = 8ee7f535d2c512529b735e86936c8d2ca347570e
-Size (thunderbird-source-0.8.tar.bz2) = 32880592 bytes
+SHA1 (thunderbird-0.9-source.tar.bz2) = a818a1f471935379da1e364c5da3457446c1d53a
+Size (thunderbird-0.9-source.tar.bz2) = 33197138 bytes
 SHA1 (patch-aa) = 9225a7a2c9b4545e800008169d4d88452c85d1a9
 SHA1 (patch-ab) = 0c1f2d6cca09b4dd6b168ed29d84d245967a3369
 SHA1 (patch-ac) = e9bc27529cf595ab6f120d9021dd7d6c49112084



Home | Main Index | Thread Index | Old Index