]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 7 May 2005 19:48:04 +0000 (19:48 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 7 May 2005 19:48:04 +0000 (19:48 +0000)
etc/NEWS
man/ChangeLog

index 391c99c53f8281fc1853c1ce2f99a47b03377010..4743d63e9bc86aef4de36ebd71d47c1d211d126b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -739,7 +739,8 @@ Traditionally, Emacs uses a Mouse-1 click to set point and a Mouse-2
 click to follow a link, whereas most other applications use a Mouse-1
 click for both purposes, depending on whether you click outside or
 inside a link.  Now the behavior of a Mouse-1 click has been changed
-to match this context-sentitive dual behavior.
+to match this context-sentitive dual behavior.  (If you prefer the old
+behavior, set the user option `mouse-1-click-follows-link' to nil.)
 
 Depending on the current mode, a Mouse-2 click in Emacs may do much
 more than just follow a link, so the new Mouse-1 behavior is only
index d5f3b97c9a2ea25114b33099fbd973713179a7f9..164893f741d9f502c9f8e28bf8f67cfc5f01499e 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
+       Correct index entry.
+
 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
 
        * building.texi (Debugger Operation): Update to reflect changes