API-CHANGES.txt 17 KB

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