The Inbox: System-ct.1137.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: System-ct.1137.mcz

commits-2
A new version of System was added to project The Inbox:
http://source.squeak.org/inbox/System-ct.1137.mcz

==================== Summary ====================

Name: System-ct.1137
Author: ct
Time: 26 February 2020, 7:45:10.751625 pm
UUID: 0539caf8-07f5-7348-9f10-516107d91b02
Ancestors: System-mt.1136

Prepare 5.3rc2 --- be even more aggressive when cleaning up Clipboard. Privacy. You know :)

=============== Diff against System-mt.1136 ===============

Item was added:
+ ----- Method: Clipboard>>delete (in category 'initialize-release') -----
+ delete
+ "Cleanup only internal buffer, but external"
+ contents := '' asText.
+ recent := OrderedCollection new.!

Item was changed:
+ ----- Method: Clipboard>>initialize (in category 'initialize-release') -----
- ----- Method: Clipboard>>initialize (in category 'initialize') -----
  initialize
  contents := '' asText.
  recent := OrderedCollection new.!