diff options
| author | Eli Zaretskii | 2015-02-27 16:20:56 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-02-27 16:20:56 +0200 |
| commit | b2a590d4e3dc692a97c1b53e015b945d84b4b4c7 (patch) | |
| tree | 32eb10ff3d5c0a43011079fbe5d3e93ceae0852c | |
| parent | 805fe507087b9675a010a30a8a8840587ffdf5be (diff) | |
| download | emacs-b2a590d4e3dc692a97c1b53e015b945d84b4b4c7.tar.gz emacs-b2a590d4e3dc692a97c1b53e015b945d84b4b4c7.zip | |
Documentation followup for daemon mode on MS-Windows
doc/lispref/os.texi (Startup Summary):
doc/lispref/display.texi (Window Systems): Mention peculiarities of daemon
mode on MS-Windows.
etc/NEWS: Mention the new support for daemon mode on MS-Windows.
| -rw-r--r-- | doc/lispref/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 5 | ||||
| -rw-r--r-- | doc/lispref/os.texi | 5 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
4 files changed, 15 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 285c725caef..bff469a5188 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-02-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * os.texi (Startup Summary): | ||
| 4 | * display.texi (Window Systems): Mention peculiarities of daemon | ||
| 5 | mode on MS-Windows. | ||
| 6 | |||
| 1 | 2015-02-11 Martin Rudalics <rudalics@gmx.at> | 7 | 2015-02-11 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * frames.texi (Size Parameters): Update description of | 9 | * frames.texi (Size Parameters): Update description of |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index b09b82a6724..5dd74d25e8f 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -6728,8 +6728,9 @@ Emacs is displaying the frame on a character-based terminal. | |||
| 6728 | This variable holds the value of @code{window-system} used for the | 6728 | This variable holds the value of @code{window-system} used for the |
| 6729 | first frame created by Emacs during startup. (When Emacs is invoked | 6729 | first frame created by Emacs during startup. (When Emacs is invoked |
| 6730 | with the @option{--daemon} option, it does not create any initial | 6730 | with the @option{--daemon} option, it does not create any initial |
| 6731 | frames, so @code{initial-window-system} is @code{nil}. @xref{Initial | 6731 | frames, so @code{initial-window-system} is @code{nil}, except on |
| 6732 | Options, daemon,, emacs, The GNU Emacs Manual}.) | 6732 | MS-Windows, where it is still @code{w32}. @xref{Initial Options, |
| 6733 | daemon,, emacs, The GNU Emacs Manual}.) | ||
| 6733 | @end defvar | 6734 | @end defvar |
| 6734 | 6735 | ||
| 6735 | @defun window-system &optional frame | 6736 | @defun window-system &optional frame |
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 46df0e78928..4df4a597ea6 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -244,8 +244,9 @@ options were specified. | |||
| 244 | 244 | ||
| 245 | @item | 245 | @item |
| 246 | If the option @code{--daemon} was specified, it calls | 246 | If the option @code{--daemon} was specified, it calls |
| 247 | @code{server-start} and detaches from the controlling terminal. | 247 | @code{server-start}, and on Posix systems also detaches from the |
| 248 | @xref{Emacs Server,,, emacs, The GNU Emacs Manual}. | 248 | controlling terminal. @xref{Emacs Server,,, emacs, The GNU Emacs |
| 249 | Manual}. | ||
| 249 | 250 | ||
| 250 | @item | 251 | @item |
| 251 | If started by the X session manager, it calls | 252 | If started by the X session manager, it calls |
| @@ -756,6 +756,9 @@ Those features have been deprecated in Gtk+ for a long time. | |||
| 756 | or Windows Server 2003. The built binaries still run on all versions | 756 | or Windows Server 2003. The built binaries still run on all versions |
| 757 | of Windows starting with Windows 9X. | 757 | of Windows starting with Windows 9X. |
| 758 | 758 | ||
| 759 | +++ | ||
| 760 | ** Emacs running on MS-Windows now supports the daemon mode. | ||
| 761 | |||
| 759 | ** OS X 10.5 or older is no longer supported. | 762 | ** OS X 10.5 or older is no longer supported. |
| 760 | 763 | ||
| 761 | ** OS X on PowerPC is no longer supported. | 764 | ** OS X on PowerPC is no longer supported. |