diff options
| author | Károly Lőrentey | 2005-12-16 11:33:25 +0000 |
|---|---|---|
| committer | Károly Lőrentey | 2005-12-16 11:33:25 +0000 |
| commit | f46955194797ff50b7210d5397d22b1c5e819ec0 (patch) | |
| tree | fbcfaf7d1159fb54b9d3ba842f986141ddefc3be | |
| parent | f63d5a0ec1d710b7f3f647788e35cea241300b26 (diff) | |
| download | emacs-f46955194797ff50b7210d5397d22b1c5e819ec0.tar.gz emacs-f46955194797ff50b7210d5397d22b1c5e819ec0.zip | |
Change `prev-buffer' to `previous-buffer'; add note on them using the
frame-local buffer list.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 5d49c8e9a3b..0bcd8fc2e72 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-12-16 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | ||
| 2 | |||
| 3 | * NEWS: Change `prev-buffer' to `previous-buffer'; add note on | ||
| 4 | them using the frame-local buffer list. | ||
| 5 | |||
| 1 | 2005-12-10 David Koppelman <koppel@ece.lsu.edu> | 6 | 2005-12-10 David Koppelman <koppel@ece.lsu.edu> |
| 2 | 7 | ||
| 3 | * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode | 8 | * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode |
| @@ -307,9 +307,10 @@ a new Emacs. | |||
| 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. |