updated ChangeLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2866 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Felipe A. Rodriguez 1998-07-26 01:44:29 +00:00
parent 753def7785
commit b8c99d7204

View file

@ -1,3 +1,12 @@
Sat July 25 1998 Felipe A. Rodriguez <far@ix.netcom.com>
* NSCell.m removed highlight/unhighlight behaviour from trackMouse method
per OS spec. Behaviour is now as described for this method in
NSControl, NSMatrix and NSCell.
* NSMatrix.m: rewrote mouseDown to more closely follow the OS spec. There
are still some very subtle differences.
* NSButton.m: now highlights it's cell before invoking Cell's trackMouse.
Mon Jul 20 10:37:22 1998 Adam Fedor <fedor@ultra.doc.com>
* config.h: Use NSDebugLog def from Foundation/NSObjCRuntime.h