Mercurial > emacs
changeset 58193:51fa3db532d0
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 13 Nov 2004 01:29:31 +0000 |
parents | a17934e924af |
children | 00222ee714ca |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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.