aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-06 17:15:05 +0000
committerGerd Moellmann2000-12-06 17:15:05 +0000
commit384333ee0f2fb2b84771ee7f62bbac97247164c1 (patch)
tree1d1a69a8d2215f76add615a59251c8f07b64c0ca /src
parent9043c1c30754b4441ea2c59d24b24c759f363129 (diff)
downloademacs-384333ee0f2fb2b84771ee7f62bbac97247164c1.tar.gz
emacs-384333ee0f2fb2b84771ee7f62bbac97247164c1.zip
*** empty log message ***
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.