From: Juanma Barranquero Date: Sun, 9 May 2004 22:37:12 +0000 (+0000) Subject: Describe next- and prev-buffer. X-Git-Tag: ttn-vms-21-2-B4~6322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0529fe18149c46448178e60cc7475e5e9ce02d0;p=emacs.git Describe next- and prev-buffer. Warn about change of keybindings for winner-redo and -undo. Describe help argument highlighting feature. --- diff --git a/etc/NEWS b/etc/NEWS index a86a93e92de..dd027945f3c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -90,6 +90,16 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * 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,