comparison etc/NEWS @ 99202:a29f27ad97a5

Documented emacsclient changes.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 29 Oct 2008 04:57:56 +0000
parents a70ba38c4731
children a827b5371f54
comparison
equal deleted inserted replaced
99201:c49dc9185070 99202:a29f27ad97a5
113 The Emacs 22 icon is available as `emacs22.png' in the same location. 113 The Emacs 22 icon is available as `emacs22.png' in the same location.
114 114
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.
120 With an Emacs server active (M-x server-start), `emacsclient -t' 120 With an Emacs server active (M-x server-start), `emacsclient -t'
121 creates a tty frame connected to the running emacs server. You can 121 creates a tty frame connected to the running emacs server. You can
122 use any number of different ttys. `emacsclient -c' creates a new X11 122 use any number of different ttys. `emacsclient -c' creates a new X11
123 frame on the current $DISPLAY (or a tty frame if $DISPLAY is not set). 123 frame on the current $DISPLAY (or a tty frame if $DISPLAY is not set).
124 124
125 You can test for the presence of this feature in your Lisp code by 125 You can test for the presence of this feature in your Lisp code by
126 testing for the `multi-tty' feature. 126 testing for the `multi-tty' feature.
127 127 +++
128 **** Emacsclient can now open new terminal frames. 128 **** Emacsclient can now open new terminal frames.
129 Now, the default behavior is to open a new Emacs frame by default. 129 Now, the default behavior is to open a new Emacs frame by default.
130 Use the -c option to get the old behavior of opening files in the 130 Use the -c option to get the old behavior of opening files in the
131 currently selected Emacs frame. 131 currently 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
135 starts the server. Clients can connect and create graphical or 135 starts the server. Clients can connect and create graphical or
136 terminal frames using emacsclient. 136 terminal frames using emacsclient.
137 137