]> code.delx.au - gnu-emacs/history - src/keyboard.c
(echo_area_display): Use selected frame's minibuf window
[gnu-emacs] / src / keyboard.c
1995-07-21 Richard M. Stallman(command_loop_1): Clear echo area after 2 sec
1995-07-17 Karl Heuer(mouse_moved): Variable deleted.
1995-07-02 Richard M. Stallman(read_char): Temporarily clear Vquit_flag
1995-07-02 Richard M. Stallman(Vspecial_event_map): New variable.
1995-06-20 Richard M. Stallman(read_key_sequence): Don't use Vprefix_help_command
1995-06-20 Richard M. Stallman(Freset_this_command_lengths): New function.
1995-06-18 Richard M. Stallman(quit_throw_to_read_char): Turn off the error check
1995-06-17 Richard M. Stallman(quit_throw_to_read_char): Use do_switch_frame directly.
1995-06-16 Karl Heuer(init_kboard): Initialize it.
1995-06-14 Karl Heuer(command_loop_1): Clear prefix arg (undo Feb 1 change).
1995-06-11 Karl Heuer(read_char_minibuf_menu_prompt):
1995-06-09 Karl Heuer(system_key_syms): Deleted; now part of struct kboard.
1995-06-09 Karl Heuer(modify_event_symbol): Mask out high bits here,
1995-06-09 Karl Heuer(last_command): Var deleted; now part of struct kboard.
1995-06-09 Karl Heuer(Fevent_convert_list): Renamed from convert_event_type_...
1995-06-09 Karl Heuer(Vhelp_event_list): New var.
1995-06-09 Karl Heuer(read_key_sequence): Don't run activate-menubar-hook
1995-06-07 Karl Heuer(cmd_error, command_loop_1, Fcommand_execute)
1995-06-06 Karl Heuer(cmd_error): Use NULL, not 0, as arg to cmd_error_internal.
1995-05-29 Karl Heuer(make_lispy_event, make_lispy_movement):
1995-05-29 Karl Heuer(Fset_input_mode): When read_socket_hook, ignore
1995-05-17 Karl Heuer(syms_of_keyboard): Always define track-mouse.
1995-05-09 Karl Heuer(init_kboard): Initialize Vdefault_minibuffer_frame.
1995-05-09 Karl Heuer[MULTI_KBOARD] (read_char): If the character was for
1995-05-08 Richard M. Stallman(Fread_key_sequence): Doc fix.
1995-05-05 Richard M. Stallman(Fexecute_extended_command): Handle long EMACS_INT...
1995-05-04 Richard M. Stallman(parse_modifiers, apply_modifiers): Don't assume 32...
1995-05-04 Richard M. Stallman(reorder_modifiers): Cast apply_modifiers arg to int.
1995-05-04 Richard M. Stallman(reorder_modifiers): Use XINT.
1995-05-02 Karl Heuer(kbd_buffer_get_event): New arg USED_MOUSE_MENU.
1995-04-29 Karl Heuer(read_char, read_char_x_menu_prompt): Exclude
1995-04-24 Karl Heuer(Vsystem_key_alist): Delete global variable.
1995-04-24 Richard M. Stallman(safe_run_hooks_1, safe_run_hooks_error): New subroutines.
1995-04-18 Richard M. Stallman(map_event_to_object): Declaration deleted.
1995-04-14 Richard M. Stallman(kbd_buffer_get_event): Don't use prototype.
1995-04-10 Karl Heuer(push_frame_kboard, pop_frame_kboard): Do nothing if...
1995-04-10 Karl Heuer(init_keyboard): Don't malloc a new structure;
1995-04-10 Richard M. Stallman(any_kboard_state): Renamed from unlock_kboard.
1995-04-08 Karl Heuer(kbd_buffer_get_event): Check for frame buried in a...
1995-04-07 Richard M. Stallman(parse_modifiers): Use type EMACS_INT for `modifiers'.
1995-03-31 Karl Heuer(command_loop_1): If we ignore force_start, then also
1995-03-31 Karl Heuer(event_to_kboard): Ignore dead frames.
1995-03-31 Karl Heuer(wipe_kboard): Make this function static.
1995-03-26 Richard M. Stallman(kbd_buffer_get_event): Pass 0 for `insist' arg.
1995-03-15 Karl Heuer(make_lispy_event): Do mouse code only if HAVE_MOUSE.
1995-03-15 Karl Heuer(unlock_kboard): Renamed from unlock_display.
1995-03-14 Karl Heuer(event_to_perdisplay): New function.
1995-03-13 Karl Heuer(unlock_display): current_perdisplay now is never null.
1995-03-12 Richard M. Stallman(parse_modifiers_uncached): Delete the code for
1995-03-08 Karl Heuer(unlock_display): If adding to kbd_queue, set kbd_queue...
1995-03-08 Karl HeuerMoved clear_prefix_arg, finalize_prefix_arg, describe_p...
1995-03-08 Karl Heuer(init_perdisplay): Initialize Vlast_kbd_macro.
1995-03-08 Karl Heuer(cmd_error): Bind Vprint_level and Vprint_length.
1995-03-07 Karl Heuer(command_loop_1): Fix test for prefix arg.
1995-03-03 Richard M. Stallman(read_key_sequence): Update orig_local_map
1995-03-03 Karl Heuer(read_char_minibuf_menu_prompt): orig_defn_macro is...
1995-03-03 Karl Heuer(cmd_error): Allow current_perdisplay to be null.
1995-03-03 Karl Heuer(read_key_sequence): New arg can_return_switch_frame...
1995-03-01 Karl Heuer(cmd_error): Use clear_prefix_arg.
1995-02-26 Richard M. Stallman(convert_event_type_list): New function.
1995-02-25 Karl Heuer(unlock_display): New function.
1995-02-24 Karl Heuer(display_locked): New var to indicate when we're in...
1995-02-22 Karl Heuer(kbd_buffer_frame_or_window): Restored old var.
1995-02-14 Richard M. Stallman(input_poll_signal): Add ignored argument.
1995-02-08 Karl Heuer(command_loop_1): Put back cancel_echoing call, if...
1995-02-07 Karl Heuer(internal_last_event_frame, Vlast_event_frame): Deleted...
1995-02-04 Karl Heuer(cmd_error): Cancel echoing here.
1995-02-04 Karl Heuer[MULTI_PERDISPLAY] (all_perdisplays): New var.
1995-02-04 Karl Heuer(syms_of_keyboard): Move DEFVAR_DISPLAY's here from...
1995-02-02 Richard M. Stallman(kbd_buffer_get_event, swallow_events): Remove selectio...
1995-02-01 Karl Heuer(cmd_error): Clear prefix arg here.
1995-01-31 Karl Heuer(syms_of_keyboard): Fix missing backslashes.
1995-01-28 Karl Heuer* keyboard.c (kbd_buffer_frame_or_window): Delete;...
1995-01-25 Karl Heuer(the_only_perd): Define this var here.
1995-01-24 Richard M. Stallman(read_key_sequence): New arg dont_downcase_last
1995-01-24 Karl Heuer(read_key_sequence): Don't wait for a possible key...
1995-01-18 Karl HeuerChange all occurences of SWITCH_ENUM_BUG to use SWITCH_...
1995-01-16 Richard M. Stallman(kbd_buffer_store_event): Cast arg of bcopy.
1995-01-11 Karl Heuer(echo): Don't log the key echoes.
1995-01-10 Richard M. Stallman(syms_of_keyboard): Doc fix.
1995-01-02 Richard M. StallmanUse SAVE_MODIFF and BUF_SAVE_MODIFF
1994-12-27 Richard M. Stallman(make_lispy_event) [USE_X_TOOLKIT]: Turn off
1994-12-24 Richard M. Stallman(read_char): Don't echo keys when echo_keystrokes is 0.
1994-12-11 Richard M. Stallman(read_char): After auto-saving, redisplay.
1994-11-24 Richard M. Stallman(command_loop_1): Use safe_run_hooks to run
1994-11-23 Richard M. Stallman(syms_of_keyboard): Doc fix.
1994-11-16 Richard M. Stallman(Fopen_dribble_file): Call fclose only when dribble...
1994-11-10 Richard M. Stallman(tracking_off): Test old value with NILP.
1994-11-09 Karl Heuer(print_help): Set help-mode in *Help* buffer.
1994-11-09 Roland McGrath(EVENT_QUEUES_EMPTY): Only test do_mouse_tracking and...
1994-11-08 Roland McGrathMove decl of input_fd outside of #ifdef HAVE_X_WINDOWS.
1994-11-01 Richard M. Stallman(read_key_sequence): Use flags instead of gotos to
1994-10-29 Karl Heuer(read_avail_input): Fix Lisp_Object vs. int problem.
1994-10-27 Karl Heuer(kbd_buffer_get_event): Translate them to lispy events.
1994-10-25 Richard M. Stallman(record_char): New subroutine.
1994-10-23 Richard M. Stallman(kbd_buffer_get_event): Cope if mouse_position_hook...
1994-10-22 Richard M. Stallman(read_avail_input): Use input_fd.
1994-10-20 Richard M. Stallman(do_mouse_tracking): Now a FRAME_PTR.
1994-10-19 Richard M. Stallman(Voverriding_local_map_menu_flag): New variable.
1994-10-17 Morten Welinder*** empty log message ***
next