Mercurial > emacs
comparison src/ChangeLog @ 42377:91a13656c9c6
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 28 Dec 2001 14:47:47 +0000 |
parents | 56cc690f3c8d |
children | acf13505d125 |
comparison
equal
deleted
inserted
replaced
42376:0f408d016a15 | 42377:91a13656c9c6 |
---|---|
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. |
6 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call | 9 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call |
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 |
14 2001-12-27 Richard M. Stallman <rms@gnu.org> | 17 2001-12-27 Richard M. Stallman <rms@gnu.org> |
15 | 18 |