diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bd4ae006704..85931f7abd1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2008-06-27 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight) | ||
| 4 | (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions. | ||
| 5 | (w32_to_x_charset, x_to_w32_charset) | ||
| 6 | (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default) | ||
| 7 | (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab) | ||
| 8 | (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem) | ||
| 9 | (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic) | ||
| 10 | (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek) | ||
| 11 | (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai) | ||
| 12 | (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c. | ||
| 13 | (Qw32_charset_unicode): Remove. | ||
| 14 | (syms_of_w32fns): Update for above changes. | ||
| 15 | |||
| 16 | * w32font.c (w32_to_x_charset, x_to_w32_charset) | ||
| 17 | (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default) | ||
| 18 | (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab) | ||
| 19 | (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem) | ||
| 20 | (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic) | ||
| 21 | (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek) | ||
| 22 | (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai) | ||
| 23 | (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c. | ||
| 24 | (syms_of_w32font): Update for above changes. | ||
| 25 | |||
| 1 | 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu> | 26 | 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 27 | ||
| 3 | * s/usg5-4.h: Fix previous change: keep the correct branch of a | 28 | * s/usg5-4.h: Fix previous change: keep the correct branch of a |
| @@ -20,12 +45,12 @@ | |||
| 20 | 45 | ||
| 21 | * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros. | 46 | * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros. |
| 22 | 47 | ||
| 23 | * w32term.c (x_draw_glyph_string_foreground): | 48 | * w32term.c (x_draw_glyph_string_foreground) |
| 24 | (x_draw_composite_glyph_string_foreground): Sync with xterm.c. | 49 | (x_draw_composite_glyph_string_foreground): Sync with xterm.c. |
| 25 | Use FONT_HANDLE macro. | 50 | Use FONT_HANDLE macro. |
| 26 | (x_draw_glyph_string): Use FONT_TEXTMETRIC macro. | 51 | (x_draw_glyph_string): Use FONT_TEXTMETRIC macro. |
| 27 | 52 | ||
| 28 | * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape): | 53 | * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape) |
| 29 | (uniscribe_encode_char): Use FONT_HANDLE macro. | 54 | (uniscribe_encode_char): Use FONT_HANDLE macro. |
| 30 | 55 | ||
| 31 | * w32font.c (Fx_select_font): Use FONT_HANDLE macro. | 56 | * w32font.c (Fx_select_font): Use FONT_HANDLE macro. |
| @@ -65,10 +90,10 @@ | |||
| 65 | (w32font_open_internal): Remove compat code. Set new hfont member. | 90 | (w32font_open_internal): Remove compat code. Set new hfont member. |
| 66 | (Fx_select_font): Use new hfont member. | 91 | (Fx_select_font): Use new hfont member. |
| 67 | 92 | ||
| 68 | * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape): | 93 | * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape) |
| 69 | (uniscribe_encode_char): Use new hfont member. | 94 | (uniscribe_encode_char): Use new hfont member. |
| 70 | 95 | ||
| 71 | * w32term.c (x_draw_glyph_string_foreground): | 96 | * w32term.c (x_draw_glyph_string_foreground) |
| 72 | (x_draw_composite_glyph_string_foreground): Use new hfont member. | 97 | (x_draw_composite_glyph_string_foreground): Use new hfont member. |
| 73 | (x_draw_glyph_string): Use metrics in w32font_info. | 98 | (x_draw_glyph_string): Use metrics in w32font_info. |
| 74 | 99 | ||