emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116084: Fix spelling of "GNUstep"


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116084: Fix spelling of "GNUstep"
Date: Mon, 20 Jan 2014 19:44:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116084
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2014-01-20 14:44:56 -0500
message:
  Fix spelling of "GNUstep"
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/term/ns-win.el            nswin.el-20091113204419-o5vbwnq5f7feedwu-8708
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/emacs.c                    emacs.c-20091113204419-o5vbwnq5f7feedwu-241
  src/nsmenu.m                   nsmenu.m-20091113204419-o5vbwnq5f7feedwu-8744
  src/nsterm.h                   nsterm.h-20091113204419-o5vbwnq5f7feedwu-8746
  src/nsterm.m                   nsterm.m-20091113204419-o5vbwnq5f7feedwu-8747
  src/process.c                  process.c-20091113204419-o5vbwnq5f7feedwu-462
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-20 19:15:10 +0000
+++ b/lisp/ChangeLog    2014-01-20 19:44:56 +0000
@@ -3571,7 +3571,7 @@
        * 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.
 

=== modified file 'lisp/term/ns-win.el'
--- a/lisp/term/ns-win.el       2014-01-06 06:25:30 +0000
+++ b/lisp/term/ns-win.el       2014-01-20 19:44:56 +0000
@@ -898,7 +898,7 @@
 
   (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

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-01-20 16:55:28 +0000
+++ b/src/ChangeLog     2014-01-20 19:44:56 +0000
@@ -1103,9 +1103,9 @@
 
 2013-12-08  Jan Djärv  <address@hidden>
 
-       * 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  <address@hidden>
 
@@ -1147,7 +1147,7 @@
 
        * nsterm.m (x_set_window_size): Remove fprintf.
        (init): Define always.  Set applicationDidFinishLaunchingCalled
-       for GNUStep.
+       for GNUstep.
        (applicationDidFinishLaunching:):
        Set applicationDidFinishLaunchingCalled.
        (applicationDidBecomeActive:): Call applicationDidFinishLaunching if
@@ -2610,7 +2610,7 @@
 
        * 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  <address@hidden>
 
@@ -3868,7 +3868,7 @@
 2013-09-15  Jan Djärv  <address@hidden>
 
        * 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.
@@ -7120,7 +7120,7 @@
        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  <address@hidden>
 
@@ -7828,7 +7828,7 @@
        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.
@@ -7850,7 +7850,7 @@
        (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.
@@ -7868,7 +7868,7 @@
        (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.
@@ -7884,7 +7884,7 @@
        (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.
@@ -7913,8 +7913,8 @@
        (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

=== modified file 'src/emacs.c'
--- a/src/emacs.c       2014-01-18 11:46:22 +0000
+++ b/src/emacs.c       2014-01-20 19:44:56 +0000
@@ -1227,7 +1227,7 @@
 #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
 

=== modified file 'src/nsmenu.m'
--- a/src/nsmenu.m      2014-01-01 07:43:34 +0000
+++ b/src/nsmenu.m      2014-01-20 19:44:56 +0000
@@ -1096,7 +1096,7 @@
       /* 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 @@
 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

=== modified file 'src/nsterm.h'
--- a/src/nsterm.h      2014-01-05 02:56:08 +0000
+++ b/src/nsterm.h      2014-01-20 19:44:56 +0000
@@ -51,7 +51,7 @@
 
 #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

=== modified file 'src/nsterm.m'
--- a/src/nsterm.m      2014-01-06 06:25:30 +0000
+++ b/src/nsterm.m      2014-01-20 19:44:56 +0000
@@ -3433,7 +3433,7 @@
   /*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 @@
 }
 #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 @@
   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 @@
   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 */

=== modified file 'src/process.c'
--- a/src/process.c     2014-01-01 07:43:34 +0000
+++ b/src/process.c     2014-01-20 19:44:56 +0000
@@ -6232,7 +6232,7 @@
 
   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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]