]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 24 Feb 2000 14:05:02 +0000 (14:05 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 24 Feb 2000 14:05:02 +0000 (14:05 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index c634708250678699e22c420724a84851a01022e1..f4029691f170b47b1755faeb7fc6af2527cebefe 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -16,9 +16,10 @@ images and toolkit scrollbars.  Use the --help option to list them.
 \f
 * Changes in Emacs 21.1
 
-** The variable `cursor-in-non-selected-windows' controls how to
+** User-option `show-cursor-in-non-selected-windows' controls how to
 display the cursor in non-selected windows.  If nil, no cursor is
-shown, if non-nil a hollow box cursor is shown.
+shown, if non-nil a hollow box cursor is shown.  This option can
+be customized.
 
 ** The variable `echo-keystrokes' may now have a floating point value.
 
index 1da4edfcb433cdaf3ba6107c0dda69b7f7494322..af35aeae13f8f02df87908bbfad59a6976f2428f 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * frame.el (show-cursor-in-non-selected-windows): New option.
+
 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
 
        * diary-lib.el (include-other-diary-files): Undo the selective
index bb90a4835b7d3a6f387467543a598c034865d3ba..894d80c877fc60c2acb5a06cd95c930ced610dca 100644 (file)
@@ -1,3 +1,12 @@
+2000-02-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * xterm.c (x_display_and_set_cursor): Display cursor of
+       non-selected windows depending on the setting of
+       cursor_in_non_selected_windows.
+
+       * xdisp.c (cursor_in_non_selected_windows): New variable.
+       (syms_of_xdisp): DEFVAR_BOOL it.
+
 2000-02-23  Gerd Moellmann  <gerd@gnu.org>
 
        * data.c (Fstring_to_number): If number is greater than what
@@ -19,7 +28,7 @@
        (SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
        (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
        nonzero, treat all multibyte characters as symbol.
-       (init_syntax_once): Give syntax `word' to all mutlbiyte
+       (init_syntax_once): Give syntax `word' to all multibyte
        characters.
 
 2000-02-22  Eli Zaretskii  <eliz@is.elta.co.il>