comparison etc/NEWS @ 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 b97353feae05
children 51ee6159fec2
comparison
equal deleted inserted replaced
78044:fc9aecac2b6d 78045:afb6cf1c51ef
43 before deleting/copying the indicated directory recursively. 43 before deleting/copying the indicated directory recursively.
44 44
45 ** In Image mode, whenever the displayed image is wider and/or higher 45 ** In Image mode, whenever the displayed image is wider and/or higher
46 than the window, the usual keys for moving the cursor cause the image 46 than the window, the usual keys for moving the cursor cause the image
47 to be scrolled horizontally or vertically instead. 47 to be scrolled horizontally or vertically instead.
48
49 ** Scrollbars follow the system theme on Windows XP and later.
50 Windows XP introduced themed scrollbars, but applications have to take
51 special steps to use them. Emacs now has the appropriate resources linked
52 in to make it use the scrollbars from the system theme.
48 53
49 * New Modes and Packages in Emacs 22.2 54 * New Modes and Packages in Emacs 22.2
50 55
51 ** The new package css-mode.el provides a major mode for editing CSS files. 56 ** The new package css-mode.el provides a major mode for editing CSS files.
52 57