diff options
| author | Richard M. Stallman | 2007-09-23 15:22:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-09-23 15:22:02 +0000 |
| commit | 780d7bb95a64dd735f8b945c97d4d295bd656704 (patch) | |
| tree | b6f47db26fb7e9a0db26feb7f5d99d737b6fe7c1 /etc | |
| parent | 7c4d5b8abb9b44925f547e733458242f37bb386a (diff) | |
| download | emacs-780d7bb95a64dd735f8b945c97d4d295bd656704.tar.gz emacs-780d7bb95a64dd735f8b945c97d4d295bd656704.zip | |
(Backquote): Minor clarification.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
| @@ -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. | ||
| 42 | You can also use any number of different ttys. | ||
| 43 | |||
| 44 | You can test for the presence of this feature in your Lisp code by | ||
| 45 | testing 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. |
| 42 | OS-X-style icons (an application icon and a relevant document icon) | 48 | OS-X-style icons (an application icon and a relevant document icon) |
| 43 | were contributed by Kentaro Ohkouchi. | 49 | were 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 |
| 54 | split windows vertically or horizontally. | 60 | split windows vertically or horizontally. |
| 55 | 61 | ||
| 56 | ** Support for multiple terminal devices and simultaneous graphical | ||
| 57 | and tty frames has been added. You can test for the presence of this | ||
| 58 | feature 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 |
| 61 | frame. Its behavior has been changed to open a new Emacs frame by | 63 | frame. Its behavior has been changed to open a new Emacs frame by |
| 62 | default. Use the -c option to get the old behavior of opening files in | 64 | default. Use the -c option to get the old behavior of opening files in |