diff options
author | grant <grant@pkgsrc.org> | 2004-06-23 13:25:42 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-23 13:25:42 +0000 |
commit | 0a28fe0e8623de0b84cac0fdeabf31379ae08cfc (patch) | |
tree | 4f606cae7514e566df3a749aab6b401f90aa8373 /www/mozilla-bin/Makefile | |
parent | d390a3146a9368b3ce7b1d07309af153049a6cef (diff) | |
download | pkgsrc-0a28fe0e8623de0b84cac0fdeabf31379ae08cfc.tar.gz |
Updated mozilla-bin to 1.7.
The full list of changes can be found at:
http://www.mozilla.org/releases/mozilla1.7/README.html
Major browser changes since 1.6:
* A new option to prevent sites from using JavaScript to block the
browser's context menu.
* A new set of icons for files that are associated with Mozilla on
Windows.
* Password Manager has a "show passwords" mode which will display
saved passwords. You will need to enter your master password if
you are using one.
* The "Set As Wallpaper" feature now has a confirmation dialog.
* Linux GTK2 builds have improved support for OS themes.
* Cookie dialogs have been reworked to make them more usable.
* Date handling, especially on OS X, has been improved.
* It is now possible to fine-tune Mozilla's pop-up blocking using
two preferences (dom.popup_maximum and dom.popup_allowed_events)
but there's no UI for that yet. Even without a UI, users should
notice a greater variety of pop-ups blocked (primarily mouseover
pop-ups) and a limit of 20 or so open at one time - regardless of
whether pop-up blocking is active. This will provide some protection
from sites that open hundreds of windows in a loop.
* Downloaded files are now moved to the target directory as soon
as the user selects the desired location. This was the frequently
reported bug 55690.
* There is now user interface to activate Smooth Scrolling (Preferences
-> Appearance).
* Mozilla now supports basic FTP upload.
Diffstat (limited to 'www/mozilla-bin/Makefile')
-rw-r--r-- | www/mozilla-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile index 0e1a371956e..426fe0a5ae2 100644 --- a/www/mozilla-bin/Makefile +++ b/www/mozilla-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/01/31 16:47:26 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/06/23 13:25:42 grant Exp $ MOZILLA= mozilla -MOZ_VER= 1.6 +MOZ_VER= 1.7 COMMENT= Full featured gecko-based browser (binary pkg) |