diff options
| author | Jason Rumney | 2005-07-01 21:28:08 +0000 |
|---|---|---|
| committer | Jason Rumney | 2005-07-01 21:28:08 +0000 |
| commit | c2baa2b65bf9492c0a23a31816a561a187039ae9 (patch) | |
| tree | 901dd874f670b60fd029d38e9af232bf554e4c76 /src/ChangeLog | |
| parent | 64f72ae1be6377a34420542246868fdbdcf57e63 (diff) | |
| download | emacs-c2baa2b65bf9492c0a23a31816a561a187039ae9.tar.gz emacs-c2baa2b65bf9492c0a23a31816a561a187039ae9.zip | |
* w32term.c (cleartype_active): New flag for enabling sub-pixel
workaround.
(w32_initialize): Initialize it.
(w32_native_per_char_metric): Allow a couple of extra pixels when
Cleartype is active.
* w32term.c (w32_initialize): Move check for screen reader here
from syms_of_w32term.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3752b58c831..950a0414047 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2005-07-01 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (cleartype_active): New flag for enabling sub-pixel | ||
| 4 | workaround. | ||
| 5 | (w32_initialize): Initialize it. | ||
| 6 | (w32_native_per_char_metric): Allow a couple of extra pixels when | ||
| 7 | Cleartype is active. | ||
| 8 | |||
| 9 | * w32term.c (w32_initialize): Move check for screen reader here | ||
| 10 | from syms_of_w32term. | ||
| 11 | |||
| 1 | 2005-06-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 12 | 2005-06-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 13 | ||
| 3 | * xterm.c (handle_one_xevent): bzero compose_status when nbytes | 14 | * xterm.c (handle_one_xevent): bzero compose_status when nbytes |