# HG changeset patch # User Jason Rumney # Date 1010189348 0 # Node ID 90ad1db5d8f39d9eb3a29d5c0f9e727b2a5a0350 # Parent 2b4179d13ed7a0f58c79b44e8c86b6137ad53822 *** empty log message *** diff -r 2b4179d13ed7 -r 90ad1db5d8f3 src/ChangeLog --- a/src/ChangeLog Sat Jan 05 00:06:57 2002 +0000 +++ b/src/ChangeLog Sat Jan 05 00:09:08 2002 +0000 @@ -1,3 +1,24 @@ +2002-01-05 Jason Rumney + + * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen + to the left or to the right of the pointer, put it against + the left screen edge. + (x_frame_parms): Add missing braces around initializer. + + * w32term.c (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. + + * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types. + 2002-01-04 Richard M. Stallman * xmenu.c (menu_highlight_callback): Hide any tooltip window.