aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Migrate usage of GPM_CLICK_EVENT to MOUSE_CLICK_EVENT.Jared Finder2020-11-211-11/+1
* | In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie2020-11-191-1/+1
* | * src/term.c (handle_one_term_event): Simplify.Stefan Monnier2020-11-041-7/+1
* | Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-181-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-10-171-3/+4
|\ \ | |/
| * Fix posn-at-x-y in builds --without-xEli Zaretskii2020-10-161-3/+4
* | Update documentation on this-command-keys to reflect new behaviorLars Ingebrigtsen2020-10-071-2/+0
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* | Sort items in tmm properly, and allow clicking the final itemJared Finder2020-10-051-1/+2
* | ; Fix typosStefan Kangas2020-09-211-2/+2
* | ; * src/keyboard (make_lispy_event): Fix a typo.Eli Zaretskii2020-09-171-1/+2
* | Fix documentation of a recent changeEli Zaretskii2020-09-171-5/+6
* | Give Lisp control on the lossage sizeTino Calancha2020-09-171-16/+77
* | Reinstall recent GC-related changesPaul Eggert2020-09-051-5/+3
* | Revert recent GC-related changes (Bug#43152)Paul Eggert2020-09-031-3/+5
* | Use mark_objects elsewhere tooPaul Eggert2020-08-311-5/+3
* | Merge from origin/emacs-27Glenn Morris2020-07-071-1/+1
|\ \ | |/
| * * src/keyboard.c (Fclear_this_command_keys): Doc fix.Eli Zaretskii2020-06-271-1/+1
* | Pacify GCC 10.1.0Paul Eggert2020-05-111-2/+2
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-6/+4
* | Remove UNSIGNED_CMPPaul Eggert2020-04-111-6/+4
* | * src/keyboard.c: Copy last tool-bar change to tab-bar.Stefan Monnier2020-02-211-10/+3
* | * src/keyboard.c (make_lispy_event): Generate proper tool-bar events.Stefan Monnier2020-02-211-8/+5
* | Fix working text related issues on NS (Bug#38851)Masahiro Nakamura2020-02-191-0/+6
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Ensure mini-window is resized to show active minibuffer contentsEli Zaretskii2019-12-301-0/+15
* New variable set-message-function to show message at the end of the minibufferJuri Linkov2019-12-221-0/+2
* Fix fallout from fixing bug#37782Eli Zaretskii2019-12-071-3/+3
* Fix keyboard.c infloops on circular listsPaul Eggert2019-10-301-46/+39
* Replay key if kboard is interrupted while initializing (Bug#37782)memeplex2019-10-261-1/+10
* Add a way to disable substitution of command keys in help stringsClément Pit-Claudel2019-10-201-3/+20
* Fix integer-overflow bug in Time conversionPaul Eggert2019-10-181-3/+3
* Fix duplicated words in commentsRobert Pluim2019-10-151-1/+1