- 28 Jun, 2002 1 commit
-
-
Jan Djärv authored
(readable_events): Call readable_filtered_events. (get_filtered_input_pending): New function. (get_input_pending): Call get_filtered_input_pending. (Finput_pending_p): Call get_filtered_input_pending.
-
- 17 Jun, 2002 1 commit
-
-
Stefan Monnier authored
Lookup keys in function-key-map immediately so that key-translation-map can be applied earlier. Remove function_key_possible and key_translation_possible, replaced by checking `keytran_start < t'.
-
- 13 Jun, 2002 1 commit
-
-
Pavel Janík authored
-
- 11 Jun, 2002 2 commits
-
-
Stefan Monnier authored
Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass things through those maps after downcasing events. Enforce that keytran_end <= fkey_start, i.e. that key-translation-map applies after function-key-map. Make sure that keytran can be done in the middle in the sequence. Be careful not to throw away events past the one we downcase.
-
Richard M. Stallman authored
FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
-
- 20 May, 2002 2 commits
-
-
Richard M. Stallman authored
-
Ken Raeburn authored
(parse_modifiers, apply_modifiers, Fevent_convert_list) (parse_solitary_modifier, Fexecute_extended_command): Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
-
- 16 May, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 15 May, 2002 1 commit
-
-
Stefan Monnier authored
(read_char_minibuf_menu_prompt): Fix typo.
-
- 04 May, 2002 1 commit
-
-
Jason Rumney authored
for event-click-count.
-
- 26 Apr, 2002 1 commit
-
-
Andrew Choi authored
lisp/ChangeLog, and src/ChangeLog for list of changes.
-
- 13 Apr, 2002 1 commit
-
-
Richard M. Stallman authored
or cancel_hourglass when executing a macro.
-
- 12 Apr, 2002 3 commits
-
-
Gerd Moellmann authored
(make_lispy_event): Deal with mouse events in margins.
-
Stefan Monnier authored
-
Stefan Monnier authored
than deactivating the mark if tmm is set to `lambda'. (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event): Use a single event for HELP_EVENT. (Fexecute_extended_command): Save last_point_position.
-
- 03 Apr, 2002 2 commits
-
-
Pavel Janík authored
-
Stefan Monnier authored
with system-specific keysyms. Use it also for unknown function keys.
-
- 02 Apr, 2002 1 commit
-
-
Eli Zaretskii authored
restore timer_idleness_start_time to its previous value.
-
- 01 Apr, 2002 1 commit
-
-
Pavel Janík authored
(head_table): Use it. (keys_of_keyboard): Bound select-window event to handle-select-window. (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
-
- 24 Mar, 2002 1 commit
-
-
Pavel Janík authored
-
- 21 Mar, 2002 1 commit
-
-
Kim F. Storm authored
menu-bar bindings in keymap and local-map properties _are_ used. But try keymap property first in accordance with 2002-01-03 patch. Added comment describing why this is not always reliable. (tool_bar_items): Ditto for tool-bar.
-
- 10 Mar, 2002 1 commit
-
-
Jan Djärv authored
-
- 08 Mar, 2002 1 commit
-
-
Gerd Moellmann authored
keys even if echo_dash hasn't been called.
-
- 06 Mar, 2002 1 commit
-
-
Gerd Moellmann authored
(cancel_echoing, echo_length, echo_truncate): Changed to work with new kboard definition. (echo_now): Use message3_nolog instead of message2_nolog.
-
- 04 Mar, 2002 1 commit
-
-
Stefan Monnier authored
-
- 23 Feb, 2002 1 commit
-
-
Kim F. Storm authored
now try command remapping for all symbols.
-
- 20 Feb, 2002 2 commits
-
-
Kim F. Storm authored
composing of language-change event.
-
Kim F. Storm authored
bindings at PT when building menu (the menu is not updated often enough for this to work reliable). (tool_bar_items): Likewise. (current_active_maps): Removed unused (and faulty) function.
-
- 16 Feb, 2002 1 commit
-
-
Pavel Janík authored
-
- 13 Feb, 2002 1 commit
-
-
Richard M. Stallman authored
(Fthis_single_command_keys, Fthis_single_command_raw_keys) (Fclear_this_command_keys): Doc fixes.
-
- 06 Feb, 2002 2 commits
-
-
Kim F. Storm authored
(syms_of_keyboard): DEFVAR_LISP it. (command_loop_1): Set it, and perform command remapping.
-
Pavel Janík authored
-
- 02 Feb, 2002 1 commit
-
-
Pavel Janík authored
-
- 31 Jan, 2002 1 commit
-
-
Pavel Janík authored
-
- 26 Jan, 2002 1 commit
-
-
Pavel Janík authored
-
- 24 Jan, 2002 1 commit
-
-
Eli Zaretskii authored
-
- 13 Jan, 2002 1 commit
-
-
Pavel Janík authored
Fix typo.
-
- 03 Jan, 2002 1 commit
-
-
Kim F. Storm authored
-
- 02 Jan, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 25 Dec, 2001 1 commit
-
-
Kim F. Storm authored
separated by mouse-movement. When tracking mouse, only record first and last mouse-movement event in same window. Don't record mouse-movement events in keyboard macros.
-