comparison etc/NEWS @ 43626:de43922d0921

Blinking cursor enhancement.
author Kim F. Storm <storm@cua.dk>
date Sat, 02 Mar 2002 00:14:09 +0000
parents 646014f22c72
children a84483ed5134
comparison
equal deleted inserted replaced
43625:fb3e6d3a1851 43626:de43922d0921
29 --- 29 ---
30 ** Support for BSD/OS 5.0 was added. 30 ** Support for BSD/OS 5.0 was added.
31 31
32 32
33 * Changes in Emacs 21.3 33 * Changes in Emacs 21.3
34
35 ** On X and MS Windows, the blinking cursor's "off" state is now shown
36 as a hollow box or a thin bar.
34 37
35 +++ 38 +++
36 ** Emacs now supports ICCCM Extended Segments in X selections. 39 ** Emacs now supports ICCCM Extended Segments in X selections.
37 40
38 Some versions of X, notably XFree86, use Extended Segments to encode 41 Some versions of X, notably XFree86, use Extended Segments to encode
635 The filter and sentinel functions can now be specified as arguments 638 The filter and sentinel functions can now be specified as arguments
636 to open-network-stream. When the non-blocking connect completes, the 639 to open-network-stream. When the non-blocking connect completes, the
637 sentinel is called with the status matching "open" or "failed". 640 sentinel is called with the status matching "open" or "failed".
638 641
639 ** New function substring-no-properties. 642 ** New function substring-no-properties.
643
644 ** New function minibuffer-selected-window.
640 645
641 +++ 646 +++
642 *** The meanings of scroll-up-aggressively and scroll-down-aggressively 647 *** The meanings of scroll-up-aggressively and scroll-down-aggressively
643 have been interchanged, so that the former now controls scrolling up, 648 have been interchanged, so that the former now controls scrolling up,
644 and the latter now controls scrolling down. 649 and the latter now controls scrolling down.