log src/keyboard.c @ 4878:57c506c597b9

age author description
Sun, 24 Oct 1993 23:28:06 +0000 Richard M. Stallman (read_key_sequence): Arg prompt is now a Lisp object.
Wed, 13 Oct 1993 06:01:49 +0000 Richard M. Stallman (read_key_sequence): Allow function in key-translation-map
Tue, 05 Oct 1993 01:34:06 +0000 Brian Fox (read_key_sequence): Don't declare first_event; it is no longer used.
Wed, 22 Sep 1993 18:11:10 +0000 Brian Fox (Qextended_command_history): New variable prevents
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Fri, 13 Aug 1993 06:19:21 +0000 Richard M. Stallman (kbd_buffer_store_event): Use bcopy to copy
Wed, 11 Aug 1993 07:56:40 +0000 Richard M. Stallman (make_lispy_event): Clear all but 0377 in event->code.
Fri, 06 Aug 1993 22:45:22 +0000 Richard M. Stallman (set_poll_suppress_count): New function.
Fri, 06 Aug 1993 21:17:16 +0000 Richard M. Stallman (Fset_input_mode): Start polling, if appropriate.
Mon, 02 Aug 1993 07:29:53 +0000 Richard M. Stallman (read_key_sequence): Use XFASTINT to convert value
Sun, 01 Aug 1993 18:48:20 +0000 Richard M. Stallman (last_mouse_button): Renamed from button_up_button.
Tue, 27 Jul 1993 22:49:05 +0000 Richard M. Stallman (command_loop_1): Call Qrecompute_lucid_menubar only if defined.
Mon, 26 Jul 1993 05:34:46 +0000 Richard M. Stallman (kbd_buffer_store_event): Apply all the modifiers bits
Fri, 23 Jul 1993 23:23:57 +0000 Richard M. Stallman (command_loop_1): Run post-command-hook first thing.
Sun, 18 Jul 1993 06:25:09 +0000 Jim Blandy * keyboard.c (read_key_sequence): Accept both strings and vectors
Sat, 17 Jul 1993 02:10:03 +0000 Richard M. Stallman (Vhelp_menu_bar_map): Deleted.
Thu, 15 Jul 1993 06:56:17 +0000 Richard M. Stallman (read_char_menu_prompt): If the user rejects a menu,
Thu, 15 Jul 1993 04:58:59 +0000 Jim Blandy * keyboard.c (menu_bar_one_keymap): If the key's binding is the
Thu, 15 Jul 1993 03:09:56 +0000 Richard M. Stallman (Qdisabled_command_hook): New variable.
Wed, 14 Jul 1993 16:49:30 +0000 Richard M. Stallman (Vhelp_menu_bar_map): New var.
Mon, 12 Jul 1993 23:32:43 +0000 Richard M. Stallman (Qundefined): New variable.
Mon, 05 Jul 1993 07:45:43 +0000 Jim Blandy Fix initialization of Vdouble_click_time in syms_of_keyboard.
Mon, 05 Jul 1993 07:18:24 +0000 Jim Blandy * keyboard.c (Vdouble_click_time): Renamed from double_click_time,
Sun, 04 Jul 1993 02:21:02 +0000 Richard M. Stallman (read_char): After Fgarbage_collect, call redisplay.
Wed, 30 Jun 1993 04:56:29 +0000 Jim Blandy * keyboard.c (kbd_buffer_get_event): Correctly generate
Tue, 29 Jun 1993 22:46:26 +0000 Jim Blandy * keyboard.c (read_char): Don't do idle autosaves if we're not
Tue, 22 Jun 1993 08:17:36 +0000 Jim Blandy * keyboard.c (menu_bar_items, read_key_sequence): Use
Tue, 22 Jun 1993 02:06:54 +0000 Jim Blandy * keyboard.c (make_lispy_event): Added detection of double-click
Thu, 17 Jun 1993 21:23:29 +0000 Jim Blandy * keyboard.c (read_key_sequence): Don't confuse mock input with
Thu, 17 Jun 1993 04:59:35 +0000 Jim Blandy * keyboard.c (read_key_sequence): If we add events to a key
Wed, 16 Jun 1993 06:46:27 +0000 Richard M. Stallman Calls to access_keymap updated.
Sat, 12 Jun 1993 16:00:47 +0000 Jim Blandy * keyboard.c (read_key_sequence): When we generate a prefix symbol
Sat, 12 Jun 1993 07:26:16 +0000 Richard M. Stallman (read_char): Set c properly as a Lisp int.
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Mon, 07 Jun 1993 05:31:40 +0000 Richard M. Stallman (read_key_sequence): Reset fkey_map when we find
Thu, 03 Jun 1993 17:48:18 +0000 Richard M. Stallman (read_char_menu_prompt): Now static. Add declaration.
Thu, 03 Jun 1993 17:46:38 +0000 Richard M. Stallman (read_key_sequence) [!USE_TEXT_PROPERTIES]: Fix typo.
Sun, 30 May 1993 04:49:24 +0000 Richard M. Stallman (read_key_sequence): Read the first char specially
Sat, 29 May 1993 21:03:32 +0000 Richard M. Stallman (menu_bar_items): Call Fnreverse before restoring Vinhibit_quit.
Sat, 29 May 1993 17:58:03 +0000 Richard M. Stallman (menu_bar_items): Save Vinhibit_quit by hand
Fri, 28 May 1993 08:48:33 +0000 Jim Blandy * keyboard.c (menu_bar_items): Bind Qinhibit_quit to Qt while we
Thu, 27 May 1993 06:18:44 +0000 Richard M. Stallman (read_char): Correct previous change.
Wed, 26 May 1993 17:58:22 +0000 Richard M. Stallman (make_lispy_event): Fix off-by-1 error with hpos in menu bar.
Wed, 26 May 1993 17:50:23 +0000 Richard M. Stallman (Fcurrent_input_mode): Fix the call to Flist.
Tue, 25 May 1993 23:19:45 +0000 Richard M. Stallman (swallow_events): New function.
Tue, 25 May 1993 22:21:11 +0000 Richard M. Stallman (read_char): If kbd_buffer_get_event returns nil, redisplay and retry.
Tue, 25 May 1993 09:26:44 +0000 Jim Blandy Fix the fix.
Tue, 25 May 1993 04:53:07 +0000 Jim Blandy * keyboard.c (Fcurrent_input_mode): Use XFASTINT to build the last
Tue, 25 May 1993 02:53:28 +0000 Richard M. Stallman (lispy_function_keys): Add kp-numlock. Fix kp-backspace.
Mon, 24 May 1993 22:58:54 +0000 Richard M. Stallman (modify_event_symbol): If a name_table elt is null,
Sun, 23 May 1993 19:52:07 +0000 Jim Blandy * keyboard.c (make_lispy_movement): Deal properly with mouse
Sat, 22 May 1993 18:27:07 +0000 Richard M. Stallman (modifier_names): Update to match *_modifier in termhooks.
Sat, 22 May 1993 17:57:17 +0000 Jim Blandy (make_ctrl_char): New function.
Sat, 22 May 1993 07:51:26 +0000 Jim Blandy * keyboard.c (make_ctrl_char): New function.
Thu, 20 May 1993 13:55:09 +0000 Richard M. Stallman (read_key_sequence): Reexamine this_command
Wed, 19 May 1993 14:26:34 +0000 Richard M. Stallman (Fcurrent_input_mode): Return META as 3-way flag.
Wed, 19 May 1993 04:58:19 +0000 Richard M. Stallman (follow_key): Check char in range before UPPERCASEP.
Tue, 18 May 1993 22:30:21 +0000 Jim Blandy * keyboard.c (read_key_sequence): Don't lay down an unwind_protect
Tue, 18 May 1993 22:24:14 +0000 Jim Blandy * xterm.c (XTread_socket): Turn off ControlMask for XLookupString.
Fri, 14 May 1993 19:43:05 +0000 Richard M. Stallman (command_loop_1): Don't do it here.