comparison src/ChangeLog @ 42539:90ad1db5d8f3

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sat, 05 Jan 2002 00:09:08 +0000
parents eeb24892e1a4
children 8c7aa169a6ae
comparison
equal deleted inserted replaced
42538:2b4179d13ed7 42539:90ad1db5d8f3
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.
4 25
5 2002-01-03 Richard M. Stallman <rms@gnu.org> 26 2002-01-03 Richard M. Stallman <rms@gnu.org>