]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Fri, 25 Feb 2005 23:32:44 +0000 (23:32 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 25 Feb 2005 23:32:44 +0000 (23:32 +0000)
etc/NEWS
lisp/ChangeLog
man/ChangeLog

index 3e71209d05c323ffe1d85e72312486fac19b9251..3ca9d1e0da5ee670dc06fdd2907b15d59b113fb4 100644 (file)
--- 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:
index b5c996529070086de5a3a8d24ba2404136087d3f..26d615c239e7a599a4cd461e3876239d6ace6565 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-26  Kim F. Storm  <storm@cua.dk>
+
+       * 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  <lute@gnu.org>
 
        * replace.el (query-replace-read-from): Fix 2005-02-19 change.
index 8dfa76084f43188453f8a642a619ffd8c7dd23fd..39dff1e0f14c2bc4674ef21a00bf8945c6e4717a 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-26  Kim F. Storm  <storm@cua.dk>
+
+       * frames.texi (Mouse References):
+       Add mouse-1-click-in-non-selected-windows.
+
 2005-02-25  Richard M. Stallman  <rms@gnu.org>
 
        * screen.texi (Screen): Explain better about cursors and mode lines;