aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * src/keyboard.c (readable_events): Fix a thinko.Eli Zaretskii2021-10-281-2/+2
* Ignore more events in input-pending-pEli Zaretskii2021-10-281-24/+47
* Merge from origin/emacs-28Glenn Morris2021-10-211-0/+2
|\
| * ; * src/keyboard.c (readable_events): Add a comment.Eli Zaretskii2021-10-211-0/+2
* | Merge from origin/emacs-28Glenn Morris2021-10-141-1/+14
|\ \ | |/
| * In make_lispy_position fix Bug#50993 in rudimentary fashionMartin Rudalics2021-10-141-1/+14
* | Have 'while-no-input-ignore-events' handle idle timers too (Bug#49997)Martin Rudalics2021-10-121-15/+28
* | Allow :keys in menus to be computed dynamicallyLars Ingebrigtsen2021-10-111-1/+3
* | Merge from origin/emacs-28Glenn Morris2021-10-071-1/+2
|\ \ | |/
| * ; * src/keyboard.c (make_lispy_position): Avoid GCC warning. (Bug#51076)Eli Zaretskii2021-10-071-1/+2
* | Add new user option 'translate-upper-case-key-bindings'Lars Ingebrigtsen2021-10-041-7/+20
|/
* ; * src/keyboard.c (Frecursive_edit): Minor fixes of the doc string.Eli Zaretskii2021-09-201-5/+6
* Improve documentation of exiting recursive editingMiha Rihtaršič2021-09-201-4/+14
* ; * src/keyboard.c (make_lispy_position): Fix a recent change.Eli Zaretskii2021-09-111-1/+4
* Fix tab-bar scrolling for mice that report mouse-wheel eventsEli Zaretskii2021-09-111-12/+37
* Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-091-0/+6
|\
| * Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov2021-08-181-0/+6
* | Allow kmacros to end with C-g in minibufferMiha Rihtaršič2021-09-081-0/+4
* | Fix segfault with invalid key-translation-map bindingEli Zaretskii2021-09-011-2/+1
* | In batch mode, avoid killing Emacs with C-g in the minibufferMiha Rihtaršič2021-09-011-18/+19
* | Make run-at-time try harder to run at integral multiplesLars Ingebrigtsen2021-08-311-1/+1
|/
* Fix problem where an error would change standard-outputLars Ingebrigtsen2021-08-131-2/+4
* Make input of multi-key inputs in different emacsclients more logicalLogan Perkins2021-07-211-10/+16
* Make `C-g' after `M-x' not give a backtrace unless requiredLars Ingebrigtsen2021-07-211-2/+2
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-201-12/+33
* Clarify event-convert-list doc stringLars Ingebrigtsen2021-07-181-2/+5
* Clarify overriding-local-map doc stringLars Ingebrigtsen2021-07-151-4/+5
* * src/keyboard.c (read_decoded_event_from_main_queue): Fix paren typoStefan Monnier2021-06-051-1/+1
* Support terminal emulators that encode the Meta modifier as 8th bitMax Mikhanosha2021-06-051-10/+43
* Cross-reference the message/error control variablesLars Ingebrigtsen2021-06-031-1/+4
* * src/keyboard.c (make_lispy_event): Fix previous.Glenn Morris2021-05-311-1/+1
* Correct mouse handling when window origin changes between down and up eventsAlan Mackenzie2021-05-311-13/+51
* Fix key recording bug when an input method is activatedGregory Heytings2021-05-291-13/+0
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-4/+1
* * src/keyboard.c (Flossage_size): Improve prompt.Stefan Kangas2021-04-251-1/+1
* Fix unclean "can't happen" error handling in read_minibuf_unwindAlan Mackenzie2021-04-221-1/+1
* Extend handled events in 'while-no-input-ignore-events' (Bug#47205)Michael Albinus2021-03-181-0/+6
* * src/keyboard.c parse_solitary_modifier): Accept `click` modifierStefan Monnier2021-03-121-0/+1
* Merge from origin/emacs-27Glenn Morris2021-03-121-2/+0
|\
| * Fix initialization of 'while-no-input-ignore-events'Eli Zaretskii2021-03-051-2/+0
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-041-3/+0
* | * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-041-1/+0
* | * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-041-2/+0
* | * src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-inputStefan Monnier2021-01-041-1/+1
* | Add overflow check for INPUT_EVENT_POS_MINPaul Eggert2021-01-011-1/+2
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Add a new recursively bound `current-minibuffer-command' variableLars Ingebrigtsen2020-12-141-0/+7
* | Followup to recent changes in keyboard.cEli Zaretskii2020-12-121-0/+2
* | * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-121-58/+1