diff options
| author | Gerd Moellmann | 2000-08-07 21:54:31 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-07 21:54:31 +0000 |
| commit | 49ad1d991e2fe0650a0f853cb1f45409d8cc0634 (patch) | |
| tree | cbce23bab154c496b2f22070757bb4ea8acfcd96 /src/ChangeLog | |
| parent | b28cb6ed7a7099b13c663047dedd9573e774833f (diff) | |
| download | emacs-49ad1d991e2fe0650a0f853cb1f45409d8cc0634.tar.gz emacs-49ad1d991e2fe0650a0f853cb1f45409d8cc0634.zip | |
(x_draw_image_foreground): Avoid drawing outside
of the clip area when image doesn't have a mask.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d0623ccc0b7..1b1def22adb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,20 @@ | |||
| 1 | 2000-08-07 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (start_display): WHen starting display on a continuation | ||
| 4 | line, clear ascent and descent members of the iterator structure; | ||
| 5 | the height of the continued line does not affect the height of the | ||
| 6 | continuation line. | ||
| 7 | (make_cursor_line_fully_visible): Do nothing if cursor is on a | ||
| 8 | line taller than the window. | ||
| 9 | (redisplay_window) <forced window start>: Handle case that the | ||
| 10 | middle of the window is not found in any row. | ||
| 11 | (dump_glyph_row): Show more information. | ||
| 12 | (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the | ||
| 13 | first text line in a glyph matrix. | ||
| 14 | |||
| 15 | * xterm.c (x_draw_image_foreground): Avoid drawing outside | ||
| 16 | of the clip area when image doesn't have a mask. | ||
| 17 | |||
| 3 | * fns.c (sweep_weak_table): Fix survival conditions for | 18 | * fns.c (sweep_weak_table): Fix survival conditions for |
| 4 | key-or-value and key-and-value weakness. | 19 | key-or-value and key-and-value weakness. |
| 5 | 20 | ||