The Trunk: Morphic-dtl.481.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-dtl.481.mcz

commits-2
David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-dtl.481.mcz

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

Name: Morphic-dtl.481
Author: dtl
Time: 4 December 2010, 4:47:50.236 pm
UUID: 271ef6d6-ff8e-442b-9bae-b8f4de46ac02
Ancestors: Morphic-fbs.480, Morphic-djr.406

Merge Morphic-djr.406 from inbox

=============== Diff against Morphic-fbs.480 ===============

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!