aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (cmd_error_internal): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* (discard_mouse_events): Add GPM_CLICK_EVENT case.Nick Roberts2007-06-031-0/+3
* (make_lispy_movement): Condition on HAVE_GPM too.Nick Roberts2007-05-231-2/+2
* Use HAVE_GPM instead of HAVE_GPM_H.Nick Roberts2007-05-201-4/+4
* (make_lispy_event): Make case GPM_CLICK_EVENTNick Roberts2007-05-201-0/+2
* (Qmouse_fixup_help_message)Nick Roberts2007-05-201-14/+92
* (command_loop_1): Fcommand_remapping has new arg; caller changed.Chong Yidong2007-04-011-1/+1
* Fix a comment before `read_key_sequence'.Eli Zaretskii2007-03-241-2/+2
* (record_char): Add BLOCK_INPUT around fwrite.YAMAMOTO Mitsuharu2007-03-201-0/+4
* (NUM_RECENT_KEYS): Bump up to 300.Richard M. Stallman2007-03-191-3/+3
* (read_key_sequence): Store original event into keybuf when replayingChong Yidong2007-03-171-0/+2
* (help_form_saved_window_configs): New var.Chong Yidong2007-03-101-3/+24
* (syms_of_keyboard): Doc fix.Richard M. Stallman2007-03-081-1/+1
* (Fthis_command_keys, Fthis_command_keys_vector): Doc fix.Eli Zaretskii2007-01-271-2/+6
* (interrupt_input_blocked): Declare volatile.YAMAMOTO Mitsuharu2007-01-261-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (read_key_sequence): Extract local map only if theChong Yidong2007-01-201-1/+2
* (init_keyboard): Initialize interrupt_input_blocked andJan Djärv2007-01-081-0/+2
* (some_mouse_moved): Fix last change.Eli Zaretskii2006-12-231-1/+1
* (syms_of_keyboard) <double-click-time>: Doc fix.Juanma Barranquero2006-12-191-2/+2
* (kbd_buffer_store_event_hold): Undo 2006-12-04 change.Kim F. Storm2006-12-191-21/+7
* (ignore_mouse_drag_p): New global var.Kim F. Storm2006-12-151-3/+21
* (make_lispy_event): Use find_user_signal_name.YAMAMOTO Mitsuharu2006-12-141-13/+143
* Fix last change.Kim F. Storm2006-12-041-7/+7
* (kbd_buffer_store_event_hold): Don't throw-on-inputKim F. Storm2006-12-041-13/+20
* Space/tab mixup.Juanma Barranquero2006-11-241-3/+3
* (read_char): Make an element (t . EVENT) inKim F. Storm2006-10-221-2/+16
* * dispnew.c (sit_for): Sit forever if TIMEOUT is t.Chong Yidong2006-10-101-4/+6
* * NEWS: explain new behavior and arguments of `key-binding' andDavid Kastrup2006-09-151-6/+9
* (read_char): If end_time specified, don't put theRichard M. Stallman2006-09-131-8/+17
* (Finput_pending_p): Check Vunread_input_method_eventsKim F. Storm2006-09-101-1/+3
* (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