diff options
author | J Shane Culpepper <pepper@eazel.com> | 2001-02-27 01:56:19 +0000 |
---|---|---|
committer | J Shane Culpepper <pepper@src.gnome.org> | 2001-02-27 01:56:19 +0000 |
commit | 678d695413d52f7bc42867d3ecc948fbc3591add (patch) | |
tree | 8aebbbaaab4c781df7fc8a42968b34a8fc02f8f3 /README | |
parent | 79292ada92966d23ac8de92b3b52889cc453eef6 (diff) | |
download | nautilus-678d695413d52f7bc42867d3ecc948fbc3591add.tar.gz |
reviewed by: John Sullivan <sullivan@eazel.com>
2001-02-26 J Shane Culpepper <pepper@eazel.com>
reviewed by: John Sullivan <sullivan@eazel.com>
* README:
Reflecting the need for minimum Mozilla version of 0.8
* components/mozilla/nautilus-mozilla-content-view.c:
(nautilus_mozilla_content_view_initialize),
(mozilla_new_window_callback):
Fixed spelling of Javascript to JavaScript. Removed the
js_status callback because it was only added for debugging
and Ramiro found a bug in it. Finish bug #6885.
* configure.in: Nautilus mozilla component now requires
0.8. Fix for bug #7042.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -223,10 +223,8 @@ The latest Mozilla RPMs that we require can be found here: RedHat 6.x: http://developer.eazel.com/eazel-hacking/updates/redhat62/mozilla RedHat 7.x: http://developer.eazel.com/eazel-hacking/updates/redhat70/mozilla -The minimum Mozilla version required is Mozilla 0.7. Mozilla M18, the -0.7 predecessor, no longer works. Nautilus will work even better with -Mozilla 0.8. Cookies, cache and other Mozilla "profiles" features -will work only with 0.8. +The minimum Mozilla version required is Mozilla 0.8. Mozilla 0.7, the +0.8 predecessor, no longer works. After installing these rpms, you can build nautilus with Mozilla support as follows: |