Subj : Re: Upgrade instructions for moving from 1.4.2 to 1.5 ? To : netscape.public.mozilla.jseng From : John Bandhauer Date : Tue Jan 28 2003 11:01 am I know of no such document. Please note that by convention functions that begin with a lowercase "js_" are internal functions and not considered a part of the public API (i.e. functions prefixed with the uppercase "JS_" and associated public structs etc). The maintainers of SpiderMonkey are quite careful (within reasonable limits) to maintain public API compatibility. But, internal functions are changed as needed with little regard for how embedders might be reaching under the covers. John. Nick Longinow wrote: > Hi > > I'm upgrading from 1.4.2 to 1.5 of SpiderMonkey. > I notice some methods are no longer defined > (like js_SetGlobalSubOperator). > > Is there a document that describes API changes > between the 2 revs ? > > Nick .