diff options
| author | Glenn Morris | 2011-03-03 00:03:01 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-03 00:03:01 -0800 |
| commit | b612ffc94de61b0fb50818de16fdb26d61294981 (patch) | |
| tree | 4e2a84e93075839e65465c8107c5b161ae7fc09c | |
| parent | 8dd979ade928d36ed8ea5a0d1356e4e2cfe4763a (diff) | |
| download | emacs-b612ffc94de61b0fb50818de16fdb26d61294981.tar.gz emacs-b612ffc94de61b0fb50818de16fdb26d61294981.zip | |
Reduce some of the many, many variant spellings of NeXTstep.
http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00986.html
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | doc/misc/faq.texi | 4 | ||||
| -rw-r--r-- | etc/NEWS.23 | 6 | ||||
| -rw-r--r-- | lisp/find-file.el | 2 | ||||
| -rw-r--r-- | nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj | 6 | ||||
| -rw-r--r-- | nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist | 4 | ||||
| -rw-r--r-- | src/nsterm.m | 2 |
7 files changed, 13 insertions, 13 deletions
diff --git a/configure.in b/configure.in index 710f0945066..1f6213211da 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -162,7 +162,7 @@ OPTION_DEFAULT_ON([m17n-flt],[don't use m17n-flt for text shaping]) | |||
| 162 | OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif or Xaw3d scroll bars]) | 162 | OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif or Xaw3d scroll bars]) |
| 163 | OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d]) | 163 | OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d]) |
| 164 | OPTION_DEFAULT_ON([xim],[don't use X11 XIM]) | 164 | OPTION_DEFAULT_ON([xim],[don't use X11 XIM]) |
| 165 | OPTION_DEFAULT_OFF([ns],[use nextstep (Cocoa or GNUstep) windowing system]) | 165 | OPTION_DEFAULT_OFF([ns],[use NeXTstep (Cocoa or GNUstep) windowing system]) |
| 166 | 166 | ||
| 167 | OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console]) | 167 | OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console]) |
| 168 | OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support]) | 168 | OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support]) |
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi index a9a5e4dc6eb..7528abca58d 100644 --- a/doc/misc/faq.texi +++ b/doc/misc/faq.texi | |||
| @@ -1042,11 +1042,11 @@ Emacs now supports using both X displays and ttys in the same session | |||
| 1042 | @item | 1042 | @item |
| 1043 | Emacs can be started as a daemon in the background. | 1043 | Emacs can be started as a daemon in the background. |
| 1044 | 1044 | ||
| 1045 | @cindex NeXTSTEP port | 1045 | @cindex NeXTstep port |
| 1046 | @cindex GNUstep port | 1046 | @cindex GNUstep port |
| 1047 | @cindex Mac OS X Cocoa | 1047 | @cindex Mac OS X Cocoa |
| 1048 | @item | 1048 | @item |
| 1049 | There is a new NeXTSTEP port of Emacs. This supports GNUstep and Mac OS | 1049 | There is a new NeXTstep port of Emacs. This supports GNUstep and Mac OS |
| 1050 | X (via the Cocoa libraries). The Carbon port of Emacs, which supported | 1050 | X (via the Cocoa libraries). The Carbon port of Emacs, which supported |
| 1051 | Mac OS X in Emacs 22, has been removed. | 1051 | Mac OS X in Emacs 22, has been removed. |
| 1052 | 1052 | ||
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index 181548e98d6..3e7a364ffd0 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -129,7 +129,7 @@ starting from the first line of text below the header line. | |||
| 129 | 129 | ||
| 130 | * Changes in Emacs 23.3 on non-free operating systems | 130 | * Changes in Emacs 23.3 on non-free operating systems |
| 131 | 131 | ||
| 132 | ** The nextstep port can have different modifiers for the left and right | 132 | ** The NeXTstep port can have different modifiers for the left and right |
| 133 | alt/option key by customizing the value for ns-right-alternate-modifier. | 133 | alt/option key by customizing the value for ns-right-alternate-modifier. |
| 134 | 134 | ||
| 135 | 135 | ||
| @@ -697,7 +697,7 @@ a GIF library. | |||
| 697 | 697 | ||
| 698 | *** Emacs now supports multi-page TIFF images. | 698 | *** Emacs now supports multi-page TIFF images. |
| 699 | 699 | ||
| 700 | ** New NeXTSTEP-based port. | 700 | ** New NeXTstep-based port. |
| 701 | This provides support for GNUstep (via the GNUstep libraries) and Mac | 701 | This provides support for GNUstep (via the GNUstep libraries) and Mac |
| 702 | OS X (via the Cocoa libraries). | 702 | OS X (via the Cocoa libraries). |
| 703 | 703 | ||
| @@ -707,7 +707,7 @@ other emacsen (e.g. X11 build) use --disable-ns-self-contained. See | |||
| 707 | nextstep/README and nextstep/INSTALL in the Emacs source directory. | 707 | nextstep/README and nextstep/INSTALL in the Emacs source directory. |
| 708 | 708 | ||
| 709 | ** Mac OS X is no longer supported via Carbon. | 709 | ** Mac OS X is no longer supported via Carbon. |
| 710 | Use the NeXTSTEP port, described above. | 710 | Use the NeXTstep port, described above. |
| 711 | 711 | ||
| 712 | ** The new configuration option "--with-dbus" enables D-Bus language | 712 | ** The new configuration option "--with-dbus" enables D-Bus language |
| 713 | bindings for Emacs. | 713 | bindings for Emacs. |
diff --git a/lisp/find-file.el b/lisp/find-file.el index 7ace6ce01dc..715f01b8e17 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el | |||
| @@ -183,7 +183,7 @@ To override this, give an argument to `ff-find-other-file'." | |||
| 183 | ;;;###autoload | 183 | ;;;###autoload |
| 184 | (defvar ff-special-constructs | 184 | (defvar ff-special-constructs |
| 185 | `( | 185 | `( |
| 186 | ;; C/C++ include, for NeXTSTEP too | 186 | ;; C/C++ include, for NeXTstep too |
| 187 | (,(purecopy "^\#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") . | 187 | (,(purecopy "^\#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") . |
| 188 | (lambda () | 188 | (lambda () |
| 189 | (buffer-substring (match-beginning 2) (match-end 2)))) | 189 | (buffer-substring (match-beginning 2) (match-end 2)))) |
diff --git a/nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj b/nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj index f4c5b050b69..fe5acce2c3c 100644 --- a/nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj +++ b/nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj | |||
| @@ -245,7 +245,7 @@ | |||
| 245 | name = Products; | 245 | name = Products; |
| 246 | sourceTree = "<group>"; | 246 | sourceTree = "<group>"; |
| 247 | }; | 247 | }; |
| 248 | 289FC26B00C69A287F000001 /* NeXTStep */ = { | 248 | 289FC26B00C69A287F000001 /* NeXTstep */ = { |
| 249 | isa = PBXGroup; | 249 | isa = PBXGroup; |
| 250 | children = ( | 250 | children = ( |
| 251 | 3C4D6D710DE50D5D00B20D4E /* nsfont.m */, | 251 | 3C4D6D710DE50D5D00B20D4E /* nsfont.m */, |
| @@ -257,13 +257,13 @@ | |||
| 257 | 090AF68100C61DCD7F000001 /* nsselect.m */, | 257 | 090AF68100C61DCD7F000001 /* nsselect.m */, |
| 258 | 090AF68300C61DCD7F000001 /* nsterm.m */, | 258 | 090AF68300C61DCD7F000001 /* nsterm.m */, |
| 259 | ); | 259 | ); |
| 260 | name = NeXTStep; | 260 | name = NeXTstep; |
| 261 | sourceTree = "<group>"; | 261 | sourceTree = "<group>"; |
| 262 | }; | 262 | }; |
| 263 | 29B97314FDCFA39411CA2CEA /* Emacs */ = { | 263 | 29B97314FDCFA39411CA2CEA /* Emacs */ = { |
| 264 | isa = PBXGroup; | 264 | isa = PBXGroup; |
| 265 | children = ( | 265 | children = ( |
| 266 | 289FC26B00C69A287F000001 /* NeXTStep */, | 266 | 289FC26B00C69A287F000001 /* NeXTstep */, |
| 267 | 3C15C23E0902E6B000A8542F /* emacs-hdr */, | 267 | 3C15C23E0902E6B000A8542F /* emacs-hdr */, |
| 268 | 3CDCED4D0902EA6800B2EF7E /* emacs-src */, | 268 | 3CDCED4D0902EA6800B2EF7E /* emacs-src */, |
| 269 | 29B97317FDCFA39411CA2CEA /* Resources */, | 269 | 29B97317FDCFA39411CA2CEA /* Resources */, |
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist index e4b4d5d0800..9c893ed4e3d 100644 --- a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist +++ b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist | |||
| @@ -7,8 +7,8 @@ | |||
| 7 | "Adrian Robert (GNUstep)", | 7 | "Adrian Robert (GNUstep)", |
| 8 | "Christophe de Dinechin (MacOS X)", | 8 | "Christophe de Dinechin (MacOS X)", |
| 9 | "Scott Bender (OpenStep)", | 9 | "Scott Bender (OpenStep)", |
| 10 | "Christian Limpach (NeXTStep)", | 10 | "Christian Limpach (NeXTstep)", |
| 11 | "Carl Edman (NeXTStep)", | 11 | "Carl Edman (NeXTstep)", |
| 12 | "..see etc/NEXTSTEP" | 12 | "..see etc/NEXTSTEP" |
| 13 | ); | 13 | ); |
| 14 | Copyright = "Copyright (C) 2011 Free Software Foundation, Inc."; | 14 | Copyright = "Copyright (C) 2011 Free Software Foundation, Inc."; |
diff --git a/src/nsterm.m b/src/nsterm.m index 8e77c89c3f7..4c47e65dc96 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -189,7 +189,7 @@ static NSMutableArray *ns_pending_files, *ns_pending_service_names, | |||
| 189 | *ns_pending_service_args; | 189 | *ns_pending_service_args; |
| 190 | static BOOL inNsSelect = 0; | 190 | static BOOL inNsSelect = 0; |
| 191 | 191 | ||
| 192 | /* Convert modifiers in a NeXTSTEP event to emacs style modifiers. */ | 192 | /* Convert modifiers in a NeXTstep event to emacs style modifiers. */ |
| 193 | #define NS_FUNCTION_KEY_MASK 0x800000 | 193 | #define NS_FUNCTION_KEY_MASK 0x800000 |
| 194 | #define NSLeftControlKeyMask (0x000001 | NSControlKeyMask) | 194 | #define NSLeftControlKeyMask (0x000001 | NSControlKeyMask) |
| 195 | #define NSRightControlKeyMask (0x002000 | NSControlKeyMask) | 195 | #define NSRightControlKeyMask (0x002000 | NSControlKeyMask) |