# HG changeset patch # User Kim F. Storm # Date 1109374364 0 # Node ID 3b19d2763b8b851a0e7184bd846f5f7d061c314d # Parent 3e75597162758e2bf0071c71c0aea9a60ea2e928 *** empty log message *** diff -r 3e7559716275 -r 3b19d2763b8b etc/NEWS --- a/etc/NEWS Fri Feb 25 23:31:54 2005 +0000 +++ b/etc/NEWS Fri Feb 25 23:32:44 2005 +0000 @@ -153,8 +153,8 @@ Dragging the Mouse-1 inside a link still performs the original drag-mouse-1 action, typically copy the text. -You can customize the new Mouse-1 behavior via the new user option -`mouse-1-click-follows-link'. +You can customize the new Mouse-1 behavior via the new user options +`mouse-1-click-follows-link' and `mouse-1-click-in-non-selected-windows'. +++ ** require-final-newline now has two new possible values: diff -r 3e7559716275 -r 3b19d2763b8b lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 25 23:31:54 2005 +0000 +++ b/lisp/ChangeLog Fri Feb 25 23:32:44 2005 +0000 @@ -1,3 +1,8 @@ +2005-02-26 Kim F. Storm + + * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom. + (mouse-on-link-p, mouse-drag-region-1): Use it. + 2005-02-25 Lute Kamstra * replace.el (query-replace-read-from): Fix 2005-02-19 change. diff -r 3e7559716275 -r 3b19d2763b8b man/ChangeLog --- a/man/ChangeLog Fri Feb 25 23:31:54 2005 +0000 +++ b/man/ChangeLog Fri Feb 25 23:32:44 2005 +0000 @@ -1,3 +1,8 @@ +2005-02-26 Kim F. Storm + + * frames.texi (Mouse References): + Add mouse-1-click-in-non-selected-windows. + 2005-02-25 Richard M. Stallman * screen.texi (Screen): Explain better about cursors and mode lines;