diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 96b967cf8c6..41d63138069 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,12 @@ | |||
| 8 | 8 | ||
| 9 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> | 9 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> |
| 10 | 10 | ||
| 11 | * window.c (Fset_window_point): If displaying cursors in windows | ||
| 12 | other than the selected window, make sure redisplay updates | ||
| 13 | other windows to show the new value of point in the window. | ||
| 14 | |||
| 15 | * dispextern.h (cursor_in_non_selected_windows): Declare extern. | ||
| 16 | |||
| 11 | * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if | 17 | * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if |
| 12 | the buffer is the sole visible buffer when in the mini-buffer. | 18 | the buffer is the sole visible buffer when in the mini-buffer. |
| 13 | 19 | ||