summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAge
* * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-04
* * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-04
* * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-04
* * src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-inputStefan Monnier2021-01-04
* Add overflow check for INPUT_EVENT_POS_MINPaul Eggert2021-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Add a new recursively bound `current-minibuffer-command' variableLars Ingebrigtsen2020-12-14
* Followup to recent changes in keyboard.cEli Zaretskii2020-12-12
* * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-12
* Migrate usage of GPM_CLICK_EVENT to MOUSE_CLICK_EVENT.Jared Finder2020-11-21
* In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie2020-11-19
* * src/term.c (handle_one_term_event): Simplify.Stefan Monnier2020-11-04
* Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-18
* Merge from origin/emacs-27Glenn Morris2020-10-17
|\
| * Fix posn-at-x-y in builds --without-xEli Zaretskii2020-10-16
* | Update documentation on this-command-keys to reflect new behaviorLars Ingebrigtsen2020-10-07
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* | Sort items in tmm properly, and allow clicking the final itemJared Finder2020-10-05
* | ; Fix typosStefan Kangas2020-09-21
* | ; * src/keyboard (make_lispy_event): Fix a typo.Eli Zaretskii2020-09-17
* | Fix documentation of a recent changeEli Zaretskii2020-09-17
* | Give Lisp control on the lossage sizeTino Calancha2020-09-17
* | Reinstall recent GC-related changesPaul Eggert2020-09-05
* | Revert recent GC-related changes (Bug#43152)Paul Eggert2020-09-03
* | Use mark_objects elsewhere tooPaul Eggert2020-08-31
* | Merge from origin/emacs-27Glenn Morris2020-07-07
|\|
| * * src/keyboard.c (Fclear_this_command_keys): Doc fix.Eli Zaretskii2020-06-27
* | Pacify GCC 10.1.0Paul Eggert2020-05-11
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | Remove UNSIGNED_CMPPaul Eggert2020-04-11
* | * src/keyboard.c: Copy last tool-bar change to tab-bar.Stefan Monnier2020-02-21
* | * src/keyboard.c (make_lispy_event): Generate proper tool-bar events.Stefan Monnier2020-02-21
* | Fix working text related issues on NS (Bug#38851)Masahiro Nakamura2020-02-19
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Ensure mini-window is resized to show active minibuffer contentsEli Zaretskii2019-12-30
* New variable set-message-function to show message at the end of the minibufferJuri Linkov2019-12-22
* Fix fallout from fixing bug#37782Eli Zaretskii2019-12-07
* Fix keyboard.c infloops on circular listsPaul Eggert2019-10-30
* Replay key if kboard is interrupted while initializing (Bug#37782)memeplex2019-10-26
* Add a way to disable substitution of command keys in help stringsClément Pit-Claudel2019-10-20
* Fix integer-overflow bug in Time conversionPaul Eggert2019-10-18
* Fix duplicated words in commentsRobert Pluim2019-10-15
* Merge branch 'feature/tabs'Juri Linkov2019-10-01
|\
| * Remove unused code and reformat to 70 columns.Juri Linkov2019-10-01
| * Take into account FRAME_TAB_BAR height in more places.Juri Linkov2019-09-22
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* | Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-22
|/
* * src/keyboard.c (parse_tool_bar_item): Use CAPTION when HELP is unavailableJuri Linkov2019-08-27
* Revert "Make `view-lossage' output of chars read from `read-char' more logical"Lars Ingebrigtsen2019-08-05
* Make `view-lossage' output of chars read from `read-char' more logicalLars Ingebrigtsen2019-08-05