diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 93914d08815..52f133910e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-12-05 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (x_produce_glyphs): If a font for a component of | ||
| 4 | a composition is not found, use 1 pixel dot ascent and 0 dot | ||
| 5 | descent value to avoid displaying terribly tall empty boxes. | ||
| 6 | (expose_area): Pass x-coordinate relative to the exposed | ||
| 7 | area to x_draw_glyphs instead of a window-relative coordinate. | ||
| 8 | |||
| 1 | 2000-12-05 Gerd Moellmann <gerd@gnu.org> | 9 | 2000-12-05 Gerd Moellmann <gerd@gnu.org> |
| 2 | 10 | ||
| 3 | * keyboard.c (record_char): Don't record identical help-echo | 11 | * keyboard.c (record_char): Don't record identical help-echo |