(menubar_selection_callback, dialog_selection_callback)
[bpt/emacs.git] / src / xmenu.c
1995-04-07 Richard M. Stallman(menubar_selection_callback, dialog_selection_callback)
1995-04-07 Richard M. Stallman(frame_vector): New static variable.
1995-03-26 Richard M. Stallman(Fx_popup_menu): Pass 1 for `insist' arg.
1995-02-25 Richard M. Stallman(Fx_popup_menu): Init f from selected_frame
1995-02-23 Richard M. Stallman(menu_item_equiv_key): Delete the code that rejected
1995-02-22 Karl Heuer(menubar_selection_callback): frame_or_window field...
1995-02-15 Richard M. Stallman(xmenu_show, both versions): New arg for_click.
1995-02-12 Richard M. Stallman(menu_item_equiv_key): If command is an alias,
1995-01-20 Richard M. Stallman[MSDOS]: #include msdos.h.
1994-12-15 Richard M. StallmanDon't include ../oldXMenu/XMenu.h if USE_X_TOOLKIT.
1994-10-27 Karl Heuer(set_frame_menubar): Don't copy string during GC risk.
1994-10-22 Richard M. Stallman(xmenu_show): Get the screen number for DisplayHeight
1994-10-20 Richard M. Stallman(xdialog_show, xmenu_show): Use grabbed field instead...
1994-10-19 Richard M. StallmanUse FRAME_X_DISPLAY, not XDISPLAY or x_current_display.
1994-10-17 Morten Welinder*** empty log message ***
1994-10-15 Richard M. StallmanDelete HAVE_X11 conditionals.
1994-10-04 Karl Heuer(single_keymap_panes, Fx_popup_menu): Don't use XFASTIN...
1994-10-04 Karl Heuer(Fx_popup_menu, Fx_popup_dialog): Use new accessor...
1994-10-04 Richard M. Stallman(widget_id_tick): Move definition into conditional.
1994-10-02 Paul Reilly(popup_get_selection): Remove BLOCK_INPUT, UNBLOCK_INPU...
1994-10-02 Paul Reilly(widget_id_tick): Renamed from popup_id_tick.
1994-09-27 Karl Heuer(menu_item_enabled_p, single_keymap_panes, Fx_popup_men...
1994-09-17 Karl Heuer(menu_item_enabled_p): Fix declaration.
1994-09-14 Richard M. StallmanInclude puresize.h.
1994-08-28 Richard M. Stallman(xmenu_show): Don't queue events that are in the menu...
1994-08-25 Richard M. Stallman(xmenu_show): Do nothing special for ButtonPress in...
1994-08-14 Richard M. Stallman(xmenu_show): Unconditionally update x_mouse_grabbed...
1994-08-01 Richard M. Stallman(xmenu_show): Ignore any geometry resource from the...
1994-07-17 Richard M. Stallman[USE_X_TOOLKIT] (xmenu_show): Handle UnmapNotify events.
1994-07-12 Richard M. Stallman(xmenu_show): Don't call XtUngrabPointer here.
1994-07-07 Richard M. Stallman(xmenu_show) {USE_X_TOOLKIT}: ButtonPress no longer...
1994-07-07 Richard M. Stallman(xmenu_show) [USE_X_TOOLKIT]: Keyboard input exits...
1994-06-21 Richard M. Stallman(single_keymap_panes): Put menu_item_equiv_key in the...
1994-06-15 Richard M. StallmanPut stdio.h after config.h.
1994-06-13 Karl Heuer(single_keymap_panes): gcpro some things.
1994-06-11 Richard M. Stallman(xmenu_show): Don't call XMenuDestroy twice in XM_FAILU...
1994-06-07 Richard M. Stallman(menu_item_equiv_key): Check whether def1 matches
1994-06-02 Karl Heuer(xdialog_show): Fix problem with message in dialog...
1994-05-25 Richard M. Stallman(menu_item_equiv_key): Look for equiv keys both before
1994-05-19 Richard M. Stallman(other_menu_bar_item_p): Return 0 if no menu bar.
1994-05-19 Richard M. Stallman(xmenu_show): Don't look in menubar for core.height...
1994-05-17 Richard M. Stallman(xmenu_show): Completely ignore nameless panes
1994-05-11 Fred Pierresteguy(xmenu_show): New var mb_item. Use it to determine...
1994-05-11 Richard M. Stallman(string_width): Deleted.
1994-05-05 Karl Heuer(xmenu_show): Disallow empty menus.
1994-05-05 Karl Heuer(Fx_popup_menu): Restore accidentally-deleted call...
1994-04-29 Richard M. Stallman(xdialog_show): Clear x_mouse_grabbed.
1994-04-28 Richard M. Stallman(Fx_popup_menu): Doc fix.
1994-04-27 Richard M. Stallman(xmenu_show, xdialog_show):
1994-04-17 Richard M. Stallman(xmenu_show): Fix typo in last change.
1994-04-16 Richard M. Stallman(xmenu_show): Don't cons on subprefix_stck[j] if nil.
1994-04-14 Richard M. Stallman(last_menu_bar_item_end): New variable.
1994-04-09 Richard M. Stallman(Fx_popup_menu): Use line_height field.
1994-04-08 Richard M. Stallman(Fx_popup_dialog): Doc fix.
1994-04-03 Richard M. Stallman(Fx_popup_dialog): If POSITION is t, use selected frame.
1994-04-03 Richard M. Stallman(Fx_popup_dialog): If POSITION is t, use selected frame.
1994-04-01 Richard M. Stallman(xmenu_show): Undo part of March 11 change:
1994-03-31 Fred Pierresteguy(set_frame_menubar): New arg, first_time.
1994-03-25 Karl Heuer(xmenu_show): Enable asynchronous events.
1994-03-23 Fred Pierresteguy(update_frame_menubar): Function renamed from update_on...
1994-03-20 Richard M. Stallman(xdialog_show): Delete args x, y.
1994-03-19 Richard M. Stallman(Fx_popup_dialog): Don't fail to set X, Y from POSITION.
1994-03-19 Richard M. Stallman(Fx_popup_dialog, Fx_popup_menu): Require 2 args.
1994-03-18 Richard M. Stallman(list_of_items): Arg to push_menu_item was missing.
1994-03-18 Richard M. Stallman(Fx_popup_dialog, Fx_popup_menu): Handle case where
1994-03-14 Richard M. StallmanUndo previous change. Instead:
1994-03-14 Richard M. Stallman(Fx_popup_dialog): Define only if USE_X_TOOLKIT.
1994-03-11 Fred Pierresteguy(xdialog_show): New function to handle the display...
1994-03-10 Richard M. Stallman(Fx_popup_menu): If POSITION is nil,
1994-03-04 Fred Pierresteguy(update_one_frame_psheets): Call EmacsFrameSetCharSize to
1994-03-04 Roland McGrath[USE_X_TOOLKIT] (xmenu_show): Pass display to XtWindowT...
1994-03-03 Richard M. Stallman(map_event_to_object, set_frame_menubar):
1994-02-28 Fred Pierresteguy(xmenu_show): Test XtWindowToWidget before inserting...
1994-02-24 Richard M. Stallman(Fx_popup_menu): Allow t as position, meaning use mouse...
1994-02-21 Richard M. Stallman(single_keymap_panes): Properly skip help-string if...
1994-02-19 Richard M. StallmanFind and display keyboard equivalents of menu items.
1994-02-18 Fred Pierresteguy(popup_selection_callback): Clean up code. Remove code...
1994-02-14 Karl Heuer(Fx_popup_menu): Likewise.
1994-02-11 Fred Pierresteguy(free_frame_menubar) [USE_X_TOOLKIT]. New function...
1994-02-11 Fred Pierresteguy(xmenu_show) [USE_X_TOOLKIT]: return Qnil when val...
1994-02-10 Fred Pierresteguy(xmenu_show) [USE_X_TOOLKIT]: Test event.xmotion.x_root...
1994-02-09 Fred Pierresteguy(xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavi...
1994-02-07 Richard M. Stallman(single_keymap_panes): Use internal_condition_case_1.
1994-02-04 Fred Pierresteguy(xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directiv...
1994-01-26 Richard M. StallmanFind lwlib.h and xlwmenuP.h in ../lwlib.
1994-01-15 Paul ReillyComment change.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-14 Richard M. Stallman(Fx_popup_menu): Adjust coords so they are relative...
1993-06-15 Richard M. Stallman(xmenu_show): Store 0 in *ERROR at the beginning.
1993-06-05 Richard M. Stallman(Fx_popup_menu): Error if we don't get a window or...
1993-05-29 Jim Blandy* sysdep.c (sys_siglist): Comment out #endif trailer.
1993-05-22 Jim BlandyUpdated copyright years.
1993-05-12 Richard M. Stallman(Fx_popup_menu): Add a vector of prefix keys for the...
1993-04-10 Jim BlandySince Qmenu_enable is used by non-X-specific code,...
1993-03-31 Jim BlandyPut interrupt input blocking in a separate file from...
1993-03-16 Richard M. Stallman(xmenu_show): Do BLOCK_INPUT; unblock just before retur...
1993-03-15 Richard M. Stallman(list_of_items): Allow strings among the alist items;
1993-03-12 Richard M. Stallman(xmenu_show): New arg enable_list.
1993-03-12 Richard M. Stallman(Fx_popup_menu): Allow a frame instead of a window...
1993-03-12 Richard M. Stallman(Fx_popup_menu): Allow a frame instead of a window...
next