aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1d9f8ca850f..776519fa5cf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -232,6 +232,17 @@ optional repeat-count argument.
232 as the first or last argument of subsequent forms. 232 as the first or last argument of subsequent forms.
233 233
234 234
235* Changes in Frames and Windows Code in Emacs 24.5
236
237** Emacs can now draw horizontal scroll bars on some platforms that
238provide toolkit scroll bars, namely Gtk, Lucid, Motif and Windows.
239Horizontal scroll bars are turned off by default. Use the command
240`horizontal-scroll-bar-mode' to toggle them on all frames; the frame
241parameter `horizontal-scroll-bars' to turn them on/off on individual
242frames; the function `set-window-scroll-bars' to turn them on/off on
243individual windows.
244
245
235* Changes in Emacs 24.5 on Non-Free Operating Systems 246* Changes in Emacs 24.5 on Non-Free Operating Systems
236 247
237--- 248---