diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
2 files changed, 10 insertions, 0 deletions
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 <gerd@gnu.org> + * 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 <gerd@gnu.org> + + * 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 <fx@gnu.org> * charset.c (split_non_ascii_string): Define return value. |
