[squeak-dev] The Trunk: EToys-tfel.264.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Sep 29 14:54:36 UTC 2016


Tim Felgentreff uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-tfel.264.mcz

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

Name: EToys-tfel.264
Author: tfel
Time: 29 September 2016, 4:53:52.684594 pm
UUID: 9d15add9-79e2-4777-9f0b-d2acefe870ed
Ancestors: EToys-tfel.263

renamed sendLog to sendReport

=============== Diff against EToys-tfel.263 ===============

Item was removed:
- ----- Method: PreDebugWindow>>sendLog (in category 'as yet unclassified') -----
- sendLog
- 	model storeLog; sendLog.!

Item was added:
+ ----- Method: PreDebugWindow>>sendReport (in category 'as yet unclassified') -----
+ sendReport
+ 	model storeLog; sendReport.!



More information about the Squeak-dev mailing list