log src/xmenu.c @ 79142:4fab4ac447b1

age author description
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-04-27 Jan Djärv (xdialog_show): Call Fredisplay before showing the dialog.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-11-19 Andreas Schwab (Fx_popup_menu): Initialize selection.
2006-11-12 Chong Yidong (popup_activated): Define outside HAVE_MENUS.
2006-11-06 Chong Yidong (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
2006-11-05 Chong Yidong Add a comment.
2006-11-05 Eli Zaretskii (Fmenu_or_popup_active_p): New function.
2006-11-04 Chong Yidong * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
2006-10-10 Stefan Monnier (syms_of_xmenu): Use Ffset rather than Fdefalias, since
2006-09-13 Chong Yidong * xterm.c (x_initialize): Don't install Xt event timer here.
2006-09-09 Richard M. Stallman (Vmenu_updating_frame): Don't define here.
2006-06-01 Jan Djärv * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
2006-06-01 Jan Djärv * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
2006-05-30 Andreas Schwab (Fmenu_bar_start): Return a value.
2006-05-29 Jan Djärv (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
2006-05-01 Andreas Schwab (restore_menu_items): Return a value.
2006-04-18 Richard M. Stallman Comment changes.
2006-04-18 Richard M. Stallman (restore_menu_items, save_menu_items): New fns.
2006-02-19 Richard M. Stallman (digest_single_submenu): When pane_string is empty, do initialize save_wv.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-12-22 Richard M. Stallman (xmenu_show): Call inhibit_garbage_collection.
2005-12-20 Juri Linkov (Fx_popup_menu): Set Vmenu_updating_frame to f if
2005-12-12 Jan Djärv * xmenu.c (menubar_selection_callback): Do nothing if the callback
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-08 Kim F. Storm * composite.c (compose_chars_in_text):
2005-06-06 Richard M. Stallman (popup_get_selection): Undo previous change.
2005-06-04 Richard M. Stallman (popup_get_selection): Click not in menu deactivates menu.
2005-05-24 Nick Roberts (Fx_popup_dialog): Add a third boolean argument to
2005-05-10 Richard M. Stallman Don't include signal.h.
2005-05-05 Luc Teirlinck (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
2005-05-02 Luc Teirlinck (Fx_popup_menu): Doc fix.
2005-05-01 Richard M. Stallman [not HAVE_X_TOOLKIT] (xmenu_show):
2005-04-18 Thien-Thi Nguyen (Fx_popup_menu): Initialize error_name to NULL.
2005-04-18 Thien-Thi Nguyen Remove eol whitespace; nfc.
2005-03-24 Jan Djärv * xmenu.c (create_and_show_popup_menu): Just remove menu and return
2005-03-17 Stefan Monnier (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
2005-03-12 Stefan Monnier (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
2005-02-03 Jan Djärv Forgot to remove debug code.
2005-02-03 Jan Djärv * xmenu.c (menubar_selection_callback): Force out GTK buffered
2005-01-07 Jan Djärv * xmenu.c (create_and_show_popup_menu): Pass zero as button to
2004-12-27 Jan Djärv (popup_get_selection): Remove parameter down_on_keypress.
2004-12-27 Jan Djärv * xmenu.c (popup_get_selection): Only pop down dialogs
2004-12-27 Richard M. Stallman Indentation fix.
2004-12-27 Jan Djärv * xmenu.c (popup_get_selection): Pop down on C-g.
2004-12-07 Jan Djärv * xmenu.c (Fx_popup_menu): Correct documentation about position.
2004-11-16 Jan Djärv * xmenu.c (x_menu_in_use): Removed.
2004-11-14 Jan Djärv Removed fprintf
2004-11-14 Jan Djärv * xmenu.c (pop_down_menu): Remove global variable current_menu,
2004-11-13 Jan Djärv * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
2004-11-13 Jan Djärv * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
2004-11-12 Kim F. Storm (pop_down_menu): Return nil.
2004-11-12 Jan Djärv (pop_down_menu): New function.
2004-11-12 Jan Djärv (popup_widget_loop): Add argument do_timers.
2004-11-12 Jan Djärv * xmenu.c (x_menu_wait_for_event): New function.
2004-11-06 Jan Djärv * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
2004-11-04 Richard M. Stallman Comment change.
2004-10-31 Jan Djärv * xmenu.c: Add prototypes for forward function declarations.
2004-09-07 Stefan Monnier (update_submenu_strings): YAILOM.