Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ct.884.mcz==================== Summary ====================
Name: Tools-ct.884
Author: ct
Time: 4 September 2019, 9:33:08.606698 pm
UUID: 519d813a-bfd0-e74c-bb55-b30d096a2bd1
Ancestors: Tools-pre.883
Raise language in deprecation messages to a less brutal standard
=============== Diff against Tools-pre.883 ===============
Item was changed:
----- Method: PluggableFileList>>open (in category 'initialize-release') -----
open
+ self deprecated: 'PluggableFileList is being deprecated'. "This can go away soon"
+
- "PluggableFileList is being deprecated and this can go away soon"
- self deprecated: 'PluggableFileList must die'.
-
^ Project uiManager openPluggableFileList: self label: prompt in: self currentWorld!