log src/keyboard.c @ 47020:de9a20871faa

age author description
2002-08-19 Kim F. Storm (Fclear_this_command_keys): Added optional arg
2002-08-14 Kim F. Storm (Fcommand_execute): Update call to Fexecute_kbd_macro.
2002-08-10 Richard M. Stallman (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
2002-08-03 Andrew Choi In src:
2002-07-29 Richard M. Stallman (make_lispy_event): Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
2002-07-20 Richard M. Stallman (cmd_error_internal): Pass Vsignaling_function
2002-07-19 Juanma Barranquero Fix typo.
2002-07-16 Ken Raeburn (cmd_error_internal): Use const for pointer to lisp
2002-07-16 Ken Raeburn (echo_char, parse_modifiers_uncached, parse_solitary_modifier,
2002-07-16 Ken Raeburn * keyboard.c (Fevent_convert_list): Use SREF.
2002-07-16 Richard M. Stallman (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-14 Kim F. Storm Correct last commit which by mistake included some completely
2002-07-12 Kim F. Storm (command_loop_1): Invert check on Vmemory_full.
2002-07-12 Richard M. Stallman (cmd_error_internal): Handle Vsignaling_function here.
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-07-10 Juanma Barranquero Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-07-05 Dave Love (read_key_sequence): Set initial_idleness_start_time
2002-07-04 Juanma Barranquero (post_command_idle_hook): Remove redundant (and inexact) obsolescence
2002-07-01 Dave Love (kbd_buffer_store_event): Fix interrupt_signal decl
2002-07-01 Richard M. Stallman (timer_last_idleness_start_time): New variable.
2002-06-28 Jan Djärv (readable_filtered_events): New function.
2002-06-17 Stefan Monnier (read_key_sequence): Be more careful with first_unbound.
2002-06-13 Pavel Janík Rename enum event_kind items.
2002-06-11 Stefan Monnier (read_key_sequence):
2002-06-11 Richard M. Stallman (readable_events): Ignore any number of
2002-05-20 Richard M. Stallman (read_char_minibuf_menu_prompt): Don't list equivalent key bindings here.
2002-05-20 Ken Raeburn * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
2002-05-16 Juanma Barranquero (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
2002-05-15 Stefan Monnier (read_char_x_menu_prompt): Use an equivalent but more meaningful test.
2002-05-04 Jason Rumney (make_lispy_event) <mouse-wheel>: Set count to 1
2002-04-26 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
2002-04-13 Richard M. Stallman (command_loop_1): Don't call start_hourglass
2002-04-12 Gerd Moellmann (Qleft_margin, Qright_margin): Declare.
2002-04-12 Stefan Monnier (gen_help_event): int/Lisp_Object confusion.
2002-04-12 Stefan Monnier (command_loop_1): Turn off transient-mark-mode rather
2002-04-03 Pavel Janík Fix comment.
2002-04-03 Stefan Monnier (make_lispy_event): Handle unknown keysyms together
2002-04-02 Eli Zaretskii (read_char): If the event was Qselect_window,
2002-04-01 Pavel Janík (Qselect_window): New symbol.
2002-03-24 Pavel Janík Fix typos.
2002-03-21 Kim F. Storm (menu_bar_items): Mostly undo 2002-02-20 patch, so
2002-03-10 Jan Djärv Added Emacs event save_session_event.
2002-03-08 Gerd Moellmann (echo_char): Make sure to add a separator between
2002-03-06 Gerd Moellmann (echo_prompt, echo_char, echo_dash, echo_now)
2002-03-04 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
2002-02-23 Kim F. Storm (command_loop_1): Use Fremap_command for command remapping;
2002-02-20 Kim F. Storm (kbd_buffer_get_event) [WINDOWSNT]: Corrected
2002-02-20 Kim F. Storm (menu_bar_items): Don't include keymap or local-map
2002-02-16 Pavel Janík Do not include "systime.h" twice.
2002-02-13 Richard M. Stallman (Fthis_command_keys, Fthis_command_keys_vector)
2002-02-06 Kim F. Storm (Vthis_original_command): New variable.
2002-02-06 Pavel Janík (recursive_edit_1): Call cancel_hourglass unconditionally.
2002-02-02 Pavel Janík (command_loop_1) [HAVE_X_WINDOWS]: Call cancel_hourglass unconditionally.
2002-01-31 Pavel Janík Fix typo.
2002-01-26 Pavel Janík (parse_tool_bar_item): Remove duplicated prototypes.
2002-01-24 Eli Zaretskii (record_char): Fix a typo in a comment.
2002-01-13 Pavel Janík (read_key_sequence): Remove unused variable `extra_maps'.
2002-01-03 Kim F. Storm (read_key_sequence): Fixed cast of submaps arg to bcopy.
2002-01-02 Richard M. Stallman (read_key_sequence): Handle the keymap property before minor mode maps.