# HG changeset patch # User Jason Rumney # Date 1014422842 0 # Node ID 57d83458090b8282af01e02a1807c7389c88791a # Parent 7faac536665f12c57f4ce903f650b4aabb0c8ad6 *** empty log message *** diff -r 7faac536665f -r 57d83458090b src/ChangeLog --- a/src/ChangeLog Sat Feb 23 00:04:02 2002 +0000 +++ b/src/ChangeLog Sat Feb 23 00:07:22 2002 +0000 @@ -1,3 +1,22 @@ +2002-02-22 Jason Rumney + + * w32term.h (struct w32_output): New member menu_command_in_progress. + + * w32menu.c (menubar_selection_callback): Free the menu and + clear the menu_command_in_progress flag. + + * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize. + (menu_free_timer): New variable. + (MENU_FREE_ID, MENU_FREE_DELAY): New constants. + (w32_wnd_proc) : Handle menu_free_timer. + : Delay before freeing menu. Do nothing if a + menu command is in progress. + : Set the menu_command_in_progress flag. Kill + any menu_free_timer that is running. + + * w32term.c (w32_text_out): Renamed from W32_TEXTOUT. + Call ExtTextOutA rather than ExtTextOut. + 2002-02-22 Eli Zaretskii * puresize.h (BASE_PURESIZE): Increase to 755000.