summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Fix coding style.Karl Heuer1994-03-121-3/+2
* (command_loop_1): On entry, set this_commandRichard M. Stallman1994-03-101-1/+3
* (command_loop_1, read_key_sequence, Fcommand_execute):Richard M. Stallman1994-03-051-6/+7
* (command_loop_1): Fix misplaced assignment of last_point_position.Karl Heuer1994-03-051-1/+1
* (command_loop_1): Set last_point_position to the value of point.Karl Heuer1994-03-031-0/+4
* (menu_bar_items): When moving an item to the end,Richard M. Stallman1994-03-021-11/+14
* (menu_bar_items): Accept old vector as arg. Return a vector.Richard M. Stallman1994-03-021-78/+131
* (Fsuspend_emacs): New variable cannot-suspend forces a subshell even if theKarl Heuer1994-02-261-2/+15
* (Vsystem_key_alist): Renamed from Vvendor_key_alist.Richard M. Stallman1994-02-261-10/+10
* (make_lispy_movement, make_lispy_event):Richard M. Stallman1994-02-241-29/+40
* (make_lispy_event): For menu bar event in USE_X_TOOLKITRichard M. Stallman1994-02-221-6/+16
* Whitespace change.Richard M. Stallman1994-02-211-1/+1
* (command_loop_1): On entry, set last_command to this_command.Richard M. Stallman1994-02-131-4/+1
* (syms_of_keyboard): Add a DEFVAR for command-hook-internal.Karl Heuer1994-02-111-8/+20
* (read_char, read_char_minibuf_menu_prompt, read_key_sequence): Retry read_charKarl Heuer1994-02-111-4/+18
* Split #ifdef so as not to confuse c-mode.Karl Heuer1994-02-111-2/+4
* (menu_bar_item): Use internal_condition_case_1.Richard M. Stallman1994-02-071-1/+13
* (kbd_buffer_get_event): Pass 1 to read_avail_input.Richard M. Stallman1994-02-041-3/+2
* * keyboard.c (make_lispy_event): Add USE_X_TOOLKIT conditional andFred Pierresteguy1994-01-271-0/+13
* (read_key_sequence): Properly gcpro fkey_map while using keytran_map.Richard M. Stallman1994-01-261-14/+20
* (Voverriding_local_map): New variable.Richard M. Stallman1994-01-161-13/+45
* (command_loop_1): If there's an error in theRichard M. Stallman1994-01-141-2/+22
* (read_char_x_menu_prompt, read_char_minibuf_menu_prompt):Richard M. Stallman1994-01-111-23/+88
* (interrupt_signal) [MSDOS]: write explicit CRs sinceRichard M. Stallman1994-01-081-38/+105
* (lispy_accent_codes): Cope if an XK symbol is undefined.Richard M. Stallman1993-12-311-0/+54
* (read_avail_input): Turn O_NDELAY off on DGUX as on USG.Richard M. Stallman1993-12-301-2/+2
* (command_loop_1): Test of whether disp tab eltRichard M. Stallman1993-12-251-1/+1
* (make_lispy_event): Offset the event code here.Richard M. Stallman1993-12-231-22/+108
* (kbd_buffer_get_event): For delete-window-event, do count iconified frames.Richard M. Stallman1993-12-231-4/+15
* (kbd_buffer_get_event): If user destroys the last frame,Richard M. Stallman1993-11-261-11/+11
* (quit_throw_to_read_char):Richard M. Stallman1993-11-251-0/+2
* (kbd_buffer_get_event): Handle delete_window_event's.Richard M. Stallman1993-11-231-0/+13
* (follow_key): When downcasing, downcase just theRichard M. Stallman1993-11-201-1/+2
* (read_key_sequence): If we get a quit, and current bufferRichard M. Stallman1993-11-201-3/+18
* (read_avail_input): Don't set nread to -1Richard M. Stallman1993-11-181-4/+7
* (read_avail_input): Make cbuf 1 char shorter.Richard M. Stallman1993-11-151-1/+4
* (read_avail_input) [no FIONREAD]: On DGUX, as on USG,Richard M. Stallman1993-11-131-1/+1
* (Fread_key_sequence): Split the doc string with "".Richard M. Stallman1993-11-121-1/+1
* (read_key_sequence): Arg prompt is now a Lisp object.Richard M. Stallman1993-10-241-10/+9
* (read_key_sequence): Allow function in key-translation-mapRichard M. Stallman1993-10-131-3/+45
* (read_key_sequence): Don't declare first_event; it is no longer used.Brian Fox1993-10-051-5/+10
* (Qextended_command_history): New variable preventsBrian Fox1993-09-221-3/+8
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (kbd_buffer_store_event): Use bcopy to copyRichard M. Stallman1993-08-131-21/+32
* (make_lispy_event): Clear all but 0377 in event->code.Richard M. Stallman1993-08-111-1/+1
* (set_poll_suppress_count): New function.Richard M. Stallman1993-08-061-0/+21
* (Fset_input_mode): Start polling, if appropriate.Richard M. Stallman1993-08-061-7/+14
* (read_key_sequence): Use XFASTINT to convert valueRichard M. Stallman1993-08-021-2/+2
* (last_mouse_button): Renamed from button_up_button.Richard M. Stallman1993-08-011-85/+99
* (command_loop_1): Call Qrecompute_lucid_menubar only if defined.Richard M. Stallman1993-07-271-1/+2