aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (bind_polling_period): Stop all timers exceptGerd Moellmann2000-02-121-0/+1
* (toplevel): Include systime.h and atimer.h.Gerd Moellmann2000-01-251-28/+49
* Add last change to doc string.Gerd Moellmann2000-01-111-1/+2
* (Fclear_this_command_keys): Clear recent_keysGerd Moellmann2000-01-111-0/+7
* (Vdisable_point_adjustment): New variable.Kenichi Handa1999-12-151-0/+93
* * keyboard.c (Qratio): New symbol.Stefan Monnier1999-12-101-2/+4
* (echo_char): Use KEY_DESCRIPTION_SIZE to check freeKenichi Handa1999-11-181-1/+2
* (command_loop_1): Remove no_redisplay.Gerd Moellmann1999-11-161-11/+4
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-16/+0
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-149/+149
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-5/+3
* (auto-save-interval): Fix doc string.Gerd Moellmann1999-10-101-1/+1
* (Frecursive_edit): Remove unused variable.Gerd Moellmann1999-09-201-29/+21
* (command_loop_1): Change for Lisp_ObjectGerd Moellmann1999-09-131-17/+19
* (command_loop_1): Resize mini-window to theGerd Moellmann1999-09-121-0/+10
* ChangeGerd Moellmann1999-09-051-4/+4
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-105/+106
* [macintosh]: Set KBD_BUFFER_SIZE to a smaller valueRichard M. Stallman1999-09-031-0/+5
* (command_loop_1): Set beg/end_unchanged perGerd Moellmann1999-08-231-1/+3
* Call change_frame_size and do_pending_window_change withGerd Moellmann1999-08-211-41/+48
* (cmd_error_internal): Don't kill Emacs if this is anEli Zaretskii1999-07-301-1/+1
* (read_char): Use message3_nolog to show help-echo.Gerd Moellmann1999-07-211-121/+716
* (read_key_sequence): Properly reinitializeKarl Heuer1999-06-271-3/+5
* (Qusr1_signal, Qusr2_signal): New variables.Andreas Schwab1999-02-221-0/+17
* (read_key_sequence): Fix previous change.Richard M. Stallman1999-01-241-9/+9
* (read_key_sequence): In key-translation-map andRichard M. Stallman1999-01-111-3/+20
* (read_key_sequence): Tell get_keyelt to look handle autoloads.Richard M. Stallman1999-01-061-2/+13
* In each active map, for each menu bar item, use only the first submap.Richard M. Stallman1999-01-021-0/+17
* (read_char): Don't bindKenichi Handa1998-12-221-1/+0
* Doc fixes.Karl Heuer1998-12-101-7/+8
* (Qlanguage_change): New variable.Geoff Voelker1998-12-021-6/+21
* (syms_of_keyboard): Doc fix.Richard M. Stallman1998-11-241-2/+6
* (parse_menu_item): Avoid initialization for Lisp_Object.Richard M. Stallman1998-10-141-4/+9
* (Fclear_this_command_keys): New function.Richard M. Stallman1998-10-131-0/+10
* (parse_menu_item): For top level of menu bar,Richard M. Stallman1998-10-121-2/+6
* (command_loop_1): When switching to selected window's bfr,Karl Heuer1998-09-101-2/+13
* (input-method-previous-message): Doc fix.Andreas Schwab1998-08-241-1/+1
* (read_char): If not reading a key sequence (MAPS is nil),Richard M. Stallman1998-08-181-10/+20
* (Freset_this_command_lengths): Return nil.Richard M. Stallman1998-08-171-8/+49
* (read_char): Don't decrement this_command_key_count when saving it.Richard M. Stallman1998-08-101-1/+1
* (Vthis_command): Renamed from this_command.Richard M. Stallman1998-08-081-48/+128
* (Fexecute_extended_command):Richard M. Stallman1998-07-271-3/+12
* (Qinput_method_function): New variable.Richard M. Stallman1998-07-261-44/+200
* (command_loop): Reset executing_macro afterRichard M. Stallman1998-06-231-1/+4
* (menu_item_eval_property): Bind Qinhibit_redisplay.Karl Heuer1998-06-221-1/+3
* (parse_menu_item): Put a quote around DEFRichard M. Stallman1998-06-131-2/+3
* (cmd_error): Init Vlast_prefix_arg.Richard M. Stallman1998-06-071-31/+31
* (syms_of_keyboard): Doc fix for suggest-key-bindings.Karl Heuer1998-06-021-1/+1
* (command_loop_1): In shortcuts for forward-char etc,,Richard M. Stallman1998-05-281-2/+2
* (read_char): If redisplay is preempted,Richard M. Stallman1998-05-161-53/+42