]> code.delx.au - gnu-emacs/history - src/keyboard.c
(input_polling_used): New function.
[gnu-emacs] / src / keyboard.c
1994-08-31 Richard M. Stallman(input_polling_used): New function.
1994-08-28 Richard M. Stallman(polling_for_input): Define var unconditionally.
1994-08-23 Richard M. Stallman(read_char): After read_char_minibuf_menu_prompt,
1994-08-19 Richard M. Stallman(read_char): Don't show buffer-events to the user.
1994-08-10 Richard M. Stallman(record_asynch_buffer_change): Do nothing except when...
1994-08-03 Richard M. Stallman(make_lispy_event): If the position is not in a window,
1994-08-02 Richard M. Stallman(follow_key): Don't downcase letters here.
1994-07-20 Richard M. Stallman(Vdeferred_action_list, Vdeferred_action_function)...
1994-07-14 Richard M. Stallman(safe_run_hooks): Use local var to restore hook's value.
1994-07-13 Richard M. Stallman(command_loop_1): Do direct output for cursor motion
1994-07-07 Richard M. Stallman(make_lispy_event): Ignore menu bar up events.
1994-06-29 Richard M. Stallman(command_loop_1): Don't clear nonundocount
1994-06-28 Richard M. Stallman(safe_run_hooks): Take symbol as arg.
1994-06-26 Richard M. Stallman(echo_dash): Fix backwards conditional.
1994-06-24 Karl Heuer(syms_of_keyboard): Don't staticpro the same var twice.
1994-06-21 Richard M. Stallman(apply_modifiers): Use assq_no_quit.
1994-06-18 Richard M. Stallman(echo_after_prompt): New variable.
1994-06-13 Richard M. Stallman(syms_of_keyboard): Properly init Vsystem_key_alist.
1994-06-12 Richard M. Stallman(read_char): When we loop and call redisplay,
1994-06-07 Richard M. Stallman(command_loop_1): Treat nil in display tab like no...
1994-06-05 Richard M. Stallman(modify_event_symbol): Return nil if out of range.
1994-06-05 Richard M. Stallman(command_loop_1): Properly handle nil in display table.
1994-05-30 Richard M. Stallman(command_loop_1): Allow direct output for insert
1994-05-28 Richard M. Stallman[HAVE_X_WINDOWS]: Include xterm.h.
1994-05-23 Richard M. Stallman(menu_bar_one_keymap):
1994-05-20 Richard M. Stallman(read_char_minibuf_menu_prompt): Don't forget to initia...
1994-05-19 Richard M. Stallman(lispy_function_keys): Add various kp- keys for X11R6.
1994-05-17 Richard M. Stallman(command_loop_1): Fix test for valid display table...
1994-05-14 Richard M. Stallman(bind_polling_period): Never decrease polling_period.
1994-05-14 Richard M. StallmanComment change.
1994-05-13 Richard M. Stallman(syms_of_keyboard): Set up Qpolling_period.
1994-05-10 Karl Heuer(read_char): Preserve echo area on asynch buffer switch.
1994-05-10 Richard M. Stallman(syms_of_keyboard): Doc fix.
1994-05-10 Karl Heuer(safe_run_hooks): New function, extracted from command_...
1994-05-10 Karl HeuerUse PT, not point.
1994-05-07 Richard M. Stallman(read_char): Don't text do_mouse_tracking;
1994-05-06 Richard M. Stallman(make_lispy_event): Ignore mouse events for deleted...
1994-05-06 Richard M. Stallman(last_point_position_buffer): New variable.
1994-05-04 Karl HeuerUpdate copyright.
1994-05-01 Richard M. Stallman(Ftrack_mouse): Call prepare_menu_bars at the start.
1994-04-30 Richard M. Stallman(record_asynch_buffer_change): Block SIGIO.
1994-04-30 Richard M. Stallman(force_auto_save_soon): New function.
1994-04-28 Richard M. Stallman(Vunread_command_events): Renamed from unread_command_e...
1994-04-25 Richard M. Stallman(menu_bar_item): Put a list of keymaps into the third
1994-04-20 Karl Heuer(read_avail_input): Don't retry read.
1994-04-19 Richard M. Stallman(Vlast_event_frame): Define unconditionally.
1994-04-19 Karl Heuer(read_avail_input): Test EINTR, not EAGAIN.
1994-04-19 Karl Heuer(read_avail_input): Write loop as a do-while.
1994-04-17 Richard M. Stallman(read_avail_input): Test both aix386 and _BSD.
1994-04-17 Richard M. Stallman(read_char_x_menu_prompt): Don't check for value = nil
1994-04-16 Karl Heuer(make_lispy_movement): Don't clip.
1994-04-16 Richard M. Stallman(read_avail_input): Fix previous change--test _BSD.
1994-04-16 Richard M. Stallman(read_avail_input): Don't generate SIGHUP of aix386;
1994-04-15 Richard M. Stallman(modify_event_symbol): Use the cdr of the alist entry.
1994-04-15 Richard M. Stallman(syms_of_keyboard): Init and staticpro system_key_syms.
1994-04-15 Karl Heuer(read_avail_input): Fix comment delimiter.
1994-04-14 Richard M. Stallman(make_lispy_event): Put mouse event code
1994-04-12 Karl Heuer(make_lispy_event): Initialize item.
1994-04-11 Richard M. Stallman(make_lispy_movement): Conditionalize on MULTI_FRAME.
1994-04-08 Karl Heuer(kbd_buffer_get_event): Make buffer_switch_event lispy.
1994-03-22 Karl Heuer(add_command_key, command_loop_1, read_char, kbd_buffer...
1994-03-12 Karl HeuerFix coding style.
1994-03-10 Richard M. Stallman(command_loop_1): On entry, set this_command
1994-03-05 Richard M. Stallman(command_loop_1, read_key_sequence, Fcommand_execute):
1994-03-05 Karl Heuer(command_loop_1): Fix misplaced assignment of last_poin...
1994-03-03 Karl Heuer(command_loop_1): Set last_point_position to the value...
1994-03-02 Richard M. Stallman(menu_bar_items): When moving an item to the end,
1994-03-02 Richard M. Stallman(menu_bar_items): Accept old vector as arg. Return...
1994-02-26 Karl Heuer(Fsuspend_emacs): New variable cannot-suspend forces...
1994-02-26 Richard M. Stallman(Vsystem_key_alist): Renamed from Vvendor_key_alist.
1994-02-24 Richard M. Stallman(make_lispy_movement, make_lispy_event):
1994-02-22 Richard M. Stallman(make_lispy_event): For menu bar event in USE_X_TOOLKIT
1994-02-21 Richard M. StallmanWhitespace change.
1994-02-13 Richard M. Stallman(command_loop_1): On entry, set last_command to this_co...
1994-02-11 Karl Heuer(syms_of_keyboard): Add a DEFVAR for command-hook-internal.
1994-02-11 Karl Heuer(read_char, read_char_minibuf_menu_prompt, read_key_seq...
1994-02-11 Karl HeuerSplit #ifdef so as not to confuse c-mode.
1994-02-07 Richard M. Stallman(menu_bar_item): Use internal_condition_case_1.
1994-02-04 Richard M. Stallman(kbd_buffer_get_event): Pass 1 to read_avail_input.
1994-01-27 Fred Pierresteguy* keyboard.c (make_lispy_event): Add USE_X_TOOLKIT...
1994-01-26 Richard M. Stallman(read_key_sequence): Properly gcpro fkey_map while...
1994-01-16 Richard M. Stallman(Voverriding_local_map): New variable.
1994-01-14 Richard M. Stallman(command_loop_1): If there's an error in the
1994-01-11 Richard M. Stallman(read_char_x_menu_prompt, read_char_minibuf_menu_prompt):
1994-01-08 Richard M. Stallman(interrupt_signal) [MSDOS]: write explicit CRs since
1993-12-31 Richard M. Stallman(lispy_accent_codes): Cope if an XK symbol is undefined.
1993-12-30 Richard M. Stallman(read_avail_input): Turn O_NDELAY off on DGUX as on...
1993-12-25 Richard M. Stallman(command_loop_1): Test of whether disp tab elt
1993-12-23 Richard M. Stallman(make_lispy_event): Offset the event code here.
1993-12-23 Richard M. Stallman(kbd_buffer_get_event): For delete-window-event, do...
1993-11-26 Richard M. Stallman(kbd_buffer_get_event): If user destroys the last frame,
1993-11-25 Richard M. Stallman(quit_throw_to_read_char):
1993-11-23 Richard M. Stallman(kbd_buffer_get_event): Handle delete_window_event's.
1993-11-20 Richard M. Stallman(follow_key): When downcasing, downcase just the
1993-11-20 Richard M. Stallman(read_key_sequence): If we get a quit, and current...
1993-11-18 Richard M. Stallman(read_avail_input): Don't set nread to -1
1993-11-15 Richard M. Stallman(read_avail_input): Make cbuf 1 char shorter.
1993-11-13 Richard M. Stallman(read_avail_input) [no FIONREAD]: On DGUX, as on USG,
1993-11-12 Richard M. Stallman(Fread_key_sequence): Split the doc string with "".
1993-10-24 Richard M. Stallman(read_key_sequence): Arg prompt is now a Lisp object.
next