log src/keyboard.c @ 70652:fc5f994a4079

age author description
2006-05-05 YAMAMOTO Mitsuharu (make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.
2006-04-13 Richard M. Stallman (read_key_sequence): Explicitly avoid keybuf[-1].
2006-03-29 Juanma Barranquero (process_tool_bar_item): Reorganize dummy args.
2006-03-29 Stefan Monnier (tool_bar_items): Use map_keymap.
2006-02-11 Eli Zaretskii (Venable_disabled_menus_and_buttons): New variable.
2006-02-10 Kim F. Storm * data.c (Findirect_function): Add NOERROR arg. All callers changed
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2006-01-19 Richard M. Stallman (echo_char): Don't omit the space between first two echoed chars.
2005-12-26 Richard M. Stallman (last_point_position_window): New variable.
2005-12-19 YAMAMOTO Mitsuharu (make_lispy_event): Drag-and-drop items are now
2005-12-10 YAMAMOTO Mitsuharu (Qmac_apple_event) [MAC_OS]: New variable.
2005-10-29 Richard M. Stallman (command_loop_1): Don't set Vmemory_full here.
2005-10-13 Kim F. Storm (make_lispy_position): Adjust wx for left margin if ON_TEXT.
2005-10-11 Kim F. Storm (make_lispy_position): Fix buffer calculations for
2005-10-10 Kim F. Storm (make_lispy_position): Fix buffer position calculation for
2005-10-04 Stefan Monnier (make_lispy_event): If point has moved between down and up event, make it
2005-10-01 YAMAMOTO Mitsuharu (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
2005-09-25 Richard M. Stallman (update_menu_bindings): Variable deleted.
2005-08-25 YAMAMOTO Mitsuharu (kbd_buffer_get_event) [MAC_OS]: Make events for
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-23 Richard M. Stallman (read_char): Test gc_cons_threshold.
2005-07-13 Stefan Monnier (read_char): Use gc_cons_combined_threshold.
2005-07-08 Kim F. Storm (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-17 Richard M. Stallman (read_char): Call restore_getcjmp after jump occurs.
2005-06-10 Luc Teirlinck (command_loop_1): Adapt call to Fselect_frame.
2005-06-08 Richard M. Stallman Clean up whitespace.
2005-06-06 Luc Teirlinck (command_loop_1): Update Vthis_original_command.
2005-05-26 Juanma Barranquero (Frecursive_edit): Fix typo in docstring.
2005-05-18 Nick Roberts (syms_of_keyboard): Remove lisp variables
2005-05-16 Kim F. Storm (adjust_point_for_property): Skip empty overlay string.
2005-05-13 YAMAMOTO Mitsuharu (readable_events) [USE_TOOLKIT_SCROLL_BARS]: Regard
2005-05-02 Kim F. Storm (executing_kbd_macro_index): Rename from executing_macro_index.
2005-05-01 Richard M. Stallman Change Vexecuting_macro to Vexecuting_kbd_macro.
2005-04-12 YAMAMOTO Mitsuharu (Qlanguage_change) [MAC_OS]: New variable.
2005-04-12 YAMAMOTO Mitsuharu (poll_for_input) [SYNC_INPUT]: Don't call poll_for_input_1. Set
2005-04-10 Richard M. Stallman Comment change.
2005-03-31 Kim F. Storm (Qmouse_fixup_help_message): New var.
2005-03-19 Stefan Monnier (keys_of_keyboard): Just use `ignore' instead of the redundant `ignore-event'.
2005-03-16 Stefan Monnier (read_char): Only do the 7-bit-meta -> 27-bit-meta
2005-03-10 Jan Djärv * keyboard.c (Fexecute_extended_command): Restart hourglass
2005-03-06 Richard M. Stallman (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
2005-03-01 Stefan Monnier (Fposn_at_x_y): Check integerness of X and Y.
2005-02-15 Richard M. Stallman (command_loop_1): Always use safe_run_hooks to run Qdeferred_action_function.
2005-02-13 Dan Nicolaescu If HAVE_FCNTL_H include fcntl.h.
2005-01-16 Jan Djärv * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
2005-01-14 Kim F. Storm (Fposn_at_x_y): Add optional arg WHOLE.
2005-01-13 Richard M. Stallman (syms_of_keyboard): Doc fix.
2004-12-23 Jan Djärv * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
2004-12-21 Richard M. Stallman (kbd_buffer_store_event_hold):
2004-12-15 Jan Djärv * syssignal.h: Declare main_thread.
2004-12-15 Kim F. Storm (read_char): Save and restore echo_string when
2004-12-15 Kim F. Storm (Vthrow_on_input): New variable.
2004-12-11 Stefan Monnier (handle_async_input): Remove pthread mutex handling.
2004-12-07 Jan Djärv * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
2004-12-07 Jan Djärv * gtkutil.c: Include signal.h and syssignal.h.
2004-11-30 Steven Tamm * keyboard.c: Don't undef SIGIO
2004-11-25 Stefan Monnier (command_loop_1): Print a message describing the key
2004-11-15 Kim F. Storm (Fposn_at_point): Remove extra */ after doc string.
2004-11-09 Kim F. Storm (read_avail_input): Remove unused variable 'discard'.