diff options
| author | Richard M. Stallman | 2002-03-18 04:44:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-03-18 04:44:05 +0000 |
| commit | 6147334f2bdf8c8f7631718c26a1b75b906fe143 (patch) | |
| tree | 39cbb938aca0df2ca5703bf276b4a6dc57a71d72 /src | |
| parent | 5fb96e963b12e3ced5ee9a2ee5477679b540295a (diff) | |
| download | emacs-6147334f2bdf8c8f7631718c26a1b75b906fe143.tar.gz emacs-6147334f2bdf8c8f7631718c26a1b75b906fe143.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ba3bcd8224f..a92718f0b90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2002-03-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (cursor_type_changed): New variable. | ||
| 4 | (redisplay_internal): Redisplay all windows if cursor_type_changed. | ||
| 5 | Clear it when clearing windows_or_buffers_changed. | ||
| 6 | (try_cursor_movement, redisplay_window, try_window_id) | ||
| 7 | (try_window_reusing_current_matrix): Test cursor_type_changed | ||
| 8 | along with windows_or_buffers_changed. | ||
| 9 | |||
| 10 | * window.h (cursor_type_changed): Hew variable. | ||
| 11 | |||
| 12 | * xfns.c (x_set_cursor_type): Set cursor_type_changed, | ||
| 13 | not update_mode_lines, and always set it to 1. | ||
| 14 | |||
| 15 | * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed | ||
| 16 | if no frames needed redrawing. | ||
| 17 | |||
| 1 | 2002-03-17 Kim F. Storm <storm@cua.dk> | 18 | 2002-03-17 Kim F. Storm <storm@cua.dk> |
| 2 | 19 | ||
| 3 | The following changes adds support for network server processes, | 20 | The following changes adds support for network server processes, |