]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sat, 13 Nov 2004 01:29:31 +0000 (01:29 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 13 Nov 2004 01:29:31 +0000 (01:29 +0000)
lisp/ChangeLog
src/ChangeLog

index c0febc5efd793c2813aa10a7e6e59bcc0f534c78..7eaab4105ca98a1858105e42346388a76c5c0619 100644 (file)
@@ -1,3 +1,12 @@
+2004-11-13  Kim F. Storm  <storm@cua.dk>
+
+       * mouse.el (mouse-drag-copy-region): Add :version.
+       (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
+       while dragging mode line, so mode line can be dragged downwards.
+       (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
+       while pressing mouse button so window doesn't scroll until we
+       release the mouse if clicking on partially visible line.
+
 2004-11-12  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-graph.el (calc-dumb-map):  Declare it.
index cc9e71290d5bb811d5abecaa4b33c2708887181d..65505cb7c6c0dc3c746c84adec27699c1999cb3b 100644 (file)
@@ -1,3 +1,10 @@
+2004-11-13  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (make_cursor_line_fully_visible_p): New variable.
+       (syms_of_xdisp): DEFVAR_BOOL it.
+       (make_cursor_line_fully_visible, try_cursor_movement)
+       (try_window_id): Use it.
+
 2004-11-12  Kim F. Storm  <storm@cua.dk>
 
        * dispextern.h (struct glyph_row): New member extra_line_spacing.