Mercurial > emacs
comparison etc/NEWS @ 67601:0644a2b72e8c
Change `prev-buffer' to `previous-buffer'; add note on them using the
frame-local buffer list.
author | Károly Lőrentey <lorentey@elte.hu> |
---|---|
date | Fri, 16 Dec 2005 11:33:25 +0000 |
parents | d0f7b15488df |
children | 8e79cfa67c95 |
comparison
equal
deleted
inserted
replaced
67600:d14352717f67 | 67601:0644a2b72e8c |
---|---|
305 +++ | 305 +++ |
306 ** The max size of buffers and integers has been doubled. | 306 ** The max size of buffers and integers has been doubled. |
307 On 32bit machines, it is now 256M (i.e. 268435455). | 307 On 32bit machines, it is now 256M (i.e. 268435455). |
308 | 308 |
309 +++ | 309 +++ |
310 ** You can now switch buffers in a cyclic order with C-x C-left and | 310 ** You can now switch buffers in a cyclic order with C-x C-left |
311 (prev-buffer) and C-x C-right (next-buffer). C-x left and C-x right | 311 (previous-buffer) and C-x C-right (next-buffer). C-x left and |
312 can be used as well. | 312 C-x right can be used as well. The functions keep a different buffer |
313 cycle for each frame, using the frame-local buffer list. | |
313 | 314 |
314 +++ | 315 +++ |
315 ** `undo-only' does an undo which does not redo any previous undo. | 316 ** `undo-only' does an undo which does not redo any previous undo. |
316 | 317 |
317 +++ | 318 +++ |