aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (make_lispy_event): Do mouse code only if HAVE_MOUSE.Karl Heuer1995-03-151-4/+6
* (unlock_kboard): Renamed from unlock_display.Karl Heuer1995-03-151-162/+163
* (event_to_perdisplay): New function.Karl Heuer1995-03-141-23/+74
* (unlock_display): current_perdisplay now is never null.Karl Heuer1995-03-131-106/+126
* (parse_modifiers_uncached): Delete the code forRichard M. Stallman1995-03-121-58/+98
* (unlock_display): If adding to kbd_queue, set kbd_queue_has_data.Karl Heuer1995-03-081-8/+16
* Moved clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg to callint.c.Karl Heuer1995-03-081-83/+2
* (init_perdisplay): Initialize Vlast_kbd_macro.Karl Heuer1995-03-081-0/+1
* (cmd_error): Bind Vprint_level and Vprint_length.Karl Heuer1995-03-081-0/+12
* (command_loop_1): Fix test for prefix arg.Karl Heuer1995-03-071-2/+3
* (read_key_sequence): Update orig_local_mapRichard M. Stallman1995-03-031-0/+3
* (read_char_minibuf_menu_prompt): orig_defn_macro is now Lisp_Object, not int.Karl Heuer1995-03-031-11/+14
* (cmd_error): Allow current_perdisplay to be null.Karl Heuer1995-03-031-3/+7
* (read_key_sequence): New arg can_return_switch_frame. All callers changed.Karl Heuer1995-03-031-12/+20
* (cmd_error): Use clear_prefix_arg.Karl Heuer1995-03-011-73/+181
* (convert_event_type_list): New function.Richard M. Stallman1995-02-261-66/+173
* (unlock_display): New function.Karl Heuer1995-02-251-13/+30
* (display_locked): New var to indicate when we're in the run state.Karl Heuer1995-02-241-24/+28
* (kbd_buffer_frame_or_window): Restored old var.Karl Heuer1995-02-221-116/+245
* (input_poll_signal): Add ignored argument.Richard M. Stallman1995-02-141-2/+4
* (command_loop_1): Put back cancel_echoing call, if there's a perdisplay for itKarl Heuer1995-02-081-0/+5
* (internal_last_event_frame, Vlast_event_frame): Deleted; now part ofKarl Heuer1995-02-071-53/+49
* (cmd_error): Cancel echoing here.Karl Heuer1995-02-041-1/+1
* [MULTI_PERDISPLAY] (all_perdisplays): New var.Karl Heuer1995-02-041-0/+1
* (syms_of_keyboard): Move DEFVAR_DISPLAY's here from callint.c.Karl Heuer1995-02-041-64/+103
* (kbd_buffer_get_event, swallow_events): Remove selection_request eventRichard M. Stallman1995-02-021-2/+8
* (cmd_error): Clear prefix arg here.Karl Heuer1995-02-011-16/+28
* (syms_of_keyboard): Fix missing backslashes.Karl Heuer1995-01-311-2/+2
* * keyboard.c (kbd_buffer_frame_or_window): Delete; now in perdisplay.Karl Heuer1995-01-281-94/+66
* (the_only_perd): Define this var here.Karl Heuer1995-01-251-88/+84
* (read_key_sequence): New arg dont_downcase_lastRichard M. Stallman1995-01-241-10/+30
* (read_key_sequence): Don't wait for a possible key translation sequence if weKarl Heuer1995-01-241-2/+4
* Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.Karl Heuer1995-01-181-5/+1
* (kbd_buffer_store_event): Cast arg of bcopy.Richard M. Stallman1995-01-161-1/+1
* (echo): Don't log the key echoes.Karl Heuer1995-01-111-1/+1
* (syms_of_keyboard): Doc fix.Richard M. Stallman1995-01-101-6/+42
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-1/+1
* (make_lispy_event) [USE_X_TOOLKIT]: Turn offRichard M. Stallman1994-12-271-8/+11
* (read_char): Don't echo keys when echo_keystrokes is 0.Richard M. Stallman1994-12-241-2/+3
* (read_char): After auto-saving, redisplay.Richard M. Stallman1994-12-111-6/+30
* (command_loop_1): Use safe_run_hooks to runRichard M. Stallman1994-11-241-1/+5
* (syms_of_keyboard): Doc fix.Richard M. Stallman1994-11-231-1/+9
* (Fopen_dribble_file): Call fclose only when dribble is non zero.Richard M. Stallman1994-11-161-2/+5
* (tracking_off): Test old value with NILP.Richard M. Stallman1994-11-101-4/+3
* (print_help): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+4
* (EVENT_QUEUES_EMPTY): Only test do_mouse_tracking and mouse_moved #ifdefRoland McGrath1994-11-091-2/+16
* Move decl of input_fd outside of #ifdef HAVE_X_WINDOWS.Roland McGrath1994-11-081-1/+1
* (read_key_sequence): Use flags instead of gotos toRichard M. Stallman1994-11-011-14/+29
* (read_avail_input): Fix Lisp_Object vs. int problem.Karl Heuer1994-10-291-2/+2
* (kbd_buffer_get_event): Translate them to lispy events.Karl Heuer1994-10-271-1/+19