# HG changeset patch # User Juanma Barranquero # Date 1084142232 0 # Node ID c6ec5bf17a2971a360ab24f67912ef3e0afb6d39 # Parent e191e6d1554e95d3d5fc668263bd1f78da27636f Describe next- and prev-buffer. Warn about change of keybindings for winner-redo and -undo. Describe help argument highlighting feature. diff -r e191e6d1554e -r c6ec5bf17a29 etc/NEWS --- a/etc/NEWS Sun May 09 22:15:14 2004 +0000 +++ b/etc/NEWS Sun May 09 22:37:12 2004 +0000 @@ -90,6 +90,16 @@ * Changes in Emacs 21.4 +** Convenient commands to switch buffers in a cyclic order are C-x +(prev-buffer) and C-x (next-buffer). + +** Commands winner-redo and winner-undo, from winner.el, are now bound to +C-c and C-c , respectively. This is an incompatible change. + +** Help commands `describe-funcion' and `describe-key' now show function +arguments in italics. To change the default highlighting customize the +face `help-argument-name'. + --- ** The comint prompt can now be made read-only, using the new user option `comint-prompt-read-only'. This is not enabled by default,