diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-12-14 Eli Zaretskii <eliz@gnu.org> | 16 | 2014-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. |