diff options
| author | Gerd Moellmann | 1999-11-03 16:27:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-03 16:27:34 +0000 |
| commit | b51b619b17e1e87e15ea5984660022d259bde9eb (patch) | |
| tree | c75c59826e45b7c3b501b9569fba4fe36c9f35cc | |
| parent | 3157c24a8e38094edca0f4bb81dcba64967d6f5f (diff) | |
| download | emacs-b51b619b17e1e87e15ea5984660022d259bde9eb.tar.gz emacs-b51b619b17e1e87e15ea5984660022d259bde9eb.zip | |
*** empty log message ***
| -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 @@ | |||
| 1 | 1999-11-03 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): | ||
| 4 | Use erase-field instead of erase-buffer. | ||
| 5 | |||
| 3 | * frame.el (blink-cursor-mode, blink-cursor-end): Use | 6 | * frame.el (blink-cursor-mode, blink-cursor-end): Use |
| 4 | internal-show-cursor with new interface. | 7 | internal-show-cursor with new interface. |
| 5 | (blink-cursor-timer-function): New. | 8 | (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 @@ | |||
| 1 | 1999-11-03 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (Finternal_show_cursor): Change it to set the | ||
| 4 | cursor on/off, not toggle its state. | ||
| 5 | (Finternal_show_cursor_p): New. | ||
| 6 | (syms_of_display): Defsubr Sinternal_show_cursor_p. | ||
| 7 | |||
| 1 | 1999-11-03 Dave Love <fx@gnu.org> | 8 | 1999-11-03 Dave Love <fx@gnu.org> |
| 2 | 9 | ||
| 3 | * charset.c (split_non_ascii_string): Define return value. | 10 | * charset.c (split_non_ascii_string): Define return value. |