diff options
| author | Jason Rumney | 2001-11-24 18:11:01 +0000 |
|---|---|---|
| committer | Jason Rumney | 2001-11-24 18:11:01 +0000 |
| commit | cc63037ece6ca2cbe6536d27e9dfabd1a435847e (patch) | |
| tree | 00036325576932c059174a70580383e0b20a60d1 /src | |
| parent | 86ffe5cd55b110b3d0845e1a6c2bd66db7fc5c4c (diff) | |
| download | emacs-cc63037ece6ca2cbe6536d27e9dfabd1a435847e.tar.gz emacs-cc63037ece6ca2cbe6536d27e9dfabd1a435847e.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 21 |
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 @@ | |||
| 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 |