API-CHANGES.txt 17 KB

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