diff options
| author | Jason Rumney | 2000-10-23 22:14:57 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-10-23 22:14:57 +0000 |
| commit | 3090a5a5bc8b9b6bd1a33128a93fe341b40de0d5 (patch) | |
| tree | c0fc8a29396e9f199d8d65d67947a6f8342ce830 /src/ChangeLog | |
| parent | d98c0337b36605ee3cbf226bb91919d88b75f0b0 (diff) | |
| download | emacs-3090a5a5bc8b9b6bd1a33128a93fe341b40de0d5.tar.gz emacs-3090a5a5bc8b9b6bd1a33128a93fe341b40de0d5.zip | |
(VCENTER_BASELINE_OFFSET): Bias division (see xterm.c comment below).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8286648aca1..40d4b1f57c4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-10-23 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * fontset.c (syms_of_fontset) [WINDOWSNT]: Special case for | ||
| 4 | ASCII font of default fontset on Windows. | ||
| 5 | |||
| 6 | * w32term.c (VCENTER_BASELINE_OFFSET): Bias division (see | ||
| 7 | xterm.c comment below). | ||
| 8 | |||
| 9 | * w32fns.c (x_to_w32_font): Initialize dpi from dpyinfo->resy. | ||
| 10 | |||
| 1 | 2000-10-23 Gerd Moellmann <gerd@gnu.org> | 11 | 2000-10-23 Gerd Moellmann <gerd@gnu.org> |
| 2 | 12 | ||
| 3 | * xterm.c (x_connection_closed): Reset handling_signal. | 13 | * xterm.c (x_connection_closed): Reset handling_signal. |