Mercurial > emacs
changeset 47172:dfcd4fdf6fb0
cursor-in-non-selected-windows can now be any cursor type.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 30 Aug 2002 23:16:29 +0000 |
parents | c10af00d34e0 |
children | 06302ff9b201 |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Aug 30 23:10:09 2002 +0000 +++ b/etc/NEWS Fri Aug 30 23:16:29 2002 +0000 @@ -196,9 +196,10 @@ automatically. The game uses faces for better visual feedback. +++ -** On X and MS Windows, the blinking cursor's "off" state is now shown -as a hollow box or a thin bar. However, you can control how it blinks -off by setting the variable `blink-cursor-alist'. +** On X, MS Windows, and Mac OS, the blinking cursor's "off" state is +now shown as a hollow box or a thin bar. However, you can control how +it blinks off by setting the variable `blink-cursor-alist'. + +++ ** Emacs now supports compound-text Extended Segments in X selections. @@ -602,6 +603,9 @@ of `cursor-in-non-selected-windows' in the buffer that the cursor appears in. +** The variable `cursor-in-non-selected-windows' can now be set to any +of the recognized cursor types. + +++ ** The default values of `tooltip-delay' and `tooltip-hide-delay' were changed.