[squeak-dev] The Trunk: System-eem.1350.mcz

commits at source.squeak.org commits at source.squeak.org
Fri May 13 19:00:59 UTC 2022


Eliot Miranda uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-eem.1350.mcz

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

Name: System-eem.1350
Author: eem
Time: 13 May 2022, 12:00:54.487493 pm
UUID: aac138f4-26f5-4ff8-ac4b-fa0e89bdf2c0
Ancestors: System-xw.1349

Allow CodeHolder annotations to include #package.  Needs Tools-eem.1156.

=============== Diff against System-xw.1349 ===============

Item was changed:
  ----- Method: Preferences class>>annotationInfo (in category 'prefs - annotations') -----
  annotationInfo 
  	"Answer a list of pairs characterizing all the available kinds of annotations; in each pair, the first element is a symbol representing the info type, and the second element is a string providing the corresponding balloon help"
  
  	^ #(
- 
  		(timeStamp			'The time stamp of the last submission of the method.')
  		(author					'The author''s full name if known.')
  		(firstComment		'The first comment in the method, if any.')
  		(masterComment		'The comment at the beginning of the supermost implementor of the method if any.')
  		(documentation		'Comment at beginning of the method or, if it has none, comment at the beginning of a superclass''s implementation of the method')
  		(messageCategory	'Which method category the method lies in')
  		(sendersCount		'A report of how many senders there of the message.')
  		(implementorsCount	'A report of how many implementors there are of the message.')
  		(recentChangeSet	'The most recent change set bearing the method.')
  		(allChangeSets		'A list of all change sets bearing the method.')
  		(priorVersionsCount	'A report of how many previous versions there are of the method' )
+ 		(priorTimeStamp		'The time stamp of the penultimate submission of the method, if any')
+ 		(package			'The Monticello package containing the method/class'))!
- 		(priorTimeStamp		'The time stamp of the penultimate submission of the method, if any'))!



More information about the Squeak-dev mailing list