diff options
| author | Jason Rumney | 2002-01-05 00:09:08 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-01-05 00:09:08 +0000 |
| commit | 6637c996f7a3d0fce9f34cf96739b5421551dcd2 (patch) | |
| tree | 32cda7ee6253702540af49f6d4e53c5c5edb0459 /src/ChangeLog | |
| parent | 72e4adef0d6766f95e2d4952a79718faeb6db455 (diff) | |
| download | emacs-6637c996f7a3d0fce9f34cf96739b5421551dcd2.tar.gz emacs-6637c996f7a3d0fce9f34cf96739b5421551dcd2.zip | |
(x_setup_relief_colors): Don't compute an image's
background color if it doesn't have a Pixmap.
(notice_overwritten_cursor): Don't depend on
output_cursor and updated_area. Compare pixel coordinates with
window's cursor pixel coordinates.
(x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call
notice_overwritten_cursor with new arg list.
(show_mouse_face): Fix bug setting a row's mouse_face_p flag
unconditionally.
(x_draw_image_relief): Use predefined macro instead of
constant when the value of `tool_bar_button_relief' is negative.
(x_display_and_set_cursor): Fix PostMessage arg types.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ad54a7032b6..ea9b8720840 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2002-01-05 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen | ||
| 4 | to the left or to the right of the pointer, put it against | ||
| 5 | the left screen edge. | ||
| 6 | (x_frame_parms): Add missing braces around initializer. | ||
| 7 | |||
| 8 | * w32term.c (x_setup_relief_colors): Don't compute an image's | ||
| 9 | background color if it doesn't have a Pixmap. | ||
| 10 | (notice_overwritten_cursor): Don't depend on | ||
| 11 | output_cursor and updated_area. Compare pixel coordinates with | ||
| 12 | window's cursor pixel coordinates. | ||
| 13 | (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call | ||
| 14 | notice_overwritten_cursor with new arg list. | ||
| 15 | (show_mouse_face): Fix bug setting a row's mouse_face_p flag | ||
| 16 | unconditionally. | ||
| 17 | (x_draw_image_relief): Use predefined macro instead of | ||
| 18 | constant when the value of `tool_bar_button_relief' is negative. | ||
| 19 | |||
| 20 | * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types. | ||
| 21 | |||
| 1 | 2002-01-04 Richard M. Stallman <rms@gnu.org> | 22 | 2002-01-04 Richard M. Stallman <rms@gnu.org> |
| 2 | 23 | ||
| 3 | * xmenu.c (menu_highlight_callback): Hide any tooltip window. | 24 | * xmenu.c (menu_highlight_callback): Hide any tooltip window. |