diff options
| author | Dan Nicolaescu | 2008-02-08 15:39:03 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-02-08 15:39:03 +0000 |
| commit | 1abe3a1e4eb4c83a5f37de38b5cb318c14ef5bda (patch) | |
| tree | 5f95f86e4dd6d0821f42c3c91a1d49bbc1cb8b18 | |
| parent | 09317bf4bfaa866b1193863c2f4a0d34aa26c720 (diff) | |
| download | emacs-1abe3a1e4eb4c83a5f37de38b5cb318c14ef5bda.tar.gz emacs-1abe3a1e4eb4c83a5f37de38b5cb318c14ef5bda.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 10 insertions, 4 deletions
| @@ -28,6 +28,9 @@ so we will look at it and add it to the manual. | |||
| 28 | 28 | ||
| 29 | ** The default X toolkit is now Gtk+, rather than Lucid. | 29 | ** The default X toolkit is now Gtk+, rather than Lucid. |
| 30 | 30 | ||
| 31 | ** The new configuration option "--with-dbus" enables D-Bus language | ||
| 32 | bindings for Emacs. | ||
| 33 | |||
| 31 | ** The Mac Carbon port is no longer supported. | 34 | ** The Mac Carbon port is no longer supported. |
| 32 | Instead, use... [what?] | 35 | Instead, use... [what?] |
| 33 | 36 | ||
| @@ -43,9 +46,6 @@ See the list at the end of etc/MACHINES for details. | |||
| 43 | 46 | ||
| 44 | ** The `emacstool' utility has been removed. | 47 | ** The `emacstool' utility has been removed. |
| 45 | 48 | ||
| 46 | ** The new configuration option "--with-dbus" enables D-Bus language | ||
| 47 | bindings for Emacs. | ||
| 48 | |||
| 49 | ** The configure options `--with-gcc', `--without-gcc' have been removed. | 49 | ** The configure options `--with-gcc', `--without-gcc' have been removed. |
| 50 | Configure will use gcc by default. Set the CC environment variable if | 50 | Configure will use gcc by default. Set the CC environment variable if |
| 51 | you need control over which C compiler is used. | 51 | you need control over which C compiler is used. |
| @@ -56,7 +56,10 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary. | |||
| 56 | * Changes in Emacs 23.1 | 56 | * Changes in Emacs 23.1 |
| 57 | 57 | ||
| 58 | ** Emacs now supports using both X displays and ttys in one session. | 58 | ** Emacs now supports using both X displays and ttys in one session. |
| 59 | You can also use any number of different ttys. | 59 | Start the server (M-x server-start). Then `emacsclient -t' creates a |
| 60 | tty frame connected to the running emacs server. You can also use any | ||
| 61 | number of different ttys. `emacsclient -c' creates a new X11 frame on | ||
| 62 | the current $DISPLAY or a tty frame if $DISPLAY is not set. | ||
| 60 | 63 | ||
| 61 | You can test for the presence of this feature in your Lisp code by | 64 | You can test for the presence of this feature in your Lisp code by |
| 62 | testing for the `multi-tty' feature. | 65 | testing for the `multi-tty' feature. |
| @@ -104,6 +107,9 @@ highlighting, and help echoing in the minibuffer. | |||
| 104 | recenter the visited source file. Its value can be a number (for example, | 107 | recenter the visited source file. Its value can be a number (for example, |
| 105 | 0 for top line, -1 for bottom line), or nil for no recentering. | 108 | 0 for top line, -1 for bottom line), or nil for no recentering. |
| 106 | 109 | ||
| 110 | ** New command recenter-top-bottom moves the current line to window | ||
| 111 | center, top and bottom on successive invokations. | ||
| 112 | |||
| 107 | ** C-l is bound to the new command recenter-top-bottom, rather than recenter. | 113 | ** C-l is bound to the new command recenter-top-bottom, rather than recenter. |
| 108 | 114 | ||
| 109 | ** The mode-line displays a `@' if the default-directory for the current buffer | 115 | ** The mode-line displays a `@' if the default-directory for the current buffer |