]> code.delx.au - gnu-emacs/commitdiff
Fix spelling of "GNUstep"
authorGlenn Morris <rgm@gnu.org>
Mon, 20 Jan 2014 19:44:56 +0000 (14:44 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 20 Jan 2014 19:44:56 +0000 (14:44 -0500)
lisp/ChangeLog
lisp/term/ns-win.el
src/ChangeLog
src/emacs.c
src/nsmenu.m
src/nsterm.h
src/nsterm.m
src/process.c

index 98df632bf89833dbdfd930bbba661162c45dd7b0..fa427396c7592239fe7387988f78e3f65c87d8e6 100644 (file)
        * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
        in menu bar.
 
-       * menu-bar.el: Move GNUStep specific menus...
+       * menu-bar.el: Move GNUstep specific menus...
 
        * term/ns-win.el (ns-initialize-window-system): ... to here.
 
index 70c91de558f2f881e35eccf2e1dea885e5fd5627..ba6519f3c09610d0a819ab1051b230ecea211ea6 100644 (file)
@@ -898,7 +898,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
 
   (x-open-connection (system-name) nil t)
 
-  ;; Add GNUStep menu items Services, Hide and Quit.  Rename Help to Info
+  ;; Add GNUstep menu items Services, Hide and Quit.  Rename Help to Info
   ;; and put it first (i.e. omit from menu-bar-final-items.
   (if (featurep 'gnustep)
       (progn
index 62b9febea2545d29fb44587621abf9d6df81bb98..ac7624ee4abd5ffe69ce3edf219608410eb1c229 100644 (file)
 
 2013-12-08  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * nsterm.m (updateFrameSize:): Fix GNUStep toolbar not updating.
+       * nsterm.m (updateFrameSize:): Fix GNUstep toolbar not updating.
 
-       * emacs.c (main): Call fixup_locale a second time for GNUStep.
+       * emacs.c (main): Call fixup_locale a second time for GNUstep.
 
 2013-12-08  Martin Rudalics  <rudalics@gmx.at>
 
 
        * nsterm.m (x_set_window_size): Remove fprintf.
        (init): Define always.  Set applicationDidFinishLaunchingCalled
-       for GNUStep.
+       for GNUstep.
        (applicationDidFinishLaunching:):
        Set applicationDidFinishLaunchingCalled.
        (applicationDidBecomeActive:): Call applicationDidFinishLaunching if
 
        * nsterm.m (Qcocoa, Qgnustep): New variables.
        (syms_of_nsterm): Defsym Qcocoa, Qgnustep.  Fprovide appropriate one.
-       (ns_get_color): Make selection color work for GNUStep also.
+       (ns_get_color): Make selection color work for GNUstep also.
 
 2013-10-18  Eli Zaretskii  <eliz@gnu.org>
 
 2013-09-15  Jan Djärv  <jan.h.d@swipnet.se>
 
        * nsfns.m (Fx_create_frame): Fix font driver registration for
-       GNUStep.
+       GNUstep.
 
        * font.c (syms_of_font): Check MAC_OS_X_VERSION_MAX_ALLOWED >= 1050
        for syms_of_macfont.
        init_process_emacs, undoing 06-22 change.  If CYGWIN, do not
        tickle glib, as that causes Cygwin bootstrap to fail.  Do not
        set lib_child_handler if it's already initialized, which may
-       help avoid problems on GNUStep.
+       help avoid problems on GNUstep.
 
 2013-06-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        NS_IMPL_COCOA.
        (x_set_cursor_type): Remove declaration.
        (ns_update_begin): Only use r and bp if NS_IMPL_COCOA.
-       (ns_update_end, ns_focus, ns_unfocus): Remove GNUStep specific code.
+       (ns_update_end, ns_focus, ns_unfocus): Remove GNUstep specific code.
        (x_set_window_size): Remove 3 pixels from toolbar if NS_IMPL_GNUSTEP.
        (ns_get_color): Use F suffix on float.
        (ns_color_to_lisp, ns_query_color): Use EmacsCGFloat.
        (changeFont:): size is CGFloat.
        (keyDown:): Check for Delete when NS_IMPL_GNUSTEP.
        Disable warning about permanent text.
-       (characterIndexForPoint:): Adjust return type depending on GNUStep
+       (characterIndexForPoint:): Adjust return type depending on GNUstep
        version.
        (mouseDown:): delta is CGFloat.
        (updateFrameSize): Remove unised variable f.
        (mouseDragged:): Remove unised variable edge.
        (EmacsDocument): Implement for NS_IMPL_GNUSTEP.
 
-       * nsterm.h (EmacsCGFloat): Typedef for OSX and GNUStep when the size
+       * nsterm.h (EmacsCGFloat): Typedef for OSX and GNUstep when the size
        of CGFloat differs.
        (EmacsApp): New variable nextappdefined.  Declare sendFromMainThread
        when NS_IMPL_GNUSTEP.
        (x_activate_menubar): Surround with ifdef NS_IMPL_COCOA
        (fillWithWidgetValue:): Add cast to SEL for setAction.
        (addSubmenuWithTitle:forFrame:): Add cast to SEL for action.
-       (update_frame_tool_bar): Update code for GNUStep.
+       (update_frame_tool_bar): Update code for GNUstep.
        (clearAll): New method.
        (addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag
        argument.  Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP.
        (Fns_read_file_name): Keep track if panel is for save.
        Use ns_filename_from_panel/ns_directory_from_panel.
        (Fns_list_services): delegate only used for COCOA.
-       (Fns_convert_utf8_nfd_to_nfc): Remove warning for GNUStep.
-       Just return the input if GNUStep.
+       (Fns_convert_utf8_nfd_to_nfc): Remove warning for GNUstep.
+       Just return the input if GNUstep.
        (x_screen_planes): Remove.
        (Fxw_color_values): Use EmacsCGFloat
        (Fns_display_monitor_attributes_list): Only get screen number for
index af01e8431a51bb0f539425f32fe7040da5b2613b..18f6a089dbb6049ac9c196e9aa81c8481d4ff1c4 100644 (file)
@@ -1227,7 +1227,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
 #ifdef HAVE_NS
   ns_pool = ns_alloc_autorelease_pool ();
 #ifdef NS_IMPL_GNUSTEP
-  /* GNUStep stupidly resets our locale settings after we made them.  */
+  /* GNUstep stupidly resets our locale settings after we made them.  */
   fixup_locale ();
 #endif
 
index 63a6453d2a11e262aa0d743fa4c6495ed2b57c03..f8cd07478ed5d71ff14c6f5137d9da116f0e2881 100644 (file)
@@ -1096,7 +1096,7 @@ update_frame_tool_bar (struct frame *f)
       /* Check if this is a separator.  */
       if (EQ (TOOLPROP (TOOL_BAR_ITEM_TYPE), Qt))
         {
-          /* Skip separators.  Newer OSX don't show them, and on GNUStep they
+          /* Skip separators.  Newer OSX don't show them, and on GNUstep they
              are wide as a button, thus overflowing the toolbar most of
              the time.  */
           continue;
@@ -1936,7 +1936,7 @@ void
 syms_of_nsmenu (void)
 {
 #ifndef NS_IMPL_COCOA
-  /* Don't know how to keep track of this in Next/Open/Gnustep.  Always
+  /* Don't know how to keep track of this in Next/Open/GNUstep.  Always
      update menus there.  */
   trackingMenu = 1;
 #endif
index 796d6ef8ca0d2935419ca2e2e6db629befe538d0..f058541027a634deca1cbadb27f0ebccec930066 100644 (file)
@@ -51,7 +51,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifdef __OBJC__
 
-/* CGFloat on GNUStep may be 4 or 8 byte, but functions expect float* for some
+/* CGFloat on GNUstep may be 4 or 8 byte, but functions expect float* for some
    versions.
    On Cocoa >= 10.5, functions expect CGFloat*. Make compatible type.  */
 #ifdef NS_IMPL_COCOA
index 686db4c68ce6a3986f5de6e8499eaff7fbcca327..34e9320af9587d89cac648616c7776443a56ef3c 100644 (file)
@@ -3433,7 +3433,7 @@ ns_send_appdefined (int value)
   /*NSTRACE (ns_send_appdefined); */
 
 #ifdef NS_IMPL_GNUSTEP
-  // GNUStep needs postEvent to happen on the main thread.
+  // GNUstep needs postEvent to happen on the main thread.
   if (! [[NSThread currentThread] isMainThread])
     {
       EmacsApp *app = (EmacsApp *)NSApp;
@@ -3503,7 +3503,7 @@ check_native_fs ()
 }
 #endif
 
-/* GNUStep and OSX <= 10.4 does not have cancelTracking.  */
+/* GNUstep and OSX <= 10.4 does not have cancelTracking.  */
 #if defined (NS_IMPL_COCOA) && \
   MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
 /* Check if menu open should be canceled or continued as normal.  */
@@ -5750,7 +5750,7 @@ not_in_argv (NSString *arg)
   if (! [self isFullscreen])
     {
 #ifdef NS_IMPL_GNUSTEP
-      // GNUStep does not always update the tool bar height.  Force it.
+      // GNUstep does not always update the tool bar height.  Force it.
       if (toolbar) update_frame_tool_bar (emacsframe);
 #endif
 
@@ -7648,7 +7648,7 @@ Default is t for OSX >= 10.7, nil otherwise. */);
   DEFVAR_BOOL ("ns-use-srgb-colorspace", ns_use_srgb_colorspace,
      doc: /*Non-nil means to use sRGB colorspace on OSX >= 10.7.
 Note that this does not apply to images.
-This variable is ignored on OSX < 10.7 and GNUStep.  Default is t. */);
+This variable is ignored on OSX < 10.7 and GNUstep.  Default is t. */);
   ns_use_srgb_colorspace = YES;
 
   /* TODO: move to common code */
index 763d2fd504aa05f863f6dd1acb170f2f99903f7b..94033fa7ee3c528712eb303bcb791fb8d4d5dfbe 100644 (file)
@@ -6232,7 +6232,7 @@ handle_child_signal (int sig)
 
   lib_child_handler (sig);
 #ifdef NS_IMPL_GNUSTEP
-  /* NSTask in GNUStep sets its child handler each time it is called.
+  /* NSTask in GNUstep sets its child handler each time it is called.
      So we must re-set ours.  */
   catch_child_signal();
 #endif