diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1e77717ee84..b4ca72aff02 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 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 | 6 | ||
| 6 | * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame | 7 | * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame |
| 7 | matrices to force recalculation of tool-bar height after font change. | 8 | matrices to force recalculation of tool-bar height after font change. |