aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2002-02-23 00:07:22 +0000
committerJason Rumney2002-02-23 00:07:22 +0000
commit48094ace89162b049f2bd9c1ce05488593fd1c5e (patch)
tree72fa566e2a6ad5162f49f1d32379d249593d8c75 /src/ChangeLog
parent71f6b2951950a0a42dce3a62796080f606d50f6e (diff)
downloademacs-48094ace89162b049f2bd9c1ce05488593fd1c5e.tar.gz
emacs-48094ace89162b049f2bd9c1ce05488593fd1c5e.zip
(mouse_move_timer, mouse_button_timer): Initialize.
(menu_free_timer): New variable. (MENU_FREE_ID, MENU_FREE_DELAY): New constants. (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer. <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a menu command is in progress. <WM_COMMAND>: Set the menu_command_in_progress flag. Kill any menu_free_timer that is running.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 58b0dd0ae24..9233ab15333 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12002-02-22 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.h (struct w32_output): New member menu_command_in_progress.
4
5 * w32menu.c (menubar_selection_callback): Free the menu and
6 clear the menu_command_in_progress flag.
7
8 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
9 (menu_free_timer): New variable.
10 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
11 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
12 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
13 menu command is in progress.
14 <WM_COMMAND>: Set the menu_command_in_progress flag. Kill
15 any menu_free_timer that is running.
16
17 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
18 Call ExtTextOutA rather than ExtTextOut.
19
12002-02-22 Eli Zaretskii <eliz@gnu.org> 202002-02-22 Eli Zaretskii <eliz@gnu.org>
2 21
3 * puresize.h (BASE_PURESIZE): Increase to 755000. 22 * puresize.h (BASE_PURESIZE): Increase to 755000.