diff --git a/ChangeLog b/ChangeLog
index c4f08c9bc..e5f50c72c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-07-17 Adam Fedor
+
+ * 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
* Source/NSApplication.m: (_NSAppKitUncaughtExceptionHandler)
diff --git a/Documentation/Gui.gsdoc b/Documentation/Gui.gsdoc
index 8dec4a5a9..2a3aa0d80 100644
--- a/Documentation/Gui.gsdoc
+++ b/Documentation/Gui.gsdoc
@@ -8,8 +8,8 @@
$Revision$
- 2005 Free Software Foundation, Inc.
$Date$
+ 2005 Free Software Foundation, Inc.
diff --git a/Documentation/GuiAdditions.gsdoc b/Documentation/GuiAdditions.gsdoc
index d5c876d82..d90808ecf 100644
--- a/Documentation/GuiAdditions.gsdoc
+++ b/Documentation/GuiAdditions.gsdoc
@@ -7,9 +7,9 @@
- 2005 Free Software Foundation, Inc.
$Revision$
$Date$
+ 2005 Free Software Foundation, Inc.
diff --git a/Documentation/GuiUser/DefaultsSummary.gsdoc b/Documentation/GuiUser/DefaultsSummary.gsdoc
index 7ff8da69d..5b35cd96d 100644
--- a/Documentation/GuiUser/DefaultsSummary.gsdoc
+++ b/Documentation/GuiUser/DefaultsSummary.gsdoc
@@ -11,9 +11,9 @@
- 2005 Free Software Foundation, Inc.
$Revision$
$Date$
+ 2005 Free Software Foundation, Inc.
diff --git a/Documentation/GuiUser/KeyboardSetup.gsdoc b/Documentation/GuiUser/KeyboardSetup.gsdoc
index 6af0da243..4d8c33ce7 100644
--- a/Documentation/GuiUser/KeyboardSetup.gsdoc
+++ b/Documentation/GuiUser/KeyboardSetup.gsdoc
@@ -11,9 +11,9 @@
- 2005 Free Software Foundation, Inc.
$Revision$
$Date$
+ 2005 Free Software Foundation, Inc.
@@ -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
GSModifiersAreKeys
to YES
.
-
-
+
diff --git a/Documentation/GuiUser/LanguageSetup.gsdoc b/Documentation/GuiUser/LanguageSetup.gsdoc
index 2f9137afd..ee9f0c22e 100644
--- a/Documentation/GuiUser/LanguageSetup.gsdoc
+++ b/Documentation/GuiUser/LanguageSetup.gsdoc
@@ -17,7 +17,6 @@
- 2005 Free Software Foundation, Inc.
2.2 Alpha
2004-04-08
diff --git a/Documentation/ReleaseNotes.gsdoc b/Documentation/ReleaseNotes.gsdoc
index f89aad32f..a0904da03 100644
--- a/Documentation/ReleaseNotes.gsdoc
+++ b/Documentation/ReleaseNotes.gsdoc
@@ -7,9 +7,9 @@
- 2005 Free Software Foundation, Inc.
$Revision$
$Date$
+ 2005 Free Software Foundation, Inc.
diff --git a/Documentation/readme.texi b/Documentation/readme.texi
index 0205c7854..2bdd32261 100644
--- a/Documentation/readme.texi
+++ b/Documentation/readme.texi
@@ -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
-
diff --git a/Source/NSView.m b/Source/NSView.m
index 192524a38..9af7062be 100644
--- a/Source/NSView.m
+++ b/Source/NSView.m
@@ -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.
-
*/
- (void) removeSubview: (NSView*)aView
{