summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAge
* (Fthis_command_keys, Fthis_command_keys_vector): Doc fix.Eli Zaretskii2007-01-27
* (interrupt_input_blocked): Declare volatile.YAMAMOTO Mitsuharu2007-01-26
* Add 2007 to copyright years.Glenn Morris2007-01-21
* (read_key_sequence): Extract local map only if theChong Yidong2007-01-20
* (init_keyboard): Initialize interrupt_input_blocked andJan Djärv2007-01-08
* (some_mouse_moved): Fix last change.Eli Zaretskii2006-12-23
* (syms_of_keyboard) <double-click-time>: Doc fix.Juanma Barranquero2006-12-19
* (kbd_buffer_store_event_hold): Undo 2006-12-04 change.Kim F. Storm2006-12-19
* (ignore_mouse_drag_p): New global var.Kim F. Storm2006-12-15
* (make_lispy_event): Use find_user_signal_name.YAMAMOTO Mitsuharu2006-12-14
* Fix last change.Kim F. Storm2006-12-04
* (kbd_buffer_store_event_hold): Don't throw-on-inputKim F. Storm2006-12-04
* Space/tab mixup.Juanma Barranquero2006-11-24
* (read_char): Make an element (t . EVENT) inKim F. Storm2006-10-22
* * dispnew.c (sit_for): Sit forever if TIMEOUT is t.Chong Yidong2006-10-10
* * NEWS: explain new behavior and arguments of `key-binding' andDavid Kastrup2006-09-15
* (read_char): If end_time specified, don't put theRichard M. Stallman2006-09-13
* (Finput_pending_p): Check Vunread_input_method_eventsKim F. Storm2006-09-10
* (in_sighandler): Remove variable.YAMAMOTO Mitsuharu2006-08-27
* (Fcurrent_idle_time): Simplify.Kim F. Storm2006-08-25
* Clarify difference between in_sighandler and handling_signal.Jan Djärv2006-08-21
* (syms_of_keyboard): Docstring ofKenichi Handa2006-08-21
* * keyboard.c (show_help_echo): Preserve mouse movement flag ifChong Yidong2006-08-20
* (Fcurrent_idle_time): New function.Richard M. Stallman2006-08-20
* * keyboard.c (read_char): Don't change idle timer state at all ifChong Yidong2006-08-15
* * keyboard.c (read_char): Don't reset idle timers if a time limitChong Yidong2006-08-14
* * keyboard.c: Define in_sighandler.Jan Djärv2006-08-10
* (keyremap_step): No-op if fkey->parent = nil.Richard M. Stallman2006-08-09
* (kbd_buffer_get_event): Return Qnil when current time is exactly equal toEli Zaretskii2006-08-05
* * keyboard.c (read_char): Rebalance specpdl after receiving jump.Chong Yidong2006-08-05
* (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.Richard M. Stallman2006-07-29
* * keyboard.c (read_char): New arg END_TIME specifying timeout.Chong Yidong2006-07-26
* (recursive_edit_1): Use xsignal1.Kim F. Storm2006-07-18
* (Vcommand_error_function): New variable.Richard M. Stallman2006-07-17
* (access_keymap_keyremap): Use ARRAYP.Kim F. Storm2006-07-12
* (command_loop_1, read_char, Fexecute_extended_command):Kim F. Storm2006-07-11
* * puresize.h (BASE_PURESIZE): Increment to 1211000.Chong Yidong2006-07-10
* (Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.Eli Zaretskii2006-07-07
* (make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.YAMAMOTO Mitsuharu2006-05-05
* (read_key_sequence): Explicitly avoid keybuf[-1].Richard M. Stallman2006-04-13
* (process_tool_bar_item): Reorganize dummy args.Juanma Barranquero2006-03-29
* (tool_bar_items): Use map_keymap.Stefan Monnier2006-03-29
* (Venable_disabled_menus_and_buttons): New variable.Eli Zaretskii2006-02-11
* * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-10
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (echo_char): Don't omit the space between first two echoed chars.Richard M. Stallman2006-01-19
* (last_point_position_window): New variable.Richard M. Stallman2005-12-26
* (make_lispy_event): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-19
* (Qmac_apple_event) [MAC_OS]: New variable.YAMAMOTO Mitsuharu2005-12-10
* (command_loop_1): Don't set Vmemory_full here.Richard M. Stallman2005-10-29