The Trunk: System-mt.1230.mcz

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

The Trunk: System-mt.1230.mcz

commits-2
Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.1230.mcz

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

Name: System-mt.1230
Author: mt
Time: 25 April 2021, 8:27:53.818934 am
UUID: 00bb7c06-0609-f241-a266-ee6916226487
Ancestors: System-mt.1229

Complements Kernel-mt.1391.

Also see http://forum.world.st/Please-try-it-out-Fixing-the-input-mapping-for-keystroke-events-td5129004.html

=============== Diff against System-mt.1229 ===============

Item was removed:
- ----- Method: Preferences class>>duplicateAllControlAndAltKeys (in category 'standard queries') -----
- duplicateAllControlAndAltKeys
- ^ self
- valueOfFlag: #duplicateAllControlAndAltKeys
- ifAbsent: [ true ]!

Item was removed:
- ----- Method: Preferences class>>duplicateControlAndAltKeys (in category 'standard queries') -----
- duplicateControlAndAltKeys
- ^ self
- valueOfFlag: #duplicateControlAndAltKeys
- ifAbsent: [ false ]!

Item was removed:
- ----- Method: Preferences class>>swapControlAndAltKeys (in category 'standard queries') -----
- swapControlAndAltKeys
- ^ self
- valueOfFlag: #swapControlAndAltKeys
- ifAbsent: [ false ]!

Item was changed:
+ (PackageInfo named: 'System') postscript: 'SystemNavigation initializeAuthors.
+ Preferences removePreference: #duplicateControlAndAltKeys.
+ Preferences removePreference: #duplicateAllControlAndAltKeys.
+ Preferences removePreference: #swapControlAndAltKeys.'!
- (PackageInfo named: 'System') postscript: 'SystemNavigation initializeAuthors.......'!