]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix case of "GNUstep".
authorGlenn Morris <rgm@gnu.org>
Sat, 4 Oct 2008 18:54:20 +0000 (18:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 4 Oct 2008 18:54:20 +0000 (18:54 +0000)
admin/CPP-DEFINES
src/ChangeLog
src/nsfns.m
src/nsterm.m

index 874058ce0fdff3034deffe7aa230700e471d6c7f..a737a9d6caf709a5825a0c7eb7d5dfa30ef88374 100644 (file)
@@ -20,7 +20,7 @@ DARWIN_OS     Compiling on Mac OS X or pure Darwin (and using s/darwin.h).
 
 HAVE_NTGUI     Use the native W32 GUI for windows, frames, menus&scrollbars.
 HAVE_NS                Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep.
-NS_IMPL_GNUSTEP        Compile support for GNUSTEP implementation of NS GUI API.
+NS_IMPL_GNUSTEP        Compile support for GNUstep implementation of NS GUI API.
 NS_IMPL_COCOA  Compile support for Cocoa (Apple) implementation of NS GUI API.
 HAVE_X11       Compile support for the X11 GUI.
 HAVE_X_WINDOWS Compile support for X Window system
index 46f8ab3b60e49641e17e94f5bed1b8885bae558c..7989621632a3edcb1a75874e48c2d8725dfa0a9b 100644 (file)
 
        * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
 
-       * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
+       * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
        define NSApplicationDelegateReplySuccess.
        (EmacsView -converstationIdentifier): Use long instead of
-       NSInteger for GNUStep, since it doesn't have NSInteger.
+       NSInteger for GNUstep, since it doesn't have NSInteger.
 
        * xmenu.c: Revert last change.
 
 
        * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
        Remove all references.
-       (temacs): Add GNUStep specific ld flags.
+       (temacs): Add GNUstep specific ld flags.
 
        * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
        similarly to what X does.
index 2c55f969c843b98938291f7cea6f139f76a17b56..f14851b698f9c23521818f702bd564d39f9dd4e7 100644 (file)
@@ -1592,7 +1592,7 @@ See also the function `ns-server-vendor'.  */)
      (display)
      Lisp_Object display;
 {
-  /* FIXME: return GUI version on GNUSTEP, ?? on OS X */
+  /* FIXME: return GUI version on GNUstep, ?? on OS X */
   return build_string ("1.0");
 }
 
index 78d0ba1dfbc3091ef94a72fabeee421d81e2d813..245dff4930eff415517ed33c3d04bdecf9f5e9e9 100644 (file)
@@ -838,7 +838,7 @@ ns_ring_bell ()
           r.origin.y += (r.size.height - dim.y) / 2;
           r.size.width = dim.x;
           r.size.height = dim.y;
-          /* XXX: cacheImageInRect under GNUSTEP does not account for
+          /* XXX: cacheImageInRect under GNUstep does not account for
              offset in x_set_window_size, so overestimate (4 fine on Cocoa) */
           surr = NSInsetRect (r, -10, -10);
           ns_focus (frame, &surr, 1);