aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-07-13 10:26:43 +0300
committerEli Zaretskii2013-07-13 10:26:43 +0300
commit1a67b811cbad70fec1d0eaf7a9e3c66784fe6556 (patch)
treeb241ba1fe96cb14edbd10967c01ef48c58324c66 /lisp/ChangeLog
parent58fbe886f57da9b450fc6f1d1f5b2fee9c1fa0fc (diff)
downloademacs-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/ChangeLog6
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 @@
12013-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
12013-07-13 Leo Liu <sdl.web@gmail.com> 72013-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.