Author: rfm
Date: Tue May 31 12:24:19 2016
New Revision: 39824

URL: http://svn.gna.org/viewcvs/gnustep?rev=39824&view=rev
Log:
Minor documentation fixes

Modified:
    libs/gui/trunk/ChangeLog
    libs/gui/trunk/Headers/Additions/GNUstepGUI/GSTheme.h
    libs/gui/trunk/Headers/AppKit/NSOpenPanel.h
    libs/gui/trunk/Headers/AppKit/NSParagraphStyle.h
    libs/gui/trunk/Headers/AppKit/NSText.h
    libs/gui/trunk/Headers/AppKit/NSTextAttachment.h
    libs/gui/trunk/Headers/AppKit/NSTextStorage.h

Modified: libs/gui/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/ChangeLog?rev=39824&r1=39823&r2=39824&view=diff
==============================================================================
--- libs/gui/trunk/ChangeLog    (original)
+++ libs/gui/trunk/ChangeLog    Tue May 31 12:24:19 2016
@@ -1,3 +1,14 @@
+2016-05-31  Richard Frith-Macdonald <[email protected]>
+
+        * 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 <[email protected]> 
 
        * ChangeLog.1:
@@ -63,7 +74,8 @@
 2016-03-21 Riccardo Mottola <[email protected]>
 
        * 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 <[email protected]>
 
@@ -157,8 +169,8 @@
        * Images/nsmapping.strings
        * Source/externs.m
 
-       Provide NSImageNameTrashEmpty NSImageNameTrashFull 
NSImageNameMultipleDocuments
-       image, both constants and actual icon.
+       Provide NSImageNameTrashEmpty NSImageNameTrashFull
+       NSImageNameMultipleDocuments images, both constants and actual icon.
 
 2015-11-12  Richard Frith-Macdonald <[email protected]>
 

Modified: libs/gui/trunk/Headers/Additions/GNUstepGUI/GSTheme.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/Additions/GNUstepGUI/GSTheme.h?rev=39824&r1=39823&r2=39824&view=diff
==============================================================================
--- libs/gui/trunk/Headers/Additions/GNUstepGUI/GSTheme.h       (original)
+++ libs/gui/trunk/Headers/Additions/GNUstepGUI/GSTheme.h       Tue May 31 
12:24:19 2016
@@ -1057,8 +1057,10 @@
  *
  * <p>The title color is mapped to the theme state as described below:</p>
  * <deflist>
- * 
<item>GSThemeSelectedState</item><desc>[NSColor+selectedMenuItemTextColor]</desc>
- * <item>GSThemeDisabledState</item><desc>[NSColor+controlTextColor] or 
+ * <term>GSThemeSelectedState</term>
+ * <desc>[NSColor+selectedMenuItemTextColor]</desc>
+ * <term>GSThemeDisabledState</term>
+ * <desc>[NSColor+controlTextColor] or 
  * [NSColor+disabledControlTextColor]</desc>
  * </deflist>
  */
@@ -1080,7 +1082,8 @@
  */
 - (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>
  *
@@ -1113,7 +1116,7 @@
  * -isSeparatorItem</p>
  *
  * <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>
  *
  * <p>See also -menuSeparatorColor and -menuSeparatorInset</p>

Modified: libs/gui/trunk/Headers/AppKit/NSOpenPanel.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSOpenPanel.h?rev=39824&r1=39823&r2=39824&view=diff
==============================================================================
--- libs/gui/trunk/Headers/AppKit/NSOpenPanel.h (original)
+++ libs/gui/trunk/Headers/AppKit/NSOpenPanel.h Tue May 31 12:24:19 2016
@@ -7,9 +7,9 @@
 
    Author:  Scott Christley <[email protected]>
    Date: 1996
-   Author:  Daniel Böhringer <[email protected]>
+   Author:  Daniel Böhringer <[email protected]>
    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 <[email protected]> 
 
    Author: Nicola Pero <[email protected]>

Modified: libs/gui/trunk/Headers/AppKit/NSParagraphStyle.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSParagraphStyle.h?rev=39824&r1=39823&r2=39824&view=diff
==============================================================================
--- libs/gui/trunk/Headers/AppKit/NSParagraphStyle.h    (original)
+++ libs/gui/trunk/Headers/AppKit/NSParagraphStyle.h    Tue May 31 12:24:19 2016
@@ -6,7 +6,7 @@
 
    Copyright (C) 1996,1999 Free Software Foundation, Inc.
 
-   Author:  Daniel Böhringer <[email protected]>
+   Author:  Daniel Böhringer <[email protected]>
    Date: August 1998
    Update: Richard Frith-Macdonald <[email protected]> March 1999 
    

Modified: libs/gui/trunk/Headers/AppKit/NSText.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSText.h?rev=39824&r1=39823&r2=39824&view=diff
==============================================================================
--- libs/gui/trunk/Headers/AppKit/NSText.h      (original)
+++ libs/gui/trunk/Headers/AppKit/NSText.h      Tue May 31 12:24:19 2016
@@ -9,7 +9,7 @@
    Date: 1996
    Author: Felipe A. Rodriguez <[email protected]>
    Date: July 1998
-   Author: Daniel Böhringer <[email protected]>
+   Author: Daniel Böhringer <[email protected]>
    Date: August 1998
    Author: Nicola Pero <[email protected]>
    Date: December 2000

Modified: libs/gui/trunk/Headers/AppKit/NSTextAttachment.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSTextAttachment.h?rev=39824&r1=39823&r2=39824&view=diff
==============================================================================
--- libs/gui/trunk/Headers/AppKit/NSTextAttachment.h    (original)
+++ libs/gui/trunk/Headers/AppKit/NSTextAttachment.h    Tue May 31 12:24:19 2016
@@ -5,9 +5,9 @@
    
    Copyright (C) 1996 Free Software Foundation, Inc.
 
-   Author:  Daniel Böhringer <[email protected]>
+   Author:  Daniel Böhringer <[email protected]>
    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 <[email protected]> 
    
    This file is part of the GNUstep GUI Library.

Modified: libs/gui/trunk/Headers/AppKit/NSTextStorage.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSTextStorage.h?rev=39824&r1=39823&r2=39824&view=diff
==============================================================================
--- libs/gui/trunk/Headers/AppKit/NSTextStorage.h       (original)
+++ libs/gui/trunk/Headers/AppKit/NSTextStorage.h       Tue May 31 12:24:19 2016
@@ -3,9 +3,9 @@
 
    Copyright (C) 1996,1999 Free Software Foundation, Inc.
 
-   Author:  Daniel Böhringer <[email protected]>
+   Author:  Daniel Böhringer <[email protected]>
    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 <[email protected]> 
    Update: Richard Frith-Macdonald <[email protected]>
 


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to