aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (map_prompt): Remove.Stefan Monnier2001-10-081-21/+3
* *** empty log message ***Pavel Janík2001-10-081-3/+0
* (parse_modifiers, apply_modifiers): Use VALMASK.Gerd Moellmann2001-10-071-2/+2
* (make_lispy_event) [HAVE_X_WINDOWS]: If we knowGerd Moellmann2001-10-051-7/+30
* (echo_kboard): Make externally visible.Gerd Moellmann2001-09-261-1/+1
* (read_char): Don't clear a message for a switch-frameGerd Moellmann2001-09-251-1/+3
* (Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) toGerd Moellmann2001-09-181-9/+25
* (make_lispy_event): Interpret double_click_fuzzGerd Moellmann2001-08-131-15/+34
* (syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.Eli Zaretskii2001-08-101-1/+1
* (Vpre_help_message): New variable.Gerd Moellmann2001-08-091-3/+25
* (read_key_sequence): Check that key is an integerGerd Moellmann2001-08-031-22/+15
* (command_loop_1): Fix spelling ofGerd Moellmann2001-08-011-2/+2
* (abs): New macro.Gerd Moellmann2001-07-301-5/+21
* (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: IncreaseGerd Moellmann2001-07-171-1/+1
* (read_char) <non_reread>: Record the previous idleGerd Moellmann2001-06-261-2/+11
* (read_key_sequence): Prevent generating a fakeGerd Moellmann2001-05-151-3/+5
* (read_key_sequence): Don't modify events whenGerd Moellmann2001-05-111-8/+20
* (delete_kboard): Handle the case that selected_frameGerd Moellmann2001-05-071-2/+4
* (command_loop_1): Redo change of 2001-03-12.Gerd Moellmann2001-04-251-0/+4
* (delete_kboard): Prevent a dangling referenceGerd Moellmann2001-04-191-2/+16
* (echoing, echo_message_buffer): Make externallyGerd Moellmann2001-04-041-2/+2
* (timer_check): Preserve the value of deactivate-mark.Gerd Moellmann2001-03-151-7/+4
* (quit_throw_to_read_char): Change call toGerd Moellmann2001-03-141-1/+1
* (command_loop_1): Set Vdeactivate_mark to nilGerd Moellmann2001-03-121-4/+9
* (syms_of_keyboard) <overriding-local-map>: Doc fix.Eli Zaretskii2001-03-121-1/+1
* (make_lispy_event): Add string info to the event,Gerd Moellmann2001-03-091-0/+35
* (make_lispy_event, make_lispy_movement): AdjustGerd Moellmann2001-03-091-6/+25
* (make_lispy_event): Avoid generating drag eventsGerd Moellmann2001-03-081-19/+30
* Use display_hourglass_p, start_hourglass,Gerd Moellmann2001-02-211-18/+18
* (read_char): When an event from unread-command-eventsGerd Moellmann2001-02-201-0/+6
* (recursive_edit_1): Bind `inhibit-redisplay' andGerd Moellmann2001-02-191-12/+12
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-6/+6
* Call get_local_map with new argument list.Gerd Moellmann2001-01-121-21/+19
* (Fexecute_extended_command): Use aGerd Moellmann2001-01-091-1/+5
* (Fread_key_sequence_vector): Avoid newline inDave Love2001-01-071-2/+2
* (record_char): Remove unused function-scope variableEli Zaretskii2001-01-021-5/+1
* (echo_char): If C is an integer, always callGerd Moellmann2000-12-281-10/+1
* (echo_prompt): Always set current_kboard->echoptr toGerd Moellmann2000-12-231-16/+17
* (echo_prompt): Prevent a compiler warning.Gerd Moellmann2000-12-201-1/+1
* (echo_prompt): Argument type changed to Lisp_Object.Kenichi Handa2000-12-141-10/+40
* (do_mouse_tracking): Make externally visible.Gerd Moellmann2000-12-131-1/+1
* (menu_bar_items, tool_bar_items):Stefan Monnier2000-12-131-4/+3
* (record_char): Don't record identical help-echoGerd Moellmann2000-12-051-6/+31
* (Fread_key_sequence): Don't start the busy cursorGerd Moellmann2000-12-041-0/+4
* (record_char): Record `help-echo' input eventsGerd Moellmann2000-12-041-5/+16
* (lucid_event_type_list_p): Handle `help-echo',Gerd Moellmann2000-11-271-1/+7
* (make_lispy_event) [mouse_wheel, drag_n_drop]: Args toJason Rumney2000-11-251-5/+5
* (Vminibuffer_message_timeout): New variable.Miles Bader2000-11-221-3/+13
* (show_help_echo): Call message3_nolog with number ofGerd Moellmann2000-11-131-1/+1
* (read_char) <wrong_kboard>: Make sure that weGerd Moellmann2000-10-311-1/+1