Mercurial > emacs
comparison etc/NEWS @ 83404:69e184bbba16
Merged from miles@gnu.org--gnu-2005 (patch 656-658)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-656
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-657
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-658
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-444
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 23 Nov 2005 01:35:21 +0000 |
parents | c6ae377fa1f0 |
children | 8eabc94541ad |
comparison
equal
deleted
inserted
replaced
83403:51eb0aa362f3 | 83404:69e184bbba16 |
---|---|
296 a new Emacs. | 296 a new Emacs. |
297 | 297 |
298 +++ | 298 +++ |
299 ** The max size of buffers and integers has been doubled. | 299 ** The max size of buffers and integers has been doubled. |
300 On 32bit machines, it is now 256M (i.e. 268435455). | 300 On 32bit machines, it is now 256M (i.e. 268435455). |
301 | |
302 +++ | |
303 ** M-g is now a prefix key. | |
304 M-g g and M-g M-g run goto-line. | |
305 M-g n and M-g M-n run next-error (like C-x `). | |
306 M-g p and M-g M-p run previous-error. | |
307 | |
308 +++ | |
309 ** C-u M-g M-g switches to the most recent previous buffer, | |
310 and goes to the specified line in that buffer. | |
311 | |
312 When goto-line starts to execute, if there's a number in the buffer at | |
313 point then it acts as the default argument for the minibuffer. | |
314 | |
315 +++ | |
316 ** The old bindings C-M-delete and C-M-backspace have been deleted, | |
317 since there are situations where one or the other will shut down | |
318 the operating system or your X server. | |
319 | |
320 +++ | |
321 ** line-move-ignore-invisible now defaults to t. | |
322 | |
323 +++ | |
324 ** When the undo information of the current command gets really large | |
325 (beyond the value of `undo-outer-limit'), Emacs discards it and warns | |
326 you about it. | |
327 | |
328 +++ | |
329 ** `apply-macro-to-region-lines' now operates on all lines that begin | |
330 in the region, rather than on all complete lines in the region. | |
331 | 301 |
332 +++ | 302 +++ |
333 ** You can now switch buffers in a cyclic order with C-x C-left and | 303 ** You can now switch buffers in a cyclic order with C-x C-left and |
334 (prev-buffer) and C-x C-right (next-buffer). C-x left and C-x right | 304 (prev-buffer) and C-x C-right (next-buffer). C-x left and C-x right |
335 can be used as well. | 305 can be used as well. |
4932 was inconsistent with the face behavior under X. | 4902 was inconsistent with the face behavior under X. |
4933 | 4903 |
4934 --- | 4904 --- |
4935 *** `set-fontset-font', `fontset-info', `fontset-font' now operate on | 4905 *** `set-fontset-font', `fontset-info', `fontset-font' now operate on |
4936 the default fontset if the argument NAME is nil.. | 4906 the default fontset if the argument NAME is nil.. |
4937 | |
4938 +++ | |
4939 *** In `set-face-attribute', you can assign any attribute the value | |
4940 `:ignore-defface'. This forces the attribute value to be acquired | |
4941 from some other face during face merging. | |
4942 | 4907 |
4943 ** Font-Lock changes: | 4908 ** Font-Lock changes: |
4944 | 4909 |
4945 +++ | 4910 +++ |
4946 *** New special text property `font-lock-face'. | 4911 *** New special text property `font-lock-face'. |