comparison src/ChangeLog @ 43990:d6b0a23deaeb

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 18 Mar 2002 04:44:05 +0000
parents 31b6bf22b82b
children 96b1d809072a
comparison
equal deleted inserted replaced
43989:45bade9bdfe3 43990:d6b0a23deaeb
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,
4 datagram connections, and local (unix) sockets. 21 datagram connections, and local (unix) sockets.
5 22