From: Károly Lőrentey Date: Fri, 16 Dec 2005 11:33:25 +0000 (+0000) Subject: Change `prev-buffer' to `previous-buffer'; add note on them using the X-Git-Tag: emacs-pretest-22.0.90~5254 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f46955194797ff50b7210d5397d22b1c5e819ec0;p=emacs.git Change `prev-buffer' to `previous-buffer'; add note on them using the frame-local buffer list. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 5d49c8e9a3b..0bcd8fc2e72 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2005-12-16 L$,1 q(Brentey K,Aa(Broly + + * NEWS: Change `prev-buffer' to `previous-buffer'; add note on + them using the frame-local buffer list. + 2005-12-10 David Koppelman * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode diff --git a/etc/NEWS b/etc/NEWS index 010a6c43abf..4bb3e5cf086 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -307,9 +307,10 @@ a new Emacs. On 32bit machines, it is now 256M (i.e. 268435455). +++ -** You can now switch buffers in a cyclic order with C-x C-left and -(prev-buffer) and C-x C-right (next-buffer). C-x left and C-x right -can be used as well. +** You can now switch buffers in a cyclic order with C-x C-left +(previous-buffer) and C-x C-right (next-buffer). C-x left and +C-x right can be used as well. The functions keep a different buffer +cycle for each frame, using the frame-local buffer list. +++ ** `undo-only' does an undo which does not redo any previous undo.