diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5ed013b4533..e4bd79a715e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-03-03 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (PER_CHAR_METRIC): Removed. | ||
| 4 | (x_per_char_metric_1, x_default_char): New functions. | ||
| 5 | (x_per_char_metric): If font's default char is invalid, return | ||
| 6 | metrics of a suitably chosen usable default char. | ||
| 7 | (x_draw_glyph_string_foreground): If font has an invalid default | ||
| 8 | char, replace occurrences of that char with a suitably chosen | ||
| 9 | usable default char. | ||
| 10 | |||
| 1 | 2000-03-02 Gerd Moellmann <gerd@gnu.org> | 11 | 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 12 | ||
| 3 | * xterm.c (note_mouse_highlight): Return quickly if frame's | 13 | * xterm.c (note_mouse_highlight): Return quickly if frame's |