]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 28 Nov 2000 13:59:18 +0000 (13:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 28 Nov 2000 13:59:18 +0000 (13:59 +0000)
lisp/ChangeLog
src/ChangeLog

index 03e8a3805782b6569cea0cfb4d14198cc7661a3a..72fced9d7e842f327a4b53849323f9f44355b229 100644 (file)
@@ -1,3 +1,9 @@
+2000-11-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <miles@gnu.org>
 
        * simple.el (delete-horizontal-space): Handle fields more generally.
index ecec6f260e2d9c248af41ad616ea6fa8ea537afd..5854f9817e68400fa235fbdeade43005058c184d 100644 (file)
@@ -1,5 +1,19 @@
 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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