diff --git a/ChangeLog b/ChangeLog
index 561c15a74..c4d543b30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* Source/NSColorPanel.m: Improved documentation, various cleanups
* Source/NSColor.m: Improved documentation
* Source/NSClipView.m: Improved documentation
+ * Source/NSColorWell.m: Improved documentation
2005-12-04 Richard Frith-Macdonald Activates the NSColorWell and displays the NSColorPanel with the current
NSColorWell's color. The NSColorWell can take color from the NSColorPanel.
If exclusive is YES other NSColorWells are desacivated
- (through notifications) See Also: -deactivate
See Also: -deactivate
*/ - (void) activate: (BOOL)exclusive { @@ -220,6 +220,9 @@ static NSString *GSColorWellDidBecomeExclusiveNotification = [self drawWellInside: NSIntersectionRect(aRect, clipRect)]; } +/**Draws the NSColorWell inside the rectangle insideRect.
+See Also: [NSColor-drawSwatchInRect:]
+ */ - (void) drawWellInside: (NSRect)insideRect { if (NSIsEmptyRect(insideRect)) @@ -351,7 +354,7 @@ static NSString *GSColorWellDidBecomeExclusiveNotification = } /**Sets the NSColorWell to color. Sets the NSColorPanel if active, - notify the target of color change and marks self to display
+ notify the target that the color changed and marks self for display.See Also: -color
*/ - (void) setColor: (NSColor *)color @@ -379,7 +382,8 @@ static NSString *GSColorWellDidBecomeExclusiveNotification = _target = target; } -/**Sets the NSColorWell's color to the sender color
+/**Sets the NSColorWell's color to the sender color.
+See Also: -setColor:
*/ - (void) takeColorFrom: (id)sender {