Mention focus-follows-mouse change.

This commit is contained in:
Jason Rumney 2007-09-05 23:25:26 +00:00
parent 98050a8ab4
commit 6cba87d7ba
2 changed files with 11 additions and 0 deletions

View file

@ -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

View file

@ -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.