diff options
| author | Gerd Moellmann | 2000-03-03 14:00:31 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-03 14:00:31 +0000 |
| commit | 71a6ba55f51b57ff783b2bdadac8e657241c284b (patch) | |
| tree | 9551698b79ae01e54eb747b1fc948fa1f1ebe163 /src | |
| parent | 41c86e21b41f5040e22763115f320ecc9892bb30 (diff) | |
| download | emacs-71a6ba55f51b57ff783b2bdadac8e657241c284b.tar.gz emacs-71a6ba55f51b57ff783b2bdadac8e657241c284b.zip | |
*** empty log message ***
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 |