API-CHANGES.txt 17 KB

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