summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (record_char): New subroutine.Richard M. Stallman1994-10-251-35/+79
* (kbd_buffer_get_event): Cope if mouse_position_hook does not store anything.Richard M. Stallman1994-10-231-2/+6
* (read_avail_input): Use input_fd.Richard M. Stallman1994-10-221-6/+8
* (do_mouse_tracking): Now a FRAME_PTR.Richard M. Stallman1994-10-201-12/+13
* (Voverriding_local_map_menu_flag): New variable.Richard M. Stallman1994-10-191-4/+25
* *** empty log message ***Morten Welinder1994-10-171-8/+6
* (read_key_sequence): The output of function-key-mapRichard M. Stallman1994-10-111-4/+16
* (inhibit_local_menu_bar_menus): New variable.Richard M. Stallman1994-10-081-0/+14
* (read_char, make_lispy_event, make_lispy_movement, parse_modifiers,Karl Heuer1994-10-041-20/+20
* (command_loop_1, read_char, Ftrack_mouse, kbd_buffer_get_event,Karl Heuer1994-10-041-23/+23
* (make_lispy_event): Do not set item. Now handled in xmenu.c byPaul Reilly1994-10-021-7/+1
* (head_table): Set up Qdelete_frame.Richard M. Stallman1994-10-011-23/+7
* (echo_char, cmd_error_internal, command_loop_1, read_char,Karl Heuer1994-09-271-63/+60
* (cmd_error_internal): New function, broken out of cmd_error.Richard M. Stallman1994-09-221-9/+27
* (kbd_store_ptr): Declare storage class before qualifier.Karl Heuer1994-09-201-4/+6
* (kbd_store_ptr): Declare storage class before qualifier.Karl Heuer1994-09-201-4/+1
* (gobble_input): Block SIGALRM if we are using it.Richard M. Stallman1994-09-131-1/+11
* (record_asynch_buffer_change): Don't testRichard M. Stallman1994-09-081-0/+5
* (input_polling_used): New function.Richard M. Stallman1994-08-311-0/+12