diff options
| author | Gerd Moellmann | 2001-12-28 14:47:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-12-28 14:47:47 +0000 |
| commit | 0cb8bb486accf3657e09c4892dd3554fa856578e (patch) | |
| tree | 4db25502d0d31d3eff606fe2f641c42525fde8d3 /src/ChangeLog | |
| parent | 60626bab465f140e08abbf37b7eb69a38f368fcc (diff) | |
| download | emacs-0cb8bb486accf3657e09c4892dd3554fa856578e.tar.gz emacs-0cb8bb486accf3657e09c4892dd3554fa856578e.zip | |
(x_setup_relief_colors): Don't compute an image's
background color if it doesn't have a Pixmap.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f811a4e2dde..aa598372946 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-12-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-12-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_setup_relief_colors): Don't compute an image's | ||
| 4 | background color if it doesn't have a Pixmap. | ||
| 5 | |||
| 3 | * xterm.c (notice_overwritten_cursor): Don't depend on | 6 | * xterm.c (notice_overwritten_cursor): Don't depend on |
| 4 | output_cursor and updated_area. Compare pixel coordinates with | 7 | output_cursor and updated_area. Compare pixel coordinates with |
| 5 | window's cursor pixel coordinates. | 8 | window's cursor pixel coordinates. |
| @@ -7,7 +10,7 @@ | |||
| 7 | notice_overwritten_cursor with new arg list. | 10 | notice_overwritten_cursor with new arg list. |
| 8 | (show_mouse_face): Fix bug setting a row's mouse_face_p flag | 11 | (show_mouse_face): Fix bug setting a row's mouse_face_p flag |
| 9 | unconditionally. | 12 | unconditionally. |
| 10 | 13 | ||
| 11 | * xdisp.c (try_scrolling) <PT below scroll margin>: Add the | 14 | * xdisp.c (try_scrolling) <PT below scroll margin>: Add the |
| 12 | height of the cursor line to the amount to scroll. | 15 | height of the cursor line to the amount to scroll. |
| 13 | 16 | ||