summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* * keyboard.c (read_key_sequence): When we generate a prefix symbolJim Blandy1993-06-121-2/+7
* (read_char): Set c properly as a Lisp int.Richard M. Stallman1993-06-121-3/+3
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-6/+6
* (read_key_sequence): Reset fkey_map when we findRichard M. Stallman1993-06-071-0/+1
* (read_char_menu_prompt): Now static. Add declaration.Richard M. Stallman1993-06-031-1/+2
* (read_key_sequence) [!USE_TEXT_PROPERTIES]: Fix typo.Richard M. Stallman1993-06-031-13/+26
* (read_key_sequence): Read the first char speciallyRichard M. Stallman1993-05-301-6/+23
* (menu_bar_items): Call Fnreverse before restoring Vinhibit_quit.Richard M. Stallman1993-05-291-1/+2
* (menu_bar_items): Save Vinhibit_quit by handRichard M. Stallman1993-05-291-5/+8
* * keyboard.c (menu_bar_items): Bind Qinhibit_quit to Qt while weJim Blandy1993-05-281-1/+9
* (read_char): Correct previous change.Richard M. Stallman1993-05-271-1/+1
* (make_lispy_event): Fix off-by-1 error with hpos in menu bar.Richard M. Stallman1993-05-261-2/+2
* (Fcurrent_input_mode): Fix the call to Flist.Richard M. Stallman1993-05-261-1/+1
* (swallow_events): New function.Richard M. Stallman1993-05-251-0/+46
* (read_char): If kbd_buffer_get_event returns nil, redisplay and retry.Richard M. Stallman1993-05-251-33/+38
* Fix the fix.Jim Blandy1993-05-251-1/+1
* * keyboard.c (Fcurrent_input_mode): Use XFASTINT to build the lastJim Blandy1993-05-251-1/+1
* (lispy_function_keys): Add kp-numlock. Fix kp-backspace.Richard M. Stallman1993-05-251-2/+2
* (modify_event_symbol): If a name_table elt is null,Richard M. Stallman1993-05-241-1/+8
* * keyboard.c (make_lispy_movement): Deal properly with mouseJim Blandy1993-05-231-0/+2
* (modifier_names): Update to match *_modifier in termhooks.Richard M. Stallman1993-05-221-2/+2
* (make_ctrl_char): New function.Jim Blandy1993-05-221-35/+33
* * keyboard.c (make_ctrl_char): New function.Jim Blandy1993-05-221-20/+33
* (read_key_sequence): Reexamine this_commandRichard M. Stallman1993-05-201-5/+5
* (Fcurrent_input_mode): Return META as 3-way flag.Richard M. Stallman1993-05-191-5/+8
* (follow_key): Check char in range before UPPERCASEP.Richard M. Stallman1993-05-191-9/+15
* * keyboard.c (read_key_sequence): Don't lay down an unwind_protectJim Blandy1993-05-181-8/+12
* * xterm.c (XTread_socket): Turn off ControlMask for XLookupString.Jim Blandy1993-05-181-5/+10
* (command_loop_1): Don't do it here.Richard M. Stallman1993-05-141-0/+2
* (make_lispy_event): Don't set shift modifier for C-^.Richard M. Stallman1993-05-131-1/+4
* * blockinput.h (UNBLOCK_INPUT): We cannot assume that SIGIO isJim Blandy1993-05-101-2/+18
* * keyboard.c (read_char): Exit kbd macro if Vexecuting_macro is t.Jim Blandy1993-05-101-4/+17
* (read_avail_input): If meta_key is 2, let 8 bits thru.Richard M. Stallman1993-05-081-6/+15
* Implement extra_keyboard_modifiers properly.Jim Blandy1993-05-041-34/+85
* (Fsuspend_emacs): Doc fix.Richard M. Stallman1993-05-011-1/+1
* (Fthis_command_keys): Doc fix.Richard M. Stallman1993-04-291-1/+2
* * keyboard.c (command_loop_1): Rebuild menu bar ifJim Blandy1993-04-101-2/+27
* * keyboard.c (echo_dash): Do nothing if echoptr is 0.Jim Blandy1993-04-101-0/+3
* * keyboard.c (apply_modifiers): Fix typo in sanity check.Jim Blandy1993-04-081-1/+1
* * keyboard.c (interrupt_input_blocked, interrupt_input_pending):Jim Blandy1993-04-071-2/+2
* Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1993-03-311-6/+14
* * keyboard.c (parse_modifiers, apply_modifiers): Make sure we'reJim Blandy1993-03-311-0/+6
* (read_char): Clear Vquit_flag when we return C-g for it.Richard M. Stallman1993-03-311-0/+4
* (command_loop_1): Clear force_start of selected_windowRichard M. Stallman1993-03-281-0/+5
* * keyboard.c [POLL_FOR_INPUT] (quit_throw_to_read_char): IfJim Blandy1993-03-241-1/+6
* * keyboard.c (Fsuspend_emacs):Jim Blandy1993-03-241-13/+4
* (command_loop_1): Set FRAME_MENU_BAR_ITEMS here.Richard M. Stallman1993-03-151-12/+80
* (syms_of_keyboard): Set up Qmenu_bar.Richard M. Stallman1993-03-121-21/+206
* (command_loop_1): Typo in last change.Richard M. Stallman1993-03-111-2/+2
* * keyboard.c (command_loop_1): Adjust to the fact that displayJim Blandy1993-03-111-14/+25