summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (readable_events) [USE_TOOLKIT_SCROLL_BARS]: RegardYAMAMOTO Mitsuharu2005-05-131-11/+26
* (executing_kbd_macro_index): Rename from executing_macro_index.Kim F. Storm2005-05-021-9/+9
* Change Vexecuting_macro to Vexecuting_kbd_macro.Richard M. Stallman2005-05-011-17/+17
* (Qlanguage_change) [MAC_OS]: New variable.YAMAMOTO Mitsuharu2005-04-121-3/+8
* (poll_for_input) [SYNC_INPUT]: Don't call poll_for_input_1. SetYAMAMOTO Mitsuharu2005-04-121-0/+4
* Comment change.Richard M. Stallman2005-04-101-5/+9
* (Qmouse_fixup_help_message): New var.Kim F. Storm2005-03-311-0/+14
* (keys_of_keyboard): Just use `ignore' instead of the redundant `ignore-event'.Stefan Monnier2005-03-191-2/+21
* (read_char): Only do the 7-bit-meta -> 27-bit-metaStefan Monnier2005-03-161-1/+1
* * keyboard.c (Fexecute_extended_command): Restart hourglassJan Djärv2005-03-101-0/+18
* (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.Richard M. Stallman2005-03-061-5/+0
* (Fposn_at_x_y): Check integerness of X and Y.Stefan Monnier2005-03-011-2/+5
* (command_loop_1): Always use safe_run_hooks to run Qdeferred_action_function.Richard M. Stallman2005-02-151-1/+1
* If HAVE_FCNTL_H include fcntl.h.Dan Nicolaescu2005-02-131-0/+4
* * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)Jan Djärv2005-01-161-49/+44
* (Fposn_at_x_y): Add optional arg WHOLE.Kim F. Storm2005-01-141-6/+11
* (syms_of_keyboard): Doc fix.Richard M. Stallman2005-01-131-3/+4
* * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECKJan Djärv2004-12-231-4/+6
* (kbd_buffer_store_event_hold):Richard M. Stallman2004-12-211-3/+13
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-17/+2
* (read_char): Save and restore echo_string whenKim F. Storm2004-12-151-0/+2
* (Vthrow_on_input): New variable.Kim F. Storm2004-12-151-0/+17
* (handle_async_input): Remove pthread mutex handling.Stefan Monnier2004-12-111-34/+18
* * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) aroundJan Djärv2004-12-071-2/+2
* * gtkutil.c: Include signal.h and syssignal.h.Jan Djärv2004-12-071-1/+38
* * keyboard.c: Don't undef SIGIOSteven Tamm2004-11-301-1/+1
* (command_loop_1): Print a message describing the keyStefan Monnier2004-11-251-0/+3
* (Fposn_at_point): Remove extra */ after doc string.Kim F. Storm2004-11-151-1/+1
* (read_avail_input): Remove unused variable 'discard'.Kim F. Storm2004-11-091-1/+0
* (command_loop_1): Change Vtransient_mark_modeRichard M. Stallman2004-11-071-10/+8
* (kbd_buffer_store_event_hold): Remove obsolete code.Kim F. Storm2004-11-051-66/+25
* (timer_resume_idle): New function to resume idleKim F. Storm2004-10-091-16/+19
* Rename wait_reading_process_input to wait_reading_process_output.Kim F. Storm2004-08-201-2/+2
* Adapt to new wait_reading_process_input args.Kim F. Storm2004-08-191-4/+1
* Declare Qdisabled_command_function instead of Qdisabled_command_hook.Luc Teirlinck2004-08-081-6/+6
* (syms_of_keyboard) <overriding-terminal-local-map>: Doc fix.Luc Teirlinck2004-08-071-0/+1
* (syms_of_keyboard) <disable-point-adjustment>: Doc fix.Luc Teirlinck2004-07-311-2/+2
* Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm2004-07-191-1/+1
* (not_single_kboard_state): Do nothing unless MULTI_KBOARD is defined.Juanma Barranquero2004-07-171-1/+3
* (not_single_kboard_state): New function.Richard M. Stallman2004-07-171-6/+17
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-455Miles Bader2004-07-141-0/+15
* (syms_of_keyboard): Fix `keyboard-translate-table' docstring.Luc Teirlinck2004-07-061-5/+7
* (command_loop_1): Handle values `only' and `identity' for Vtransient_mark_mode.Richard M. Stallman2004-06-211-0/+12
* (cmd_error): Don't call any_kboard_state if inside a recursive edit level.Richard M. Stallman2004-06-131-1/+6
* (cancel_hourglass_unwind): Return a value.Andreas Schwab2004-06-131-22/+5
* (Fposn_at_point): Doc fix.Juanma Barranquero2004-06-111-1/+1
* (struct backtrace): Add debug_on_exit member.Kim F. Storm2004-05-211-0/+3
* (Frecursive_edit): Return immediately if input blocked.Kim F. Storm2004-05-171-0/+11
* (kbd_buffer_get_event): Don't use event->code andJason Rumney2004-05-171-3/+1
* Undo last change.Kim F. Storm2004-05-141-9/+0