API-CHANGES.txt 17 KB

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