aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eaab29fd0a1..18459e55a58 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -10,6 +10,13 @@
10 10
112000-12-06 Gerd Moellmann <gerd@gnu.org> 112000-12-06 Gerd Moellmann <gerd@gnu.org>
12 12
13 * xdisp.c (underlying_face_id): New function.
14 (handle_face_prop, face_before_or_after_it_pos): Use it
15 to determine the face ``under'' a string. Let strings inherit
16 the face of the buffer under them.
17
18 * xfaces.c (face_at_string_position): Update function comment.
19
13 * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current 20 * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
14 matrix if the window's left position has changed; we need to 21 matrix if the window's left position has changed; we need to
15 redraw it in this case. 22 redraw it in this case.