aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2010-12-20 19:11:30 +0800
committerChong Yidong2010-12-20 19:11:30 +0800
commitf13183cf1970a94ec220000b0d0f20868df6edbc (patch)
tree746ba9256d333667ae00b9547332db35e7e5fd27 /etc
parent778ca437ded2a5e176bade36419bf58ec3db151c (diff)
downloademacs-f13183cf1970a94ec220000b0d0f20868df6edbc.tar.gz
emacs-f13183cf1970a94ec220000b0d0f20868df6edbc.zip
* src/frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 89d6139dc0e..f7288de8b13 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -222,6 +222,8 @@ the remote file-name cache is used for read access.
222** The standalone programs lib-src/digest-doc and sorted-doc have been 222** The standalone programs lib-src/digest-doc and sorted-doc have been
223replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'. 223replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'.
224 224
225** The variable `focus-follows-mouse' now always defaults to nil.
226
225 227
226* Editing Changes in Emacs 24.1 228* Editing Changes in Emacs 24.1
227 229