From: Gerd Moellmann Date: Wed, 3 Nov 1999 16:27:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b51b619b17e1e87e15ea5984660022d259bde9eb;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ac9809bda5..04102abf88d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 1999-11-03 Gerd Moellmann + * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): + Use erase-field instead of erase-buffer. + * frame.el (blink-cursor-mode, blink-cursor-end): Use internal-show-cursor with new interface. (blink-cursor-timer-function): New. diff --git a/src/ChangeLog b/src/ChangeLog index 2c603555867..4e617d290c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +1999-11-03 Gerd Moellmann + + * dispnew.c (Finternal_show_cursor): Change it to set the + cursor on/off, not toggle its state. + (Finternal_show_cursor_p): New. + (syms_of_display): Defsubr Sinternal_show_cursor_p. + 1999-11-03 Dave Love * charset.c (split_non_ascii_string): Define return value.