# HG changeset patch # User Kim F. Storm # Date 1100309371 0 # Node ID 51fa3db532d069e082ccc35b7bf4b8449fc04e3d # Parent a17934e924af0c12589748468652d3e0747edc0a *** empty log message *** diff -r a17934e924af -r 51fa3db532d0 lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 13 01:05:47 2004 +0000 +++ b/lisp/ChangeLog Sat Nov 13 01:29:31 2004 +0000 @@ -1,3 +1,12 @@ +2004-11-13 Kim F. Storm + + * 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 * calc/calc-graph.el (calc-dumb-map): Declare it. diff -r a17934e924af -r 51fa3db532d0 src/ChangeLog --- a/src/ChangeLog Sat Nov 13 01:05:47 2004 +0000 +++ b/src/ChangeLog Sat Nov 13 01:29:31 2004 +0000 @@ -1,3 +1,10 @@ +2004-11-13 Kim F. Storm + + * 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 * dispextern.h (struct glyph_row): New member extra_line_spacing.