Mercurial > hg > xemacs-beta
comparison etc/NEWS @ 159:3bb7ccffb0c0 r20-3b6
Import from CVS: tag r20-3b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:41:43 +0200 |
parents | 6b37e6ddd302 |
children | 28f395d8dc7a |
comparison
equal
deleted
inserted
replaced
158:558dfa75ffb3 | 159:3bb7ccffb0c0 |
---|---|
122 | 122 |
123 On consoles that display only one frame at a time (e.g. TTY consoles), | 123 On consoles that display only one frame at a time (e.g. TTY consoles), |
124 creating a new frame with `C-x 5 2' also raises and selects that | 124 creating a new frame with `C-x 5 2' also raises and selects that |
125 frame. The behavior of window system frames is unchanged. | 125 frame. The behavior of window system frames is unchanged. |
126 | 126 |
127 ** C-x n d now runs the new command narrow-to-defun, | 127 ** `C-x n d' now runs the new command `narrow-to-defun', |
128 which narrows the accessible parts of the buffer to just | 128 which narrows the accessible parts of the buffer to just |
129 the current defun. | 129 the current defun. |
130 | 130 |
131 ** The new command C-x 4 0 (kill-buffer-and-window) kills the | 131 ** The new command `C-x 4 0' (kill-buffer-and-window) kills the |
132 current buffer and deletes the selected window. It asks for | 132 current buffer and deletes the selected window. It asks for |
133 confirmation first. | 133 confirmation first. |
134 | 134 |
135 ** XEmacs can now save the minibuffer histories from various | 135 ** XEmacs can now save the minibuffer histories from various |
136 minibuffers. To use this feature, add the line: | 136 minibuffers. To use this feature, add the line: |
190 ========================================== | 190 ========================================== |
191 | 191 |
192 ** Autoconf 2 is supported, making XEmacs more conforming to | 192 ** Autoconf 2 is supported, making XEmacs more conforming to |
193 conventions used by other free software. | 193 conventions used by other free software. |
194 | 194 |
195 ** tty-erase-char is a new variable that reports which character | 195 ** `tty-erase-char' is a new variable that reports which character |
196 was set up as the terminal's erase character at the tim Emacs was started. | 196 was set up as the terminal's erase character at the tim Emacs was |
197 started. | |
198 | |
199 ** The TIME argument to `format-time-string' is now optional and | |
200 defaults to the current time. | |
201 | |
202 ** The PATTERN argument to `split-string' is now optional and defaults | |
203 to whitespace ("[ \f\t\n\r\v]+"). | |
197 | 204 |
198 | 205 |
199 | 206 |
200 * Changes in XEmacs 20.2 | 207 * Changes in XEmacs 20.2 |
201 ======================== | 208 ======================== |