diff --git a/mozilla/js/rhino/CHANGELOG b/mozilla/js/rhino/CHANGELOG index 81ac4710283..16fccd967ec 100644 --- a/mozilla/js/rhino/CHANGELOG +++ b/mozilla/js/rhino/CHANGELOG @@ -1,4 +1,4 @@ -This file version: $Id: CHANGELOG,v 1.3 2006-12-27 19:23:09 szegedia%freemail.hu Exp $ +This file version: $Id: CHANGELOG,v 1.4 2006-12-27 19:43:00 szegedia%freemail.hu Exp $ Changes since Rhino 1.6R5 ========================= @@ -10,15 +10,19 @@ Changes since Rhino 1.6R5 - Wrapped access to system properties and creation of class loaders into AccessController.doPrivileged() to nicely play in secured environments. - Fixed #318305: ScriptOrFnNode class reports bad end line number -- Fixed #352319: Rhino threw a ClassCastException when a continuation captured +- Fixed #352319: Rhino threw a ClassCastException when a continuation captured from a catch() block was restarted. - Fixed #340561: .prototype should not be DontEnum - Fixed #342807: Could set line number/source file in thrown JavaScript Error -- Fixed #351664: Rethrown JavaScriptException's toString() returns "[objec... +- Fixed #350580: importPackage Ambiguous import error fix +- Fixed #351664: Rethrown JavaScriptException's toString() returns + "[object Error]" - Fixed #353300: Rhino now implements the ECMA-262 mandatory String.localeCompare -- Fixed #353002: Outdated Information on BSF, Update Requested, Text Sugge... -- Fixed #358058: JavaScript debugger's text source editor allows tab key p... +- Fixed #353002: Outdated Information on BSF, Update Requested, Text Suggestion + Enclosed +- Fixed #358058: JavaScript debugger's text source editor allows tab key + presses - Fixed #359411: LazilyLoadedCtor is not serializable - Fixed #360568: Make swing debugger easier to subclass and extend - Fixed #361574: Typo in Parser.java