diff options
author | Brad Laue <brad@gentoo.org> | 2004-02-15 16:32:49 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-02-15 16:32:49 +0000 |
commit | c647642dce6177f63245a84c31d3f1b84f0c1bf9 (patch) | |
tree | 6ef2dd651ed1de52f7d1a7a37c18e5ba83a920ad /net-www/mozilla-firefox | |
parent | Tweak the launch script to suit better default behaviour (diff) | |
download | historical-c647642dce6177f63245a84c31d3f1b84f0c1bf9.tar.gz historical-c647642dce6177f63245a84c31d3f1b84f0c1bf9.tar.bz2 historical-c647642dce6177f63245a84c31d3f1b84f0c1bf9.zip |
Change default new mode to window
Diffstat (limited to 'net-www/mozilla-firefox')
-rw-r--r-- | net-www/mozilla-firefox/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mozilla-firefox/Manifest | 8 | ||||
-rw-r--r-- | net-www/mozilla-firefox/files/firefox | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/net-www/mozilla-firefox/ChangeLog b/net-www/mozilla-firefox/ChangeLog index 7f0d3242f533..a7eef17fc60e 100644 --- a/net-www/mozilla-firefox/ChangeLog +++ b/net-www/mozilla-firefox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/mozilla-firebird # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.8 2004/02/15 01:43:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.9 2004/02/15 16:32:49 brad Exp $ + + 15 Feb 2004; Brad Laue <brad@gentoo.org> files/firefox: + Switch the default new browser type to window, as this matches better with + firefox on other platforms. Tab mode is still available if placed in the + environment variable documented in /usr/bin/firebird. 14 Feb 2004; Aron Griffis <agriffis@gentoo.org> files/firefox: Roll fix over from MozillaFirebird script for bug 41074 diff --git a/net-www/mozilla-firefox/Manifest b/net-www/mozilla-firefox/Manifest index 4e7cb401ec4b..fa7764384df5 100644 --- a/net-www/mozilla-firefox/Manifest +++ b/net-www/mozilla-firefox/Manifest @@ -1,9 +1,9 @@ -MD5 c04768860204da1a46c7527fccbfd45b mozilla-firefox-0.8.ebuild 7643 -MD5 f30b08fa266bffcf1bf6bbf859733116 ChangeLog 1409 +MD5 a2940da63a0027f4ff2f2cade18d9edb ChangeLog 1672 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 +MD5 c04768860204da1a46c7527fccbfd45b mozilla-firefox-0.8.ebuild 7643 +MD5 606e82226379fd5ae6cd1d0d1faff7ff files/10MozillaFirefox 31 MD5 507a3d1338e85acc8828cec7c91d22df files/digest-mozilla-firefox-0.8 73 -MD5 392bd650666dfcd4003a212dc09970da files/firefox 3519 MD5 23d1fbd03cc6dd346a4e4ce8f2d88ebf files/mozilla-1.3-alpha-stubs.patch 4646 -MD5 606e82226379fd5ae6cd1d0d1faff7ff files/10MozillaFirefox 31 MD5 f0e9adeb0454377ce019e8969e644efb files/mozilla-firebird-amd64.patch 35052 +MD5 08a83fca60d87de036262bd66ae705ab files/firefox 3518 MD5 bff260036c5dcca45da3218517fb33d8 files/icon/firefox-icon.png 3979 diff --git a/net-www/mozilla-firefox/files/firefox b/net-www/mozilla-firefox/files/firefox index 59836efcab4e..cd54c0a3e0de 100644 --- a/net-www/mozilla-firefox/files/firefox +++ b/net-www/mozilla-firefox/files/firefox @@ -2,11 +2,11 @@ # # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/files/firefox,v 1.2 2004/02/15 01:41:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/files/firefox,v 1.3 2004/02/15 16:32:49 brad Exp $ # Set MOZILLA_NEWTYPE to "window" in your environment if you prefer # new Firefox windows instead of new tabs -newtype=${MOZILLA_NEWTYPE:-"tab"} +newtype=${MOZILLA_NEWTYPE:-"window"} # Point this to your Firefox installation if not using the default export MOZILLA_FIVE_HOME="/usr/lib/MozillaFirefox" |