log src/w32menu.c @ 52001:b96d92c96bd1

age author description
2003-06-15 Stefan Monnier (menubar_selection_callback): Don't pass uninitialized
2003-05-24 Kim F. Storm Make (few) trivial substitutions for renamed and
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2003-01-20 Jason Rumney (digest_single_submenu): Declare all args.
2002-12-18 Ben Key Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker
2002-11-17 Ben Key Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
2002-08-05 Richard M. Stallman (local_heap, local_alloc, local_free): New macros.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-06-13 Pavel Janík Rename enum event_kind items.
2002-02-23 Jason Rumney (menubar_selection_callback): Free the menu and
2002-01-08 Jason Rumney Fix typo in last checkin
2002-01-07 Jason Rumney (single_submenu, set_frame_menubar, w32_menu_show):
2002-01-06 Jason Rumney (w32_menu_display_help): Revert last change.
2002-01-05 Jason Rumney (w32_menu_display_help): Hide any tooltip window.
2001-12-10 Jason Rumney (w32_free_submenu_strings): Clear menu item struct
2001-12-09 Jason Rumney (_widget_value): Make `help' field a Lisp_Object. Add
2001-12-01 Jason Rumney (current_popup_menu, get_menu_item_info):
2001-11-28 Andrew Innes (w32_menu_display_help): Actually add the new argument
2001-11-28 Jason Rumney (add_menu_item): Do not use owner-draw for disabled menu items.
2001-11-18 Jason Rumney (w32_menu_show, push_menu_pane): Doc fixes.
2001-11-15 Jason Rumney (add-menu-item): Make help_echo and radio buttons
2001-11-12 Jason Rumney Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-30 Stefan Monnier (Fx_popup_menu): Explicitly init f, xpos, and ypos.
2001-10-21 Jason Rumney (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
2001-10-08 Stefan Monnier (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.
2001-10-08 Gerd Moellmann Don't define min/max.
2001-09-30 Andrew Innes (set_frame_menubar): Take into account that
2001-07-11 Stefan Monnier (menubar_selection_callback, w32_menu_show): Initialize `entry' to nil.