*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8460 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-12-28 23:44:21 +00:00
parent f15c6fb50b
commit 2b9210fc47

View file

@ -1,3 +1,22 @@
2000-12-28 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSButtonCell.h:
Corrected definition of NSBezelStyle.
* Source/NSButtonCell.m
Simplified mask definition in [drawInteriorWithFrame:inView:] and
[cellSize].
* Headers/gnustep/gui/NSColor.h:
Prefixed all ivars with underscores, removed unneded ivars and
added some missing methods and types.
* Headers/gnustep/gui/NSColorPrivate.h: Removed
* Source/GNUmakefile: Removed reference of NSColorPrivate.h
* Source/externs.m
Added notifiaction string from NSColor.m
* Source/NSColor.m
Added missing methods, restructured all the private methods, so
there are no changing methods left. Made systemColorWithName() a
function and optimized system color retrival.
2000-12-27 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSAttributedString.m: ([-doubleClickAtIndex:]),