API-CHANGES.txt 18 KB

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