# HG changeset patch # User Chong Yidong # Date 1225256276 0 # Node ID a29f27ad97a5bb625856a451704ab8890ff5a5d8 # Parent c49dc91850706bd24ec276635cc259d57721d291 Documented emacsclient changes. diff -r c49dc9185070 -r a29f27ad97a5 etc/NEWS --- a/etc/NEWS Wed Oct 29 04:57:39 2008 +0000 +++ b/etc/NEWS Wed Oct 29 04:57:56 2008 +0000 @@ -115,7 +115,7 @@ * Changes in Emacs 23.1 ** Improved X Window System support - ++++ *** Emacs now supports using both X displays and ttys in one session. With an Emacs server active (M-x server-start), `emacsclient -t' creates a tty frame connected to the running emacs server. You can @@ -124,12 +124,12 @@ You can test for the presence of this feature in your Lisp code by testing for the `multi-tty' feature. - ++++ **** Emacsclient can now open new terminal frames. Now, the default behavior is to open a new Emacs frame by default. Use the -c option to get the old behavior of opening files in the currently selected Emacs frame. - ++++ *** Emacs can now start in background, as a daemon when using the --daemon command line argument. It disconnects from the terminal and starts the server. Clients can connect and create graphical or