comparison src/ChangeLog @ 41451:c480d5760358

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sat, 24 Nov 2001 18:11:01 +0000
parents 46e992634d85
children 41ef4373121e
comparison
equal deleted inserted replaced
41450:7a2e849081bb 41451:c480d5760358
1 2001-11-24 Jason Rumney <jasonr@gnu.org>
2
3 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
4 mouse position if either left or top is not specified.
5
6 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
7 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
8 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
9 (my_create_tip_window): Assign tip_window.
10 (x_create_tip_frame): Use same defaults as X.
11 (compute_tip_xy): Remove unused variable. Use full screen width.
12 (Fx_show_tip): Do not double height. Call ShowWindow directly.
13
14 * w32term.c (x_after_update_window_line): Doc fix.
15 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
16 frames.
17 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
18
19 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
20 for all Windowed systems.
21
1 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il> 22 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2 23
3 * msdos.c (IT_clear_screen): If the frame's faces are not yet 24 * msdos.c (IT_clear_screen): If the frame's faces are not yet
4 realized, use the initial screen colors to clear the screen. 25 realized, use the initial screen colors to clear the screen.
5 26