diff --git a/ChangeLog b/ChangeLog index b6926516d..903469cfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Wed Oct 13 1999 Nicola Pero + + You should now be able to use key equivalents for buttons. + See core/Testing/Calculator.app for a running example. + * Source/NSApplication.m ([-sendEvent:]): Changed modifier used + for key equivalents to NSControlKeyMask. + * Source/NSButtonCell.m ([-_init]): By default, set + keyEquivalentModifierMask to NSControlKeyMask. + * Source/NSButton.m ([-keyDown:]): Removed invocation of + peformKeyEquivalent:. Key equivalents are not processed here. + * Source/NSWindow.m ([-keyDown:]): After all else fails, try + considering the key as a keyEquivalent without Control pressed. + * Source/NSWindow.m ([-initDefaults]): Make the default first + responder the window itself. ([-display]): Modified initial first + responder stuff accordingly. + Tue Oct 12 1999 Richard Frith-Macdonald * Source/NSApplication.m: Attempts to fix ordering of application