summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAge
* Don't add a key binding when REMOVE is non-nilRobert Pluim2023-03-17
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* * src/keymap.c (Fcopy_keymap): Document using defvar-keymap.Stefan Kangas2022-07-04
* Filter out NS non-key events from `where-is-internal'Lars Ingebrigtsen2022-06-18
* Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-12
* Make :filters run in the correct buffer in describe-buffer-bindingsLars Ingebrigtsen2022-04-17
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
| * Avoid signaling errors in lookup-keyEli Zaretskii2021-10-31
| * Avoid assertion violations in 'lookup-key'Eli Zaretskii2021-10-28
| * Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-28
* | Fix compilation error in previous keymap.c changeLars Ingebrigtsen2021-11-16
* | Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-16
* | Allow removing keymap definitionsLars Ingebrigtsen2021-11-16
* | Include the major mode name in the `C-h b' outputLars Ingebrigtsen2021-11-01
* | Avoid signaling errors in lookup-keyEli Zaretskii2021-10-31
* | Fix bootstrapping broken by a recent changeEli Zaretskii2021-10-29
* | Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-28
* | Merge from origin/emacs-28Glenn Morris2021-10-24
|\|
| * Refer to the info node on keymaps in map-keymap docstringStefan Kangas2021-10-24
* | Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen2021-10-19
* | Support a new ["..."] key binding syntaxLars Ingebrigtsen2021-10-17
* | define-key doc string improvementLars Ingebrigtsen2021-10-14
|/
* Fix performance degradation in commands that describe key bindingsEli Zaretskii2021-09-18
* * src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier2021-04-20
* Add new face 'help-key-binding' for keybindings in helpStefan Kangas2021-03-08
* Remove another variable obsolete since Emacs 23.2Stefan Kangas2021-02-01
* Lift {global,local}-key-binding to LispStefan Kangas2021-01-13
* Lift define-prefix-command to LispStefan Kangas2021-01-08
* Pretty-print keys without <> around modifiers (bug#45536)Mattias Engdegård2021-01-05
* * 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
* Fix backslash mistakes in doc strings in C codeMattias Engdegård2021-01-02
* Update copyright year to 2021Paul Eggert2021-01-01
* Minor cleanup in keymap.cStefan Kangas2020-12-30
* Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas2020-12-19
* Say which command shadows a key bindingStefan Kangas2020-11-22
* Don't shadow bindings by the same commandStefan Kangas2020-11-22
* Don't show key ranges if shadowed by different commandsStefan Kangas2020-11-22
* Fix mistake in describe-buffer-bindingsStefan Kangas2020-11-12
* Prefer Lisp version of describer in help--describe-vectorStefan Kangas2020-10-18
* Remove C version of substitute-command-keysStefan Kangas2020-10-18
* Prefer Lisp version of describe-map-treeStefan Kangas2020-10-18
* Improve substitute-command-keys performanceStefan Kangas2020-10-18
* Translate describe_vector to LispStefan Kangas2020-10-18
* Translate describe_map to LispStefan Kangas2020-10-18
* Translate describe_map_tree to LispStefan Kangas2020-10-18
* Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-18