Use macro SPECPDL_INDEX.
[bpt/emacs.git] / src / keyboard.c
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-10 Juanma BarranqueroRename 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...
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íkRename 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...
2002-05-20 Ken Raeburn* keyboard.c (echo_char, record_char, parse_modifiers_u...
2002-05-16 Juanma Barranquero(Fthis_command_keys, Fthis_command_keys_vector): Fix...
2002-05-15 Stefan Monnier(read_char_x_menu_prompt): Use an equivalent but more...
2002-05-04 Jason Rumney(make_lispy_event) <mouse-wheel>: Set count to 1
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
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íkFix 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íkFix typos.
2002-03-21 Kim F. Storm(menu_bar_items): Mostly undo 2002-02-20 patch, so
2002-03-10 Jan DjärvAdded 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 MonnierChange defvar_int def and vars to use EMACS_INT instead...
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íkDo 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_hourglas...
2002-01-31 Pavel JaníkFix 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...
2001-12-25 Kim F. Storm(record_char): Ignore duplicate help-echo events only
2001-12-18 Pavel Janík(head_table): Add missing braces around initializer.
2001-12-16 Richard M. Stallman(syms_of_keyboard) <double-click-fuzz>: Doc fix.
2001-12-05 Stefan Monnier(kbd_buffer_store_event): Fix interrupt_signal prototype.
2001-11-06 Stefan Monnier(make_lispy_event): Check integerness and fix Lisp_Obje...
2001-11-05 Richard M. Stallman(read_char): Use Fcar and Fcdr, not Fnth.
2001-11-05 Richard M. Stallman(echo-area-clear-hook): Undo Oct 29 change.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-31 Pavel Janík(lucid-menu-bar-dirty-flag): Doc fix.
2001-10-30 Richard M. Stallman(Finput_pending_p): Doc fix.
2001-10-29 Pavel Janík(Finput_pending_p): Fix typo in doc-string.
2001-10-28 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-21 Miles Bader(Ftrack_mouse): Add usage: string to doc string.
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-14 Pavel Janík(Fcommand_execute): Remove unnecessary prototype (it...
2001-10-08 Stefan Monnier(map_prompt): Remove.
2001-10-08 Pavel Janík*** empty log message ***
2001-10-07 Gerd Moellmann(parse_modifiers, apply_modifiers): Use VALMASK.
2001-10-05 Gerd Moellmann(make_lispy_event) [HAVE_X_WINDOWS]: If we know
2001-09-26 Gerd Moellmann(echo_kboard): Make externally visible.
2001-09-25 Gerd Moellmann(read_char): Don't clear a message for a switch-frame
2001-09-18 Gerd Moellmann(Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
2001-08-13 Gerd Moellmann(make_lispy_event): Interpret double_click_fuzz
2001-08-10 Eli Zaretskii(syms_of_keyboard) <double-click-fuzz>: Fix a typo...
2001-08-09 Gerd Moellmann(Vpre_help_message): New variable.
2001-08-03 Gerd Moellmann(read_key_sequence): Check that key is an integer
2001-08-01 Gerd Moellmann(command_loop_1): Fix spelling of
2001-07-30 Gerd Moellmann(abs): New macro.
2001-07-17 Gerd Moellmann(KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
2001-06-26 Gerd Moellmann(read_char) <non_reread>: Record the previous idle
2001-05-15 Gerd Moellmann(read_key_sequence): Prevent generating a fake
2001-05-11 Gerd Moellmann(read_key_sequence): Don't modify events when
2001-05-07 Gerd Moellmann(delete_kboard): Handle the case that selected_frame
2001-04-25 Gerd Moellmann(command_loop_1): Redo change of 2001-03-12.
2001-04-19 Gerd Moellmann(delete_kboard): Prevent a dangling reference
2001-04-04 Gerd Moellmann(echoing, echo_message_buffer): Make externally
2001-03-15 Gerd Moellmann(timer_check): Preserve the value of deactivate-mark.
2001-03-14 Gerd Moellmann(quit_throw_to_read_char): Change call to
2001-03-12 Gerd Moellmann(command_loop_1): Set Vdeactivate_mark to nil
2001-03-12 Eli Zaretskii(syms_of_keyboard) <overriding-local-map>: Doc fix.
2001-03-09 Gerd Moellmann(make_lispy_event): Add string info to the event,
2001-03-09 Gerd Moellmann(make_lispy_event, make_lispy_movement): Adjust
2001-03-08 Gerd Moellmann(make_lispy_event): Avoid generating drag events
2001-02-21 Gerd MoellmannUse display_hourglass_p, start_hourglass,
2001-02-20 Gerd Moellmann(read_char): When an event from unread-command-events
2001-02-19 Gerd Moellmann(recursive_edit_1): Bind `inhibit-redisplay' and
2001-01-16 Gerd MoellmannCall redisplay_preserve_echo_area with additional arg.
2001-01-12 Gerd MoellmannCall get_local_map with new argument list.
2001-01-09 Gerd Moellmann(Fexecute_extended_command): Use a
2001-01-07 Dave Love(Fread_key_sequence_vector): Avoid newline in
2001-01-02 Eli Zaretskii(record_char): Remove unused function-scope variable
2000-12-28 Gerd Moellmann(echo_char): If C is an integer, always call
2000-12-23 Gerd Moellmann(echo_prompt): Always set current_kboard->echoptr to
2000-12-20 Gerd Moellmann(echo_prompt): Prevent a compiler warning.
2000-12-14 Kenichi Handa(echo_prompt): Argument type changed to Lisp_Object.
next