log src/keyboard.c @ 81128:e6d77a4d2ea6

age author description
Sun, 03 Jun 2007 00:57:11 +0000 Nick Roberts (discard_mouse_events): Add GPM_CLICK_EVENT case.
Wed, 23 May 2007 21:42:10 +0000 Nick Roberts (make_lispy_movement): Condition on HAVE_GPM too.
Sun, 20 May 2007 05:09:33 +0000 Nick Roberts Use HAVE_GPM instead of HAVE_GPM_H.
Sun, 20 May 2007 03:51:31 +0000 Nick Roberts (make_lispy_event): Make case GPM_CLICK_EVENT
Sun, 20 May 2007 02:29:50 +0000 Nick Roberts (Qmouse_fixup_help_message)
Mon, 25 Feb 2008 16:04:54 +0000 Chong Yidong (command_loop_1): Revert 2006-10-09 change.
Thu, 31 Jan 2008 06:39:13 +0000 Kenichi Handa (make_ctrl_char): If C is a multibyte character, just
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Wed, 24 Oct 2007 08:23:01 +0000 Richard M. Stallman (Fcurrent_idle_time): Doc fix.
Sat, 06 Oct 2007 09:43:17 +0000 Martin Rudalics (kbd_buffer_get_event): Break loop waiting for input
Fri, 14 Sep 2007 06:21:10 +0000 Jan Dj¸«£rv (abs): #undef before #define.
Sun, 02 Sep 2007 16:59:00 +0000 Jan Dj¸«£rv Qrtl is new.
Wed, 29 Aug 2007 09:00:42 +0000 Martin Rudalics (syms_of_keyboard): Set up new Lisp variable
Wed, 08 Aug 2007 07:49:21 +0000 Glenn Morris Replace `iff' in comments.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Mon, 16 Jul 2007 10:39:15 +0000 Juanma Barranquero (Ftrack_mouse): Doc fix.
Sun, 01 Apr 2007 22:03:03 +0000 Chong Yidong (command_loop_1): Fcommand_remapping has new arg; caller changed.
Sat, 24 Mar 2007 16:24:54 +0000 Eli Zaretskii Fix a comment before `read_key_sequence'.
Tue, 20 Mar 2007 08:50:10 +0000 YAMAMOTO Mitsuharu (record_char): Add BLOCK_INPUT around fwrite.
Mon, 19 Mar 2007 05:29:34 +0000 Richard M. Stallman (NUM_RECENT_KEYS): Bump up to 300.
Sat, 17 Mar 2007 18:26:21 +0000 Chong Yidong (read_key_sequence): Store original event into keybuf when replaying
Sat, 10 Mar 2007 04:57:18 +0000 Chong Yidong (help_form_saved_window_configs): New var.
Thu, 08 Mar 2007 22:58:08 +0000 Richard M. Stallman (syms_of_keyboard): Doc fix.
Sat, 27 Jan 2007 18:18:31 +0000 Eli Zaretskii (Fthis_command_keys, Fthis_command_keys_vector): Doc fix.
Fri, 26 Jan 2007 08:36:18 +0000 YAMAMOTO Mitsuharu (interrupt_input_blocked): Declare volatile.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Sat, 20 Jan 2007 02:11:03 +0000 Chong Yidong (read_key_sequence): Extract local map only if the
Mon, 08 Jan 2007 17:58:28 +0000 Jan Dj¸«£rv (init_keyboard): Initialize interrupt_input_blocked and
Sat, 23 Dec 2006 01:57:15 +0000 Eli Zaretskii (some_mouse_moved): Fix last change.
Tue, 19 Dec 2006 16:09:02 +0000 Juanma Barranquero (syms_of_keyboard) <double-click-time>: Doc fix.
Tue, 19 Dec 2006 15:37:20 +0000 Kim F. Storm (kbd_buffer_store_event_hold): Undo 2006-12-04 change.
Fri, 15 Dec 2006 00:22:57 +0000 Kim F. Storm (ignore_mouse_drag_p): New global var.
Thu, 14 Dec 2006 08:41:46 +0000 YAMAMOTO Mitsuharu (make_lispy_event): Use find_user_signal_name.
Mon, 04 Dec 2006 12:37:55 +0000 Kim F. Storm Fix last change.
Mon, 04 Dec 2006 12:26:58 +0000 Kim F. Storm (kbd_buffer_store_event_hold): Don't throw-on-input
Fri, 24 Nov 2006 10:31:26 +0000 Juanma Barranquero Space/tab mixup.
Sun, 22 Oct 2006 22:25:03 +0000 Kim F. Storm (read_char): Make an element (t . EVENT) in
Tue, 10 Oct 2006 01:20:20 +0000 Chong Yidong * dispnew.c (sit_for): Sit forever if TIMEOUT is t.
Fri, 15 Sep 2006 07:19:15 +0000 David Kastrup * NEWS: explain new behavior and arguments of `key-binding' and
Wed, 13 Sep 2006 15:12:59 +0000 Richard M. Stallman (read_char): If end_time specified, don't put the
Sun, 10 Sep 2006 21:10:50 +0000 Kim F. Storm (Finput_pending_p): Check Vunread_input_method_events
Sun, 27 Aug 2006 07:09:06 +0000 YAMAMOTO Mitsuharu (in_sighandler): Remove variable.
Fri, 25 Aug 2006 10:05:50 +0000 Kim F. Storm (Fcurrent_idle_time): Simplify.
Mon, 21 Aug 2006 12:54:47 +0000 Jan Dj¸«£rv Clarify difference between in_sighandler and handling_signal.
Mon, 21 Aug 2006 02:07:09 +0000 Kenichi Handa (syms_of_keyboard): Docstring of
Sun, 20 Aug 2006 17:58:09 +0000 Chong Yidong * keyboard.c (show_help_echo): Preserve mouse movement flag if
Sun, 20 Aug 2006 12:06:20 +0000 Richard M. Stallman (Fcurrent_idle_time): New function.
Tue, 15 Aug 2006 17:39:21 +0000 Chong Yidong * keyboard.c (read_char): Don't change idle timer state at all if
Mon, 14 Aug 2006 18:32:23 +0000 Chong Yidong * keyboard.c (read_char): Don't reset idle timers if a time limit
Thu, 10 Aug 2006 06:07:15 +0000 Jan Dj¸«£rv * keyboard.c: Define in_sighandler.
Wed, 09 Aug 2006 04:55:02 +0000 Richard M. Stallman (keyremap_step): No-op if fkey->parent = nil.
Sat, 05 Aug 2006 11:59:50 +0000 Eli Zaretskii (kbd_buffer_get_event): Return Qnil when current time is exactly equal to
Sat, 05 Aug 2006 01:38:21 +0000 Chong Yidong * keyboard.c (read_char): Rebalance specpdl after receiving jump.
Sat, 29 Jul 2006 01:54:16 +0000 Richard M. Stallman (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
Wed, 26 Jul 2006 18:13:33 +0000 Chong Yidong * keyboard.c (read_char): New arg END_TIME specifying timeout.
Tue, 18 Jul 2006 13:28:16 +0000 Kim F. Storm (recursive_edit_1): Use xsignal1.
Mon, 17 Jul 2006 21:00:58 +0000 Richard M. Stallman (Vcommand_error_function): New variable.
Wed, 12 Jul 2006 13:19:04 +0000 Kim F. Storm (access_keymap_keyremap): Use ARRAYP.
Tue, 11 Jul 2006 20:10:56 +0000 Kim F. Storm (command_loop_1, read_char, Fexecute_extended_command):
Mon, 10 Jul 2006 18:51:31 +0000 Chong Yidong * puresize.h (BASE_PURESIZE): Increment to 1211000.