comparison etc/NEWS @ 78740:88960074a101

Mention focus-follows-mouse change.
author Jason Rumney <jasonr@gnu.org>
date Wed, 05 Sep 2007 23:24:33 +0000
parents 150597026ddb
children 60dfb3143910
comparison
equal deleted inserted replaced
78739:7037ab6f28bc 78740:88960074a101
56 56
57 ** Scrollbars follow the system theme on Windows XP and later. 57 ** Scrollbars follow the system theme on Windows XP and later.
58 Windows XP introduced themed scrollbars, but applications have to take 58 Windows XP introduced themed scrollbars, but applications have to take
59 special steps to use them. Emacs now has the appropriate resources linked 59 special steps to use them. Emacs now has the appropriate resources linked
60 in to make it use the scrollbars from the system theme. 60 in to make it use the scrollbars from the system theme.
61
62 ** focus-follows-mouse defaults to nil on MS Windows
63 Previously this variable was incorrectly documented as having no effect
64 on MS Windows, and the default was inappropriate for the majority of
65 Windows installations. Users of software which modifies the behaviour of
66 Windows to cause focus to follow the mouse will now need to explicitly set
67 this variable.
61 68
62 * New Modes and Packages in Emacs 22.2 69 * New Modes and Packages in Emacs 22.2
63 70
64 ** bibtex-style-mode helps you write BibTeX's *.bst files. 71 ** bibtex-style-mode helps you write BibTeX's *.bst files.
65 72