# HG changeset patch # User Kim F. Storm # Date 1062575893 0 # Node ID e41d6d07042916ee38170170322cb018c3110c46 # Parent cb455e3c260389491040d7ab9af191fbdac0ec3c Blinking cursor's default off state restored to "no cursor". diff -r cb455e3c2603 -r e41d6d070429 etc/NEWS --- a/etc/NEWS Wed Sep 03 07:50:46 2003 +0000 +++ b/etc/NEWS Wed Sep 03 07:58:13 2003 +0000 @@ -448,6 +448,10 @@ default-frame-alist. It supports variable heights, like the `bar' cursor does. ++++ +** On X, MS Windows, and Mac OS, the blinking cursor's "off" state is +now controlled by the variable `blink-cursor-alist'. + ** Filesets are collections of files. You can define a fileset in various ways, such as based on a directory tree or based on program files that include other program files. @@ -467,11 +471,6 @@ default, all trivial operations involving whole lines are performed automatically. The game uses faces for better visual feedback. -+++ -** 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'. - ** The new variable `x-select-request-type' controls how Emacs requests X selection. The default value is nil, which means that Emacs requests X selection with types COMPOUND_TEXT and UTF8_STRING,