]> git.eshelyaron.com Git - emacs.git/commitdiff
Change `prev-buffer' to `previous-buffer'; add note on them using the
authorKároly Lőrentey <lorentey@elte.hu>
Fri, 16 Dec 2005 11:33:25 +0000 (11:33 +0000)
committerKároly Lőrentey <lorentey@elte.hu>
Fri, 16 Dec 2005 11:33:25 +0000 (11:33 +0000)
frame-local buffer list.

etc/ChangeLog
etc/NEWS

index 5d49c8e9a3b2d198605cbf0c03311615ac6cd3f9..0bcd8fc2e729183baf3d906db25f0a2bb8d8b25a 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
+
+       * NEWS: Change `prev-buffer' to `previous-buffer'; add note on
+       them using the frame-local buffer list.
+
 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
 
        * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode
index 010a6c43abfb6d7a23ed86e2baf1e19ce96a70de..4bb3e5cf08684755aade6fdf43914d197388fa2a 100644 (file)
--- 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.