diff options
author | Kim F. Storm <storm@cua.dk> | 2002-08-30 23:16:29 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-08-30 23:16:29 +0000 |
commit | 36c5871c2a93f119c2f368c1629b3a07f4f99c3d (patch) | |
tree | 3f044db99e05e25a29c39eba3e654a6d69b03fe0 /etc/NEWS | |
parent | 92a4e78287071e65380fbec203280d5c892078b3 (diff) | |
download | emacs-36c5871c2a93f119c2f368c1629b3a07f4f99c3d.tar.gz |
cursor-in-non-selected-windows can now be any cursor type.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -196,9 +196,10 @@ default, all trivial operations involving whole lines are performed 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 @@ according to the value of `save-abbrevs'. 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. |