aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-29 15:04:48 +0000
committerGerd Moellmann2000-08-29 15:04:48 +0000
commit2a8bd25f14282558501248a4e8a0d646b6d1973e (patch)
tree200072f0732b0a682377e4c717c2fb9636948b2d /src/ChangeLog
parenta39fb83d371f7a961f10bbb675e9acbed5f7044a (diff)
downloademacs-2a8bd25f14282558501248a4e8a0d646b6d1973e.tar.gz
emacs-2a8bd25f14282558501248a4e8a0d646b6d1973e.zip
(build_frame_matrix_from_leaf_window): If a row of a
desired window matrix hasn't been displayed, use the current row instead. Make sure that only those frame rows are updated for which there is a corresponding enabled desired row.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c0a37f53a8f..57dd1e2fca9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12000-08-29 Gerd Moellmann <gerd@gnu.org>
2
3 * dispnew.c (build_frame_matrix_from_leaf_window): If a row of a
4 desired window matrix hasn't been displayed, use the current row
5 instead. Make sure that only those frame rows are updated for
6 which there exists a corresponding enabled desired row.
7
12000-08-29 Miles Bader <miles@gnu.org> 82000-08-29 Miles Bader <miles@gnu.org>
2 9
3 * xfaces.c (default_face_vector): New function. 10 * xfaces.c (default_face_vector): New function.