From: Gerd Moellmann Date: Tue, 28 Nov 2000 13:59:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.92~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bebe4a2cef8ac2ff23b9e93543f0ec21f471888d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 03e8a380578..72fced9d7e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index ecec6f260e2..5854f9817e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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