Mercurial > emacs
changeset 41640:963149bd6f3e
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 28 Nov 2001 20:38:49 +0000 |
parents | 0c5ab6e27a8f |
children | 66c7637cbf17 |
files | src/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jasonr@gnu.org> + + * w32menu.c (add_menu_item): Do not use owner-draw for disabled + menu items. From David Ponce <dponce@wanadoo.fr>. + (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) <WM_MENUSELECT>: Display help directly. + (Fx_show_tip): Don't subtract last width from row width. + + * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove. + (w32_read_socket): Use EQ to compare frames. + 2001-11-28 Gerd Moellmann <gerd@gnu.org> * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if