aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2007-09-23 15:22:02 +0000
committerRichard M. Stallman2007-09-23 15:22:02 +0000
commit780d7bb95a64dd735f8b945c97d4d295bd656704 (patch)
treeb6f47db26fb7e9a0db26feb7f5d99d737b6fe7c1 /etc
parent7c4d5b8abb9b44925f547e733458242f37bb386a (diff)
downloademacs-780d7bb95a64dd735f8b945c97d4d295bd656704.tar.gz
emacs-780d7bb95a64dd735f8b945c97d4d295bd656704.zip
(Backquote): Minor clarification.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 91a85280076..e7b9f6bd0d2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -38,6 +38,12 @@ a GIF library.
38 38
39* Changes in Emacs 23.1 39* Changes in Emacs 23.1
40 40
41** Emacs now supports using both X displays and ttys in one session.
42You can also use any number of different ttys.
43
44You can test for the presence of this feature in your Lisp code by
45testing for the `multi-tty' feature.
46
41** Emacs comes with a new set of icons for Mac OS X. 47** Emacs comes with a new set of icons for Mac OS X.
42OS-X-style icons (an application icon and a relevant document icon) 48OS-X-style icons (an application icon and a relevant document icon)
43were contributed by Kentaro Ohkouchi. 49were contributed by Kentaro Ohkouchi.
@@ -53,10 +59,6 @@ symbolic notation thanks to auxiliary functions.
53** split-window-preferred-function specifies whether display-buffer should 59** split-window-preferred-function specifies whether display-buffer should
54split windows vertically or horizontally. 60split windows vertically or horizontally.
55 61
56** Support for multiple terminal devices and simultaneous graphical
57and tty frames has been added. You can test for the presence of this
58feature in your Lisp code by testing for the `multi-tty' feature.
59
60** Emacsclient has been extended to support opening a new terminal 62** Emacsclient has been extended to support opening a new terminal
61frame. Its behavior has been changed to open a new Emacs frame by 63frame. Its behavior has been changed to open a new Emacs frame by
62default. Use the -c option to get the old behavior of opening files in 64default. Use the -c option to get the old behavior of opening files in