]> git.eshelyaron.com Git - emacs.git/commitdiff
Documentation followup for daemon mode on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Feb 2015 14:20:56 +0000 (16:20 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 Feb 2015 14:20:56 +0000 (16:20 +0200)
 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.

doc/lispref/ChangeLog
doc/lispref/display.texi
doc/lispref/os.texi
etc/NEWS

index 285c725caeffcd36c072297359fc339922885bf4..bff469a5188e3f1c16fe800579fa5bed96d4c96f 100644 (file)
@@ -1,3 +1,9 @@
+2015-02-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * os.texi (Startup Summary):
+       * display.texi (Window Systems): Mention peculiarities of daemon
+       mode on MS-Windows.
+
 2015-02-11  Martin Rudalics  <rudalics@gmx.at>
 
        * frames.texi (Size Parameters): Update description of
index b09b82a6724a4bddeba7e5167896dae3a59507f9..5dd74d25e8fc7fb8b8e5078354086e620ed929c7 100644 (file)
@@ -6728,8 +6728,9 @@ Emacs is displaying the frame on a character-based terminal.
 This variable holds the value of @code{window-system} used for the
 first frame created by Emacs during startup.  (When Emacs is invoked
 with the @option{--daemon} option, it does not create any initial
-frames, so @code{initial-window-system} is @code{nil}.  @xref{Initial
-Options, daemon,, emacs, The GNU Emacs Manual}.)
+frames, so @code{initial-window-system} is @code{nil}, except on
+MS-Windows, where it is still @code{w32}.  @xref{Initial Options,
+daemon,, emacs, The GNU Emacs Manual}.)
 @end defvar
 
 @defun window-system &optional frame
index 46df0e789287b7a8834ff5250277981e8c4f1802..4df4a597ea67d072d9f2a2c8b6df9d4b3447610b 100644 (file)
@@ -244,8 +244,9 @@ options were specified.
 
 @item
 If the option @code{--daemon} was specified, it calls
-@code{server-start} and detaches from the controlling terminal.
-@xref{Emacs Server,,, emacs, The GNU Emacs Manual}.
+@code{server-start}, and on Posix systems also detaches from the
+controlling terminal.  @xref{Emacs Server,,, emacs, The GNU Emacs
+Manual}.
 
 @item
 If started by the X session manager, it calls
index 3f88d3d297abcc7f7555c75f892ba9a153d4f2bf..d5cb9474c83b07646085a7f995548cbef6296f80 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -756,6 +756,9 @@ Those features have been deprecated in Gtk+ for a long time.
 or Windows Server 2003.  The built binaries still run on all versions
 of Windows starting with Windows 9X.
 
++++
+** Emacs running on MS-Windows now supports the daemon mode.
+
 ** OS X 10.5 or older is no longer supported.
 
 ** OS X on PowerPC is no longer supported.