Mercurial > emacs
changeset 78045:afb6cf1c51ef
Added note about new style scrollbars on Windows XP and later.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 23 Jun 2007 16:57:51 +0000 |
parents | fc9aecac2b6d |
children | c395c022a035 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Jun 23 11:24:56 2007 +0000 +++ b/etc/NEWS Sat Jun 23 16:57:51 2007 +0000 @@ -46,6 +46,11 @@ than the window, the usual keys for moving the cursor cause the image to be scrolled horizontally or vertically instead. +** Scrollbars follow the system theme on Windows XP and later. +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. + * New Modes and Packages in Emacs 22.2 ** The new package css-mode.el provides a major mode for editing CSS files.