From ed9592a6b15cc1b69d297c12f41611ccbaa0131d Mon Sep 17 00:00:00 2001 From: grant Date: Wed, 23 Jun 2004 13:25:42 +0000 Subject: 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. --- www/mozilla-bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mozilla-bin/Makefile') 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) -- cgit v1.2.3