API-CHANGES.txt 18 KB

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