mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
*** empty log message ***
This commit is contained in:
parent
86ffe5cd55
commit
cc63037ece
1 changed files with 21 additions and 0 deletions
|
|
@ -1,3 +1,24 @@
|
|||
2001-11-24 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* xfns.c (compute_tip_xy): Initialize root_x and root_y from
|
||||
mouse position if either left or top is not specified.
|
||||
|
||||
* w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
|
||||
<WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
|
||||
(my_create_tip_window, Fx_show_tip): Adjust size for external border.
|
||||
(my_create_tip_window): Assign tip_window.
|
||||
(x_create_tip_frame): Use same defaults as X.
|
||||
(compute_tip_xy): Remove unused variable. Use full screen width.
|
||||
(Fx_show_tip): Do not double height. Call ShowWindow directly.
|
||||
|
||||
* w32term.c (x_after_update_window_line): Doc fix.
|
||||
(w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
|
||||
frames.
|
||||
<WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
|
||||
|
||||
* xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
|
||||
for all Windowed systems.
|
||||
|
||||
2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* msdos.c (IT_clear_screen): If the frame's faces are not yet
|
||||
|
|
|
|||
Loading…
Reference in a new issue