aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
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 @@
12002-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
12002-01-04 Richard M. Stallman <rms@gnu.org> 222002-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.