[squeak-dev] The Inbox: System-ct.1137.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Feb 26 18:46:00 UTC 2020


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.!



More information about the Squeak-dev mailing list