]> code.delx.au - gnu-emacs/blobdiff - nextstep/README
Prevent bar cursor overwriting next glyph (bug#16856)
[gnu-emacs] / nextstep / README
index 7724afa43bff86fd94e72c07bfa32c4b0c9e40dc..7a1a0921cd8d9b49faf37dec16a658a4e6c796b2 100644 (file)
@@ -1,4 +1,3 @@
-
   NS -- the Cocoa interface for OS X and compatible systems
   ---------------------------------------------------------
 
@@ -30,7 +29,7 @@ fact that it doesn't have a normal name.  Instead, the method name is
 made up of the name of each parameter.  An exception to this rule are
 methods without parameters.
 
-The following calls a method in the object `anObject'.
+The following calls a method in the object 'anObject'.
 
     [anObject alpha:1 beta:2 gamma:3];
 
@@ -57,7 +56,7 @@ Classes are declared like the following:
   and avoid language constructs that makes the code hard to maintain.
 
 * Don't use macros and types intended for the XCode Interface Builder,
-  like `IBAction'.
+  like 'IBAction'.
 
 * The NS interface should work on all version of OS X from 10.6.8
   (Snow Leopard) to the latest official release.
@@ -71,8 +70,8 @@ Classes are declared like the following:
 The NS interface features a printf-based trace package that prints the
 call tree of selected functions in the Cocoa interface, plus various
 extra information.  It can be enabled by uncommenting the line
-defining `NSTRACE_ENABLED' in "nsterm.h".  To enable more output,
-uncomment the lines defining symbols starting with `NSTRACE_GROUP'.
+defining 'NSTRACE_ENABLED' in "nsterm.h".  To enable more output,
+uncomment the lines defining symbols starting with 'NSTRACE_GROUP'.
 
 
   GNUSTEP AND OTHER COMPATIBLE SYSTEMS
@@ -101,5 +100,24 @@ interface.
 
 The INSTALL file in this directory for compilation instructions.
 
-The WISHLIST file in this directory for a list of ideas for future
-development of the NS interface.
+The Nextstep section in the etc/TODO file for a list of ideas for
+future development.
+
+\f
+----------------------------------------------------------------------
+Copyright 2008-2016 Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.