aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2014-12-14 18:26:44 +0000
committerAlan Mackenzie2014-12-14 18:26:44 +0000
commit3713931778c9bc8674c391dbb9149ac6288922f2 (patch)
tree1b7d1716ec52f11833c1de113f83a306fd77641a /src/ChangeLog
parent33c5143fa63a05a983657d019b8a11a25bcfffb3 (diff)
downloademacs-3713931778c9bc8674c391dbb9149ac6288922f2.tar.gz
emacs-3713931778c9bc8674c391dbb9149ac6288922f2.zip
New feature optionally to accelerate auto-repeated scrolling.
src/xdisp.c: Remove "static" from declaration of Qfontification_functions. src/window.c (window_scroll): bind fontification-functions to nil when scrolling by whole screens and fast-but-imprecise-scrolling is non-nil. (syms_of_window): New DEFVAR_BOOL fast-but-imprecise-scrolling. src/lisp.h (bool): Declare Qfontification_functions extern. lisp/cus-start.el (all): Add fast-but-imprecise-scrolling. doc/emacs/display.texi (Scrolling): fast-but-imprecise-scrolling. Describe new variable. etc/NEWS: Add entry for fast-but-imprecise-scrolling.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fd56186105b..46bf2801849 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12014-12-14 Alan Mackenzie <acm@muc.de>
2
3 New feature optionally to accelerate auto-repeated scrolling.
4
5 * xdisp.c: Remove "static" from declaration of
6 Qfontification_functions.
7
8 * window.c (window_scroll): bind fontification-functions to nil
9 when scrolling by whole screens and
10 fast-but-imprecise-scrolling is non-nil.
11 (syms_of_window): New DEFVAR_BOOL
12 fast-but-imprecise-scrolling.
13
14 * lisp.h (bool): Declare Qfontification_functions extern.
15
12014-12-14 Eli Zaretskii <eliz@gnu.org> 162014-12-14 Eli Zaretskii <eliz@gnu.org>
2 17
3 Load system's default trusted Certificate Authorities if available. 18 Load system's default trusted Certificate Authorities if available.