# HG changeset patch # User Kim F. Storm # Date 1145838115 0 # Node ID ea7d882a4a0939b41f11e4df5b2a50dfc5bead63 # Parent 108b30a5e289f5f1e9ce0c4dd27dbace4dbdfd57 *** empty log message *** diff -r 108b30a5e289 -r ea7d882a4a09 src/ChangeLog --- a/src/ChangeLog Mon Apr 24 00:08:07 2006 +0000 +++ b/src/ChangeLog Mon Apr 24 00:21:55 2006 +0000 @@ -2,7 +2,9 @@ * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. - (produce_stretch_glyph): Include face box in stretch glyph size. + (produce_stretch_glyph): Assume that face box height and width is + already included in in stretch glyph size so caller doesn't have to + consider the extra space otherwise added (fixes problem in ses.el). * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame matrices to force recalculation of tool-bar height after font change.