aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-06 10:47:03 +0000
committerGerd Moellmann2000-12-06 10:47:03 +0000
commit9765b4a48777b98a338c900fe64838f2a03679ef (patch)
tree67bc50650c167814649182e01c5891a51ebb51ec /src/ChangeLog
parent11753d04cb1e5d004829adadb855adc7125d5d93 (diff)
downloademacs-9765b4a48777b98a338c900fe64838f2a03679ef.tar.gz
emacs-9765b4a48777b98a338c900fe64838f2a03679ef.zip
(x_load_font): Don't use the font's max_bounds for
computing the height of the font. If max_bounds' ascent or descent are greater than the font's ascent or descent, this means glyphs overlap, which should be handled now by redisplay.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a3d3a31d4c6..38b12414b86 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12000-12-06 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (x_load_font): Don't use the font's max_bounds for
4 computing the height of the font. If max_bounds' ascent or
5 descent are greater than the font's ascent or descent, this means
6 glyphs overlap, which should be handled now by redisplay.
7
12000-12-06 Miles Bader <miles@gnu.org> 82000-12-06 Miles Bader <miles@gnu.org>
2 9
3 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is `t', 10 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is `t',