log src/keyboard.c @ 46718:175cd09f34d2

age author description
Mon, 29 Jul 2002 01:55:43 +0000 Richard M. Stallman (make_lispy_event): Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
Sat, 20 Jul 2002 21:47:00 +0000 Richard M. Stallman (cmd_error_internal): Pass Vsignaling_function
Fri, 19 Jul 2002 10:33:44 +0000 Juanma Barranquero Fix typo.
Tue, 16 Jul 2002 19:48:34 +0000 Ken Raeburn (cmd_error_internal): Use const for pointer to lisp
Tue, 16 Jul 2002 17:40:57 +0000 Ken Raeburn (echo_char, parse_modifiers_uncached, parse_solitary_modifier,
Tue, 16 Jul 2002 15:49:29 +0000 Ken Raeburn * keyboard.c (Fevent_convert_list): Use SREF.
Tue, 16 Jul 2002 13:42:15 +0000 Richard M. Stallman (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Sun, 14 Jul 2002 22:52:48 +0000 Kim F. Storm Correct last commit which by mistake included some completely
Fri, 12 Jul 2002 23:47:31 +0000 Kim F. Storm (command_loop_1): Invert check on Vmemory_full.
Fri, 12 Jul 2002 11:18:36 +0000 Richard M. Stallman (cmd_error_internal): Handle Vsignaling_function here.
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Wed, 10 Jul 2002 08:45:24 +0000 Juanma Barranquero Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
Fri, 05 Jul 2002 18:51:59 +0000 Dave Love (read_key_sequence): Set initial_idleness_start_time
Thu, 04 Jul 2002 10:37:38 +0000 Juanma Barranquero (post_command_idle_hook): Remove redundant (and inexact) obsolescence
Mon, 01 Jul 2002 16:00:49 +0000 Dave Love (kbd_buffer_store_event): Fix interrupt_signal decl
Mon, 01 Jul 2002 08:04:04 +0000 Richard M. Stallman (timer_last_idleness_start_time): New variable.
Fri, 28 Jun 2002 19:43:33 +0000 Jan Djrv (readable_filtered_events): New function.
Mon, 17 Jun 2002 18:45:44 +0000 Stefan Monnier (read_key_sequence): Be more careful with first_unbound.
Thu, 13 Jun 2002 14:59:38 +0000 Pavel Jank Rename enum event_kind items.
Tue, 11 Jun 2002 19:50:45 +0000 Stefan Monnier (read_key_sequence):
Tue, 11 Jun 2002 19:29:40 +0000 Richard M. Stallman (readable_events): Ignore any number of
Mon, 20 May 2002 14:49:57 +0000 Richard M. Stallman (read_char_minibuf_menu_prompt): Don't list equivalent key bindings here.
Mon, 20 May 2002 08:05:55 +0000 Ken Raeburn * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
Thu, 16 May 2002 11:53:41 +0000 Juanma Barranquero (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
Wed, 15 May 2002 22:34:57 +0000 Stefan Monnier (read_char_x_menu_prompt): Use an equivalent but more meaningful test.
Sat, 04 May 2002 22:13:53 +0000 Jason Rumney (make_lispy_event) <mouse-wheel>: Set count to 1
Fri, 26 Apr 2002 23:39:06 +0000 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Sat, 13 Apr 2002 17:48:10 +0000 Richard M. Stallman (command_loop_1): Don't call start_hourglass
Fri, 12 Apr 2002 09:35:34 +0000 Gerd Moellmann (Qleft_margin, Qright_margin): Declare.
Fri, 12 Apr 2002 05:55:04 +0000 Stefan Monnier (gen_help_event): int/Lisp_Object confusion.
Fri, 12 Apr 2002 05:50:15 +0000 Stefan Monnier (command_loop_1): Turn off transient-mark-mode rather
Wed, 03 Apr 2002 08:36:56 +0000 Pavel Jank Fix comment.
Wed, 03 Apr 2002 04:49:33 +0000 Stefan Monnier (make_lispy_event): Handle unknown keysyms together
Tue, 02 Apr 2002 15:53:14 +0000 Eli Zaretskii (read_char): If the event was Qselect_window,
Mon, 01 Apr 2002 13:42:32 +0000 Pavel Jank (Qselect_window): New symbol.
Sun, 24 Mar 2002 20:29:38 +0000 Pavel Jank Fix typos.
Thu, 21 Mar 2002 21:32:50 +0000 Kim F. Storm (menu_bar_items): Mostly undo 2002-02-20 patch, so
Sun, 10 Mar 2002 16:16:38 +0000 Jan Djrv Added Emacs event save_session_event.
Fri, 08 Mar 2002 11:34:00 +0000 Gerd Moellmann (echo_char): Make sure to add a separator between
Wed, 06 Mar 2002 15:55:11 +0000 Gerd Moellmann (echo_prompt, echo_char, echo_dash, echo_now)
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Sat, 23 Feb 2002 22:02:18 +0000 Kim F. Storm (command_loop_1): Use Fremap_command for command remapping;
Wed, 20 Feb 2002 23:00:35 +0000 Kim F. Storm (kbd_buffer_get_event) [WINDOWSNT]: Corrected
Wed, 20 Feb 2002 14:51:46 +0000 Kim F. Storm (menu_bar_items): Don't include keymap or local-map
Sat, 16 Feb 2002 09:51:31 +0000 Pavel Jank Do not include "systime.h" twice.
Wed, 13 Feb 2002 16:23:08 +0000 Richard M. Stallman (Fthis_command_keys, Fthis_command_keys_vector)
Wed, 06 Feb 2002 22:59:56 +0000 Kim F. Storm (Vthis_original_command): New variable.
Wed, 06 Feb 2002 22:41:43 +0000 Pavel Jank (recursive_edit_1): Call cancel_hourglass unconditionally.
Sat, 02 Feb 2002 10:09:38 +0000 Pavel Jank (command_loop_1) [HAVE_X_WINDOWS]: Call cancel_hourglass unconditionally.
Thu, 31 Jan 2002 06:57:08 +0000 Pavel Jank Fix typo.
Sat, 26 Jan 2002 17:06:55 +0000 Pavel Jank (parse_tool_bar_item): Remove duplicated prototypes.
Thu, 24 Jan 2002 17:18:35 +0000 Eli Zaretskii (record_char): Fix a typo in a comment.
Sun, 13 Jan 2002 10:14:47 +0000 Pavel Jank (read_key_sequence): Remove unused variable `extra_maps'.
Thu, 03 Jan 2002 11:30:57 +0000 Kim F. Storm (read_key_sequence): Fixed cast of submaps arg to bcopy.
Wed, 02 Jan 2002 21:54:11 +0000 Richard M. Stallman (read_key_sequence): Handle the keymap property before minor mode maps.
Tue, 25 Dec 2001 23:38:23 +0000 Kim F. Storm (record_char): Ignore duplicate help-echo events only
Tue, 18 Dec 2001 06:25:27 +0000 Pavel Jank (head_table): Add missing braces around initializer.
Sun, 16 Dec 2001 03:51:52 +0000 Richard M. Stallman (syms_of_keyboard) <double-click-fuzz>: Doc fix.
Wed, 05 Dec 2001 02:51:12 +0000 Stefan Monnier (kbd_buffer_store_event): Fix interrupt_signal prototype.