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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
# ChangeLog for net-www/mozilla-launcher
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/ChangeLog,v 1.19 2004/06/25 01:06:04 agriffis Exp $
*mozilla-launcher-1.15 (20 Jun 2004)
20 Jun 2004; Aron Griffis <agriffis@gentoo.org>
-mozilla-launcher-1.13.ebuild, -mozilla-launcher-1.14.ebuild,
+mozilla-launcher-1.15.ebuild:
Fix bug 54357: thunderbird's mozilla-xremote-client requires -a Thunderbird
instead of -a thunderbird. Work around the problem in mozilla-launcher for 0.7
specifically. Bug filed upstream for this:
http://bugzilla.mozilla.org/show_bug.cgi?id=247754
16 Jun 2004; Aron Griffis <agriffis@gentoo.org>
mozilla-launcher-1.12.ebuild:
Mark 1.12 stable on all arches
*mozilla-launcher-1.14 (16 Jun 2004)
16 Jun 2004; Aron Griffis <agriffis@gentoo.org>
+mozilla-launcher-1.14.ebuild:
Speed up mozilla-launcher by getting rid of an unnecessary call to xwininfo
16 Jun 2004; Aron Griffis <agriffis@gentoo.org>
mozilla-launcher-1.13.ebuild:
Add my public_html as an alternate download site for the sake of being able to
release before the mirrors are fully populated
*mozilla-launcher-1.13 (16 Jun 2004)
16 Jun 2004; Aron Griffis <agriffis@gentoo.org>
+mozilla-launcher-1.13.ebuild:
Fix mozilla-launcher for -bin installations that support
mozilla-xremote-launcher -a programname. Previously mozilla-launcher would try
to use programname-bin which doesn't work
*mozilla-launcher-1.12 (08 Jun 2004)
08 Jun 2004; Aron Griffis <agriffis@gentoo.org>
-mozilla-launcher-1.11.ebuild, +mozilla-launcher-1.12.ebuild:
Revert previous change. The problem is that mozilla-xremote-client will
deliver a command to the wrong target (for example thunderbird instead of
firefox) unless fake_user is employed. This means that mozilla-launcher-1.11
will fail to start a new instance of firefox if it finds an instance of
thunderbird because fake_user failed. Instead the only solution to bug 52364
at the moment is to set MOZ_NO_FAKE_USER=1 in the environment.
*mozilla-launcher-1.11 (02 Jun 2004)
02 Jun 2004; Aron Griffis <agriffis@gentoo.org>
+mozilla-launcher-1.11.ebuild:
Fix bug 52364 by recognizing when fake_user can't find an instance of
_MOZILLA_USER in the xprops. This just goes to show that fake_user is
a hack... can't wait for -a to be available in all the
mozilla-xremote-client flavors.
02 Jun 2004; Travis Tilley <lv@gentoo.org> mozilla-launcher-1.10.ebuild:
moving to stable ahead of schedule for the new -bin support
*mozilla-launcher-1.10 (26 May 2004)
26 May 2004; Aron Griffis <agriffis@gentoo.org>
+mozilla-launcher-1.10.ebuild, -mozilla-launcher-1.9.ebuild:
Fix bug 52069 (mozilla-launcher-1.9 can't load thunderbird anymore) by fixing
typos in second case statement in which_browser
*mozilla-launcher-1.9 (26 May 2004)
26 May 2004; Aron Griffis <agriffis@gentoo.org>
-mozilla-launcher-1.1.ebuild, -mozilla-launcher-1.2.ebuild,
-mozilla-launcher-1.3.ebuild, -mozilla-launcher-1.5.ebuild,
-mozilla-launcher-1.6.ebuild, -mozilla-launcher-1.7.ebuild,
+mozilla-launcher-1.9.ebuild:
Add -bin support to mozilla-launcher. Prune old ebuilds
*mozilla-launcher-1.7-r1 (07 May 2004)
07 May 2004; Aron Griffis <agriffis@gentoo.org>
+mozilla-launcher-1.7-r1.ebuild:
Move mozilla-launcher to /usr/libexec to reduce confusion for bug
46183. Mark this stable immediately to satisfy existing keywords in
mozilla-firefox ebuilds
*mozilla-launcher-1.7 (04 May 2004)
04 May 2004; Aron Griffis <agriffis@gentoo.org>
+mozilla-launcher-1.7.ebuild:
Fix bug 47942 (Gaim open two FireFox windows) by simplifying the code and
correcting the handling of -remote
*mozilla-launcher-1.6 (04 May 2004)
04 May 2004; Aron Griffis <agriffis@gentoo.org>
+mozilla-launcher-1.6.ebuild:
Add support for thunderbird for bug 46544
*mozilla-launcher-1.5 (02 May 2004)
02 May 2004; Aron Griffis <agriffis@gentoo.org>
+mozilla-launcher-1.5.ebuild:
Workaround comma-space problem in mozilla-1.7_rc1 and auto-detect xremote
capability to do -a programname
*mozilla-launcher-1.3 (02 May 2004)
02 May 2004; Aron Griffis <agriffis@gentoo.org> mozilla-launcher-1.2.ebuild,
+mozilla-launcher-1.3.ebuild:
New version 1.3, do URL fixups required for 1.7_rc1, remove
deprecated environment stuff for mozilla. Mark 1.2 stable on mips
to bring it up to date with other arches.
24 Apr 2004; Bret Curtis <psi29a@gentoo.org> mozilla-launcher-1.2.ebuild:
Added to ~mips
*mozilla-launcher-1.2 (27 Mar 2004)
27 Mar 2004; Aron Griffis <agriffis@gentoo.org> mozilla-launcher-1.2.ebuild:
Don't use detection or fake_user for remote displays because it takes too long
(4 minutes in one test)
*mozilla-launcher-1.1 (23 Mar 2004)
23 Mar 2004; Aron Griffis <agriffis@gentoo.org> mozilla-launcher-1.1.ebuild:
New ebuild for mozilla-launcher; a script to launch either firefox or mozilla
|