From: Kim F. Storm Date: Fri, 25 Feb 2005 23:32:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~2118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6f4488cfd5bdbdda68710ed93b0c9d5c88b65dc;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 3e71209d05c..3ca9d1e0da5 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -153,8 +153,8 @@ you release it). 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index b5c99652907..26d615c239e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index 8dfa76084f4..39dff1e0f14 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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;