log src/xmenu.c @ 10799:1745fca9370a

age author description
Wed, 22 Feb 1995 06:07:20 +0000 Karl Heuer (menubar_selection_callback): frame_or_window field of a menu-bar event now
Wed, 15 Feb 1995 08:06:32 +0000 Richard M. Stallman (xmenu_show, both versions): New arg for_click.
Sun, 12 Feb 1995 01:22:28 +0000 Richard M. Stallman (menu_item_equiv_key): If command is an alias,
Fri, 20 Jan 1995 23:37:41 +0000 Richard M. Stallman [MSDOS]: #include msdos.h.
Thu, 15 Dec 1994 12:16:00 +0000 Richard M. Stallman Don't include ../oldXMenu/XMenu.h if USE_X_TOOLKIT.
Thu, 27 Oct 1994 18:44:47 +0000 Karl Heuer (set_frame_menubar): Don't copy string during GC risk.
Sat, 22 Oct 1994 03:51:12 +0000 Richard M. Stallman (xmenu_show): Get the screen number for DisplayHeight
Thu, 20 Oct 1994 06:39:00 +0000 Richard M. Stallman (xdialog_show, xmenu_show): Use grabbed field instead of x_mouse_grabbed.
Wed, 19 Oct 1994 09:56:48 +0000 Richard M. Stallman Use FRAME_X_DISPLAY, not XDISPLAY or x_current_display.
Mon, 17 Oct 1994 08:42:36 +0000 Morten Welinder *** empty log message ***
Sat, 15 Oct 1994 23:51:54 +0000 Richard M. Stallman Delete HAVE_X11 conditionals.
Tue, 04 Oct 1994 19:49:16 +0000 Karl Heuer (single_keymap_panes, Fx_popup_menu): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 19:47:37 +0000 Karl Heuer (Fx_popup_menu, Fx_popup_dialog): Use new accessor macros instead of calling
Tue, 04 Oct 1994 19:37:55 +0000 Richard M. Stallman (widget_id_tick): Move definition into conditional.
Sun, 02 Oct 1994 21:23:53 +0000 Paul Reilly (popup_get_selection): Remove BLOCK_INPUT, UNBLOCK_INPUT since the
Sun, 02 Oct 1994 15:51:13 +0000 Paul Reilly (widget_id_tick): Renamed from popup_id_tick.
Tue, 27 Sep 1994 00:27:58 +0000 Karl Heuer (menu_item_enabled_p, single_keymap_panes, Fx_popup_menu, Fx_popup_dialog):
Sat, 17 Sep 1994 03:16:16 +0000 Karl Heuer (menu_item_enabled_p): Fix declaration.
Wed, 14 Sep 1994 23:24:45 +0000 Richard M. Stallman Include puresize.h.
Sun, 28 Aug 1994 07:39:12 +0000 Richard M. Stallman (xmenu_show): Don't queue events that are in the menu bar.
Thu, 25 Aug 1994 05:05:50 +0000 Richard M. Stallman (xmenu_show): Do nothing special for ButtonPress in the menu.
Sun, 14 Aug 1994 00:42:40 +0000 Richard M. Stallman (xmenu_show): Unconditionally update x_mouse_grabbed and Vmouse_depressed.
Mon, 01 Aug 1994 21:29:46 +0000 Richard M. Stallman (xmenu_show): Ignore any geometry resource from the user.
Sun, 17 Jul 1994 06:41:53 +0000 Richard M. Stallman [USE_X_TOOLKIT] (xmenu_show): Handle UnmapNotify events.
Tue, 12 Jul 1994 01:39:30 +0000 Richard M. Stallman (xmenu_show): Don't call XtUngrabPointer here.
Thu, 07 Jul 1994 19:24:56 +0000 Richard M. Stallman (xmenu_show) {USE_X_TOOLKIT}: ButtonPress no longer pops
Thu, 07 Jul 1994 06:29:09 +0000 Richard M. Stallman (xmenu_show) [USE_X_TOOLKIT]: Keyboard input exits the menu.
Tue, 21 Jun 1994 19:12:12 +0000 Richard M. Stallman (single_keymap_panes): Put menu_item_equiv_key in the gcpro.
Wed, 15 Jun 1994 03:54:06 +0000 Richard M. Stallman Put stdio.h after config.h.
Mon, 13 Jun 1994 20:56:30 +0000 Karl Heuer (single_keymap_panes): gcpro some things.