diff options
| author | Paul Eggert | 2014-10-12 07:56:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-10-12 07:56:58 -0700 |
| commit | b73d3f58344e01f44d11f4305e19af0e29f97796 (patch) | |
| tree | 3d2a9080cd414b761c1711596ddf172d3bf98b14 /doc | |
| parent | 9a265587d2f8ee034b8d00c4bcde070367fb0ad1 (diff) | |
| download | emacs-b73d3f58344e01f44d11f4305e19af0e29f97796.tar.gz emacs-b73d3f58344e01f44d11f4305e19af0e29f97796.zip | |
Update doc to say Mac OS X 10.6 or later now required.
* doc/emacs/macos.texi (Mac OS / GNUstep, Mac / GNUstep Basics)
(Mac / GNUstep Customization):
* nextstep/README: Mac OS X 10.6 or later now required.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/macos.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index cafe925dec0..b1be1416a77 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-10-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * macos.texi (Mac OS / GNUstep, Mac / GNUstep Basics) | ||
| 4 | (Mac / GNUstep Customization): Mac OS X 10.6 or later now required. | ||
| 5 | |||
| 1 | 2014-10-09 Glenn Morris <rgm@gnu.org> | 6 | 2014-10-09 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * package.texi (Package Menu): The package list was changed to not | 8 | * package.texi (Package Menu): The package list was changed to not |
diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi index 2177ad4e210..048b49cefc9 100644 --- a/doc/emacs/macos.texi +++ b/doc/emacs/macos.texi | |||
| @@ -12,7 +12,7 @@ the GNUstep libraries on GNU/Linux or other operating systems, or on | |||
| 12 | Mac OS X with native window system support. On Mac OS X, Emacs can be | 12 | Mac OS X with native window system support. On Mac OS X, Emacs can be |
| 13 | built either without window system support, with X11, or with the | 13 | built either without window system support, with X11, or with the |
| 14 | Cocoa interface; this section only applies to the Cocoa build. This | 14 | Cocoa interface; this section only applies to the Cocoa build. This |
| 15 | does not support versions of Mac OS X earlier than 10.4. | 15 | does not support versions of Mac OS X earlier than 10.6. |
| 16 | 16 | ||
| 17 | For various historical and technical reasons, Emacs uses the term | 17 | For various historical and technical reasons, Emacs uses the term |
| 18 | @samp{Nextstep} internally, instead of ``Cocoa'' or ``Mac OS X''; for | 18 | @samp{Nextstep} internally, instead of ``Cocoa'' or ``Mac OS X''; for |
| @@ -84,7 +84,7 @@ set, which often causes the subprocesses it launches to behave differently than | |||
| 84 | they would when launched from the shell. | 84 | they would when launched from the shell. |
| 85 | 85 | ||
| 86 | For the PATH and MANPATH variables, a system-wide method | 86 | For the PATH and MANPATH variables, a system-wide method |
| 87 | of setting PATH is recommended on Mac OS X 10.5 and later, using the | 87 | of setting PATH is recommended on Mac OS X, using the |
| 88 | @file{/etc/paths} files and the @file{/etc/paths.d} directory. | 88 | @file{/etc/paths} files and the @file{/etc/paths.d} directory. |
| 89 | 89 | ||
| 90 | @node Mac / GNUstep Customization | 90 | @node Mac / GNUstep Customization |
| @@ -118,7 +118,7 @@ Useful in this context is the listing of all faces obtained by | |||
| 118 | @kbd{M-x list-faces-display}. | 118 | @kbd{M-x list-faces-display}. |
| 119 | 119 | ||
| 120 | @cindex Core Text, on Mac OS X | 120 | @cindex Core Text, on Mac OS X |
| 121 | In Mac OS X 10.5 and later, Emacs uses a Core Text based font backend | 121 | In Mac OS X, Emacs uses a Core Text based font backend |
| 122 | by default. If you prefer the older font style, enter the following | 122 | by default. If you prefer the older font style, enter the following |
| 123 | at the command-line before starting Emacs: | 123 | at the command-line before starting Emacs: |
| 124 | 124 | ||