[squeak-dev] The Trunk: Tools-fbs.516.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jan 3 17:01:30 UTC 2014


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



More information about the Squeak-dev mailing list