changeset 28323:c58dc3f08133

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 26 Mar 2000 16:27:11 +0000
parents 986882bafaf1
children 979a905864ab
files etc/NEWS src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Mar 26 16:25:09 2000 +0000
+++ b/etc/NEWS	Sun Mar 26 16:27:11 2000 +0000
@@ -1068,6 +1068,16 @@
 When you add a new item, please add it without either +++ or ---
 so I will know I still need to look at it -- rms.
 
+*** The buffer-local variable cursor-type can be used to specify the
+cursor to use in windows displaying a buffer.  Values are interpreted
+as follows:
+
+  t 		use the cursor specified for the frame (default)
+  nil		don't display a cursor
+  `bar'		display a bar cursor with default width
+  (bar . WIDTH)	display a bar cursor with width WIDTH
+  others	display a box cursor.
+
 ** The variable open-paren-in-column-0-is-defun-start controls whether
 an open parenthesis in column 0 is considered to be the start of a
 defun.  If set, the default, it is considered a defun start.  If not
Binary file src/ChangeLog has changed