diff options
| author | Jason Rumney | 2008-07-28 18:31:26 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-07-28 18:31:26 +0000 |
| commit | d1f535d29f1786fd4ab2cd2dbf06838cc9eee496 (patch) | |
| tree | 7bbe54aaa9dc5f71ac6cd0c69a353a33b1d95621 /src/ChangeLog | |
| parent | cc3236e19eef7accfc17b91c00acb20ecc16bbc9 (diff) | |
| download | emacs-d1f535d29f1786fd4ab2cd2dbf06838cc9eee496.tar.gz emacs-d1f535d29f1786fd4ab2cd2dbf06838cc9eee496.zip | |
(w32_enable_unicode_output, cleartype_active): Remove
obsolete display options.
(x_draw_glyph_string_background): Don't use old cleartype_active
workaround.
(w32_initialize): Remove cleartype_active initialization.
(syms_of_w32term): Remove w32_enable_unicode_output initialization.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bde16b646a8..93881e64e37 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-07-28 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c: (w32_enable_unicode_output, cleartype_active): Remove | ||
| 4 | obsolete display options. | ||
| 5 | (x_draw_glyph_string_background): Don't use old cleartype_active | ||
| 6 | workaround. | ||
| 7 | (w32_initialize): Remove cleartype_active initialization. | ||
| 8 | (syms_of_w32term): Remove w32_enable_unicode_output initialization. | ||
| 9 | |||
| 1 | 2008-07-28 Andreas Schwab <schwab@suse.de> | 10 | 2008-07-28 Andreas Schwab <schwab@suse.de> |
| 2 | 11 | ||
| 3 | * lisp.h (init_weak_hash_tables, syms_of_font) | 12 | * lisp.h (init_weak_hash_tables, syms_of_font) |