aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (polling_for_input): Define var unconditionally.Richard M. Stallman1994-08-281-1/+3
* (read_char): After read_char_minibuf_menu_prompt,Richard M. Stallman1994-08-231-1/+1
* (read_char): Don't show buffer-events to the user.Richard M. Stallman1994-08-191-4/+13
* (record_asynch_buffer_change): Do nothing except when waiting_for_user_input_p.Richard M. Stallman1994-08-101-0/+10
* (make_lispy_event): If the position is not in a window,Richard M. Stallman1994-08-031-1/+4
* (follow_key): Don't downcase letters here.Richard M. Stallman1994-08-021-51/+27
* (Vdeferred_action_list, Vdeferred_action_function): New variables.Richard M. Stallman1994-07-201-0/+24
* (safe_run_hooks): Use local var to restore hook's value.Richard M. Stallman1994-07-141-4/+15
* (command_loop_1): Do direct output for cursor motionRichard M. Stallman1994-07-131-2/+6
* (make_lispy_event): Ignore menu bar up events.Richard M. Stallman1994-07-071-3/+8
* (command_loop_1): Don't clear nonundocountRichard M. Stallman1994-06-291-17/+20
* (safe_run_hooks): Take symbol as arg.Richard M. Stallman1994-06-281-13/+23
* (echo_dash): Fix backwards conditional.Richard M. Stallman1994-06-261-1/+1
* (syms_of_keyboard): Don't staticpro the same var twice.Karl Heuer1994-06-241-2/+2
* (apply_modifiers): Use assq_no_quit.Richard M. Stallman1994-06-211-1/+1
* (echo_after_prompt): New variable.Richard M. Stallman1994-06-181-8/+33
* (syms_of_keyboard): Properly init Vsystem_key_alist.Richard M. Stallman1994-06-131-1/+1
* (read_char): When we loop and call redisplay,Richard M. Stallman1994-06-121-1/+4
* (command_loop_1): Treat nil in display tab like no display tab.Richard M. Stallman1994-06-071-1/+6
* (modify_event_symbol): Return nil if out of range.Richard M. Stallman1994-06-051-2/+4
* (command_loop_1): Properly handle nil in display table.Richard M. Stallman1994-06-051-7/+8
* (command_loop_1): Allow direct output for insertRichard M. Stallman1994-05-301-6/+9
* [HAVE_X_WINDOWS]: Include xterm.h.Richard M. Stallman1994-05-281-0/+5