diff options
| author | Gerd Moellmann | 2000-08-29 15:04:48 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-29 15:04:48 +0000 |
| commit | 2a8bd25f14282558501248a4e8a0d646b6d1973e (patch) | |
| tree | 200072f0732b0a682377e4c717c2fb9636948b2d /src/ChangeLog | |
| parent | a39fb83d371f7a961f10bbb675e9acbed5f7044a (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-08-29 Miles Bader <miles@gnu.org> | 8 | 2000-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. |