summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2006-12-071-16/+23
|\
| * Fix last change.Kim F. Storm2006-12-041-7/+7
| * (kbd_buffer_store_event_hold): Don't throw-on-inputKim F. Storm2006-12-041-13/+20
| * Space/tab mixup.Juanma Barranquero2006-11-241-3/+3
* | Merge from emacs--devo--0Miles Bader2006-10-301-2/+16
|\ \ | |/
| * (read_char): Make an element (t . EVENT) inKim F. Storm2006-10-221-2/+16
* | Merge from emacs--devo--0Miles Bader2006-10-151-4/+6
|\ \ | |/
| * * dispnew.c (sit_for): Sit forever if TIMEOUT is t.Chong Yidong2006-10-101-4/+6
* | Merge from emacs--devo--0Miles Bader2006-09-201-6/+9
|\ \ | |/
| * * NEWS: explain new behavior and arguments of `key-binding' andDavid Kastrup2006-09-151-6/+9
* | Merge from emacs--devo--0Miles Bader2006-09-141-9/+20
|\ \ | |/
| * (read_char): If end_time specified, don't put theRichard M. Stallman2006-09-131-8/+17
| * (Finput_pending_p): Check Vunread_input_method_eventsKim F. Storm2006-09-101-1/+3
* | Merge from emacs--devo--0Miles Bader2006-08-281-77/+109
|\ \ | |/
| * (in_sighandler): Remove variable.YAMAMOTO Mitsuharu2006-08-271-13/+1
| * (Fcurrent_idle_time): Simplify.Kim F. Storm2006-08-251-9/+6
| * Clarify difference between in_sighandler and handling_signal.Jan Djärv2006-08-211-1/+6
| * (syms_of_keyboard): Docstring ofKenichi Handa2006-08-211-3/+5
| * * keyboard.c (show_help_echo): Preserve mouse movement flag ifChong Yidong2006-08-201-67/+77
| * (Fcurrent_idle_time): New function.Richard M. Stallman2006-08-201-0/+30
* | Merge from emacs--devo--0Miles Bader2006-08-161-20/+51
|\ \ | |/
| * * keyboard.c (read_char): Don't change idle timer state at all ifChong Yidong2006-08-151-13/+12
| * * keyboard.c (read_char): Don't reset idle timers if a time limitChong Yidong2006-08-141-2/+12
| * * keyboard.c: Define in_sighandler.Jan Djärv2006-08-101-0/+7
| * (keyremap_step): No-op if fkey->parent = nil.Richard M. Stallman2006-08-091-7/+18
| * (kbd_buffer_get_event): Return Qnil when current time is exactly equal toEli Zaretskii2006-08-051-6/+8
| * * keyboard.c (read_char): Rebalance specpdl after receiving jump.Chong Yidong2006-08-051-1/+3
* | Merge from emacs--devo--0Miles Bader2006-08-031-13/+41
|\ \ | |/
| * (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.Richard M. Stallman2006-07-291-0/+2
| * * keyboard.c (read_char): New arg END_TIME specifying timeout.Chong Yidong2006-07-261-13/+39
* | Merge from emacs--devo--0Miles Bader2006-07-191-59/+70
|\ \ | |/
| * (recursive_edit_1): Use xsignal1.Kim F. Storm2006-07-181-1/+1
| * (Vcommand_error_function): New variable.Richard M. Stallman2006-07-171-31/+38
| * (access_keymap_keyremap): Use ARRAYP.Kim F. Storm2006-07-121-1/+1
| * (command_loop_1, read_char, Fexecute_extended_command):Kim F. Storm2006-07-111-34/+16
| * * puresize.h (BASE_PURESIZE): Increment to 1211000.Chong Yidong2006-07-101-15/+31
| * (Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.Eli Zaretskii2006-07-071-1/+7
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60Miles Bader2006-05-101-2/+1
|\ \ | |/
| * (make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.YAMAMOTO Mitsuharu2006-05-051-2/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56Miles Bader2006-04-171-1/+2
|\ \ | |/
| * (read_key_sequence): Explicitly avoid keybuf[-1].Richard M. Stallman2006-04-131-1/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-50Miles Bader2006-03-311-14/+5
|\ \ | |/
| * (process_tool_bar_item): Reorganize dummy args.Juanma Barranquero2006-03-291-2/+2
| * (tool_bar_items): Use map_keymap.Stefan Monnier2006-03-291-14/+5
* | (read_char): Check if C is a character or not beforeKenichi Handa2006-03-141-1/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-15Miles Bader2006-02-141-4/+29
|\ \ | |/
| * (Venable_disabled_menus_and_buttons): New variable.Eli Zaretskii2006-02-111-4/+29
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14Miles Bader2006-02-111-1/+1
|\ \ | |/
| * * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-101-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/