diff options
| author | Kim F. Storm | 2006-04-24 00:07:47 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-04-24 00:07:47 +0000 |
| commit | e8a0da872aabbe347307a03620e882c274f862e2 (patch) | |
| tree | 577154afbcc0aef4d6adb341673273363b2c8c1f | |
| parent | 825de9a1027073beaec38ab1572e9d954f8a1eb0 (diff) | |
| download | emacs-e8a0da872aabbe347307a03620e882c274f862e2.tar.gz emacs-e8a0da872aabbe347307a03620e882c274f862e2.zip | |
*** empty log message ***
| -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. |