aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStephen Berman2016-07-08 17:36:55 +0200
committerStephen Berman2016-07-08 17:36:55 +0200
commitd0c0b71d889ff223d2e5073b733f4047d541343b (patch)
tree30536c1fa00c205a6f462e628c99e313601ee4d2 /etc
parent381c6bbfb3eaa69ece0fce8dd92ccd3a1ef2729f (diff)
downloademacs-d0c0b71d889ff223d2e5073b733f4047d541343b.tar.gz
emacs-d0c0b71d889ff223d2e5073b733f4047d541343b.zip
Allow selecting region with mouse to move point to beginning
* etc/NEWS: Mention new user option `mouse-select-region-move-to-beginning'. * doc/emacs/frames.texi (Mouse Commands): Add cross-reference to the following. (Word and Line Mouse): Describe how double-clicking mouse-1 to activate region and `mouse-select-region-move-to-beginning' affect point. * lisp/mouse.el (mouse-select-region-move-to-beginning): New defcustom. (mouse-set-point): Use it. (Bug#23478)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 54b62f02ee3..5472dd84b77 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -56,6 +56,13 @@ affected by this, as SGI stopped supporting IRIX in December 2013.
56 56
57* Changes in Emacs 25.2 57* Changes in Emacs 25.2
58 58
59+++
60** The new user option 'mouse-select-region-move-to-beginning'
61controls the position of point when double-clicking mouse-1 on the end
62of a parenthetical grouping or string-delimiter: the default value nil
63keeps point at the end of the region, setting it to non-nil moves
64point to the beginning of the region.
65
59--- 66---
60** 'find-library-name' will now fall back on looking at 'load-history' 67** 'find-library-name' will now fall back on looking at 'load-history'
61to try to locate libraries that have been loaded with an explicit path 68to try to locate libraries that have been loaded with an explicit path