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 0951ad6c6aa..0b2b1a24775 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12001-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
12001-11-23 Eli Zaretskii <eliz@is.elta.co.il> 222001-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