comparison src/ChangeLog @ 33962:5bf18e3f605c

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 28 Nov 2000 13:59:18 +0000
parents 459041b5b148
children 686023ece47f
comparison
equal deleted inserted replaced
33961:f7744f7fd432 33962:5bf18e3f605c
1 2000-11-28 Gerd Moellmann <gerd@gnu.org> 1 2000-11-28 Gerd Moellmann <gerd@gnu.org>
2
3 * window.c (coordinates_in_window): If on a mode or header line,
4 but sufficiently close to its start, return ``on vertical
5 border''. This gives us a way to drag windows horizontally when
6 using toolkit scroll bars.
7
8 * xterm.c (note_mouse_highlight): Change the cursor shape
9 on the vertical border between windows.
10
11 * xterm.h (struct x_output): Add member horizontal_drag_cursor.
12
13 * xfns.c (Vx_window_horizontal_drag_shape): New variable.
14 (syms_of_xfns): DEFVAR_LISP it.
15 (x_set_mouse_color): Create frame's horizontal_drag_cursor.
2 16
3 * textprop.c (text_read_only): New function. 17 * textprop.c (text_read_only): New function.
4 (verify_interval_modification): Use it instead of signaling 18 (verify_interval_modification): Use it instead of signaling
5 `text-read-only'. This makes it easier to catch this error 19 `text-read-only'. This makes it easier to catch this error
6 with a breakpoint.: 20 with a breakpoint.: