log src/keyboard.c @ 2505:c0a13d078f68

age author description
Sat, 10 Apr 1993 07:45:07 +0000 Jim Blandy * keyboard.c (echo_dash): Do nothing if echoptr is 0.
Thu, 08 Apr 1993 00:14:50 +0000 Jim Blandy * keyboard.c (apply_modifiers): Fix typo in sanity check.
Wed, 07 Apr 1993 23:54:28 +0000 Jim Blandy * keyboard.c (interrupt_input_blocked, interrupt_input_pending):
Wed, 31 Mar 1993 10:55:33 +0000 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
Wed, 31 Mar 1993 07:19:25 +0000 Jim Blandy * keyboard.c (parse_modifiers, apply_modifiers): Make sure we're
Wed, 31 Mar 1993 07:04:46 +0000 Richard M. Stallman (read_char): Clear Vquit_flag when we return C-g for it.
Sun, 28 Mar 1993 08:27:34 +0000 Richard M. Stallman (command_loop_1): Clear force_start of selected_window
Wed, 24 Mar 1993 01:53:00 +0000 Jim Blandy * keyboard.c [POLL_FOR_INPUT] (quit_throw_to_read_char): If
Wed, 24 Mar 1993 01:46:10 +0000 Jim Blandy * keyboard.c (Fsuspend_emacs):
Mon, 15 Mar 1993 05:46:58 +0000 Richard M. Stallman (command_loop_1): Set FRAME_MENU_BAR_ITEMS here.
Fri, 12 Mar 1993 06:25:48 +0000 Richard M. Stallman (syms_of_keyboard): Set up Qmenu_bar.
Thu, 11 Mar 1993 07:54:22 +0000 Richard M. Stallman (command_loop_1): Typo in last change.
Thu, 11 Mar 1993 03:49:34 +0000 Jim Blandy * keyboard.c (command_loop_1): Adjust to the fact that display
Sun, 07 Mar 1993 23:43:52 +0000 Richard M. Stallman Include intervals.h.
Sun, 07 Mar 1993 20:18:52 +0000 Richard M. Stallman (read_key_sequence):
Sun, 07 Mar 1993 09:27:28 +0000 Richard M. Stallman (follow_key): Downcase shift_modifier as well as ASCII.
Tue, 02 Mar 1993 08:14:15 +0000 Jim Blandy * keyboard.c (kbd_buffer_get_event): Protect assignment to
Fri, 26 Feb 1993 21:09:25 +0000 Richard M. Stallman (syms_of_keyboard): Doc fix.
Tue, 23 Feb 1993 18:49:33 +0000 Richard M. Stallman (read_avail_input): Args to `kill' were backwards.
Mon, 22 Feb 1993 14:43:44 +0000 Jim Blandy * keyboard.c (init_keyboard): Recognize HAVE_TERMIOS as well as
Sun, 21 Feb 1993 02:08:17 +0000 Richard M. Stallman (Fsuspend_emacs): Make tem not register.
Fri, 19 Feb 1993 19:10:39 +0000 Richard M. Stallman (Fsuspend_emacs): Rename suspend-hook to suspend-hooks and run it manually.
Fri, 19 Feb 1993 04:14:25 +0000 Richard M. Stallman (Fopen_dribble_file): Doc fix.
Sun, 07 Feb 1993 00:31:58 +0000 Richard M. Stallman (extra_keyboard_modifiers): New Lisp var.
Tue, 26 Jan 1993 01:58:16 +0000 Jim Blandy JimB's changes since January 18th
Fri, 15 Jan 1993 21:57:50 +0000 Richard M. Stallman (Frecent_keys): Doc fix.
Thu, 14 Jan 1993 15:11:19 +0000 Jim Blandy * termhooks.h (mouse_position_hook): Doc fix.
Thu, 24 Dec 1992 06:12:04 +0000 Jim Blandy * keyboard.c: Protect all references to kbd_buffer_frames with
Sun, 06 Dec 1992 22:18:02 +0000 Jim Blandy * keyboard.c (kbd_store_ptr): Declare this to be volatile, if
Mon, 16 Nov 1992 00:44:13 +0000 Jim Blandy * keyboard.c (unread_switch_frame): Don't declare this static.
Sat, 07 Nov 1992 07:07:16 +0000 Jim Blandy * keyboard.c (read_key_sequence): Removed the
Sat, 31 Oct 1992 05:21:45 +0000 Jim Blandy * keyboard.c: #include dispextern.h.
Tue, 20 Oct 1992 06:11:53 +0000 Richard M. Stallman (syms_of_keyboard): Properly staticpro this_command_keys.
Mon, 19 Oct 1992 18:38:58 +0000 Jim Blandy * keyboard.c (this_command_keys): Make this a vector, instead of
Mon, 12 Oct 1992 22:12:59 +0000 Jim Blandy * keyboard.c (kbd_buffer_get_event): Fix fencepost bug in
Mon, 12 Oct 1992 21:25:28 +0000 Jim Blandy * keyboard.c (kbd_buffer_get_event): Remember that
Sun, 11 Oct 1992 06:42:03 +0000 Jim Blandy * keyboard.c (Vlast_event_frame): Make this variable exist even
Sat, 03 Oct 1992 15:37:35 +0000 Jim Blandy * keyboard.c (read_key_sequence): Treat mouse clicks on non-text
Sat, 03 Oct 1992 03:03:45 +0000 Jim Blandy * keyboard.c (modify_event_symbol): Make sure that the unmodified
Fri, 02 Oct 1992 23:55:39 +0000 Jim Blandy * keyboard.c (echo_char, read_char): Apply EVENT_HEAD without first
Tue, 29 Sep 1992 14:29:22 +0000 Jim Blandy * keyboard.c: Initialize recent_keys in syms_of_keyboard, not
Tue, 29 Sep 1992 13:44:55 +0000 Jim Blandy * keyboard.c (recent_keys): Turn this from an array, which is a
Mon, 28 Sep 1992 06:55:54 +0000 Jim Blandy * keyboard.c (read_char): If we're returning an event from a
Mon, 14 Sep 1992 22:10:55 +0000 Richard M. Stallman (read_char_menu_prompt): Use X menu code if HAVE_X_WINDOWS and not NO_X_MENU.
Sun, 13 Sep 1992 12:31:15 +0000 Jim Blandy * keyboard.c (kbd_buffer_get_event): When performing the
Sat, 12 Sep 1992 08:52:51 +0000 Richard M. Stallman (num_nonmacro_input_chars): New variable.
Fri, 11 Sep 1992 23:33:17 +0000 Richard M. Stallman (command_loop_1): Bind inhibit-quit to t when in Fsit_for.
Sat, 05 Sep 1992 00:09:33 +0000 Richard M. Stallman (last_nonmenu_event): New var.
Sat, 29 Aug 1992 03:04:31 +0000 Jim Blandy * keyboard.c: Include "systty.h", not "systerm.h".
Wed, 19 Aug 1992 06:31:34 +0000 Jim Blandy * keyboard.c (init_keyboard): Changed "#endif SIGIO" to
Fri, 14 Aug 1992 02:29:49 +0000 Jim Blandy * keyboard.c (Fexecute_mouse_event): dyked-out function deleted.
Wed, 12 Aug 1992 14:05:56 +0000 Jim Blandy * keyboard.c (Fsuspend_emacs): Call change_frame_size with the
Wed, 05 Aug 1992 05:18:27 +0000 Jim Blandy Clear the eighth bit of the character from the key sequence, NOT the
Thu, 30 Jul 1992 20:59:35 +0000 Jim Blandy entered into RCS
Wed, 22 Jul 1992 21:20:04 +0000 Jim Blandy *** empty log message ***
Mon, 13 Jul 1992 20:53:59 +0000 Jim Blandy *** empty log message ***
Tue, 30 Jun 1992 13:54:21 +0000 Jim Blandy *** empty log message ***
Wed, 24 Jun 1992 05:09:26 +0000 Jim Blandy *** empty log message ***
Tue, 23 Jun 1992 20:44:54 +0000 Richard M. Stallman *** empty log message ***
Wed, 10 Jun 1992 03:53:16 +0000 Jim Blandy *** empty log message ***