diff options
| author | Eli Zaretskii | 2013-07-13 10:26:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-07-13 10:26:43 +0300 |
| commit | 1a67b811cbad70fec1d0eaf7a9e3c66784fe6556 (patch) | |
| tree | b241ba1fe96cb14edbd10967c01ef48c58324c66 /lisp/ChangeLog | |
| parent | 58fbe886f57da9b450fc6f1d1f5b2fee9c1fa0fc (diff) | |
| download | emacs-1a67b811cbad70fec1d0eaf7a9e3c66784fe6556.tar.gz emacs-1a67b811cbad70fec1d0eaf7a9e3c66784fe6556.zip | |
Fix bug #14838 with slow scrolling with certain fonts.
lisp/simple.el (default-font-height): Don't call font-info if the
frame's default font didn't change since the frame was created.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 533ea0a0f23..4bfc800913a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-07-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (default-font-height): Don't call font-info if the | ||
| 4 | frame's default font didn't change since the frame was created. | ||
| 5 | (Bug#14838) | ||
| 6 | |||
| 1 | 2013-07-13 Leo Liu <sdl.web@gmail.com> | 7 | 2013-07-13 Leo Liu <sdl.web@gmail.com> |
| 2 | 8 | ||
| 3 | * ido.el (ido-read-file-name): Guard against non-symbol value. | 9 | * ido.el (ido-read-file-name): Guard against non-symbol value. |