aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-29 04:57:56 +0000
committerChong Yidong2008-10-29 04:57:56 +0000
commitc409d2f31c7a65e2db20765fe6bd50fd6761c278 (patch)
tree10aef2109aafc46cb20455a14d4e19cabdc4ec0a
parent8bd3f7efa7a721016ebfab2232f6e7129a15eb9a (diff)
downloademacs-c409d2f31c7a65e2db20765fe6bd50fd6761c278.tar.gz
emacs-c409d2f31c7a65e2db20765fe6bd50fd6761c278.zip
Documented emacsclient changes.
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 725a7dd9bf5..95359861f7d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -115,7 +115,7 @@ The Emacs 22 icon is available as `emacs22.png' in the same location.
115* Changes in Emacs 23.1 115* Changes in Emacs 23.1
116 116
117** Improved X Window System support 117** Improved X Window System support
118 118+++
119*** Emacs now supports using both X displays and ttys in one session. 119*** Emacs now supports using both X displays and ttys in one session.
120With an Emacs server active (M-x server-start), `emacsclient -t' 120With an Emacs server active (M-x server-start), `emacsclient -t'
121creates a tty frame connected to the running emacs server. You can 121creates a tty frame connected to the running emacs server. You can
@@ -124,12 +124,12 @@ frame on the current $DISPLAY (or a tty frame if $DISPLAY is not set).
124 124
125You can test for the presence of this feature in your Lisp code by 125You can test for the presence of this feature in your Lisp code by
126testing for the `multi-tty' feature. 126testing for the `multi-tty' feature.
127 127+++
128**** Emacsclient can now open new terminal frames. 128**** Emacsclient can now open new terminal frames.
129Now, the default behavior is to open a new Emacs frame by default. 129Now, the default behavior is to open a new Emacs frame by default.
130Use the -c option to get the old behavior of opening files in the 130Use the -c option to get the old behavior of opening files in the
131currently selected Emacs frame. 131currently selected Emacs frame.
132 132+++
133*** Emacs can now start in background, as a daemon when using the 133*** Emacs can now start in background, as a daemon when using the
134--daemon command line argument. It disconnects from the terminal and 134--daemon command line argument. It disconnects from the terminal and
135starts the server. Clients can connect and create graphical or 135starts the server. Clients can connect and create graphical or