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.
|
2004-08-30 |
Jan Djärv |
Fix typo in comment string.
|
2004-08-30 |
Jan Djärv |
Don't call ENCODE_MENU_STRING on top level menu names, GC may occur.
|
2004-08-30 |
Jan Djärv |
* xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
|
2004-08-27 |
Jan Djärv |
* xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
|
2004-01-12 |
Jan Djärv |
* xmenu.c (popup_get_selection): Check new parameter down_on_keypress
|
2004-01-08 |
Jan Djärv |
* xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
|
2003-12-27 |
Kim F. Storm |
(show_help_event): Remove unused code.
|
2003-11-16 |
Jan Djärv |
Implement multiple display handling for GTK.
|
2003-11-02 |
Jan Djärv |
Remove tear off capability for GTK popup menus.
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-06-15 |
Stefan Monnier |
(find_and_call_menu_selection): Don't pass uninitialized
|
2003-06-02 |
Dave Love |
(ENCODE_MENU_STRING): New.
|
2003-05-24 |
Kim F. Storm |
Make (some) trivial substitutions for renamed and
|
2003-05-10 |
Andreas Schwab |
(single_menu_item): Change last parameter to void* to
|
2003-05-04 |
Stefan Monnier |
(struct skp): New struct, to pass args through map_keymap.
|
2003-02-08 |
Jan Djärv |
xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
|
2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2003-01-19 |
Jan Djärv |
GTK version
|
2003-01-18 |
Jan Djärv |
(mouse_position_for_popup): New function.
|
2003-01-08 |
Jan Djärv |
(Fx_popup_menu): If popping up at mouse position,
|
2002-12-23 |
Richard M. Stallman |
(parse_single_submenu): Use individual keymap's prompt
|
2002-12-21 |
Richard M. Stallman |
(popup_get_selection): Now static. New arg DO_TIMERS.
|
2002-11-14 |
Dave Love |
(unuse_menu_items, digest_single_submenu):
|
2002-11-12 |
Stefan Monnier |
(parse_single_submenu): Simplify.
|