aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* (echo_now): Update before_command_echo_length.Richard M. Stallman2003-02-041-18/+40
* (syms_of_keyboard) <this-original-command>: Doc fix.Kim F. Storm2003-02-031-3/+4
* Cygwin support patch.Juanma Barranquero2003-01-311-133/+133
* (adjust_point_for_property): New second arg MODIFIED.Kenichi Handa2003-01-241-7/+9
* GTK versionJan Djärv2003-01-191-5/+8
* Finish previous change.Richard M. Stallman2003-01-131-0/+5
* (command_loop_1): Don't redisplay directly if there's a post-command-hook.Richard M. Stallman2003-01-131-3/+9
* (command_loop_1): Call adjust_point_for_propertyRichard M. Stallman2003-01-011-13/+23
* (interrupt_signal): Provide forward declaration.Dave Love2002-11-221-1/+1
* (command_loop_1): Fix int/Lisp_Object mixup.Stefan Monnier2002-11-151-28/+77
* (command_loop_1): Apply Vtranslation_table_for_inputDave Love2002-11-091-6/+11
* (read_char): Always translate iffDave Love2002-11-041-1/+1
* (adjust_point_for_property): copy/paste error.Stefan Monnier2002-11-031-1/+1
* (adjust_point_for_property): Handle `display' prop on overlays.Stefan Monnier2002-11-031-21/+41
* (lispy_accent_codes, lispy_accent_keys): Extended.Dave Love2002-10-301-2/+55
* (keyremap): New struct.Stefan Monnier2002-10-041-121/+119
* (STOP_POLLING, RESUME_POLLING): New macros.Richard M. Stallman2002-09-271-6/+17
* (Fexecute_extended_command): Use pop_message_unwind.Richard M. Stallman2002-09-111-1/+1
* (Fdiscard_input): If defining keyboard macro,Kim F. Storm2002-09-091-2/+8
* (Fclear_this_command_keys): Added optional argKim F. Storm2002-08-191-7/+12
* (Fcommand_execute): Update call to Fexecute_kbd_macro.Kim F. Storm2002-08-141-1/+1
* (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.Richard M. Stallman2002-08-101-2/+2
* In src:Andrew Choi2002-08-031-9/+14
* (make_lispy_event): Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.Richard M. Stallman2002-07-291-1/+2
* (cmd_error_internal): Pass Vsignaling_functionRichard M. Stallman2002-07-201-13/+8
* Fix typo.Juanma Barranquero2002-07-191-1/+1
* (cmd_error_internal): Use const for pointer to lispKen Raeburn2002-07-161-1/+1
* (echo_char, parse_modifiers_uncached, parse_solitary_modifier,Ken Raeburn2002-07-161-21/+19
* * keyboard.c (Fevent_convert_list): Use SREF.Ken Raeburn2002-07-161-1/+1
* (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.Richard M. Stallman2002-07-161-0/+5
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-40/+40
* Correct last commit which by mistake included some completelyKim F. Storm2002-07-141-110/+202
* (command_loop_1): Invert check on Vmemory_full.Kim F. Storm2002-07-121-203/+111
* (cmd_error_internal): Handle Vsignaling_function here.Richard M. Stallman2002-07-121-20/+35
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-12/+12
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-3/+3
* (read_key_sequence): Set initial_idleness_start_timeDave Love2002-07-051-2/+4
* (post_command_idle_hook): Remove redundant (and inexact) obsolescenceJuanma Barranquero2002-07-041-2/+1
* (kbd_buffer_store_event): Fix interrupt_signal declDave Love2002-07-011-2/+2
* (timer_last_idleness_start_time): New variable.Richard M. Stallman2002-07-011-0/+14
* (readable_filtered_events): New function.Jan Djärv2002-06-281-21/+57
* (read_key_sequence): Be more careful with first_unbound.Stefan Monnier2002-06-171-44/+40
* Rename enum event_kind items.Pavel Janík2002-06-131-49/+49
* (read_key_sequence):Stefan Monnier2002-06-111-62/+38
* (readable_events): Ignore any number ofRichard M. Stallman2002-06-111-1/+20
* (read_char_minibuf_menu_prompt): Don't list equivalent key bindings here.Richard M. Stallman2002-05-201-1/+3
* * keyboard.c (echo_char, record_char, parse_modifiers_uncached)Ken Raeburn2002-05-201-14/+14
* (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.Juanma Barranquero2002-05-161-2/+2
* (read_char_x_menu_prompt): Use an equivalent but more meaningful test.Stefan Monnier2002-05-151-2/+2