aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-02-08 15:39:03 +0000
committerDan Nicolaescu2008-02-08 15:39:03 +0000
commit1abe3a1e4eb4c83a5f37de38b5cb318c14ef5bda (patch)
tree5f95f86e4dd6d0821f42c3c91a1d49bbc1cb8b18
parent09317bf4bfaa866b1193863c2f4a0d34aa26c720 (diff)
downloademacs-1abe3a1e4eb4c83a5f37de38b5cb318c14ef5bda.tar.gz
emacs-1abe3a1e4eb4c83a5f37de38b5cb318c14ef5bda.zip
*** empty log message ***
-rw-r--r--etc/NEWS14
1 files changed, 10 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ef680dd0db2..54c680bb797 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
32bindings for Emacs.
33
31** The Mac Carbon port is no longer supported. 34** The Mac Carbon port is no longer supported.
32Instead, use... [what?] 35Instead, 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
47bindings 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.
50Configure will use gcc by default. Set the CC environment variable if 50Configure will use gcc by default. Set the CC environment variable if
51you need control over which C compiler is used. 51you 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.
59You can also use any number of different ttys. 59Start the server (M-x server-start). Then `emacsclient -t' creates a
60tty frame connected to the running emacs server. You can also use any
61number of different ttys. `emacsclient -c' creates a new X11 frame on
62the current $DISPLAY or a tty frame if $DISPLAY is not set.
60 63
61You can test for the presence of this feature in your Lisp code by 64You can test for the presence of this feature in your Lisp code by
62testing for the `multi-tty' feature. 65testing for the `multi-tty' feature.
@@ -104,6 +107,9 @@ highlighting, and help echoing in the minibuffer.
104recenter the visited source file. Its value can be a number (for example, 107recenter the visited source file. Its value can be a number (for example,
1050 for top line, -1 for bottom line), or nil for no recentering. 1080 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
111center, 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