Mercurial > emacs
comparison etc/NEWS @ 55478:c6ec5bf17a29
Describe next- and prev-buffer.
Warn about change of keybindings for winner-redo and -undo.
Describe help argument highlighting feature.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 09 May 2004 22:37:12 +0000 |
parents | 6bfcdaf90a9b |
children | 7dbc07a598a9 |
comparison
equal
deleted
inserted
replaced
55477:e191e6d1554e | 55478:c6ec5bf17a29 |
---|---|
87 ** Building with -DENABLE_CHECKING does not automatically build with union | 87 ** Building with -DENABLE_CHECKING does not automatically build with union |
88 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | 88 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. |
89 | 89 |
90 | 90 |
91 * Changes in Emacs 21.4 | 91 * Changes in Emacs 21.4 |
92 | |
93 ** Convenient commands to switch buffers in a cyclic order are C-x <left> | |
94 (prev-buffer) and C-x <right> (next-buffer). | |
95 | |
96 ** Commands winner-redo and winner-undo, from winner.el, are now bound to | |
97 C-c <left> and C-c <right>, respectively. This is an incompatible change. | |
98 | |
99 ** Help commands `describe-funcion' and `describe-key' now show function | |
100 arguments in italics. To change the default highlighting customize the | |
101 face `help-argument-name'. | |
92 | 102 |
93 --- | 103 --- |
94 ** The comint prompt can now be made read-only, using the new user | 104 ** The comint prompt can now be made read-only, using the new user |
95 option `comint-prompt-read-only'. This is not enabled by default, | 105 option `comint-prompt-read-only'. This is not enabled by default, |
96 except in IELM buffers. The read-only status of IELM prompts can be | 106 except in IELM buffers. The read-only status of IELM prompts can be |