Mercurial > hg > xemacs-beta
comparison etc/NEWS @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 5a88923fcbfe |
children | 15872534500d |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
136 | 136 |
137 On consoles that display only one frame at a time (e.g. TTY consoles), | 137 On consoles that display only one frame at a time (e.g. TTY consoles), |
138 creating a new frame with `C-x 5 2' also raises and selects that | 138 creating a new frame with `C-x 5 2' also raises and selects that |
139 frame. The behavior of window system frames is unchanged. | 139 frame. The behavior of window system frames is unchanged. |
140 | 140 |
141 ** Abbreviations can now contain non-word characters. | |
142 | |
143 This means that it is finally possible to do such simple things as | |
144 define `#if' to expand to `#include' in C mode, `s-c-b' to | |
145 `save-current-buffer' in Lisp mode, `call/cc' to | |
146 `call-with-current-continuation' in Scheme mode, etc. | |
147 | |
141 ** `C-x n d' now runs the new command `narrow-to-defun', | 148 ** `C-x n d' now runs the new command `narrow-to-defun', |
142 which narrows the accessible parts of the buffer to just | 149 which narrows the accessible parts of the buffer to just |
143 the current defun. | 150 the current defun. |
144 | 151 |
145 ** The new command `C-x 4 0' (kill-buffer-and-window) kills the | 152 ** The new command `C-x 4 0' (kill-buffer-and-window) kills the |
147 confirmation first. | 154 confirmation first. |
148 | 155 |
149 ** arc-mode has a new function called `archive-quit' bound to q, which | 156 ** arc-mode has a new function called `archive-quit' bound to q, which |
150 quits archive mode in the same fashion dired-quit works. | 157 quits archive mode in the same fashion dired-quit works. |
151 | 158 |
152 ** The feature to teach the key bindings of extended commands after | 159 ** The feature to teach the key bindings of extended commands now |
153 the command finishes. The message suggesting key bindings appears | 160 prints the message after the command finishes. After some time, the |
154 temporarily in the echo area. The previous echo area contents come | 161 previous echo area contents is restored (in case the command prints |
162 something useful.) | |
155 | 163 |
156 ** XEmacs can now save the minibuffer histories from various | 164 ** XEmacs can now save the minibuffer histories from various |
157 minibuffers. To use this feature, add the line: | 165 minibuffers. To use this feature, add the line: |
158 | 166 |
159 (savehist-load) | 167 (savehist-load) |