API-CHANGES.txt 18 KB

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