
This document tracks any changes that are made to the rhino source by Espial.

As of 14 Dec 2000
=================
 package org.mozilla.javascript
 ------------------------------
  <MODIFIED>
    Parser
			This change modified the 'case ts.' to be 'case TokenStream.'.
			Have to do this since the Java 2 compilers are more strict about this.
			
As of 21 September 2000
====================
 package org.mozilla.javascript
 ------------------------------
  <NEW METHODS>
    ScriptableObject
      public void dispose () 
    This method can be used to dispose any references held by this object.
  <STATUS>	
    Not integrated into Netscape's source.

As of 26 June 2000
==================
 package org.mozilla.javascript
 ------------------------------
  <CHANGES>
    Context
      public void initStandardObjects (ScriptableObject, boolean)
    Commented out line NativeJavaPackage.init(scope).  This line prevents
    javascript via liveConnect from accessing java classes.  This is to
    prevent a security hole in the browser.
  <NOTE>
    This is only valid until we implement a security manager for javascript liveConnect.
