log src/xmenu.c @ 58171:e08eaff3b8ab

age author description
Fri, 12 Nov 2004 13:46:39 +0000 Kim F. Storm (pop_down_menu): Return nil.
Fri, 12 Nov 2004 10:34:36 +0000 Jan Dj«£rv (pop_down_menu): New function.
Fri, 12 Nov 2004 09:36:55 +0000 Jan Dj«£rv (popup_widget_loop): Add argument do_timers.
Fri, 12 Nov 2004 08:33:51 +0000 Jan Dj«£rv * xmenu.c (x_menu_wait_for_event): New function.
Sat, 06 Nov 2004 07:47:27 +0000 Jan Dj«£rv * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
Thu, 04 Nov 2004 10:04:16 +0000 Richard M. Stallman Comment change.
Sun, 31 Oct 2004 15:29:04 +0000 Jan Dj«£rv * xmenu.c: Add prototypes for forward function declarations.
Tue, 07 Sep 2004 05:52:52 +0000 Stefan Monnier (update_submenu_strings): YAILOM.
Mon, 30 Aug 2004 20:31:09 +0000 Jan Dj«£rv Fix typo in comment string.
Mon, 30 Aug 2004 20:14:21 +0000 Jan Dj«£rv Don't call ENCODE_MENU_STRING on top level menu names, GC may occur.
Mon, 30 Aug 2004 19:42:53 +0000 Jan Dj«£rv * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
Fri, 27 Aug 2004 16:57:36 +0000 Jan Dj«£rv * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
Mon, 12 Jan 2004 01:46:49 +0000 Jan Dj«£rv * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
Thu, 08 Jan 2004 21:04:32 +0000 Jan Dj«£rv * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
Sat, 27 Dec 2003 22:24:01 +0000 Kim F. Storm (show_help_event): Remove unused code.
Sun, 16 Nov 2003 16:05:24 +0000 Jan Dj«£rv Implement multiple display handling for GTK.
Sun, 02 Nov 2003 16:47:32 +0000 Jan Dj«£rv Remove tear off capability for GTK popup menus.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Sun, 15 Jun 2003 21:18:03 +0000 Stefan Monnier (find_and_call_menu_selection): Don't pass uninitialized
Mon, 02 Jun 2003 18:48:43 +0000 Dave Love (ENCODE_MENU_STRING): New.
Sat, 24 May 2003 22:09:50 +0000 Kim F. Storm Make (some) trivial substitutions for renamed and
Sat, 10 May 2003 16:14:35 +0000 Andreas Schwab (single_menu_item): Change last parameter to void* to
Sun, 04 May 2003 01:27:32 +0000 Stefan Monnier (struct skp): New struct, to pass args through map_keymap.
Sat, 08 Feb 2003 11:18:32 +0000 Jan Dj«£rv xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Sun, 19 Jan 2003 21:50:03 +0000 Jan Dj«£rv GTK version
Sat, 18 Jan 2003 09:55:37 +0000 Jan Dj«£rv (mouse_position_for_popup): New function.
Wed, 08 Jan 2003 20:06:05 +0000 Jan Dj«£rv (Fx_popup_menu): If popping up at mouse position,
Mon, 23 Dec 2002 18:06:42 +0000 Richard M. Stallman (parse_single_submenu): Use individual keymap's prompt
Sat, 21 Dec 2002 18:19:05 +0000 Richard M. Stallman (popup_get_selection): Now static. New arg DO_TIMERS.
Thu, 14 Nov 2002 14:21:11 +0000 Dave Love (unuse_menu_items, digest_single_submenu):
Tue, 12 Nov 2002 22:00:41 +0000 Stefan Monnier (parse_single_submenu): Simplify.
Fri, 01 Nov 2002 20:11:39 +0000 Stefan Monnier (unuse_menu_items): New fun.
Wed, 31 Jul 2002 06:15:47 +0000 Richard M. Stallman (set_frame_menubar): First parse all submenus,
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Thu, 13 Jun 2002 14:59:38 +0000 Pavel Jan«¿k Rename enum event_kind items.
Mon, 07 Jan 2002 00:23:56 +0000 Jason Rumney (set_frame_menubar, xmenu_show):
Sun, 06 Jan 2002 23:30:12 +0000 Jason Rumney (single_submenu): Initialize wv->help to Qnil.
Sun, 06 Jan 2002 21:35:44 +0000 Jason Rumney (menu_highlight_callback): Revert last change.
Fri, 04 Jan 2002 22:17:26 +0000 Richard M. Stallman (menu_highlight_callback): Hide any tooltip window.
Sun, 02 Dec 2001 05:07:16 +0000 Richard M. Stallman (menu_highlight_callback): Use `help' field as Lisp_Object.
Tue, 13 Nov 2001 07:10:29 +0000 Pavel Jan«¿k (x-popup-menu): Reindent.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jan«¿k Update usage of CHECK_ macros (remove unused second argument).
Tue, 30 Oct 2001 03:44:08 +0000 Stefan Monnier Include coding.h and charset.h.
Wed, 24 Oct 2001 07:08:38 +0000 Pavel Jan«¿k Spell the name of Emacs properly (GNU Emacs instead of gnuemacs).
Wed, 17 Oct 2001 03:16:12 +0000 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
Sun, 14 Oct 2001 10:36:01 +0000 Gerd Moellmann Put doc strings in comments.
Mon, 08 Oct 2001 11:12:23 +0000 Stefan Monnier (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Mon, 30 Jul 2001 08:12:46 +0000 Gerd Moellmann (set_frame_menubar): Take into account that
Tue, 29 May 2001 14:30:27 +0000 Gerd Moellmann (single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]:
Tue, 29 May 2001 11:10:47 +0000 Gerd Moellmann *** empty log message ***
Fri, 06 Apr 2001 16:59:57 +0000 Gerd Moellmann (xmenu_show): Use FRAME_X_SCREEN_NUMBER.
Thu, 05 Apr 2001 13:07:44 +0000 Gerd Moellmann (free_frame_menubar) [USE_MOTIF]: Preserve the
Tue, 27 Mar 2001 14:40:34 +0000 Gerd Moellmann (free_frame_menubar) [USE_MOTIF]: If the shell widget's
Fri, 23 Mar 2001 12:08:27 +0000 Eli Zaretskii Include widget.h only if USE_X_TOOLKIT is defined.
Thu, 22 Mar 2001 18:34:24 +0000 Gerd Moellmann (update_frame_menubar, set_frame_menubar, xmenu_show):
Thu, 22 Mar 2001 13:33:32 +0000 Gerd Moellmann Include widget.h.
Tue, 13 Mar 2001 16:26:25 +0000 Gerd Moellmann (popup_activate_callback, popup_deactivate_callback):
Tue, 13 Mar 2001 10:38:27 +0000 Gerd Moellmann (xmenu_show) [LESSTIF_VERSION]: Take out the code
Thu, 01 Mar 2001 15:28:26 +0000 Gerd Moellmann (free_frame_menubar): Set the frame's menubar_widget to
Mon, 19 Feb 2001 13:29:21 +0000 Gerd Moellmann (set_frame_menubar): Run acivate-menu-bar-hook with
Thu, 30 Nov 2000 12:41:39 +0000 Gerd Moellmann (popup_get_selection): Use xmalloc instead of malloc.
Fri, 27 Oct 2000 22:20:19 +0000 Stefan Monnier * lisp.h (KEYMAPP): New macro.
Thu, 05 Oct 2000 21:16:38 +0000 Dave Love (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar
Thu, 21 Sep 2000 20:54:57 +0000 Gerd Moellmann Avoid some more compiler warnings.
Thu, 07 Sep 2000 14:05:55 +0000 Gerd Moellmann (xdialog_show): When looking up the selection in
Mon, 04 Sep 2000 11:56:36 +0000 Miles Bader (xmenu_show):
Sat, 05 Aug 2000 19:25:41 +0000 Gerd Moellmann (popup_get_selection): Use xfree instead of free.
Thu, 03 Aug 2000 20:22:17 +0000 Gerd Moellmann (update_frame_menubar): Use NULL instead of 0 at the end
Wed, 26 Jul 2000 13:07:15 +0000 Gerd Moellmann (menu_highlight_callback): Call show_help_echo directly
Mon, 24 Jul 2000 15:11:52 +0000 Eli Zaretskii (keymap_panes): Pass the keymap's prompt as the pane
Fri, 21 Jul 2000 14:34:19 +0000 Gerd Moellmann (menu_help_callback): Call show_help_echo with
Tue, 18 Jul 2000 18:19:37 +0000 Gerd Moellmann (menu_help_callback): Call show_help_echo with
Fri, 14 Jul 2000 13:56:26 +0000 Gerd Moellmann (menu_highlight_callback): Use
Thu, 13 Jul 2000 14:08:48 +0000 Gerd Moellmann (menu_highlight_callback): Store help string in the
Tue, 11 Jul 2000 07:35:39 +0000 Eli Zaretskii (menu_help_callback): Call show_help_echo with non-zero
Wed, 05 Jul 2000 14:08:03 +0000 Stefan Monnier * w32menu.c (w32_menu_display_help):
Sun, 11 Jun 2000 12:12:52 +0000 Gerd Moellmann (xmenu_show): Case second parameter of lw_popup_menu
Mon, 05 Jun 2000 14:30:01 +0000 Dave Love (menu_item_selection): Declare volatile unconditionally.
Thu, 27 Jan 2000 15:32:21 +0000 Gerd Moellmann (xmenu_show) [!USE_X_TOOLKIT]: Pass help to
Tue, 25 Jan 2000 15:53:29 +0000 Gerd Moellmann (popup_activated_flag): Make externally visible.
Mon, 17 Jan 2000 09:13:23 +0000 Gerd Moellmann (enum menu_item_idx): New enumeration replacing defines
Mon, 06 Dec 1999 16:54:09 +0000 Eli Zaretskii Changes for automatic remapping of X colors on terminal frames:
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Fri, 15 Oct 1999 15:15:43 +0000 Gerd Moellmann (set_frame_menubar): Don't call
Wed, 06 Oct 1999 23:13:21 +0000 Gerd Moellmann (set_frame_menubar, xmenu_show): Call
Wed, 15 Sep 1999 12:58:53 +0000 Gerd Moellmann (single_menu_item, Fx_popup_menu, Fx_popup_menu,
Mon, 13 Sep 1999 11:14:23 +0000 Gerd Moellmann (Fx_popup_menu): Change for Lisp_Object selected_frame.
Sun, 12 Sep 1999 07:05:34 +0000 Ken Raeburn Use XCAR and XCDR instead of explicit member references.
Wed, 18 Aug 1999 13:10:52 +0000 Dave Love Use stdlib.h.
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann Ditto.
Tue, 22 Sep 1998 10:33:09 +0000 Kenichi Handa (single_submenu) [! HAVE_MULTILINGUAL_MENU]: Make
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Mon, 23 Mar 1998 13:02:15 +0000 Andreas Schwab (popup_get_selection): On receiving a KeyPress event
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Sat, 21 Mar 1998 06:01:22 +0000 Richard M. Stallman Don't include puresize.h any more as code that needs it
Sat, 14 Mar 1998 08:23:56 +0000 Richard M. Stallman (set_frame_menubar): Fstore_match_data => Fset_match_data.
Fri, 09 Jan 1998 23:21:17 +0000 Richard M. Stallman (xmenu_show): Use size_byte of strings.
Sat, 30 Aug 1997 07:15:19 +0000 Richard M. Stallman (free_frame_menubar): Clear menubar_height field.
Fri, 09 May 1997 21:47:48 +0000 Richard M. Stallman (Fx_popup_menu): Do fix.
Fri, 25 Apr 1997 00:44:48 +0000 Richard M. Stallman (set_frame_menubar): When widget is new, forget records of old contents.
Thu, 10 Apr 1997 21:19:16 +0000 Karl Heuer (Fx_popup_menu): Don't use Lisp_Object as integer.
Thu, 26 Dec 1996 21:06:19 +0000 Richard M. Stallman (single_keymap_panes): New arg DEPTH.
Thu, 19 Dec 1996 06:42:08 +0000 Richard M. Stallman (set_frame_menubar): Call Fmatch_data with new explicit arguments.
Tue, 10 Dec 1996 23:25:14 +0000 Richard M. Stallman (Vmenu_updating_frame): New variable.
Wed, 09 Oct 1996 04:56:48 +0000 Richard M. Stallman (Fx_popup_menu): Give the menu a title when the menu is a single keymap.
Tue, 27 Aug 1996 13:40:40 +0000 Richard M. Stallman (set_frame_menubar): Don't add ibw to menubar_size.
Sat, 24 Aug 1996 21:24:45 +0000 Richard M. Stallman (xdialog_show): Don't allow 9 buttons.
Thu, 08 Aug 1996 17:12:46 +0000 Richard M. Stallman (xmenu_show): Set dummy.state.
Wed, 31 Jul 1996 16:54:23 +0000 Richard M. Stallman (pending_menu_activation): Don't initialize. Not static.
Sun, 28 Jul 1996 00:48:42 +0000 Richard M. Stallman Comment change.
Sat, 27 Jul 1996 20:28:55 +0000 Richard M. Stallman (pending_menu_activation): New variable.
Thu, 25 Jul 1996 08:50:26 +0000 Richard M. Stallman (set_frame_menubar): Use -1 for call_data
Tue, 16 Jul 1996 06:01:13 +0000 Karl Heuer (x_activate_menubar): Allow any event, not just ButtonPress.
Sun, 07 Jul 1996 22:46:15 +0000 Karl Heuer (popup_get_selection): For a ButtonRelease on the proper
Thu, 13 Jun 1996 21:04:29 +0000 Richard M. Stallman (Qmenu_alias): New variable.
Fri, 31 May 1996 20:10:02 +0000 Richard M. Stallman (single_submenu): Handle non-keymap lists like symbols.
Mon, 29 Apr 1996 15:29:52 +0000 Richard M. Stallman (set_frame_menubar): FRAME_MENU_BAR_ITEMS now has four elements per item.
Sun, 03 Mar 1996 22:47:53 +0000 Richard M. Stallman Put most of file into HAVE_MENUS conditional.
Mon, 12 Feb 1996 10:05:00 +0000 Richard M. Stallman (xmalloc_widget_value): Define only if USE_X_TOOLKIT.
Sun, 11 Feb 1996 23:44:54 +0000 Richard M. Stallman (xmalloc_widget_value): Fix previous change.
Sun, 11 Feb 1996 20:31:53 +0000 Richard M. Stallman (xmalloc_widget_value): New function.
Wed, 24 Jan 1996 23:38:23 +0000 Karl Heuer (set_frame_menubar):
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Fri, 05 Jan 1996 10:03:17 +0000 Karl Heuer Comment fixes.
Sat, 23 Dec 1995 07:17:48 +0000 Richard M. Stallman Comment change.
Sun, 26 Nov 1995 20:50:52 +0000 Richard M. Stallman (set_frame_menubar): When called with deep_p == 0,
Fri, 10 Nov 1995 18:55:48 +0000 Richard M. Stallman Don't include Xaw/Paned.h unless USE_LUCID is defined.
Sun, 24 Sep 1995 23:33:06 +0000 Richard M. Stallman (popup_get_selection): Pop menu down if button is pressed
Wed, 02 Aug 1995 08:17:20 +0000 Richard M. Stallman [USE_X_TOOLKIT] (xmenu_show): Compute root-based
Wed, 26 Jul 1995 00:04:12 +0000 Karl Heuer Do renamings:
Tue, 25 Jul 1995 21:55:50 +0000 Richard M. Stallman Renamings: frame->display => frame->output, struct x_display -> sruct x_output.
Tue, 25 Jul 1995 20:26:10 +0000 Richard M. Stallman Include buffer.h.
Fri, 21 Jul 1995 08:31:15 +0000 Richard M. Stallman (set_frame_menubar): If the Lisp-level menu bar menus
Fri, 21 Jul 1995 02:05:20 +0000 Richard M. Stallman (syms_of_xmenu): Set up Qdebug_on_next_call.
Thu, 29 Jun 1995 18:43:24 +0000 Richard M. Stallman (single_submenu): Handle commands appearing directly in the menu bar.
Thu, 22 Jun 1995 19:25:20 +0000 Richard M. Stallman (menu_item_enabled_p_1): Special handling for quit.
Sat, 17 Jun 1995 23:48:10 +0000 Richard M. Stallman (menu_item_equiv_key): Do reconsider a command that had
Mon, 12 Jun 1995 00:55:33 +0000 Karl Heuer (frame_vector_add_frame): Don't forget to store
Fri, 09 Jun 1995 01:11:36 +0000 Karl Heuer (xmenu_show): Do call lw_destroy_all_widgets.
Thu, 08 Jun 1995 19:14:45 +0000 Karl Heuer (xmenu_show): If !HAVE_X_WINDOWS, don't reference X display.
Tue, 30 May 1995 18:46:49 +0000 Karl Heuer (set_frame_menubar): Always call update_frame_menubar.
Fri, 26 May 1995 22:47:07 +0000 Karl Heuer (popup_get_selection): Force deactivation if key pressed.
Thu, 25 May 1995 16:01:12 +0000 Karl Heuer (xmenu_show, xdialog_show): Increment widget_id_tick
Wed, 24 May 1995 21:43:00 +0000 Karl Heuer (Fx_popup_dialog): Treat (menu-bar) like t, for POSITION.
Wed, 24 May 1995 04:42:52 +0000 Karl Heuer (set_frame_menubar): Set menubar_height field.
Tue, 02 May 1995 04:50:07 +0000 Karl Heuer (xmenu_show, menubar_selection_callback): Move declaration
Sat, 29 Apr 1995 04:21:23 +0000 Karl Heuer (popup_get_selection): Use x_non_menubar_window_to_frame.
Mon, 24 Apr 1995 16:55:03 +0000 Karl Heuer (xmenu_show): x_mouse_leave needs an arg.
Thu, 20 Apr 1995 18:37:39 +0000 Karl Heuer (Fx_popup_dialog): Don't pass menubarp arg to xdialog_show.
Wed, 19 Apr 1995 06:09:42 +0000 Richard M. Stallman (xmenu_show, xdialog_show): Delete menubarp arg.
Fri, 14 Apr 1995 18:36:40 +0000 Richard M. Stallman (popup_get_selection): Queue up events that aren't
Fri, 07 Apr 1995 19:02:49 +0000 Richard M. Stallman (menubar_selection_callback, dialog_selection_callback)
Fri, 07 Apr 1995 03:39:07 +0000 Richard M. Stallman (frame_vector): New static variable.
Sun, 26 Mar 1995 21:13:19 +0000 Richard M. Stallman (Fx_popup_menu): Pass 1 for `insist' arg.
Sat, 25 Feb 1995 21:28:36 +0000 Richard M. Stallman (Fx_popup_menu): Init f from selected_frame
Thu, 23 Feb 1995 09:05:08 +0000 Richard M. Stallman (menu_item_equiv_key): Delete the code that rejected
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.
Sat, 11 Jun 1994 20:11:36 +0000 Richard M. Stallman (xmenu_show): Don't call XMenuDestroy twice in XM_FAILURE case.
Tue, 07 Jun 1994 18:31:56 +0000 Richard M. Stallman (menu_item_equiv_key): Check whether def1 matches
Thu, 02 Jun 1994 23:47:26 +0000 Karl Heuer (xdialog_show): Fix problem with message in dialog box.
Wed, 25 May 1994 09:20:10 +0000 Richard M. Stallman (menu_item_equiv_key): Look for equiv keys both before
Thu, 19 May 1994 15:49:52 +0000 Richard M. Stallman (other_menu_bar_item_p): Return 0 if no menu bar.
Thu, 19 May 1994 05:56:21 +0000 Richard M. Stallman (xmenu_show): Don't look in menubar for core.height if no menu bar.
Tue, 17 May 1994 04:30:32 +0000 Richard M. Stallman (xmenu_show): Completely ignore nameless panes
Wed, 11 May 1994 09:33:15 +0000 Fred Pierresteguy (xmenu_show): New var mb_item. Use it to determine the menubar item that
Wed, 11 May 1994 09:03:02 +0000 Richard M. Stallman (string_width): Deleted.
Thu, 05 May 1994 06:31:28 +0000 Karl Heuer (xmenu_show): Disallow empty menus.
Thu, 05 May 1994 05:36:17 +0000 Karl Heuer (Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook.
Fri, 29 Apr 1994 23:45:17 +0000 Richard M. Stallman (xdialog_show): Clear x_mouse_grabbed.
Thu, 28 Apr 1994 18:55:14 +0000 Richard M. Stallman (Fx_popup_menu): Doc fix.
Wed, 27 Apr 1994 08:27:50 +0000 Richard M. Stallman (xmenu_show, xdialog_show):
Sun, 17 Apr 1994 07:50:32 +0000 Richard M. Stallman (xmenu_show): Fix typo in last change.
Sat, 16 Apr 1994 03:50:38 +0000 Richard M. Stallman (xmenu_show): Don't cons on subprefix_stck[j] if nil.
Thu, 14 Apr 1994 17:14:57 +0000 Richard M. Stallman (last_menu_bar_item_end): New variable.
Sat, 09 Apr 1994 06:32:17 +0000 Richard M. Stallman (Fx_popup_menu): Use line_height field.
Fri, 08 Apr 1994 05:52:00 +0000 Richard M. Stallman (Fx_popup_dialog): Doc fix.
Sun, 03 Apr 1994 19:43:01 +0000 Richard M. Stallman (Fx_popup_dialog): If POSITION is t, use selected frame.
Sun, 03 Apr 1994 19:03:23 +0000 Richard M. Stallman (Fx_popup_dialog): If POSITION is t, use selected frame.
Fri, 01 Apr 1994 10:10:45 +0000 Richard M. Stallman (xmenu_show): Undo part of March 11 change:
Thu, 31 Mar 1994 14:50:46 +0000 Fred Pierresteguy (set_frame_menubar): New arg, first_time.
Fri, 25 Mar 1994 03:34:45 +0000 Karl Heuer (xmenu_show): Enable asynchronous events.
Wed, 23 Mar 1994 18:23:32 +0000 Fred Pierresteguy (update_frame_menubar): Function renamed from update_one_frame_psheets.
Sun, 20 Mar 1994 07:05:38 +0000 Richard M. Stallman (xdialog_show): Delete args x, y.
Sat, 19 Mar 1994 10:31:57 +0000 Richard M. Stallman (Fx_popup_dialog): Don't fail to set X, Y from POSITION.
Sat, 19 Mar 1994 05:34:45 +0000 Richard M. Stallman (Fx_popup_dialog, Fx_popup_menu): Require 2 args.
Fri, 18 Mar 1994 06:57:36 +0000 Richard M. Stallman (list_of_items): Arg to push_menu_item was missing.
Fri, 18 Mar 1994 01:27:43 +0000 Richard M. Stallman (Fx_popup_dialog, Fx_popup_menu): Handle case where
Mon, 14 Mar 1994 00:18:52 +0000 Richard M. Stallman Undo previous change. Instead:
Mon, 14 Mar 1994 00:08:07 +0000 Richard M. Stallman (Fx_popup_dialog): Define only if USE_X_TOOLKIT.
Fri, 11 Mar 1994 18:01:00 +0000 Fred Pierresteguy (xdialog_show): New function to handle the display of dialog boxes.
Thu, 10 Mar 1994 17:03:21 +0000 Richard M. Stallman (Fx_popup_menu): If POSITION is nil,
Fri, 04 Mar 1994 09:30:58 +0000 Fred Pierresteguy (update_one_frame_psheets): Call EmacsFrameSetCharSize to
Fri, 04 Mar 1994 07:52:34 +0000 Roland McGrath [USE_X_TOOLKIT] (xmenu_show): Pass display to XtWindowToWidget.
Thu, 03 Mar 1994 18:04:59 +0000 Richard M. Stallman (map_event_to_object, set_frame_menubar):
Mon, 28 Feb 1994 13:03:13 +0000 Fred Pierresteguy (xmenu_show): Test XtWindowToWidget before inserting into the event_queue.
Thu, 24 Feb 1994 08:07:16 +0000 Richard M. Stallman (Fx_popup_menu): Allow t as position, meaning use mouse pos.
Mon, 21 Feb 1994 06:46:09 +0000 Richard M. Stallman (single_keymap_panes): Properly skip help-string if any.
Sat, 19 Feb 1994 06:29:10 +0000 Richard M. Stallman Find and display keyboard equivalents of menu items.
Fri, 18 Feb 1994 11:03:38 +0000 Fred Pierresteguy (popup_selection_callback): Clean up code. Remove code in #if 0 directive.
Mon, 14 Feb 1994 21:44:50 +0000 Karl Heuer (Fx_popup_menu): Likewise.
Fri, 11 Feb 1994 13:19:19 +0000 Fred Pierresteguy (free_frame_menubar) [USE_X_TOOLKIT]. New function to destroy the X Widget
Fri, 11 Feb 1994 08:52:53 +0000 Fred Pierresteguy (xmenu_show) [USE_X_TOOLKIT]: return Qnil when val is null.
Thu, 10 Feb 1994 09:34:37 +0000 Fred Pierresteguy (xmenu_show) [USE_X_TOOLKIT]: Test event.xmotion.x_root in the MotionNotify
Wed, 09 Feb 1994 13:51:25 +0000 Fred Pierresteguy (xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavior for the menubar. Now,
Mon, 07 Feb 1994 01:05:06 +0000 Richard M. Stallman (single_keymap_panes): Use internal_condition_case_1.
Fri, 04 Feb 1994 17:13:26 +0000 Fred Pierresteguy (xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives and reverse one to
Wed, 26 Jan 1994 07:20:15 +0000 Richard M. Stallman Find lwlib.h and xlwmenuP.h in ../lwlib.
Sat, 15 Jan 1994 21:10:50 +0000 Paul Reilly Comment change.