diff --git a/js/rhino/docs/changes.html b/js/rhino/docs/changes.html index 583c2f1d1086..0b91818fe721 100644 --- a/js/rhino/docs/changes.html +++ b/js/rhino/docs/changes.html @@ -17,7 +17,7 @@ P { text-align: justify; }

Change Log for Rhino

-

Rhino 1.6R1

+

Rhino 1.6R1 Release Candidate 3

Release overview

@@ -69,7 +69,7 @@ See Bugzilla 257128

Support for continuations in the interpreter

-The interpreter mode in Rhino supports continuations. The code is based on the ideas from the original implementation of Christopher Oliver and +The interpreter mode in Rhino supports continuations. The code is based on the ideas from the original implementation of continuations by Christopher Oliver and SISC project. To use the continuations make sure that the interpreter mode is selected through setting @@ -105,7 +105,7 @@ with (SwingGui) { }

-Previously such functionality was available only to embeddings that used org.mozilla.javascript.ImporterTopLevel class as the top level scope. The class provides additional importPackage() and importClass() global functions but their extensive usage has tendency to pollute the global name space with names of Java classes +Previously such functionality was available only to embeddings that used org.mozilla.javascript.ImporterTopLevel class as the top level scope. The class provides additional importPackage() and importClass() global functions for scripts but their extensive usage has tendency to pollute the global name space with names of Java classes and prevents loaded classes from garbage collection.

See Bugzilla 245882 for details. diff --git a/js/rhino/docs/download.html b/js/rhino/docs/download.html index 579470d612ec..b0c26b1928ed 100644 --- a/js/rhino/docs/download.html +++ b/js/rhino/docs/download.html @@ -17,20 +17,18 @@ You can download binary distributions of Rhino from

-Rhino 1.6R1 is the last qualified release. It includes support for ECMAScript for XML (E4X). Note that you need to add xbean.jar from ECMAScript for XML (E4X) but it has not been fully qualified. +

+Note that you need to add xbean.jar from XMLBeans project to your class path -if you use E4X in Rhino. - -

+if you use E4X in Rhino 1.6R1.