# HG changeset patch # User Jason Rumney # Date 1006979929 0 # Node ID 963149bd6f3e4fbae22e00c05d3db146994f9de1 # Parent 0c5ab6e27a8f0da882b4e485198f1a0fc479b043 *** empty log message *** diff -r 0c5ab6e27a8f -r 963149bd6f3e src/ChangeLog --- a/src/ChangeLog Wed Nov 28 20:36:12 2001 +0000 +++ b/src/ChangeLog Wed Nov 28 20:38:49 2001 +0000 @@ -1,3 +1,18 @@ +2001-11-28 Jason Rumney + + * w32menu.c (add_menu_item): Do not use owner-draw for disabled + menu items. From David Ponce . + (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function + conditionally. + (w32_menu_display_help): New argument OWNER. Rewritten to store a + help event in the owner frame's keyboard buffer. + + * w32fns.c (w32_wnd_proc) : Display help directly. + (Fx_show_tip): Don't subtract last width from row width. + + * w32term.c (w32_read_socket) : Remove. + (w32_read_socket): Use EQ to compare frames. + 2001-11-28 Gerd Moellmann * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if