The Trunk: EToys-tfel.264.mcz

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

The Trunk: EToys-tfel.264.mcz

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