log src/keyboard.c @ 41329:040cb763bd64

age author description
Tue, 06 Nov 2001 15:07:16 +0000 Stefan Monnier (make_lispy_event): Check integerness and fix Lisp_Object/int mixup.
Mon, 05 Nov 2001 04:19:56 +0000 Richard M. Stallman (read_char): Use Fcar and Fcdr, not Fnth.
Mon, 05 Nov 2001 03:40:14 +0000 Richard M. Stallman (echo-area-clear-hook): Undo Oct 29 change.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Wed, 31 Oct 2001 10:56:33 +0000 Pavel Jank (lucid-menu-bar-dirty-flag): Doc fix.
Tue, 30 Oct 2001 18:34:21 +0000 Richard M. Stallman (Finput_pending_p): Doc fix.
Mon, 29 Oct 2001 17:51:38 +0000 Pavel Jank (Finput_pending_p): Fix typo in doc-string.
Sun, 28 Oct 2001 18:47:24 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Sun, 21 Oct 2001 15:23:58 +0000 Miles Bader (Ftrack_mouse): Add usage: string to doc string.
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Sun, 14 Oct 2001 16:01:10 +0000 Pavel Jank (Fcommand_execute): Remove unnecessary prototype (it is already prototyped
Mon, 08 Oct 2001 11:12:56 +0000 Stefan Monnier (map_prompt): Remove.
Mon, 08 Oct 2001 08:39:21 +0000 Pavel Jank *** empty log message ***
Sun, 07 Oct 2001 00:20:39 +0000 Gerd Moellmann (parse_modifiers, apply_modifiers): Use VALMASK.
Fri, 05 Oct 2001 09:48:05 +0000 Gerd Moellmann (make_lispy_event) [HAVE_X_WINDOWS]: If we know
Wed, 26 Sep 2001 12:01:19 +0000 Gerd Moellmann (echo_kboard): Make externally visible.
Tue, 25 Sep 2001 10:18:44 +0000 Gerd Moellmann (read_char): Don't clear a message for a switch-frame
Tue, 18 Sep 2001 14:29:11 +0000 Gerd Moellmann (Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
Mon, 13 Aug 2001 09:27:43 +0000 Gerd Moellmann (make_lispy_event): Interpret double_click_fuzz
Fri, 10 Aug 2001 09:14:17 +0000 Eli Zaretskii (syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.
Thu, 09 Aug 2001 13:01:38 +0000 Gerd Moellmann (Vpre_help_message): New variable.
Fri, 03 Aug 2001 11:36:48 +0000 Gerd Moellmann (read_key_sequence): Check that key is an integer
Wed, 01 Aug 2001 11:54:33 +0000 Gerd Moellmann (command_loop_1): Fix spelling of
Mon, 30 Jul 2001 13:58:38 +0000 Gerd Moellmann (abs): New macro.
Tue, 17 Jul 2001 09:35:11 +0000 Gerd Moellmann (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
Tue, 26 Jun 2001 12:30:59 +0000 Gerd Moellmann (read_char) <non_reread>: Record the previous idle
Mon, 21 May 2001 12:34:11 +0000 Gerd Moellmann Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
Tue, 15 May 2001 13:37:45 +0000 Gerd Moellmann (read_key_sequence): Prevent generating a fake
Fri, 11 May 2001 16:10:29 +0000 Gerd Moellmann (read_key_sequence): Don't modify events when
Mon, 07 May 2001 13:43:10 +0000 Gerd Moellmann (delete_kboard): Handle the case that selected_frame
Wed, 25 Apr 2001 14:36:03 +0000 Gerd Moellmann (command_loop_1): Redo change of 2001-03-12.
Thu, 19 Apr 2001 13:00:01 +0000 Gerd Moellmann (delete_kboard): Prevent a dangling reference
Wed, 04 Apr 2001 14:04:38 +0000 Gerd Moellmann (echoing, echo_message_buffer): Make externally
Thu, 15 Mar 2001 16:31:21 +0000 Gerd Moellmann (timer_check): Preserve the value of deactivate-mark.
Wed, 14 Mar 2001 16:35:40 +0000 Gerd Moellmann (quit_throw_to_read_char): Change call to
Mon, 12 Mar 2001 15:14:11 +0000 Gerd Moellmann (command_loop_1): Set Vdeactivate_mark to nil
Mon, 12 Mar 2001 14:46:47 +0000 Eli Zaretskii (syms_of_keyboard) <overriding-local-map>: Doc fix.
Fri, 09 Mar 2001 18:43:15 +0000 Gerd Moellmann (make_lispy_event): Add string info to the event,
Fri, 09 Mar 2001 14:51:01 +0000 Gerd Moellmann (make_lispy_event, make_lispy_movement): Adjust
Thu, 08 Mar 2001 14:01:24 +0000 Gerd Moellmann (make_lispy_event): Avoid generating drag events
Wed, 21 Feb 2001 13:57:40 +0000 Gerd Moellmann Use display_hourglass_p, start_hourglass,
Tue, 20 Feb 2001 18:12:00 +0000 Gerd Moellmann (read_char): When an event from unread-command-events
Mon, 19 Feb 2001 13:57:49 +0000 Gerd Moellmann (recursive_edit_1): Bind `inhibit-redisplay' and
Tue, 16 Jan 2001 12:42:22 +0000 Gerd Moellmann Call redisplay_preserve_echo_area with additional arg.
Fri, 12 Jan 2001 11:17:53 +0000 Gerd Moellmann Call get_local_map with new argument list.
Tue, 09 Jan 2001 13:44:36 +0000 Gerd Moellmann (Fexecute_extended_command): Use a
Sun, 07 Jan 2001 21:13:42 +0000 Dave Love (Fread_key_sequence_vector): Avoid newline in
Tue, 02 Jan 2001 14:09:59 +0000 Eli Zaretskii (record_char): Remove unused function-scope variable
Thu, 28 Dec 2000 13:37:33 +0000 Gerd Moellmann (echo_char): If C is an integer, always call
Sat, 23 Dec 2000 23:08:42 +0000 Gerd Moellmann (echo_prompt): Always set current_kboard->echoptr to
Wed, 20 Dec 2000 15:13:36 +0000 Gerd Moellmann (echo_prompt): Prevent a compiler warning.
Thu, 14 Dec 2000 10:44:56 +0000 Kenichi Handa (echo_prompt): Argument type changed to Lisp_Object.
Wed, 13 Dec 2000 14:25:49 +0000 Gerd Moellmann (do_mouse_tracking): Make externally visible.
Wed, 13 Dec 2000 14:12:02 +0000 Stefan Monnier (menu_bar_items, tool_bar_items):
Tue, 05 Dec 2000 17:03:29 +0000 Gerd Moellmann (record_char): Don't record identical help-echo
Mon, 04 Dec 2000 14:48:10 +0000 Gerd Moellmann (Fread_key_sequence): Don't start the busy cursor
Mon, 04 Dec 2000 12:22:46 +0000 Gerd Moellmann (record_char): Record `help-echo' input events
Mon, 27 Nov 2000 14:42:42 +0000 Gerd Moellmann (lucid_event_type_list_p): Handle `help-echo',
Sat, 25 Nov 2000 18:40:15 +0000 Jason Rumney (make_lispy_event) [mouse_wheel, drag_n_drop]: Args to
Wed, 22 Nov 2000 01:34:53 +0000 Miles Bader (Vminibuffer_message_timeout): New variable.