The Trunk: Tools-fbs.516.mcz

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

The Trunk: Tools-fbs.516.mcz

commits-2
Frank Shearar uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-fbs.516.mcz

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

Name: Tools-fbs.516
Author: fbs
Time: 3 January 2014, 5:00:22.255 pm
UUID: 77f04881-a0af-cf46-9cd2-9327d1ef7754
Ancestors: Tools-fbs.515

Remove NumberOfRecentSubmissionsToStore. Again.

=============== Diff against Tools-fbs.515 ===============

Item was changed:
  MessageSet subclass: #RecentMessageSet
  instanceVariableNames: ''
+ classVariableNames: ''
- classVariableNames: 'NumberOfRecentSubmissionsToStore'
  poolDictionaries: ''
  category: 'Tools-Browser'!
 
  !RecentMessageSet commentStamp: 'sw 8/1/2002 17:40' prior: 0!
  RecentMessageSet is a message set that shows the most recently-submitted methods, in chronological order.!