aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1dd73170408..11e40efd4f6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -46,6 +46,11 @@ before deleting/copying the indicated directory recursively.
46than the window, the usual keys for moving the cursor cause the image 46than the window, the usual keys for moving the cursor cause the image
47to be scrolled horizontally or vertically instead. 47to be scrolled horizontally or vertically instead.
48 48
49** Scrollbars follow the system theme on Windows XP and later.
50Windows XP introduced themed scrollbars, but applications have to take
51special steps to use them. Emacs now has the appropriate resources linked
52in to make it use the scrollbars from the system theme.
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.