diff options
| author | Kenichi Handa | 2010-11-01 16:35:04 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-11-01 16:35:04 +0900 |
| commit | 65b6b59a8030b09d2a32ee88837a061e22751988 (patch) | |
| tree | ec59f4cbb9e9eca472cfb6a5e82158fe4bfdab0b /src/ChangeLog | |
| parent | b18fad6db4efeda274dcb36706a4146650570e6b (diff) | |
| download | emacs-65b6b59a8030b09d2a32ee88837a061e22751988.tar.gz emacs-65b6b59a8030b09d2a32ee88837a061e22751988.zip | |
w32term.c (x_draw_glyphless_glyph_string_foreground): Fix the arg with_background for font->driver->draw.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2d1ed5a96fb..6128808a2a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | (last_glyphless_glyph_frame, last_glyphless_glyph_face_id) | 16 | (last_glyphless_glyph_frame, last_glyphless_glyph_face_id) |
| 17 | (last_glyphless_glyph_merged_face_id): Make them non-static. | 17 | (last_glyphless_glyph_merged_face_id): Make them non-static. |
| 18 | 18 | ||
| 19 | * w32term.c (x_draw_glyphless_glyph_string_foreground): Fix | ||
| 20 | the arg with_background for font->driver->draw. | ||
| 21 | |||
| 19 | 2010-10-29 Kenichi Handa <handa@m17n.org> | 22 | 2010-10-29 Kenichi Handa <handa@m17n.org> |
| 20 | 23 | ||
| 21 | * w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): Surround | 24 | * w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): Surround |