1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
# ChangeLog for net-www/mozilla-firefox
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.21 2004/03/25 08:29:23 mr_bones_ Exp $
25 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
mozilla-firefox-0.8.ebuild:
don't use deprecated ? : use syntax
19 Mar 2004; Aron Griffis <agriffis@gentoo.org>
mozilla-firefox-0.8-r1.ebuild:
stable on alpha and ia64
19 Mar 2004; Aron Griffis <agriffis@gentoo.org>
mozilla-firefox-0.8-r1.ebuild:
Fix bug 38100 by using grep -o instead of sed for optimization fixup
18 Mar 2004; Aron Griffis <agriffis@gentoo.org>
mozilla-firefox-0.8-r1.ebuild:
Add truetype to IUSE for bug 37069. Honor USE=gtk2 for conditional dependence
on libIDL/ORBit for bug 25567. Also clean up the ebuild: use shorter syntax
for conditionals instead of deprecated [ -n "`use blah`" ]; avoid an
unnecessary sed; use [[ ]] instead of [ ] to avoid quoting issues
18 Mar 2004; Aron Griffis <agriffis@gentoo.org> files/firefox:
Fix bug 44140 by fixing relative paths to be absolute. Fix bug 44002 by fixing
a typo in this ChangeLog. Fix bug 43195 by changing the awk program that
parses the display name
16 Mar 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8-r1.ebuild:
Properly enable the DOM inspector.
*mozilla-firefox-0.8-r1 (07 Mar 2004)
07 Mar 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8-r1.ebuild:
Add Xinerama support.
26 Feb 2004; Aron Griffis <agriffis@gentoo.org> files/firefox:
Add a PATH fix from Bob Bell to be able to find xwininfo
25 Feb 2004; Aron Griffis <agriffis@gentoo.org> files/firefox:
Update launcher script to fix bug 25737: The launcher didn't understand
-remote. The script should also work for mozilla now, but that has yet to be
tested/deployed
19 Feb 2004; Tavis Ormandy <taviso@gentoo.org> mozilla-firefox-0.8.ebuild:
marking alpha, #41338
19 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8.ebuild:
Add dependency on pkgconfig, needed by GTK+2 build process.
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/firefox
14 Feb 2004; Aron Griffis <agriffis@gentoo.org> files/firefox:
Roll fix over from MozillaFirebird script for bug 41074
14 Feb 2004; Brad Laue <brad@gentoo.org> files/icon/firefox-icon.png:
Make the firefox icon have a transparent background.
12 Feb 2004; <augustus@gentoo.org> mozilla-firefox-0.8.ebuild:
Made amd64 stable.
12 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8.ebuild,
files/icon/firefox-icon.png:
Use the proper firefox icon in the GNOME menu rather than the Mozilla one.
12 Feb 2004; Sven Blumenstein <bazik@gentoo.org> mozilla-firefox-0.8.ebuild:
Here you got a sparc-cookie, Mr. Firefox.
12 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8.ebuild:
Move mozilla-firefox to stable on x86. This is the first step is moving its
predecessor, mozilla-firebird, out of the tree entirely.
Please test on as many arches as soon as possible!
*mozilla-firefox-0.8 (10 Feb 2004)
10 Feb 2004; Brad Laue <brad@gentoo.org> metadata.xml,
mozilla-firefox-0.8.ebuild, files/10MozillaFirefox, files/firefox,
files/mozilla-1.3-alpha-stubs.patch, files/mozilla-firebird-amd64.patch:
Introducing Mozilla Firefox.
|