The Trunk: Morphic-cmm.482.mcz

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

The Trunk: Morphic-cmm.482.mcz

commits-2
Chris Muller uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-cmm.482.mcz

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

Name: Morphic-cmm.482
Author: cmm
Time: 4 December 2010, 4:13:43.242 pm
UUID: 6ce3abc4-afae-4d27-a08d-14d1a58686b6
Ancestors: Morphic-cmm.481, Morphic-dtl.481

Merged dtl.481.

=============== Diff against Morphic-cmm.481 ===============

Item was added:
+ ----- Method: KeyboardEvent>>scanCode: (in category 'private') -----
+ scanCode: ignore
+ " OB-Tests expects this "!

Item was added:
+ ----- Method: KeyboardEvent>>setType:buttons:position:keyValue:charCode:hand:stamp: (in category 'private') -----
+ setType: aSymbol buttons: anInteger position: pos keyValue: aValue charCode: ignoredUsedInOBTesting hand: aHand stamp: stamp
+ self setType: aSymbol buttons: anInteger position: pos keyValue: aValue hand: aHand stamp: stamp!