The Trunk: 60Deprecated-tpr.31.mcz

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

The Trunk: 60Deprecated-tpr.31.mcz

commits-2
tim Rowledge uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-tpr.31.mcz

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

Name: 60Deprecated-tpr.31
Author: tpr
Time: 8 January 2019, 4:21:59.062127 pm
UUID: 6c5cf795-7e93-4440-999c-a02f0b467d61
Ancestors: 60Deprecated-tpr.30

Move a couple of previously deprecated methods to the actual deprecated package.

=============== Diff against 60Deprecated-tpr.30 ===============

Item was added:
+ ----- Method: DummyUIManager>>openPluggableFileList:label:in: (in category '*60Deprecated') -----
+ openPluggableFileList: aPluggableFileList label: aString in: aWorld
+ "PluggableFileList is being deprecated and this can go away soon"
+ ^nil!

Item was changed:
  ----- Method: DummyUIManager>>openPluggableFileListLabel:in: (in category '*60Deprecated') -----
  openPluggableFileListLabel: aString in: aWorld
  "PluggableFileList is being deprecated and this can go away soon"
- "This method is not used anymore in 5.2 by any system classes and seems to have been
- renamed to openPluggableFileList:label:in:"
  ^nil!