diff options
author | grant <grant@pkgsrc.org> | 2003-11-27 16:07:46 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-11-27 16:07:46 +0000 |
commit | 0bb0e9d917c61eea3197a9437c674af41f2efda7 (patch) | |
tree | bddc715e752e63254ac8f810f76cf76653dfd6e7 /www/mozilla-bin | |
parent | 869943f0e8d4ad6565b053373babed9f55058a14 (diff) | |
download | pkgsrc-0bb0e9d917c61eea3197a9437c674af41f2efda7.tar.gz |
Update mozilla-bin to 1.5.
New Features and Fixes
* Mozilla now includes a spellchecker for MailNews and Composer.
* Additional MailNews improvements include:
o Users can add header lines to *every* message sent out via a
certain identity.
o A common application hang with SSL-encrypted SMTP
connections has been fixed.
o Printing of the attachments list is now supported.
o Users can now mark message as read by date.
* Many great improvements to Mozilla Composer including:
o Better resizing for images, tables, and absolutely
positioned objects.
o Support for absolutely positioned objects, movable on the
canvas using the mouse.
o Support for z-index management.
o "Snap to grid" when moving an absolutely positioned object.
o Source View now uses an editor instead of a simple textarea
(allows find and replace).
o Numerous fixes in caret management, inline styles handling,
and CSS styles handling.
* Improvements to tabbed browsing, including:
o Tabs are now replaced when a bookmark group is loaded. This
can be changed to the old "append" behavior in the Tabbed
browsing preferences.
o Back and Forward navigation for tabbed browsing and bookmark
groups has been improved. Users can now use the back button
after loading a bookmark group to restore the previous set of tabs.
o Closing a window with multiple tabs now prompts the user
with a confirmation dialog (which can be disabled for future
close operations).
* ChatZilla, Mozilla's internet relay chat (IRC) client, has had a
major overhaul bringing logging and many additional improvements.
* DOM Inspector can now display the #document node (the document root).
* It is now possible to jump from the JavaScript console to the
relevant line in the View Source Window.
* Mozilla's view source now displays line and column numbers in the
status bar.
* A quicksearch filter has been implemented for about:config.
* Gecko now supports setting color for <HR>.
* The '::' notation for CSS pseudo-elements is now supported. The old
':' notation is still supported only for pseudo-elements in CSS2
(:first-line, :first-letter, :before, :after) and the various
:-moz-tree-* pseudo-elements.
* Unstyled XML display has been improved.
* Some Windows GDI problems in Mozilla have been resolved.
* A common problem collapsing the URL bar popup on Windows has been fixed.
* Mozilla has improved performance, stability, standards support and
Web compatibility.
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r-- | www/mozilla-bin/Makefile | 5 | ||||
-rw-r--r-- | www/mozilla-bin/Makefile.Linux.i386 | 5 | ||||
-rw-r--r-- | www/mozilla-bin/Makefile.NetBSD.i386 | 5 | ||||
-rw-r--r-- | www/mozilla-bin/Makefile.SunOS.i386 | 10 | ||||
-rw-r--r-- | www/mozilla-bin/Makefile.SunOS.sparc | 5 | ||||
-rw-r--r-- | www/mozilla-bin/distinfo | 12 |
6 files changed, 28 insertions, 14 deletions
diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile index 81ddf5428cd..f562d4f21db 100644 --- a/www/mozilla-bin/Makefile +++ b/www/mozilla-bin/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2003/10/19 08:27:27 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/11/27 16:07:46 grant Exp $ # DISTNAME= # see Makefile.${OPSYS}.${ARCH} -PKGNAME= mozilla-bin-1.4 +PKGNAME= mozilla-bin-1.5 WRKSRC= ${WRKDIR}/mozilla CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_MOZILLA:=mozilla1.4/} MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.mozilla.org/ diff --git a/www/mozilla-bin/Makefile.Linux.i386 b/www/mozilla-bin/Makefile.Linux.i386 index 93440fd5deb..d4775510a13 100644 --- a/www/mozilla-bin/Makefile.Linux.i386 +++ b/www/mozilla-bin/Makefile.Linux.i386 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.Linux.i386,v 1.3 2003/10/19 08:27:27 grant Exp $ +# $NetBSD: Makefile.Linux.i386,v 1.4 2003/11/27 16:07:46 grant Exp $ # -DISTNAME= mozilla-i686-pc-linux-gnu-1.4 +DISTNAME= mozilla-i686-pc-linux-gnu-1.5 +MASTER_SITES= ${MASTER_SITE_MOZILLA:=mozilla1.5/} DEPENDS+= gtk+>=1.2:../../x11/gtk diff --git a/www/mozilla-bin/Makefile.NetBSD.i386 b/www/mozilla-bin/Makefile.NetBSD.i386 index 7e6936b8a98..402a00a59e4 100644 --- a/www/mozilla-bin/Makefile.NetBSD.i386 +++ b/www/mozilla-bin/Makefile.NetBSD.i386 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.4 2003/10/19 08:27:27 grant Exp $ +# $NetBSD: Makefile.NetBSD.i386,v 1.5 2003/11/27 16:07:46 grant Exp $ # -DISTNAME= mozilla-i686-pc-linux-gnu-1.4 +DISTNAME= mozilla-i686-pc-linux-gnu-1.5 +MASTER_SITES= ${MASTER_SITE_MOZILLA:=mozilla1.5/} PLATFORM= linux MOZILLA_LIB= ${PREFIX}/lib/mozilla-${PLATFORM} diff --git a/www/mozilla-bin/Makefile.SunOS.i386 b/www/mozilla-bin/Makefile.SunOS.i386 new file mode 100644 index 00000000000..b60fcc6e5a7 --- /dev/null +++ b/www/mozilla-bin/Makefile.SunOS.i386 @@ -0,0 +1,10 @@ +# $NetBSD: Makefile.SunOS.i386,v 1.1 2003/11/27 16:07:46 grant Exp $ +# + +DISTNAME= mozilla-i386-pc-solaris2.8-1.5 +MASTER_SITES= ${MASTER_SITE_MOZILLA:=mozilla1.5/contrib/} + +DEPENDS+= gtk+>=1.2:../../x11/gtk + +PLATFORM= ${LOWER_OPSYS} +MOZILLA_LIB= ${PREFIX}/lib/mozilla-${PLATFORM} diff --git a/www/mozilla-bin/Makefile.SunOS.sparc b/www/mozilla-bin/Makefile.SunOS.sparc index 64d1ea675f1..4ec31cd70d1 100644 --- a/www/mozilla-bin/Makefile.SunOS.sparc +++ b/www/mozilla-bin/Makefile.SunOS.sparc @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.SunOS.sparc,v 1.2 2003/07/02 14:56:59 grant Exp $ +# $NetBSD: Makefile.SunOS.sparc,v 1.3 2003/11/27 16:07:46 grant Exp $ # -DISTNAME= mozilla-sparc-sun-solaris2.8_1.4 +DISTNAME= mozilla-sparc-sun-solaris2.8_1.5 +MASTER_SITES= ${MASTER_SITE_MOZILLA:=mozilla1.5/} DEPENDS+= gtk+>=1.2:../../x11/gtk diff --git a/www/mozilla-bin/distinfo b/www/mozilla-bin/distinfo index 40d085df152..b112b63d089 100644 --- a/www/mozilla-bin/distinfo +++ b/www/mozilla-bin/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.5 2003/07/02 14:56:59 grant Exp $ +$NetBSD: distinfo,v 1.6 2003/11/27 16:07:46 grant Exp $ -SHA1 (mozilla-sparc-sun-solaris2.8_1.4.tar.gz) = 062d09aa4d0c066e7399cde6cffc3ad7bab52a08 -Size (mozilla-sparc-sun-solaris2.8_1.4.tar.gz) = 17002950 bytes -SHA1 (mozilla-i686-pc-linux-gnu-1.4.tar.gz) = cbc3f5fcef536e3f69fe8e4a51b52d1435ece049 -Size (mozilla-i686-pc-linux-gnu-1.4.tar.gz) = 12528153 bytes +SHA1 (mozilla-i386-pc-solaris2.8-1.5.tar.gz) = 8c909e588999eeb9b33503f481259f9eb98717dc +Size (mozilla-i386-pc-solaris2.8-1.5.tar.gz) = 15701149 bytes +SHA1 (mozilla-i686-pc-linux-gnu-1.5.tar.gz) = 4b933f8e302b141306e96f53cedd782d877399f0 +Size (mozilla-i686-pc-linux-gnu-1.5.tar.gz) = 13634167 bytes +SHA1 (mozilla-sparc-sun-solaris2.8_1.5.tar.gz) = 38345cd7629f20dbcaec7c3f40ad0c0c90a426ac +Size (mozilla-sparc-sun-solaris2.8_1.5.tar.gz) = 17021263 bytes |