aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-02-27 16:20:56 +0200
committerEli Zaretskii2015-02-27 16:20:56 +0200
commitb2a590d4e3dc692a97c1b53e015b945d84b4b4c7 (patch)
tree32eb10ff3d5c0a43011079fbe5d3e93ceae0852c
parent805fe507087b9675a010a30a8a8840587ffdf5be (diff)
downloademacs-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/ChangeLog6
-rw-r--r--doc/lispref/display.texi5
-rw-r--r--doc/lispref/os.texi5
-rw-r--r--etc/NEWS3
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 @@
12015-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
12015-02-11 Martin Rudalics <rudalics@gmx.at> 72015-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.
6728This variable holds the value of @code{window-system} used for the 6728This variable holds the value of @code{window-system} used for the
6729first frame created by Emacs during startup. (When Emacs is invoked 6729first frame created by Emacs during startup. (When Emacs is invoked
6730with the @option{--daemon} option, it does not create any initial 6730with the @option{--daemon} option, it does not create any initial
6731frames, so @code{initial-window-system} is @code{nil}. @xref{Initial 6731frames, so @code{initial-window-system} is @code{nil}, except on
6732Options, daemon,, emacs, The GNU Emacs Manual}.) 6732MS-Windows, where it is still @code{w32}. @xref{Initial Options,
6733daemon,, 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
246If the option @code{--daemon} was specified, it calls 246If 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}. 248controlling terminal. @xref{Emacs Server,,, emacs, The GNU Emacs
249Manual}.
249 250
250@item 251@item
251If started by the X session manager, it calls 252If started by the X session manager, it calls
diff --git a/etc/NEWS b/etc/NEWS
index 3f88d3d297a..d5cb9474c83 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -756,6 +756,9 @@ Those features have been deprecated in Gtk+ for a long time.
756or Windows Server 2003. The built binaries still run on all versions 756or Windows Server 2003. The built binaries still run on all versions
757of Windows starting with Windows 9X. 757of 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.