diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-09-05 23:25:26 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-09-05 23:25:26 +0000 |
commit | 6cba87d7bab318013021b2f24dd95b30a9b86011 (patch) | |
tree | 6900c8d654078003c4557d622781fa85e7274378 /etc | |
parent | 98050a8ab47a8bd91f2463d9f5c53ef284a1fd7c (diff) | |
download | emacs-6cba87d7bab318013021b2f24dd95b30a9b86011.tar.gz |
Mention focus-follows-mouse change.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/NEWS | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index b3d344cb925..87202bbef24 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2007-09-05 Jason Rumney <jasonr@gnu.org> + + * NEWS: Mention focus-follows-mouse change. + 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * PROBLEMS (Mac OS X): Add alternative workaround for QuickTime @@ -59,6 +59,13 @@ Windows XP introduced themed scrollbars, but applications have to take special steps to use them. Emacs now has the appropriate resources linked in to make it use the scrollbars from the system theme. +** focus-follows-mouse defaults to nil on MS Windows +Previously this variable was incorrectly documented as having no effect +on MS Windows, and the default was inappropriate for the majority of +Windows installations. Users of software which modifies the behaviour of +Windows to cause focus to follow the mouse will now need to explicitly set +this variable. + * New Modes and Packages in Emacs 22.2 ** bibtex-style-mode helps you write BibTeX's *.bst files. |