diff options
| author | Paul Eggert | 2016-11-06 00:33:43 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-11-06 00:42:03 -0700 |
| commit | dc152c54f4e44f5f2040883b03f71ff6aa66c893 (patch) | |
| tree | 7b4f0336a1f03e7a53d980000a42568b10907409 /etc/NEXTSTEP | |
| parent | 84c53436ab25b6c8f76c133e59b34e533ea33cc7 (diff) | |
| download | emacs-dc152c54f4e44f5f2040883b03f71ff6aa66c893.tar.gz emacs-dc152c54f4e44f5f2040883b03f71ff6aa66c893.zip | |
Modernize usage of 'macOS' in doc and comments
Apple changed the spelling of its operating system again, to "macOS",
effective with macOS 10.12 Sierra (2016-09-20). Change Emacs
documentation and comments to match this. Stick with older OS
spellings ("OS X", "Mac OS X") when talking about older releases where
the older names are more correct.
Diffstat (limited to 'etc/NEXTSTEP')
| -rw-r--r-- | etc/NEXTSTEP | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/etc/NEXTSTEP b/etc/NEXTSTEP index ad2ab959e6d..60c49ad8c7e 100644 --- a/etc/NEXTSTEP +++ b/etc/NEXTSTEP | |||
| @@ -3,8 +3,8 @@ See the end of the file for license conditions. | |||
| 3 | 3 | ||
| 4 | This file contains information about GNU Emacs on "Nextstep" platforms. | 4 | This file contains information about GNU Emacs on "Nextstep" platforms. |
| 5 | The Nextstep support code works on many POSIX systems (and possibly | 5 | The Nextstep support code works on many POSIX systems (and possibly |
| 6 | W32) using the GNUstep libraries, and on MacOS X systems using the | 6 | W32) using the GNUstep libraries, and on macOS systems using the Cocoa |
| 7 | Cocoa libraries. | 7 | libraries. |
| 8 | 8 | ||
| 9 | Background | 9 | Background |
| 10 | ---------- | 10 | ---------- |
| @@ -17,9 +17,9 @@ system in the late 1980's. Later on, in collaboration with Sun, this | |||
| 17 | API was published as a specification called OpenStep. The GNUstep | 17 | API was published as a specification called OpenStep. The GNUstep |
| 18 | project started in the early 1990's to provide a free implementation | 18 | project started in the early 1990's to provide a free implementation |
| 19 | of this API. Later on, Apple bought NeXT (some would say "NeXT bought | 19 | of this API. Later on, Apple bought NeXT (some would say "NeXT bought |
| 20 | Apple") and made OpenStep the basis of OS X, calling the API "Cocoa". | 20 | Apple") and made OpenStep the basis of Mac OS X, calling the API |
| 21 | Since then, Cocoa has evolved beyond the OpenStep specification, and | 21 | "Cocoa". Since then, Cocoa has evolved beyond the OpenStep |
| 22 | GNUstep has followed it. | 22 | specification, and GNUstep has followed it. |
| 23 | 23 | ||
| 24 | Thus, calling this port "OpenStep" is not technically accurate, and in | 24 | Thus, calling this port "OpenStep" is not technically accurate, and in |
| 25 | the absence of any other determinant, we are using the term | 25 | the absence of any other determinant, we are using the term |
| @@ -30,8 +30,8 @@ begin with the letters "NS". | |||
| 30 | (See http://en.wikipedia.org/wiki/Nextstep) | 30 | (See http://en.wikipedia.org/wiki/Nextstep) |
| 31 | 31 | ||
| 32 | This Emacs port was first released in the early 1990's on the NeXT | 32 | This Emacs port was first released in the early 1990's on the NeXT |
| 33 | computer, and was successively updated to OpenStep, Rhapsody, OS X, | 33 | computer, and was successively updated to OpenStep, Rhapsody, Mac OS |
| 34 | and then finally GNUstep, tracking GNU emacs core releases in the | 34 | X, and then finally GNUstep, tracking GNU Emacs core releases in the |
| 35 | meantime. | 35 | meantime. |
| 36 | 36 | ||
| 37 | 37 | ||
| @@ -62,13 +62,13 @@ Release History | |||
| 62 | 62 | ||
| 63 | 1999/05/?? 6.0b3 Scott Bender: "OS X Server", Emacs 20.3. | 63 | 1999/05/?? 6.0b3 Scott Bender: "OS X Server", Emacs 20.3. |
| 64 | 64 | ||
| 65 | 2001/06/25 7.0 Ported to MacOS X (10.1) by Christophe de | 65 | 2001/06/25 7.0 Ported to Mac OS X (10.1) by Christophe de |
| 66 | Dinechin. Release based on Emacs 20.7. Hosting | 66 | Dinechin. Release based on Emacs 20.7. Hosting |
| 67 | moved to SourceForge. | 67 | moved to SourceForge. |
| 68 | 68 | ||
| 69 | 2002/01/03 7.0.1 Bug fixes. | 69 | 2002/01/03 7.0.1 Bug fixes. |
| 70 | 70 | ||
| 71 | 2002/08/27 7.0.2 Jaguar (OS X 10.2) support. Added an autoconf | 71 | 2002/08/27 7.0.2 Jaguar (Mac OS X 10.2) support. Added autoconf |
| 72 | option for sys_nerr being in stdio. Added | 72 | option for sys_nerr being in stdio. Added |
| 73 | libncurses to the build libraries. Fixed a | 73 | libncurses to the build libraries. Fixed a |
| 74 | problem with ns-alternate-is-meta. Changed the | 74 | problem with ns-alternate-is-meta. Changed the |
| @@ -76,7 +76,7 @@ Release History | |||
| 76 | 76 | ||
| 77 | 2004/10/07 8.0-pre1 Ported to GNUstep by Adrian Robert. | 77 | 2004/10/07 8.0-pre1 Ported to GNUstep by Adrian Robert. |
| 78 | 78 | ||
| 79 | 2004/11/04 8.0-pre2 Restored functionality on OS X (menu code | 79 | 2004/11/04 8.0-pre2 Restored functionality on Mac OS X (menu code |
| 80 | cleanup). Improved scrollbar handling and | 80 | cleanup). Improved scrollbar handling and |
| 81 | paste from other applications. File icons | 81 | paste from other applications. File icons |
| 82 | obtained properly from NSWorkspace. Dropped | 82 | obtained properly from NSWorkspace. Dropped |
| @@ -116,7 +116,8 @@ Release History | |||
| 116 | and Planner go away. Improved scrollbar | 116 | and Planner go away. Improved scrollbar |
| 117 | handling and rendering speed. Color panel | 117 | handling and rendering speed. Color panel |
| 118 | and other bug fixes. mac-fix-env utility. | 118 | and other bug fixes. mac-fix-env utility. |
| 119 | Font handling improvements (OS X 10.3, 10.4): | 119 | Font handling improvements (Mac OS X 10.3, |
| 120 | 10.4): | ||
| 120 | - heed 'GSFontAntiAlias' default | 121 | - heed 'GSFontAntiAlias' default |
| 121 | - heed system antialiasing threshold | 122 | - heed system antialiasing threshold |
| 122 | - added 'UseQuickdrawSmoothing' default to | 123 | - added 'UseQuickdrawSmoothing' default to |
| @@ -150,8 +151,9 @@ Release History | |||
| 150 | handling improved. Fixed some portability | 151 | handling improved. Fixed some portability |
| 151 | problems on Tiger and Puma. | 152 | problems on Tiger and Puma. |
| 152 | 153 | ||
| 153 | 2005/09/12 8.0 Bundled ispell on OS X. Minor bug fixes and | 154 | 2005/09/12 8.0 Bundled ispell on Mac OS X. Minor bug fixes |
| 154 | stability improvements. Compiles under gcc-4. | 155 | and stability improvements. Compiles under |
| 156 | gcc-4. | ||
| 155 | 157 | ||
| 156 | 2005/09/26 8.0.1 Correct clipped rendering for synthetic | 158 | 2005/09/26 8.0.1 Correct clipped rendering for synthetic |
| 157 | italics. Include the info directory. | 159 | italics. Include the info directory. |
| @@ -247,7 +249,7 @@ Christian Limpach | |||
| 247 | Scott Bender | 249 | Scott Bender |
| 248 | OpenStep, Rhapsody ports | 250 | OpenStep, Rhapsody ports |
| 249 | Christophe de Dinechin | 251 | Christophe de Dinechin |
| 250 | MacOS X port | 252 | macOS port |
| 251 | Adrian Robert | 253 | Adrian Robert |
| 252 | GNUstep port, update Emacs 20 -> 21+ | 254 | GNUstep port, update Emacs 20 -> 21+ |
| 253 | 255 | ||