aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2006-04-24 00:21:55 +0000
committerKim F. Storm2006-04-24 00:21:55 +0000
commit6fcd305cf5424abbf3bc5e504c6a83716f56d239 (patch)
tree40e8526ed692267018c0d1855d3a2840e2c4efae /src/ChangeLog
parent536fde8e097a9446bf79d878c60f0f8fd3cbd16e (diff)
downloademacs-6fcd305cf5424abbf3bc5e504c6a83716f56d239.tar.gz
emacs-6fcd305cf5424abbf3bc5e504c6a83716f56d239.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b4ca72aff02..67d97f5f045 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,7 +2,9 @@
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 (produce_stretch_glyph): Assume that face box height and width is
6 already included in in stretch glyph size so caller doesn't have to
7 consider the extra space otherwise added (fixes problem in ses.el).
6 8
7 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame 9 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
8 matrices to force recalculation of tool-bar height after font change. 10 matrices to force recalculation of tool-bar height after font change.