aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b4ca72aff02..67d97f5f045 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,7 +2,9 @@
2 2
3 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which 3 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
4 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. 4 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
5 (produce_stretch_glyph): Include face box in stretch glyph size. 5 (produce_stretch_glyph): Assume that face box height and width is
6 already included in in stretch glyph size so caller doesn't have to
7 consider the extra space otherwise added (fixes problem in ses.el).
6 8
7 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame 9 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
8 matrices to force recalculation of tool-bar height after font change. 10 matrices to force recalculation of tool-bar height after font change.