Include <config.h> instead of "config.h".
[bpt/emacs.git] / src / keyboard.c
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-13 Richard M. Stallman(kbd_buffer_store_event): Use bcopy to copy
1993-08-11 Richard M. Stallman(make_lispy_event): Clear all but 0377 in event->code.
1993-08-06 Richard M. Stallman(set_poll_suppress_count): New function.
1993-08-06 Richard M. Stallman(Fset_input_mode): Start polling, if appropriate.
1993-08-02 Richard M. Stallman(read_key_sequence): Use XFASTINT to convert value
1993-08-01 Richard M. Stallman(last_mouse_button): Renamed from button_up_button.
1993-07-27 Richard M. Stallman(command_loop_1): Call Qrecompute_lucid_menubar only...
1993-07-26 Richard M. Stallman(kbd_buffer_store_event): Apply all the modifiers bits
1993-07-23 Richard M. Stallman(command_loop_1): Run post-command-hook first thing.
1993-07-18 Jim Blandy* keyboard.c (read_key_sequence): Accept both strings...
1993-07-17 Richard M. Stallman(Vhelp_menu_bar_map): Deleted.
1993-07-15 Richard M. Stallman(read_char_menu_prompt): If the user rejects a menu,
1993-07-15 Jim Blandy* keyboard.c (menu_bar_one_keymap): If the key's bindin...
1993-07-15 Richard M. Stallman(Qdisabled_command_hook): New variable.
1993-07-14 Richard M. Stallman(Vhelp_menu_bar_map): New var.
1993-07-12 Richard M. Stallman(Qundefined): New variable.
1993-07-05 Jim BlandyFix initialization of Vdouble_click_time in syms_of_key...
1993-07-05 Jim Blandy* keyboard.c (Vdouble_click_time): Renamed from double_...
1993-07-04 Richard M. Stallman(read_char): After Fgarbage_collect, call redisplay.
1993-06-30 Jim Blandy* keyboard.c (kbd_buffer_get_event): Correctly generate
1993-06-29 Jim Blandy* keyboard.c (read_char): Don't do idle autosaves if...
1993-06-22 Jim Blandy* keyboard.c (menu_bar_items, read_key_sequence): Use
1993-06-22 Jim Blandy* keyboard.c (make_lispy_event): Added detection of...
1993-06-17 Jim Blandy* keyboard.c (read_key_sequence): Don't confuse mock...
1993-06-17 Jim Blandy* keyboard.c (read_key_sequence): If we add events...
1993-06-16 Richard M. StallmanCalls to access_keymap updated.
1993-06-12 Jim Blandy* keyboard.c (read_key_sequence): When we generate...
1993-06-12 Richard M. Stallman(read_char): Set c properly as a Lisp int.
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-07 Richard M. Stallman(read_key_sequence): Reset fkey_map when we find
1993-06-03 Richard M. Stallman(read_char_menu_prompt): Now static. Add declaration.
1993-06-03 Richard M. Stallman(read_key_sequence) [!USE_TEXT_PROPERTIES]: Fix typo.
1993-05-30 Richard M. Stallman(read_key_sequence): Read the first char specially
1993-05-29 Richard M. Stallman(menu_bar_items): Call Fnreverse before restoring Vinhi...
1993-05-29 Richard M. Stallman(menu_bar_items): Save Vinhibit_quit by hand
1993-05-28 Jim Blandy* keyboard.c (menu_bar_items): Bind Qinhibit_quit to...
1993-05-27 Richard M. Stallman(read_char): Correct previous change.
1993-05-26 Richard M. Stallman(make_lispy_event): Fix off-by-1 error with hpos in...
1993-05-26 Richard M. Stallman(Fcurrent_input_mode): Fix the call to Flist.
1993-05-25 Richard M. Stallman(swallow_events): New function.
1993-05-25 Richard M. Stallman(read_char): If kbd_buffer_get_event returns nil, redis...
1993-05-25 Jim BlandyFix the fix.
1993-05-25 Jim Blandy* keyboard.c (Fcurrent_input_mode): Use XFASTINT to...
1993-05-25 Richard M. Stallman(lispy_function_keys): Add kp-numlock. Fix kp-backspace.
1993-05-24 Richard M. Stallman(modify_event_symbol): If a name_table elt is null,
1993-05-23 Jim Blandy* keyboard.c (make_lispy_movement): Deal properly with...
1993-05-22 Richard M. Stallman(modifier_names): Update to match *_modifier in termhooks.
1993-05-22 Jim Blandy(make_ctrl_char): New function.
1993-05-22 Jim Blandy* keyboard.c (make_ctrl_char): New function.
1993-05-20 Richard M. Stallman(read_key_sequence): Reexamine this_command
1993-05-19 Richard M. Stallman(Fcurrent_input_mode): Return META as 3-way flag.
1993-05-19 Richard M. Stallman(follow_key): Check char in range before UPPERCASEP.
1993-05-18 Jim Blandy* keyboard.c (read_key_sequence): Don't lay down an...
1993-05-18 Jim Blandy* xterm.c (XTread_socket): Turn off ControlMask for...
1993-05-14 Richard M. Stallman(command_loop_1): Don't do it here.
1993-05-13 Richard M. Stallman(make_lispy_event): Don't set shift modifier for C-^.
1993-05-10 Jim Blandy* blockinput.h (UNBLOCK_INPUT): We cannot assume that...
1993-05-10 Jim Blandy* keyboard.c (read_char): Exit kbd macro if Vexecuting_...
1993-05-08 Richard M. Stallman(read_avail_input): If meta_key is 2, let 8 bits thru.
1993-05-04 Jim BlandyImplement extra_keyboard_modifiers properly.
1993-05-01 Richard M. Stallman(Fsuspend_emacs): Doc fix.
1993-04-29 Richard M. Stallman(Fthis_command_keys): Doc fix.
1993-04-10 Jim Blandy* keyboard.c (command_loop_1): Rebuild menu bar if
1993-04-10 Jim Blandy* keyboard.c (echo_dash): Do nothing if echoptr is 0.
1993-04-08 Jim Blandy* keyboard.c (apply_modifiers): Fix typo in sanity...
1993-04-07 Jim Blandy* keyboard.c (interrupt_input_blocked, interrupt_input_...
1993-03-31 Jim BlandyPut interrupt input blocking in a separate file from...
1993-03-31 Jim Blandy* keyboard.c (parse_modifiers, apply_modifiers): Make...
1993-03-31 Richard M. Stallman(read_char): Clear Vquit_flag when we return C-g for it.
1993-03-28 Richard M. Stallman(command_loop_1): Clear force_start of selected_window
1993-03-24 Jim Blandy* keyboard.c [POLL_FOR_INPUT] (quit_throw_to_read_char...
1993-03-24 Jim Blandy* keyboard.c (Fsuspend_emacs):
1993-03-15 Richard M. Stallman(command_loop_1): Set FRAME_MENU_BAR_ITEMS here.
1993-03-12 Richard M. Stallman(syms_of_keyboard): Set up Qmenu_bar.
1993-03-11 Richard M. Stallman(command_loop_1): Typo in last change.
1993-03-11 Jim Blandy* keyboard.c (command_loop_1): Adjust to the fact that...
1993-03-07 Richard M. StallmanInclude intervals.h.
1993-03-07 Richard M. Stallman(read_key_sequence):
1993-03-07 Richard M. Stallman(follow_key): Downcase shift_modifier as well as ASCII.
1993-03-02 Jim Blandy* keyboard.c (kbd_buffer_get_event): Protect assignment to
1993-02-26 Richard M. Stallman(syms_of_keyboard): Doc fix.
1993-02-23 Richard M. Stallman(read_avail_input): Args to `kill' were backwards.
1993-02-22 Jim Blandy* keyboard.c (init_keyboard): Recognize HAVE_TERMIOS...
1993-02-21 Richard M. Stallman(Fsuspend_emacs): Make tem not register.
1993-02-19 Richard M. Stallman(Fsuspend_emacs): Rename suspend-hook to suspend-hooks...
1993-02-19 Richard M. Stallman(Fopen_dribble_file): Doc fix.
1993-02-07 Richard M. Stallman(extra_keyboard_modifiers): New Lisp var.
1993-01-26 Jim BlandyJimB's changes since January 18th
1993-01-15 Richard M. Stallman(Frecent_keys): Doc fix.
1993-01-14 Jim Blandy* termhooks.h (mouse_position_hook): Doc fix.
1992-12-24 Jim Blandy* keyboard.c: Protect all references to kbd_buffer_fram...
1992-12-06 Jim Blandy* keyboard.c (kbd_store_ptr): Declare this to be volati...
1992-11-16 Jim Blandy* keyboard.c (unread_switch_frame): Don't declare this...
1992-11-07 Jim Blandy* keyboard.c (read_key_sequence): Removed the
1992-10-31 Jim Blandy* keyboard.c: #include dispextern.h.
1992-10-20 Richard M. Stallman(syms_of_keyboard): Properly staticpro this_command_keys.
1992-10-19 Jim Blandy* keyboard.c (this_command_keys): Make this a vector...
1992-10-12 Jim Blandy* keyboard.c (kbd_buffer_get_event): Fix fencepost...
1992-10-12 Jim Blandy* keyboard.c (kbd_buffer_get_event): Remember that
next