summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)Author
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-16Fix compilation error in previous keymap.c changeLars Ingebrigtsen
2021-11-16Add new 'keymap-*' functionsLars Ingebrigtsen
2021-11-16Allow removing keymap definitionsLars Ingebrigtsen
2021-11-01Include the major mode name in the `C-h b' outputLars Ingebrigtsen
2021-10-31Avoid signaling errors in lookup-keyEli Zaretskii
2021-10-31Avoid signaling errors in lookup-keyEli Zaretskii
2021-10-29Fix bootstrapping broken by a recent changeEli Zaretskii
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas
2021-10-28Avoid assertion violations in 'lookup-key'Eli Zaretskii
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas
2021-10-24Merge from origin/emacs-28Glenn Morris
2021-10-24Refer to the info node on keymaps in map-keymap docstringStefan Kangas
2021-10-19Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen
2021-10-17Support a new ["..."] key binding syntaxLars Ingebrigtsen
2021-10-14define-key doc string improvementLars Ingebrigtsen
2021-09-18Fix performance degradation in commands that describe key bindingsEli Zaretskii
2021-04-20* src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier
2021-03-08Add new face 'help-key-binding' for keybindings in helpStefan Kangas
2021-02-01Remove another variable obsolete since Emacs 23.2Stefan Kangas
2021-01-13Lift {global,local}-key-binding to LispStefan Kangas
2021-01-08Lift define-prefix-command to LispStefan Kangas
2021-01-05Pretty-print keys without <> around modifiers (bug#45536)Mattias Engdegård
2021-01-04* lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier
2021-01-04* lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier
2021-01-04* lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier
2021-01-02Fix backslash mistakes in doc strings in C codeMattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-30Minor cleanup in keymap.cStefan Kangas
2020-12-19Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas
2020-11-22Say which command shadows a key bindingStefan Kangas
2020-11-22Don't shadow bindings by the same commandStefan Kangas
2020-11-22Don't show key ranges if shadowed by different commandsStefan Kangas
2020-11-12Fix mistake in describe-buffer-bindingsStefan Kangas
2020-10-18Prefer Lisp version of describer in help--describe-vectorStefan Kangas
2020-10-18Remove C version of substitute-command-keysStefan Kangas
2020-10-18Prefer Lisp version of describe-map-treeStefan Kangas
2020-10-18Improve substitute-command-keys performanceStefan Kangas
2020-10-18Translate describe_vector to LispStefan Kangas
2020-10-18Translate describe_map to LispStefan Kangas
2020-10-18Translate describe_map_tree to LispStefan Kangas
2020-10-18Add new Lisp implementation of substitute-command-keysStefan Kangas
2020-08-25Make shadowing warning in describe_map less confusingLars Ingebrigtsen
2020-04-22text-char-description minor cleanupPaul Eggert
2020-04-17Port recent character.h changes to --with-wide-intPaul Eggert
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-14Further changes to ensure that copy-keymap doesn't segfaultLars Ingebrigtsen