Mercurial > emacs
comparison src/ChangeLog @ 70203:adfb4457bcec
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 24 Apr 2006 00:07:47 +0000 |
parents | 6b96268b48a3 |
children | ea7d882a4a09 |
comparison
equal
deleted
inserted
replaced
70202:8bcff9775482 | 70203:adfb4457bcec |
---|---|
1 2006-04-24 Kim F. Storm <storm@cua.dk> | 1 2006-04-24 Kim F. Storm <storm@cua.dk> |
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. |
8 | 9 |
9 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity. | 10 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity. |