aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 48d3a88a977..93022a9ca1d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -12,6 +12,17 @@
12 12
132000-12-05 Gerd Moellmann <gerd@gnu.org> 132000-12-05 Gerd Moellmann <gerd@gnu.org>
14 14
15 * xdisp.c (next_element_from_ellipsis): Save face before selective
16 display in saved_face_id, and set face_before_selective_p.
17 (reseat_1): Reset face_before_selective_p.
18 (append_space, extend_face_to_end_of_line): If iterator's
19 face_before_selective_p is set, use the face from saved_face_id.
20 (extend_face_to_end_of_line): For tty frames, make sure to
21 use the right face id when producing spaces at the end of
22 the line.
23
24 * dispextern.h (struct it): Add face_before_selective_p.
25
15 * keyboard.c (record_char): Don't record identical help-echo 26 * keyboard.c (record_char): Don't record identical help-echo
16 events in recent_keys. 27 events in recent_keys.
17 28