log src/keyboard.c @ 7868:4951edd1b764

age author description
Mon, 13 Jun 1994 20:11:10 +0000 Richard M. Stallman (syms_of_keyboard): Properly init Vsystem_key_alist.
Sun, 12 Jun 1994 12:42:56 +0000 Richard M. Stallman (read_char): When we loop and call redisplay,
Tue, 07 Jun 1994 17:34:44 +0000 Richard M. Stallman (command_loop_1): Treat nil in display tab like no display tab.
Sun, 05 Jun 1994 18:28:57 +0000 Richard M. Stallman (modify_event_symbol): Return nil if out of range.
Sun, 05 Jun 1994 11:30:29 +0000 Richard M. Stallman (command_loop_1): Properly handle nil in display table.
Mon, 30 May 1994 12:55:41 +0000 Richard M. Stallman (command_loop_1): Allow direct output for insert
Sat, 28 May 1994 12:08:35 +0000 Richard M. Stallman [HAVE_X_WINDOWS]: Include xterm.h.
Mon, 23 May 1994 06:32:59 +0000 Richard M. Stallman (menu_bar_one_keymap):
Fri, 20 May 1994 08:18:01 +0000 Richard M. Stallman (read_char_minibuf_menu_prompt): Don't forget to initialize nobindings.
Thu, 19 May 1994 00:28:39 +0000 Richard M. Stallman (lispy_function_keys): Add various kp- keys for X11R6.
Tue, 17 May 1994 19:51:54 +0000 Richard M. Stallman (command_loop_1): Fix test for valid display table entry,
Sat, 14 May 1994 22:23:38 +0000 Richard M. Stallman (bind_polling_period): Never decrease polling_period.
Sat, 14 May 1994 20:31:52 +0000 Richard M. Stallman Comment change.
Fri, 13 May 1994 08:32:16 +0000 Richard M. Stallman (syms_of_keyboard): Set up Qpolling_period.
Tue, 10 May 1994 23:38:17 +0000 Karl Heuer (read_char): Preserve echo area on asynch buffer switch.
Tue, 10 May 1994 07:24:27 +0000 Richard M. Stallman (syms_of_keyboard): Doc fix.
Tue, 10 May 1994 05:48:20 +0000 Karl Heuer (safe_run_hooks): New function, extracted from command_loop_1. Bind
Tue, 10 May 1994 05:45:24 +0000 Karl Heuer Use PT, not point.
Sat, 07 May 1994 19:47:44 +0000 Richard M. Stallman (read_char): Don't text do_mouse_tracking;
Fri, 06 May 1994 06:25:15 +0000 Richard M. Stallman (make_lispy_event): Ignore mouse events for deleted frame.
Fri, 06 May 1994 00:48:26 +0000 Richard M. Stallman (last_point_position_buffer): New variable.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Sun, 01 May 1994 07:33:39 +0000 Richard M. Stallman (Ftrack_mouse): Call prepare_menu_bars at the start.
Sat, 30 Apr 1994 07:51:48 +0000 Richard M. Stallman (record_asynch_buffer_change): Block SIGIO.
Sat, 30 Apr 1994 07:40:40 +0000 Richard M. Stallman (force_auto_save_soon): New function.
Thu, 28 Apr 1994 07:49:45 +0000 Richard M. Stallman (Vunread_command_events): Renamed from unread_command_events.
Mon, 25 Apr 1994 22:22:31 +0000 Richard M. Stallman (menu_bar_item): Put a list of keymaps into the third
Wed, 20 Apr 1994 00:24:59 +0000 Karl Heuer (read_avail_input): Don't retry read.
Tue, 19 Apr 1994 22:48:32 +0000 Richard M. Stallman (Vlast_event_frame): Define unconditionally.
Tue, 19 Apr 1994 05:56:20 +0000 Karl Heuer (read_avail_input): Test EINTR, not EAGAIN.