mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fix some documentation errors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21494 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f98ecc041a
commit
239d1b5296
9 changed files with 38 additions and 13 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-07-17 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/Gui.gsdoc, Documentation/GuiAdditions.gsdoc
|
||||
Documentation/ReleaseNotes.gsdoc, Documentation/readme.texi
|
||||
Documentation/GuiUser/DefaultsSummary.gsdoc
|
||||
Documentation/GuiUser/KeyboardSetup.gsdoc
|
||||
Documentation/GuiUser/LanguageSetup.gsdoc, Source/NSView.m:
|
||||
Fix some documentation errors.
|
||||
|
||||
2005-07-12 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSApplication.m: (_NSAppKitUncaughtExceptionHandler)
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<version>$Revision$</version>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
<date>$Date$</date>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
<email address="rfm@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
<email address="n.pero@mi.flashnet.it"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
<email address="n.pero@mi.flashnet.it"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
|
@ -217,8 +217,7 @@
|
|||
will not work as expected, and the modifier may become "stuck". If
|
||||
you experience such a problem, set the GNUstep back default
|
||||
<code>GSModifiersAreKeys</code> to <code>YES</code>.
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
||||
</section>
|
||||
</chapter>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
<email address="bemess@kornet.net">
|
||||
</email>
|
||||
</author>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
<version>2.2 Alpha</version>
|
||||
<date>2004-04-08</date>
|
||||
<abstract>
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
<email address="fedor@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
|
|
|
@ -5,9 +5,12 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
This is version @value{GNUSTEP-GUI-VERSION} of the GNUstep GUI library (@samp{gnustep-gui}).
|
||||
|
||||
Here is some introductory info to get you started:
|
||||
The GNUstep gui library is a library of graphical user interface classes
|
||||
written completely in the Objective-C language; the classes are based
|
||||
upon the OpenStep specification as release by NeXT Software, Inc. These
|
||||
classes include graphical objects such as buttons, text fields, popup
|
||||
lists, browser lists, and windows; there are also many associated
|
||||
classes for handling events, colors, fonts, pasteboards and images.
|
||||
|
||||
@section Initial reading
|
||||
|
||||
|
@ -23,6 +26,23 @@ The file @file{NEWS} has the library's feature history.
|
|||
The file @file{INSTALL} gives instructions for installing the library.
|
||||
@end itemize
|
||||
|
||||
@section License
|
||||
|
||||
The GNUstep libraries and library resources are covered under the GNU
|
||||
Lesser Public License. This means you can use these libraries in any
|
||||
program (even non-free programs). If you distribute the libraries along
|
||||
with your program, you must make the improvements you have made to the
|
||||
libraries freely available. You should read the COPYING.LIB file for
|
||||
more information. All files in this package EXCEPT files in the
|
||||
@file{Tools} directories and subdirectories under this are covered under
|
||||
the GLPL.
|
||||
|
||||
GNUstep tools, test programs, and other files are covered under the GNU
|
||||
Public License. This means if you make changes to these programs, you
|
||||
cannot charge a fee, other than distribution fees, for others to use the
|
||||
program. You should read the COPYING file for more information. All
|
||||
files in the @file{Tools} directory are covered under the GPL.
|
||||
|
||||
@section How can you help?
|
||||
|
||||
@itemize @bullet
|
||||
|
@ -31,4 +51,3 @@ The file @file{INSTALL} gives instructions for installing the library.
|
|||
Give us feedback! Tell us what you like; tell us what you think
|
||||
could be better. Send bug reports to @email{bug-gnustep@@gnu.org}.
|
||||
@end itemize
|
||||
|
||||
|
|
|
@ -600,7 +600,6 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
to handle
|
||||
removal of aView (and recursively, its children) from its window -
|
||||
performing tidyup by invalidating cursor rects etc. </p>
|
||||
<standards><NotMacOS-X/><NotOpenStep/></standards>
|
||||
*/
|
||||
- (void) removeSubview: (NSView*)aView
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue