diff options
| author | Kim F. Storm | 2006-04-23 23:50:09 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-04-23 23:50:09 +0000 |
| commit | 1ada896b7de4c32ef55859c5697f31f851e0bdd6 (patch) | |
| tree | c4f15b9cf62b75648540b356a39d3483070ebf0c /src | |
| parent | 14922abe0328c69c9240b916e5156bf0f02585ee (diff) | |
| download | emacs-1ada896b7de4c32ef55859c5697f31f851e0bdd6.tar.gz emacs-1ada896b7de4c32ef55859c5697f31f851e0bdd6.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 193e5439ebe..1e77717ee84 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 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 | ||
| 4 | does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. | ||
| 5 | |||
| 3 | * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame | 6 | * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame |
| 4 | matrices to force recalculation of tool-bar height after font change. | 7 | matrices to force recalculation of tool-bar height after font change. |
| 5 | 8 | ||