# HG changeset patch # User Gerd Moellmann # Date 975419958 0 # Node ID 5bf18e3f605c103c9b434b14bc250c24488e42b1 # Parent f7744f7fd4321cb4cbc08d459043713412a83c78 *** empty log message *** diff -r f7744f7fd432 -r 5bf18e3f605c lisp/ChangeLog --- a/lisp/ChangeLog Tue Nov 28 13:57:29 2000 +0000 +++ b/lisp/ChangeLog Tue Nov 28 13:59:18 2000 +0000 @@ -1,3 +1,9 @@ +2000-11-28 Gerd Moellmann + + * abbrev.el (prepare-abbrev-list-buffer): Get the value of + local-abbrev-table before changing buffers because it might + have a buffer-local binding. + 2000-11-28 Miles Bader * simple.el (delete-horizontal-space): Handle fields more generally. diff -r f7744f7fd432 -r 5bf18e3f605c src/ChangeLog --- a/src/ChangeLog Tue Nov 28 13:57:29 2000 +0000 +++ b/src/ChangeLog Tue Nov 28 13:59:18 2000 +0000 @@ -1,5 +1,19 @@ 2000-11-28 Gerd Moellmann + * window.c (coordinates_in_window): If on a mode or header line, + but sufficiently close to its start, return ``on vertical + border''. This gives us a way to drag windows horizontally when + using toolkit scroll bars. + + * xterm.c (note_mouse_highlight): Change the cursor shape + on the vertical border between windows. + + * xterm.h (struct x_output): Add member horizontal_drag_cursor. + + * xfns.c (Vx_window_horizontal_drag_shape): New variable. + (syms_of_xfns): DEFVAR_LISP it. + (x_set_mouse_color): Create frame's horizontal_drag_cursor. + * textprop.c (text_read_only): New function. (verify_interval_modification): Use it instead of signaling `text-read-only'. This makes it easier to catch this error