aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* (menu_bar_one_keymap):Richard M. Stallman1994-05-231-2/+6
* (read_char_minibuf_menu_prompt): Don't forget to initialize nobindings.Richard M. Stallman1994-05-201-2/+2
* (lispy_function_keys): Add various kp- keys for X11R6.Richard M. Stallman1994-05-191-2/+13
* (command_loop_1): Fix test for valid display table entry,Richard M. Stallman1994-05-171-1/+1
* (bind_polling_period): Never decrease polling_period.Richard M. Stallman1994-05-141-2/+17
* Comment change.Richard M. Stallman1994-05-141-2/+1
* (syms_of_keyboard): Set up Qpolling_period.Richard M. Stallman1994-05-131-0/+15
* (read_char): Preserve echo area on asynch buffer switch.Karl Heuer1994-05-101-1/+3
* (syms_of_keyboard): Doc fix.Richard M. Stallman1994-05-101-2/+12
* (safe_run_hooks): New function, extracted from command_loop_1. BindKarl Heuer1994-05-101-30/+22
* Use PT, not point.Karl Heuer1994-05-101-11/+10
* (read_char): Don't text do_mouse_tracking;Richard M. Stallman1994-05-071-11/+9
* (make_lispy_event): Ignore mouse events for deleted frame.Richard M. Stallman1994-05-061-0/+5
* (last_point_position_buffer): New variable.Richard M. Stallman1994-05-061-3/+9
* Update copyright.Karl Heuer1994-05-041-1/+1
* (Ftrack_mouse): Call prepare_menu_bars at the start.Richard M. Stallman1994-05-011-1/+8
* (record_asynch_buffer_change): Block SIGIO.Richard M. Stallman1994-04-301-1/+22
* (force_auto_save_soon): New function.Richard M. Stallman1994-04-301-2/+10
* (Vunread_command_events): Renamed from unread_command_events.Richard M. Stallman1994-04-281-21/+33
* (menu_bar_item): Put a list of keymaps into the thirdRichard M. Stallman1994-04-251-8/+22
* (read_avail_input): Don't retry read.Karl Heuer1994-04-201-3/+12
* (Vlast_event_frame): Define unconditionally.Richard M. Stallman1994-04-191-3/+1
* (read_avail_input): Test EINTR, not EAGAIN.Karl Heuer1994-04-191-1/+1
* (read_avail_input): Write loop as a do-while.Karl Heuer1994-04-191-8/+6
* (read_avail_input): Test both aix386 and _BSD.Richard M. Stallman1994-04-171-1/+1
* (read_char_x_menu_prompt): Don't check for value = nilRichard M. Stallman1994-04-171-1/+1
* (make_lispy_movement): Don't clip.Karl Heuer1994-04-161-1/+1
* (read_avail_input): Fix previous change--test _BSD.Richard M. Stallman1994-04-161-1/+1
* (read_avail_input): Don't generate SIGHUP of aix386;Richard M. Stallman1994-04-161-1/+1
* (modify_event_symbol): Use the cdr of the alist entry.Richard M. Stallman1994-04-151-2/+3
* (syms_of_keyboard): Init and staticpro system_key_syms.Richard M. Stallman1994-04-151-0/+3
* (read_avail_input): Fix comment delimiter.Karl Heuer1994-04-151-1/+1
* (make_lispy_event): Put mouse event codeRichard M. Stallman1994-04-141-12/+16
* (make_lispy_event): Initialize item.Karl Heuer1994-04-121-0/+1
* (make_lispy_movement): Conditionalize on MULTI_FRAME.Richard M. Stallman1994-04-111-2/+6
* (kbd_buffer_get_event): Make buffer_switch_event lispy.Karl Heuer1994-04-081-0/+14
* (add_command_key, command_loop_1, read_char, kbd_buffer_store_event,Karl Heuer1994-03-221-33/+50
* Fix coding style.Karl Heuer1994-03-121-3/+2
* (command_loop_1): On entry, set this_commandRichard M. Stallman1994-03-101-1/+3