]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 24 Apr 2006 00:21:55 +0000 (00:21 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 24 Apr 2006 00:21:55 +0000 (00:21 +0000)
src/ChangeLog

index b4ca72aff02209baea9567f632d1aa6cc0a9c929..67d97f5f0459dd1ca240c13f270ddc86f9ce7663 100644 (file)
@@ -2,7 +2,9 @@
 
        * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
        does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
-       (produce_stretch_glyph): Include face box in stretch glyph size.
+       (produce_stretch_glyph): Assume that face box height and width is
+       already included in in stretch glyph size so caller doesn't have to
+       consider the extra space otherwise added (fixes problem in ses.el).
 
        * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
        matrices to force recalculation of tool-bar height after font change.