diff options
author | Kim F. Storm <storm@cua.dk> | 2005-02-25 23:32:44 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-02-25 23:32:44 +0000 |
commit | c6f4488cfd5bdbdda68710ed93b0c9d5c88b65dc (patch) | |
tree | 05849e158027ca39f17c82e073e14b740c2b045f | |
parent | 7f87b2b005b82f95c83e4f7cd79e9e1534e43668 (diff) | |
download | emacs-c6f4488cfd5bdbdda68710ed93b0c9d5c88b65dc.tar.gz |
*** empty log message ***
-rw-r--r-- | etc/NEWS | 4 | ||||
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | man/ChangeLog | 5 |
3 files changed, 12 insertions, 2 deletions
@@ -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 <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. 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 <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; |