aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-16 05:05:34 +0000
committerGerd Moellmann2000-11-16 05:05:34 +0000
commitcac94de6556616a52265d2d41905df45822a7515 (patch)
treeb7444b5c02d68fdaf65926a7e13d41f85ec70e6f /src/ChangeLog
parenta288d0d1f23c3fd754edc84cfc2841be09e223ca (diff)
downloademacs-cac94de6556616a52265d2d41905df45822a7515.tar.gz
emacs-cac94de6556616a52265d2d41905df45822a7515.zip
(pos_visible_p): Handle case that we reach ZV without
knowing the line's height; use the default font's height in that case.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d6fd3dfc20d..6096177d1f0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-11-16 Gerd Moellmann <gerd@gnu.org> 12000-11-16 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (pos_visible_p): Handle case that we reach ZV without
4 knowing the line's height; use the default font's height in that
5 case.
6
3 * xfaces.c (weight_table): Add `demi' with the same meaning as 7 * xfaces.c (weight_table): Add `demi' with the same meaning as
4 `demibold'. 8 `demibold'.
5 9