diff options
| author | Jason Rumney | 2008-06-26 22:11:25 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-06-26 22:11:25 +0000 |
| commit | c35f9821de5ec0cf127185890191ad0154600d0d (patch) | |
| tree | 18fc6dbe64578d453a0004a8d7b7c4dc3a94e13c /src/ChangeLog | |
| parent | ec06f5c9a0d4fc01c3af9e14add64bb09f977fb6 (diff) | |
| download | emacs-c35f9821de5ec0cf127185890191ad0154600d0d.tar.gz emacs-c35f9821de5ec0cf127185890191ad0154600d0d.zip | |
* w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
* w32term.c (x_draw_glyph_string_foreground):
(x_draw_composite_glyph_string_foreground): Sync with xterm.c.
Use FONT_HANDLE macro.
(x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
* w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape):
(uniscribe_encode_char): Use FONT_HANDLE macro.
* w32font.c (Fx_select_font): Use FONT_HANDLE macro.
(w32font_text_extents): Use precast w32_font.
(w32font_close): Free cached metrics.
(w32font_open_internal): Allocate space for name on stack.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ac2aa66f321..83b6881b424 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2008-06-26 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros. | ||
| 4 | |||
| 5 | * w32term.c (x_draw_glyph_string_foreground): | ||
| 6 | (x_draw_composite_glyph_string_foreground): Sync with xterm.c. | ||
| 7 | Use FONT_HANDLE macro. | ||
| 8 | (x_draw_glyph_string): Use FONT_TEXTMETRIC macro. | ||
| 9 | |||
| 10 | * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape): | ||
| 11 | (uniscribe_encode_char): Use FONT_HANDLE macro. | ||
| 12 | |||
| 13 | * w32font.c (Fx_select_font): Use FONT_HANDLE macro. | ||
| 14 | (w32font_text_extents): Use precast w32_font. | ||
| 15 | (w32font_close): Free cached metrics. | ||
| 16 | (w32font_open_internal): Allocate space for name on stack. | ||
| 17 | |||
| 1 | 2008-06-26 Chong Yidong <cyd@stupidchicken.com> | 18 | 2008-06-26 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 19 | ||
| 3 | * xdisp.c (extend_face_to_end_of_line): Fix last change. | 20 | * xdisp.c (extend_face_to_end_of_line): Fix last change. |