aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4e2d144afb4..8aea17f5c14 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12000-05-03 Gerd Moellmann <gerd@gnu.org> 12000-05-03 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (handle_single_display_prop): If display property value
4 is invalid, or something not supported on the frame, restore
5 iterator's position to what it was initially. Make sure to return
6 0 for invalid and unsupported property values.
7
3 * xterm.c (x_produce_glyphs) <composite chars>: Handle case 8 * xterm.c (x_produce_glyphs) <composite chars>: Handle case
4 that x_per_char_metric returns null. 9 that x_per_char_metric returns null.
5 10