Minor documentation fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39824 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2016-05-31 10:24:19 +00:00
parent 08910fb913
commit a0bb18fbcc
7 changed files with 30 additions and 15 deletions

View file

@ -1,3 +1,14 @@
2016-05-31 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/Additions/GNUstepGUI/GSTheme.h:
* Headers/AppKit/NSOpenPanel.h:
* Headers/AppKit/NSParagraphStyle.h:
* Headers/AppKit/NSText.h:
* Headers/AppKit/NSTextAttachment.h:
* Headers/AppKit/NSTextStorage.h:
Fixed faulty character encoding (should be utf-8) and a couple of
documentation markmup errors.
2016-05-28 Eric Heintzmann <heintzmann.eric@free.fr> 2016-05-28 Eric Heintzmann <heintzmann.eric@free.fr>
* ChangeLog.1: * ChangeLog.1:
@ -63,7 +74,8 @@
2016-03-21 Riccardo Mottola <rm@gnu.org> 2016-03-21 Riccardo Mottola <rm@gnu.org>
* Source/NSImage.m * Source/NSImage.m
Actually allocate a NSMutableArray, since that is the expected return type. Actually allocate a NSMutableArray, since that is the expected
return type.
2016-03-10 Riccardo Mottola <rm@gnu.org> 2016-03-10 Riccardo Mottola <rm@gnu.org>
@ -157,8 +169,8 @@
* Images/nsmapping.strings * Images/nsmapping.strings
* Source/externs.m * Source/externs.m
Provide NSImageNameTrashEmpty NSImageNameTrashFull NSImageNameMultipleDocuments Provide NSImageNameTrashEmpty NSImageNameTrashFull
image, both constants and actual icon. NSImageNameMultipleDocuments images, both constants and actual icon.
2015-11-12 Richard Frith-Macdonald <rfm@gnu.org> 2015-11-12 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -1057,8 +1057,10 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
* *
* <p>The title color is mapped to the theme state as described below:</p> * <p>The title color is mapped to the theme state as described below:</p>
* <deflist> * <deflist>
* <item>GSThemeSelectedState</item><desc>[NSColor+selectedMenuItemTextColor]</desc> * <term>GSThemeSelectedState</term>
* <item>GSThemeDisabledState</item><desc>[NSColor+controlTextColor] or * <desc>[NSColor+selectedMenuItemTextColor]</desc>
* <term>GSThemeDisabledState</term>
* <desc>[NSColor+controlTextColor] or
* [NSColor+disabledControlTextColor]</desc> * [NSColor+disabledControlTextColor]</desc>
* </deflist> * </deflist>
*/ */
@ -1080,7 +1082,8 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
*/ */
- (NSColor *) menuSeparatorColor; - (NSColor *) menuSeparatorColor;
/** /**
* <p>Returns the left and right inset used to draw a separator line in a menu.</p> * <p>Returns the left and right inset used to draw a separator line in a
* menu.</p>
* *
* <p>By default, returns 3.0.</p> * <p>By default, returns 3.0.</p>
* *
@ -1113,7 +1116,7 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
* -isSeparatorItem</p> * -isSeparatorItem</p>
* *
* <p>You can provide an image tile named <em>GSMenuSeparatorItem</em> to * <p>You can provide an image tile named <em>GSMenuSeparatorItem</em> to
* draw the separator.</br> * draw the separator.<br />
* Can be overridden in subclasses to customize the drawing.</p> * Can be overridden in subclasses to customize the drawing.</p>
* *
* <p>See also -menuSeparatorColor and -menuSeparatorInset</p> * <p>See also -menuSeparatorColor and -menuSeparatorInset</p>

View file

@ -7,9 +7,9 @@
Author: Scott Christley <scottc@net-community.com> Author: Scott Christley <scottc@net-community.com>
Date: 1996 Date: 1996
Author: Daniel Böhringer <boehring@biomed.ruhr-uni-bochum.de> Author: Daniel Böhringer <boehring@biomed.ruhr-uni-bochum.de>
Date: August 1998 Date: August 1998
Source by Daniel Böhringer integrated into Scott Christley's preliminary Source by Daniel Böhringer integrated into Scott Christley's preliminary
implementation by Felipe A. Rodriguez <far@ix.netcom.com> implementation by Felipe A. Rodriguez <far@ix.netcom.com>
Author: Nicola Pero <n.pero@mi.flashnet.it> Author: Nicola Pero <n.pero@mi.flashnet.it>

View file

@ -6,7 +6,7 @@
Copyright (C) 1996,1999 Free Software Foundation, Inc. Copyright (C) 1996,1999 Free Software Foundation, Inc.
Author: Daniel Böhringer <boehring@biomed.ruhr-uni-bochum.de> Author: Daniel Böhringer <boehring@biomed.ruhr-uni-bochum.de>
Date: August 1998 Date: August 1998
Update: Richard Frith-Macdonald <richard@brainstorm.co.uk> March 1999 Update: Richard Frith-Macdonald <richard@brainstorm.co.uk> March 1999

View file

@ -9,7 +9,7 @@
Date: 1996 Date: 1996
Author: Felipe A. Rodriguez <far@ix.netcom.com> Author: Felipe A. Rodriguez <far@ix.netcom.com>
Date: July 1998 Date: July 1998
Author: Daniel Böhringer <boehring@biomed.ruhr-uni-bochum.de> Author: Daniel Böhringer <boehring@biomed.ruhr-uni-bochum.de>
Date: August 1998 Date: August 1998
Author: Nicola Pero <n.pero@mi.flashnet.it> Author: Nicola Pero <n.pero@mi.flashnet.it>
Date: December 2000 Date: December 2000

View file

@ -5,9 +5,9 @@
Copyright (C) 1996 Free Software Foundation, Inc. Copyright (C) 1996 Free Software Foundation, Inc.
Author: Daniel Böhringer <boehring@biomed.ruhr-uni-bochum.de> Author: Daniel Böhringer <boehring@biomed.ruhr-uni-bochum.de>
Date: August 1998 Date: August 1998
Source by Daniel Böhringer integrated into GNUstep gui Source by Daniel Böhringer integrated into GNUstep gui
by Felipe A. Rodriguez <far@ix.netcom.com> by Felipe A. Rodriguez <far@ix.netcom.com>
This file is part of the GNUstep GUI Library. This file is part of the GNUstep GUI Library.

View file

@ -3,9 +3,9 @@
Copyright (C) 1996,1999 Free Software Foundation, Inc. Copyright (C) 1996,1999 Free Software Foundation, Inc.
Author: Daniel Böhringer <boehring@biomed.ruhr-uni-bochum.de> Author: Daniel Böhringer <boehring@biomed.ruhr-uni-bochum.de>
Date: August 1998 Date: August 1998
Source by Daniel Böhringer integrated into GNUstep gui Source by Daniel Böhringer integrated into GNUstep gui
by Felipe A. Rodriguez <far@ix.netcom.com> by Felipe A. Rodriguez <far@ix.netcom.com>
Update: Richard Frith-Macdonald <richard@brainstorm.co.uk> Update: Richard Frith-Macdonald <richard@brainstorm.co.uk>