API-CHANGES.txt 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  1. 0.22.2:
  2. * Merge CharacterArray class into String class
  3. * Deprecate CharacterArray class
  4. 0.22.1:
  5. + BlockClosure >>
  6. + provided
  7. + Class >>
  8. + provided
  9. 0.22.0:
  10. * Deprecate Exception >> resignal. Should have been #pass.
  11. + Compiler >>
  12. + ast:forClass:protocol:
  13. + cleanCodeGenerator
  14. + codeGenerator
  15. + forClass:protocol:
  16. + Exception
  17. + outer
  18. + pass
  19. + JSObjectProxy >>
  20. + removeKey:
  21. + Number >>
  22. + ln1p
  23. + SmalltalkImage >>
  24. + postLoad
  25. - AmberBootstrapInitialization class >>
  26. - initializeClasses
  27. - ClassBuilder >>
  28. - setupClass:
  29. - Compiler >>
  30. - compileNode:forClass:package:
  31. - ProtoObject
  32. - asJSON
  33. - asJavascript
  34. - SmalltalkImage >>
  35. - packageAt:
  36. - amber/boot api >>
  37. - nextId
  38. 0.21.1:
  39. + ClassBuilder >>
  40. + class:instanceVariables:
  41. + JSObjectProxy class >>
  42. + null
  43. + undefined
  44. - ClassBuilder >>
  45. - basicClass:instanceVariableNames:
  46. 0.21.0:
  47. * Deprecate SmalltalkImage >> existsJsGlobal:
  48. + Number >>
  49. + bitAnd:
  50. + bitNot
  51. + bitOr:
  52. + bitXor:
  53. + printStringBase:
  54. + Platform class >>
  55. + includesGlobal:
  56. 0.20.0:
  57. * Internal kernel fields naming changes.
  58. + amber/boot api >>
  59. + traitsOrClasses
  60. - SmalltalkImage >>
  61. - legacyGlobalJsVariables
  62. - amber/boot >>
  63. - nil
  64. - dnu
  65. - amber/boot api >>
  66. - classes
  67. 0.19.1:
  68. * Deprecate amber/boot api nextId, prop globalJsVariables.
  69. * Deprecate ProtoObject >> identityHash.
  70. * Deprecate SmalltalkImage >> packageAt: in favour of explicit #packageAt:if{Absent,Present}:.
  71. + AmberBootstrapInitialization class >>
  72. + run
  73. + initializeClasses
  74. + organizeClasses
  75. + organizeMethods
  76. + Behavior >>
  77. + basicOrganization
  78. + basicOrganization:
  79. + ClassOrganizer >>
  80. + theClass
  81. + ClassOrganizer class >>
  82. + on:
  83. + Compiler class >>
  84. + eval:
  85. + JavaScriptException >>
  86. + shouldBeStubbed
  87. + wrap
  88. + Message class >>
  89. + selector:arguments:notUnderstoodBy:
  90. + MethodContext >>
  91. + stubHere
  92. + stubToAtMost:
  93. + NonBooleanReceiver class >>
  94. + signalOn:
  95. + Package >>
  96. + evalBlock
  97. + evalBlock:
  98. + Package class >>
  99. + named:javaScriptDescriptor:
  100. + SmalltalkImage >>
  101. + packageDictionary
  102. + packageAt:ifPresent:
  103. + TBehaviorProvider >>
  104. + methodOrganizationEnter:andLeave:
  105. + TMasterBehavior >>
  106. + definedMethods
  107. + enterOrganization
  108. + leaveOrganization
  109. + Trait >>
  110. + basicOrganization
  111. + basicOrganization:
  112. + UndefinedObject >>
  113. + ==
  114. + Number >>
  115. + min:max:
  116. + degreesToRadians
  117. + radiansToDegrees
  118. + arcTan:
  119. + between:and:
  120. + Number class >>
  121. + radiansPerDegree
  122. + Point >>
  123. + dotProduct:
  124. + normal
  125. + angle
  126. + normalized
  127. + r
  128. + corner:
  129. + extent:
  130. + rectangle:
  131. + Rectangle >>
  132. + =
  133. + corner
  134. + origin
  135. + containsPoint:
  136. + containsRect:
  137. + printOn:
  138. + Rectangle class >>
  139. + origin:corner:
  140. + origin:extent:
  141. + point:point:
  142. - Package >>
  143. - basicName:
  144. - basicImports
  145. - ProtoObject >>
  146. - isSameInstanceAs:
  147. - ObjectTest >>
  148. - testIdentityHash
  149. - amber/boot api >>
  150. - reservedWords (with the hope no one uses it directly)
  151. 0.19.0:
  152. * Remove class Thenable, add trait TThenable.
  153. * Behavior / Trait hierarchy uses traits.
  154. + NativeFunction class >>
  155. + isNativeFunction:
  156. + IRInstructions >>
  157. + isSelf
  158. + isSuper
  159. + IRVariable >>
  160. + isSelf
  161. + isSuper
  162. + ScopeVar >>
  163. + isSelf
  164. + isSuper
  165. + PseudoVar >>
  166. + isSelf
  167. + isSuper
  168. +UndefinedObject >>
  169. + identityHash
  170. + value
  171. + amber/boot >>
  172. + nilAsValue
  173. - IRSend >>
  174. - isSuperSend
  175. 0.18.3:
  176. * Move {add,remove}Element from Array.prototype to kernel API.
  177. * New superclass of Behavior named BehaviorBody, pushed up some methods.
  178. * Represents named holder of methods; hierarchy and instantiation left to Behavior.
  179. * Add class Trait as subclass of BehaviorBody.
  180. * Add class TraitTransformation.
  181. * Deprecate #asJSON in favour of #asJavaScriptObject.
  182. * Deprecate #asJavascript in favour of #asJavaScriptSource.
  183. + BehaviorBody >>
  184. + setTraitComposition:
  185. + traitCompositionDefinition
  186. + traitUsers
  187. + allSubclassesDo:
  188. + superclass
  189. + Trait >>
  190. + allInstanceVariableNames
  191. + allSubclassesDo:
  192. + asJavascript
  193. + asTraitComposition
  194. + category
  195. + classTag
  196. + definition
  197. + package
  198. + superclass
  199. + theMetaClass
  200. + theNonMetaClass
  201. + exportBehaviorDefinitionTo:using:
  202. + traitUsers
  203. + package:
  204. + Trait class >>
  205. + named:package:
  206. + named:uses:package:
  207. + TraitTransformation >>
  208. + -
  209. + @
  210. + addAliases:
  211. + addExclusions:
  212. + aliases
  213. + asJSON
  214. + asJavascript
  215. + asTraitComposition
  216. + asTraitTransformation
  217. + definition
  218. + exclusions
  219. + initialize
  220. + postCopy
  221. + trait
  222. + trait:
  223. + Collection >>
  224. + copyWithout:
  225. + SequenceableCollection >>
  226. + reverseDo:
  227. + Array >>
  228. + asTraitComposition
  229. + amber/boot api >>
  230. + addElement
  231. + removeElement
  232. + wrapJavaScript
  233. + CharacterArray >>
  234. + asSymbolPrintOn:
  235. + symbolPrintString
  236. + String >>
  237. + isSelector
  238. + StringStream >>
  239. + print:
  240. + printSymbol:
  241. + Package >>
  242. + traitCompositions
  243. + Class >>
  244. + subClass:
  245. + subClass:uses:
  246. + subClass:uses:instanceVariables:
  247. + subClass:uses:instanceVariables:category:
  248. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  249. + subClass:uses:instanceVariables:package:
  250. + UndefinedObject >>
  251. + subClass:
  252. + subClass:uses:
  253. + subClass:uses:instanceVariables:
  254. + subClass:uses:instanceVariables:category:
  255. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  256. + subClass:uses:instanceVariables:package:
  257. + Metaclass >>
  258. + uses:instanceVariableNames:
  259. - Association >>
  260. - importsString
  261. - String >>
  262. - importsString
  263. - AbstractExporter
  264. - classNameFor:
  265. - Exporter >>
  266. - jsClassNameFor:
  267. 0.18.2:
  268. * Add Platform-DOM package with DOM-related stuff.
  269. * Platform-DOM not loaded by default. Packages that will use it will import it.
  270. + PlatformDom class >>
  271. + isFeasible
  272. + isDomNode:
  273. + newCustomEvent:detail:
  274. + toArray:
  275. + CharacterArray >>
  276. + asDomNode
  277. + Collection >>
  278. + asDomNode
  279. + JSObjectProxy >>
  280. + asDomNode
  281. + String >>
  282. + htmlTextContent
  283. 0.18.1:
  284. + ASTNode >>
  285. + withTail:
  286. - SendNode >>
  287. - valueWithReceiver:
  288. 0.18.0:
  289. * Remove class RethrowErrorHandler (hack for cli before 0.12.3).
  290. * Add Kernel-Dag package with abstract DAG-node and DAG-node visitor.
  291. * Some internal API changes in Compiler-* (including the move to DAG-node).
  292. - Object >>
  293. - throw:
  294. 0.17.0:
  295. * Remove classes InterfacingObject, PlatformInterface.
  296. * Deprecate $boot.nil (use $boot.nilAsReceiver).
  297. + amber/boot >>
  298. + nilAsReceiver
  299. - NativeFunction class >>
  300. - constructor:
  301. - constructor:value:
  302. - constructor:value:value:
  303. - constructor:value:value:value:
  304. 0.16.1:
  305. * Deprecate $boot.dnu (use $boot.nilAsClass).
  306. + amber/boot >>
  307. + nilAsClass
  308. 0.16.0:
  309. * Deprecate ClassBuilder >> setupClass:
  310. * $core.initialize now returns a Promise
  311. * $core.addClass now returns the class
  312. + amber/boot api >>
  313. + send2
  314. + traverseClassTree
  315. + Promise class >>
  316. + new
  317. - amber/boot api >>
  318. - wrapClassName
  319. - send
  320. - allSubclasses
  321. - AbstractCodeGenerator >>
  322. - classNameFor:
  323. 0.15.1:
  324. * Thenable class added
  325. * Promise class added, wraps JS Promise, subclass of Thenable
  326. + Thenable >>
  327. + catch:
  328. + on:do:
  329. + on:do:catch:
  330. + then:
  331. + then:catch:
  332. + then:on:do:
  333. + then:on:do:catch:
  334. + JSObjectProxy >>
  335. + catch:
  336. + on:do:
  337. + on:do:catch:
  338. + then:
  339. + then:catch:
  340. + then:on:do:
  341. + then:on:do:catch:
  342. + amber/boot api >>
  343. + seamless
  344. + Promise class >>
  345. + new:
  346. + forBlock:
  347. + value:
  348. + signal:
  349. + all:
  350. + any:
  351. 0.14.18:
  352. * Some internal API changes in Compiler-*.
  353. 0.14.14:
  354. * InterfacingObject >> ajax: deprecated
  355. * PlatformInterface class deprecated
  356. * Class BrowserInterface removed
  357. * Class Terminal, BrowserTerminal added
  358. * Class Platform, BrowserPlatform added
  359. + Environment >>
  360. + renamePackage:to:
  361. + Platform class >>
  362. + globals
  363. + newXhr
  364. + Terminal class >>
  365. + alert:
  366. + confirm:
  367. + prompt:
  368. + prompt:default:
  369. SmalltalkImage >>
  370. + existsJsGlobal:
  371. - PlatformInterface class >>
  372. - initialize
  373. - setWorker:
  374. 0.14.12:
  375. + JSObjectProxy >>
  376. + putOn:
  377. + ProtoStream >>
  378. + nextPutJSObject:
  379. 0.14.11:
  380. * Basic streaming protocol extracted from Stream to ProtoStream
  381. + Object >>
  382. + in:
  383. + JSObjectProxy >>
  384. + in:
  385. 0.14.10:
  386. + JSObjectProxy class >>
  387. + addObjectVariablesTo:ofProxy:
  388. + compareJSObjectOfProxy:withProxy:
  389. + forwardMessage:withArguments:ofProxy:
  390. + jsObject:ofProxy:
  391. + lookupProperty:ofProxy:
  392. - JSObjectProxy >>
  393. - jsObject:
  394. - lookupProperty:
  395. - compareJSObjectWith:
  396. - addObjectVariablesTo:
  397. - forwardMessage:withArguments:
  398. 0.14.4:
  399. + AmdExporter >>
  400. + importsForOutput:
  401. + AbstractCodeGenerator >>
  402. + currentPackage
  403. + currentPackage:
  404. + Compiler >>
  405. + currentPackage
  406. + currentPackage:
  407. + compile:forClass:protocol:
  408. + compileNode:forClass:package:
  409. + SemanticAnalyzer >>
  410. + thePackage
  411. + thePackage:
  412. + isVariableUndefined:inPackage:
  413. - Compiler >>
  414. - compile:
  415. - compile:forClass:
  416. - compileExpression:
  417. - SemanticAnalyzer >>
  418. - isVariableGloabllyUndefined:
  419. - Behavior >>
  420. - compile:
  421. 0.14.3:
  422. * #heliosClass is now #classTag
  423. + Compiler >>
  424. + eval:forPackage:
  425. + Behavior >>
  426. + packageOfProtocol:
  427. + Exporter >>
  428. + exportPackageContextOf:on:
  429. + exportPackageImportsOf:on:
  430. + Package >>
  431. + basicImports
  432. + imports
  433. + imports:
  434. + importsDefinition
  435. + importsFromJson:
  436. + importsAsJson
  437. + sortedImportsAsArray
  438. + validateImports:
  439. + Package class >>
  440. + named:imports:transport:
  441. + Association >>
  442. + importsString
  443. + String >>
  444. + importsString
  445. + ProtoObject >>
  446. + ifNil:
  447. + ifNil:ifNotNil:
  448. + ifNotNil:
  449. + ifNotNil:ifNil:
  450. + isNil
  451. + notNil
  452. - Object >>
  453. - ifNil:
  454. - ifNil:ifNotNil:
  455. - ifNotNil:
  456. - ifNotNil:ifNil:
  457. - isNil
  458. - notNil
  459. 0.14.1:
  460. * NativeFunction class >> constructor:[value:...] deprecated
  461. + NativeFunction class >>
  462. + constructorNamed:
  463. + constructorNamed:value:
  464. + constructorNamed:value:value:
  465. + constructorNamed:value:value:value:
  466. + constructorOf:
  467. + constructorOf:value:
  468. + constructorOf:value:value:
  469. + constructorOf:value:value:value:
  470. + functionNamed:
  471. + functionNamed:value:
  472. + functionNamed:value:value:
  473. + functionNamed:value:value:value:
  474. + functionNamed:valueWithArgs:
  475. + functionOf:
  476. + functionOf:value:
  477. + functionOf:value:value:
  478. + functionOf:value:value:value:
  479. + functionOf:valueWithArgs:
  480. + methodOf:this:
  481. + methodOf:this:value:
  482. + methodOf:this:value:value:
  483. + methodOf:this:value:value:value:
  484. + methodOf:this:valueWithArgs:
  485. + SmalltalkImage >>
  486. + optOut:
  487. + cancelOptOut:
  488. 0.14.0:
  489. + Object >>
  490. + asJQuery
  491. + asJQueryInContext:
  492. + BlockClosure >>
  493. + asJQuery
  494. + asJQueryInContext:
  495. - AnnouncementSubscription >>
  496. - block
  497. - block:
  498. - Collection >>
  499. - contains:
  500. - String >>
  501. - asSelector
  502. - asJavaScriptSelector
  503. - SmalltalkImage >>
  504. - at:
  505. - at:ifAbsent:
  506. - at:put:
  507. - current
  508. - vm
  509. - createPackage:properties:
  510. - MethodContext >>
  511. - temps
  512. - Object >>
  513. - try:catch:
  514. 0.13.2:
  515. + SourceArea class >>
  516. + codeMirror
  517. 0.13.1:
  518. * String >> asSelector is now String >> asJavaScriptMethodName
  519. * String >> asJavaScriptSelector is now String >> asJavaScriptPropertyName
  520. * smalltalk.selector is now smalltalk.st2js
  521. * smalltalk.convertSelector is now smalltalk.js2st
  522. * Collection >> ifEmpty:ifNotEmpty: family passes self to ifNotEmpty: block
  523. * Smalltalk vm is now Smalltalk core
  524. * boot.js's .vm is now .api
  525. * amber load sets' .vm is now .api
  526. * Internal variables smalltalk/globals/_st are now $core/$globals/$recv
  527. + smalltalk.
  528. + accessJavaScript
  529. + Object >>
  530. + postMessageTo:
  531. + postMessageTo:origin:
  532. + Class >>
  533. + heliosClass
  534. + SmalltalkImage >>
  535. + core
  536. + amber/boot
  537. + api
  538. + amber/{devel,deploy,lang} exports
  539. + api
  540. - ProtoObject class >>
  541. - heliosClass
  542. - Object class >>
  543. - heliosClass
  544. - amber/boot
  545. - vm
  546. 0.12.6:
  547. + String >>
  548. + value:
  549. + ProtocolAnnouncement >>
  550. + package
  551. + Behavior >>
  552. + isTestClass
  553. + Package >>
  554. + isTestPackage
  555. + amber/{devel,deploy,lang} exports
  556. + nil
  557. + amber/helpers exports
  558. + nil
  559. 0.12.4:
  560. * Package Canvas renamed to Web
  561. * Object >> try:catch: deprecated in favour of BlockClosure >> tryCatch:
  562. + Announcer >>
  563. + on:do:for:
  564. + Node >>
  565. + navigationNodeAt:ifAbsent:
  566. + BlockClosure >>
  567. + tryCatch:
  568. + Environment >>
  569. + evaluate:for:
  570. + AmberCli >>
  571. + version:
  572. + Object >>
  573. + deprecatedAPI:
  574. - Environment >>
  575. - eval:on:
  576. - evaluateString:on:
  577. 0.12.3:
  578. * Package Import-Export renamed to Kernel-ImportExport
  579. * A dozen of methods moved from Object to ProtoObject
  580. * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
  581. * HashedCollection >> , is now allowed (removed shouldNotImplement)
  582. * HashedCollection and Dictionary both subclasses of AssociativeCollection
  583. * Smalltalk class moved to SmalltalkImage class, Smalltalk is now global var
  584. * Smalltalk current deprecated in favour of Smalltalk
  585. * Smalltalk at:[put:] deprecated in favour of Smalltalk globals at:[put:]
  586. * <smalltalk.ClassName> deprecated in favour of <globals.ClassName>
  587. + CompiledMethod >>
  588. + defaultProtocol
  589. + Behavior >>
  590. + compile:protocol:
  591. + removeProtocolIfEmpty:
  592. + Package >>
  593. + load
  594. + loadFromNamespace:
  595. + Package class >>
  596. + load:
  597. + load:fromNamespace:
  598. + PackageTransport >> load
  599. + PackageHandler >> load:
  600. + AmdPackageHandler >> load:
  601. + Set >> removeAll
  602. + AssociativeCollection class
  603. + BucketStore class
  604. + SmalltalkImage >>
  605. + globals
  606. + vm
  607. + settings
  608. + Setting class
  609. + String >>
  610. + asSetting
  611. + asSettingIfAbsent:
  612. + settingValue
  613. + settingValueIfAbsent:
  614. + settingValue:
  615. + Smalltalk global variable
  616. - CompiledMethod >>
  617. - category: (use #protocol:)
  618. - defaultCategory
  619. - Behavior >> compile:category:
  620. - HTMLCanvas class >>
  621. - browserVersion
  622. - isMSIE
  623. - isMozilla
  624. - isOpera
  625. - isWebkit
  626. 0.12.2:
  627. * Collection >> contains: is deprecated in favor of anySatisfy:
  628. + Announcer >> on:doOnce:
  629. + String >>
  630. + uriEncoded
  631. + uriDecoded
  632. + uriComponentEncoded
  633. + uriComponentDecoded
  634. + Collection >>
  635. + removeAll
  636. + ifEmpty:ifNotEmpty:
  637. + ifNotEmpty:ifEmpty:
  638. + anyOne
  639. + noneSatisfy:
  640. + anySatisfy:
  641. + allSatisfy:
  642. 0.12.0:
  643. * SmalltalkMethodContext.prototype.fillBlock() takes a third 'index' parameter
  644. * Existing classes moved to new KernelInfrastructure package
  645. * ImporterExporter
  646. * are now StreamExporters
  647. * aware of AMD namespaces
  648. * support transport types and commit channels
  649. + Node >>
  650. + nextChild
  651. + method
  652. + postCopy
  653. + isCascadeNode
  654. + isLastChild
  655. + BlockNode >>
  656. + nextNode:
  657. + nextChild
  658. + SendNode >>
  659. + isCascadeSendNode
  660. + shouldBeAliased
  661. + CompiledMethod >> sendTo:arguments:
  662. + Array >>
  663. + addFirst:
  664. + removeLast
  665. + Number >>
  666. + ceiling
  667. + floor
  668. + asNumber
  669. + //
  670. + cos
  671. + sin
  672. + tan
  673. + arcCos
  674. + arcSin
  675. + arcTan
  676. + log
  677. + log:
  678. + raisedTo:
  679. + sign
  680. + **
  681. + ln
  682. + e
  683. + String class >> esc
  684. + String >>
  685. + asMutator
  686. + capitalized
  687. + isCapitalized
  688. + JSProxy >> printString
  689. + Behavior >>
  690. + ownProtocols
  691. + ownMethods
  692. + JSStream >> nextPutSendIndexFor:
  693. + InterfacingObject class
  694. + Interpreter class
  695. + DocumentFragmentTag class
  696. + AbstractExporter class
  697. + PlatformInterface class
  698. - Node >> extent
  699. - JSStream >> nextPutStatement:with:
  700. - Smalltalk.installSuperclass()
  701. - ClassReferenceNode class (now handled via VariableNode)
  702. 0.11.0:
  703. * AnnouncementSubscription use #valuable: instead of #block: (deprecated)
  704. * AbstractCodeGenerator inherits from Object, not NodeVisitor
  705. * Object>>printString
  706. * replace >>printString with >>printOn:
  707. * replace >>storeString with >>printString
  708. * PackageLoader is now PackageHandler (>>commit: >>setupPackagenamed:prefix: >>ajaxPutAt:data:
  709. * Package>>fetch: is now Package>>load:
  710. * Package>>fetch:prefix: is now Package>>load:prefix:
  711. * Queue>>front replaced by Queue>>next
  712. * Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
  713. * Queue>>back: replaced by Queue>>nextPut:
  714. * smalltalk.addMethod() does not use explicit JS selector
  715. * JSObjectProxy>>canForwardMessage: replaced by use of JSObjectProxy>>lookupProperty: with asJavaScriptSelector
  716. * JSObjectProxy>>forwardMessage: replaced by explicit JSObjectProxy>>forwardMessage:withArguments:
  717. * String>>asJavaScriptSelector moved to Kernel-Objects package
  718. + Object>>asString
  719. + Object>>putOn:
  720. + String>>isVowel
  721. + Collection>>putOn:
  722. + CharacterArray>>putOn:
  723. + Stream>><<
  724. + Stream>>write
  725. + SequenceableCollection>>newStream
  726. + SequenceableCollection>>readStream
  727. + SequenceableCollection>>stream
  728. + SequenceableCollection>>streamClass
  729. + SequenceableCollection>>writeStream
  730. + Collection>>isImmutable
  731. + Stream>>nextPutString:
  732. + StringStream>>nextPutString:
  733. + JSStream>>nextPutClassRefFunction:
  734. + String>>crlfSanitized
  735. + inlined Block now also responds to >>value:
  736. + Parser: split literal into runtimeLiteral and parseTimeLiteral
  737. + Parser: write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7)
  738. + Parser: write #(#on:do: #Object) as #(on:do: Object)
  739. + Parser: Symbols for binarie selectores
  740. + Package>>commit
  741. + AIContext>>initializeLocals
  742. + ASTInterpreter>>withBlockContext:
  743. + smalltalk.allSelectors()
  744. + Object>>isCompiledMethod
  745. + Object>>isPackage
  746. + Object>>isBehavior
  747. + ClassMoved Announcemen class
  748. + Behavior>>includesBehavior:
  749. + Environment>>classes
  750. + Environment>>allSelectors
  751. + Environment>>removeProtocol:
  752. + Environment>>renameProtocol:to:in:
  753. + CompiledMethod>>protocol:
  754. + Smalltalk>>globalJsVariables
  755. + Smalltalk>>addGlobalJsVariable:
  756. + Smalltalk>>deleteGlobalJsVariable:
  757. - Object>>storeOn:
  758. - Object>>log:block:
  759. - Object>>printNl
  760. - Compiler-IR.st >>javascriptSelector
  761. - Compiler-IR.st >>nextPutVar:
  762. - Kernel-Collections.st >>asSuperSelector
  763. - Collection>>readStream
  764. - Collection>>stream
  765. - Collection>>streamClass
  766. - Collection>>writeStream
  767. - Symbol class (replaced with String)
  768. - IRInlinedNonLocalReturn class
  769. - IRInlinedSend>>nonLocalReturnInliner
  770. - IRNonLocalReturnInliner class
  771. - Package>>dependencies
  772. - Package>>dependencies:
  773. - Package>>properties
  774. - Package>>jsProperties
  775. - Package>>jsProperties:
  776. - Package>>propertiesAsJSON
  777. - Package>>propertyAt:
  778. - Package>>propertyAt:ifAbsent:
  779. - Package>>propertyAt:put:
  780. - Browser>>ajaxPutAt:data: