diff options
| author | Gerd Moellmann | 2001-01-03 12:33:35 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-03 12:33:35 +0000 |
| commit | bafb434cc5948119a0d9cff1196471a16f68f475 (patch) | |
| tree | 43149ee60b53484c2c12483208e3bd56e105d14a /src/ChangeLog | |
| parent | 38186d678fae2781c441c2e9273d97243647a7ad (diff) | |
| download | emacs-bafb434cc5948119a0d9cff1196471a16f68f475.tar.gz emacs-bafb434cc5948119a0d9cff1196471a16f68f475.zip | |
(try_window_reusing_current_matrix): Fix bug setting
the enabled_p flag of the glyph row at window_end_vpos to 0.
(handle_single_display_prop): Fix last change.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6f3b4637ecc..4f622116ceb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-01-03 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (try_window_reusing_current_matrix): Fix bug setting | ||
| 4 | the enabled_p flag of the glyph row at window_end_vpos to 0. | ||
| 5 | (handle_single_display_prop): Fix last change. | ||
| 6 | |||
| 1 | 2001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 7 | 2001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 2 | 8 | ||
| 3 | * window.c (Frecenter): Doc fix. | 9 | * window.c (Frecenter): Doc fix. |