aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (kbd_buffer_store_event): Apply all the modifiers bitsRichard M. Stallman1993-07-261-3/+9
* (command_loop_1): Run post-command-hook first thing.Richard M. Stallman1993-07-231-40/+148
* * keyboard.c (read_key_sequence): Accept both strings and vectorsJim Blandy1993-07-181-6/+17
* (Vhelp_menu_bar_map): Deleted.Richard M. Stallman1993-07-171-7/+15
* (read_char_menu_prompt): If the user rejects a menu,Richard M. Stallman1993-07-151-6/+26
* * keyboard.c (menu_bar_one_keymap): If the key's binding is theJim Blandy1993-07-151-2/+2
* (Qdisabled_command_hook): New variable.Richard M. Stallman1993-07-151-6/+5
* (Vhelp_menu_bar_map): New var.Richard M. Stallman1993-07-141-0/+9
* (Qundefined): New variable.Richard M. Stallman1993-07-121-4/+22
* Fix initialization of Vdouble_click_time in syms_of_keyboard.Jim Blandy1993-07-051-1/+1
* * keyboard.c (Vdouble_click_time): Renamed from double_click_time,Jim Blandy1993-07-051-8/+11
* (read_char): After Fgarbage_collect, call redisplay.Richard M. Stallman1993-07-041-117/+144
* * keyboard.c (kbd_buffer_get_event): Correctly generateJim Blandy1993-06-301-1/+1
* * keyboard.c (read_char): Don't do idle autosaves if we're notJim Blandy1993-06-291-1/+1
* * keyboard.c (menu_bar_items, read_key_sequence): UseJim Blandy1993-06-221-2/+2
* * keyboard.c (make_lispy_event): Added detection of double-clickJim Blandy1993-06-221-34/+125
* * keyboard.c (read_key_sequence): Don't confuse mock input withJim Blandy1993-06-171-20/+32
* * keyboard.c (read_key_sequence): If we add events to a keyJim Blandy1993-06-171-7/+15
* Calls to access_keymap updated.Richard M. Stallman1993-06-161-10/+9
* * 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