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

commits at source.squeak.org commits at source.squeak.org
Thu Mar 5 12:29:08 UTC 2020


Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-mt.58.mcz

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

Name: 51Deprecated-mt.58
Author: mt
Time: 5 March 2020, 1:29:08.295611 pm
UUID: 2a54135a-e48d-cc48-bac8-b1ff4feff419
Ancestors: 51Deprecated-mt.57

Adds a forgotten deprecation about full-screen toggling. Removes a deprecated message send.

=============== Diff against 51Deprecated-mt.57 ===============

Item was changed:
  SystemOrganization addCategory: #'51Deprecated-Files-Kernel'!
+ SystemOrganization addCategory: #'51Deprecated-Morphic-Menus'!
  SystemOrganization addCategory: #'51Deprecated-Morphic-Support'!
  SystemOrganization addCategory: #'51Deprecated-Morphic-Text Support'!
  SystemOrganization addCategory: #'51Deprecated-PreferenceBrowser'!
  SystemOrganization addCategory: #'51Deprecated-System-Support'!
- SystemOrganization addCategory: #'51Deprecated-Morphic-Menus'!

Item was added:
+ ----- Method: Project>>toggleFullScreen (in category '*51Deprecated') -----
+ toggleFullScreen
+ 
+ 	self deprecated.
+ 	^ DisplayScreen toggleFullScreen!

Item was changed:
  ----- Method: UIManager>>restoreDisplay (in category '*51Deprecated') -----
  restoreDisplay
  
  	self deprecated.
+ 	Project current restoreDisplay.!
- 	Display restore.!



More information about the Squeak-dev mailing list