[squeak-dev] The Trunk: 51Deprecated-mt.10.mcz

Tobias Pape Das.Linux at gmx.de
Fri Nov 6 12:20:06 UTC 2015


Hey Marcel,

On 06.11.2015, at 11:11, commits at source.squeak.org wrote:

> Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
> http://source.squeak.org/trunk/51Deprecated-mt.10.mcz
> 
> ==================== Summary ====================
> 
> Name: 51Deprecated-mt.10
> Author: mt
> Time: 6 November 2015, 12:11:35.883 pm
> UUID: 92916d21-c539-45f6-8766-ad9ace8cbae9
> Ancestors: 51Deprecated-mt.9
> 
> Makes the preference #balloonHelpInMessageLists functional again.
> 
> Applies the preferences "Show message icons" and #balloonHelpInMessageLists also to senders, implementors, message traces, debuggers, etc.
> 
> =============== Diff against 51Deprecated-mt.9 ===============
> 
> Item was added:


If you deprecate these methods, maybe add a deprecation notice to it, like it
is already done with 

String>>includesSubString: subString

	self deprecated: 'Use #includesSubstring: instead.'.
	^self includesSubstring: subString

Best regards
	-Tobias


More information about the Squeak-dev mailing list