diff options
| author | YAMAMOTO Mitsuharu | 2014-03-27 18:25:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-03-27 18:25:17 +0200 |
| commit | 0c4e715c98919593413a76a0ab1458b0d10ea287 (patch) | |
| tree | 29b05b529b53adf4b3e854d29ffc0d05e757c55e /src/ChangeLog | |
| parent | 8de64bb862ed7221a0c558167f7b6c766603d377 (diff) | |
| download | emacs-0c4e715c98919593413a76a0ab1458b0d10ea287.tar.gz emacs-0c4e715c98919593413a76a0ab1458b0d10ea287.zip | |
Fix bug #17115 with displaying on w32 images that have 'box' face.
src/w32term.c (x_draw_image_glyph_string): Fix computation of height
and width of image background when it is displayed with a 'box'
face.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 025ea45b23b..0c24451c459 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-03-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * w32term.c (x_draw_image_glyph_string): Fix computation of height | ||
| 4 | and width of image background when it is displayed with a 'box' | ||
| 5 | face. (Bug#17115) | ||
| 6 | |||
| 1 | 2014-03-26 Paul Eggert <eggert@penguin.cs.ucla.edu> | 7 | 2014-03-26 Paul Eggert <eggert@penguin.cs.ucla.edu> |
| 2 | 8 | ||
| 3 | More backward-compatible fix to char-equal core dump (Bug#17011). | 9 | More backward-compatible fix to char-equal core dump (Bug#17011). |