aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (in_sighandler): Remove variable.YAMAMOTO Mitsuharu2006-08-271-13/+1
* (Fcurrent_idle_time): Simplify.Kim F. Storm2006-08-251-9/+6
* Clarify difference between in_sighandler and handling_signal.Jan Djärv2006-08-211-1/+6
* (syms_of_keyboard): Docstring ofKenichi Handa2006-08-211-3/+5
* * keyboard.c (show_help_echo): Preserve mouse movement flag ifChong Yidong2006-08-201-67/+77
* (Fcurrent_idle_time): New function.Richard M. Stallman2006-08-201-0/+30
* * keyboard.c (read_char): Don't change idle timer state at all ifChong Yidong2006-08-151-13/+12
* * keyboard.c (read_char): Don't reset idle timers if a time limitChong Yidong2006-08-141-2/+12
* * keyboard.c: Define in_sighandler.Jan Djärv2006-08-101-0/+7
* (keyremap_step): No-op if fkey->parent = nil.Richard M. Stallman2006-08-091-7/+18
* (kbd_buffer_get_event): Return Qnil when current time is exactly equal toEli Zaretskii2006-08-051-6/+8
* * keyboard.c (read_char): Rebalance specpdl after receiving jump.Chong Yidong2006-08-051-1/+3
* (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.Richard M. Stallman2006-07-291-0/+2
* * keyboard.c (read_char): New arg END_TIME specifying timeout.Chong Yidong2006-07-261-13/+39
* (recursive_edit_1): Use xsignal1.Kim F. Storm2006-07-181-1/+1
* (Vcommand_error_function): New variable.Richard M. Stallman2006-07-171-31/+38
* (access_keymap_keyremap): Use ARRAYP.Kim F. Storm2006-07-121-1/+1
* (command_loop_1, read_char, Fexecute_extended_command):Kim F. Storm2006-07-111-34/+16
* * puresize.h (BASE_PURESIZE): Increment to 1211000.Chong Yidong2006-07-101-15/+31
* (Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.Eli Zaretskii2006-07-071-1/+7
* (make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.YAMAMOTO Mitsuharu2006-05-051-2/+1
* (read_key_sequence): Explicitly avoid keybuf[-1].Richard M. Stallman2006-04-131-1/+2
* (process_tool_bar_item): Reorganize dummy args.Juanma Barranquero2006-03-291-2/+2
* (tool_bar_items): Use map_keymap.Stefan Monnier2006-03-291-14/+5
* (Venable_disabled_menus_and_buttons): New variable.Eli Zaretskii2006-02-111-4/+29
* * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-101-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (echo_char): Don't omit the space between first two echoed chars.Richard M. Stallman2006-01-191-7/+9
* (last_point_position_window): New variable.Richard M. Stallman2005-12-261-1/+6
* (make_lispy_event): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-191-8/+2
* (Qmac_apple_event) [MAC_OS]: New variable.YAMAMOTO Mitsuharu2005-12-101-0/+22
* (command_loop_1): Don't set Vmemory_full here.Richard M. Stallman2005-10-291-2/+0
* (make_lispy_position): Adjust wx for left margin if ON_TEXT.Kim F. Storm2005-10-131-5/+21
* (make_lispy_position): Fix buffer calculations forKim F. Storm2005-10-111-12/+27
* (make_lispy_position): Fix buffer position calculation forKim F. Storm2005-10-101-0/+1
* (make_lispy_event): If point has moved between down and up event, make itStefan Monnier2005-10-041-4/+14
* (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.YAMAMOTO Mitsuharu2005-10-011-5/+0
* (update_menu_bindings): Variable deleted.Richard M. Stallman2005-09-251-13/+1
* (kbd_buffer_get_event) [MAC_OS]: Make events forYAMAMOTO Mitsuharu2005-08-251-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+3
* (read_char): Test gc_cons_threshold.Richard M. Stallman2005-07-231-1/+2
* (read_char): Use gc_cons_combined_threshold.Stefan Monnier2005-07-131-1/+1
* (menu_bar_items): Don't GCPRO menu_bar_items_vector here.Kim F. Storm2005-07-081-5/+3
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (read_char): Call restore_getcjmp after jump occurs.Richard M. Stallman2005-06-171-0/+3
* (command_loop_1): Adapt call to Fselect_frame.Luc Teirlinck2005-06-101-1/+1
* Clean up whitespace.Richard M. Stallman2005-06-081-1/+1
* (command_loop_1): Update Vthis_original_command.Luc Teirlinck2005-06-061-0/+1
* (Frecursive_edit): Fix typo in docstring.Juanma Barranquero2005-05-261-3/+3
* (syms_of_keyboard): Remove lisp variablesNick Roberts2005-05-181-38/+0