comparison etc/NEWS @ 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 6ec82a0927f2
children f17f344680f2
comparison
equal deleted inserted replaced
47171:c10af00d34e0 47172:dfcd4fdf6fb0
194 `mpuz' now allows the 2nd factor not to have two identical digits. By 194 `mpuz' now allows the 2nd factor not to have two identical digits. By
195 default, all trivial operations involving whole lines are performed 195 default, all trivial operations involving whole lines are performed
196 automatically. The game uses faces for better visual feedback. 196 automatically. The game uses faces for better visual feedback.
197 197
198 +++ 198 +++
199 ** On X and MS Windows, the blinking cursor's "off" state is now shown 199 ** On X, MS Windows, and Mac OS, the blinking cursor's "off" state is
200 as a hollow box or a thin bar. However, you can control how it blinks 200 now shown as a hollow box or a thin bar. However, you can control how
201 off by setting the variable `blink-cursor-alist'. 201 it blinks off by setting the variable `blink-cursor-alist'.
202
202 203
203 +++ 204 +++
204 ** Emacs now supports compound-text Extended Segments in X selections. 205 ** Emacs now supports compound-text Extended Segments in X selections.
205 206
206 Some versions of X, notably XFree86, use Extended Segments to encode 207 Some versions of X, notably XFree86, use Extended Segments to encode
600 +++ 601 +++
601 ** Display of hollow cursors now obeys the buffer-local value (if any) 602 ** Display of hollow cursors now obeys the buffer-local value (if any)
602 of `cursor-in-non-selected-windows' in the buffer that the cursor 603 of `cursor-in-non-selected-windows' in the buffer that the cursor
603 appears in. 604 appears in.
604 605
606 ** The variable `cursor-in-non-selected-windows' can now be set to any
607 of the recognized cursor types.
608
605 +++ 609 +++
606 ** The default values of `tooltip-delay' and `tooltip-hide-delay' 610 ** The default values of `tooltip-delay' and `tooltip-hide-delay'
607 were changed. 611 were changed.
608 612
609 --- 613 ---