aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård1-3/+3
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-11-16Fix compilation error in previous keymap.c changeLars Ingebrigtsen1-2/+2
2021-11-16Add new 'keymap-*' functionsLars Ingebrigtsen1-8/+8
2021-11-16Allow removing keymap definitionsLars Ingebrigtsen1-15/+43
2021-11-01Include the major mode name in the `C-h b' outputLars Ingebrigtsen1-1/+4
2021-10-31Avoid signaling errors in lookup-keyEli Zaretskii1-16/+22
2021-10-31Avoid signaling errors in lookup-keyEli Zaretskii1-27/+39
2021-10-29Fix bootstrapping broken by a recent changeEli Zaretskii1-0/+3
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas1-21/+140
2021-10-28Avoid assertion violations in 'lookup-key'Eli Zaretskii1-2/+2
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas1-21/+59
2021-10-24Refer to the info node on keymaps in map-keymap docstringStefan Kangas1-0/+3
2021-10-19Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen1-15/+25
2021-10-17Support a new ["..."] key binding syntaxLars Ingebrigtsen1-0/+19
2021-10-14define-key doc string improvementLars Ingebrigtsen1-1/+3
2021-09-18Fix performance degradation in commands that describe key bindingsEli Zaretskii1-22/+39
2021-04-20* src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier1-6/+0
2021-03-08Add new face 'help-key-binding' for keybindings in helpStefan Kangas1-2/+23
2021-02-01Remove another variable obsolete since Emacs 23.2Stefan Kangas1-9/+0
2021-01-13Lift {global,local}-key-binding to LispStefan Kangas1-35/+0
2021-01-08Lift define-prefix-command to LispStefan Kangas1-23/+0
2021-01-05Pretty-print keys without <> around modifiers (bug#45536)Mattias Engdegård1-5/+15
2021-01-04* lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier1-28/+0
2021-01-04* lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier1-7/+0
2021-01-04* lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier1-14/+1
2021-01-02Fix backslash mistakes in doc strings in C codeMattias Engdegård1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-30Minor cleanup in keymap.cStefan Kangas1-136/+72
2020-12-19Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas1-39/+0
2020-11-22Say which command shadows a key bindingStefan Kangas1-1/+7
2020-11-22Don't shadow bindings by the same commandStefan Kangas1-1/+1
2020-11-22Don't show key ranges if shadowed by different commandsStefan Kangas1-4/+18
2020-11-12Fix mistake in describe-buffer-bindingsStefan Kangas1-1/+1
2020-10-18Prefer Lisp version of describer in help--describe-vectorscratch/substitute-command-keysStefan Kangas1-69/+9
2020-10-18Remove C version of substitute-command-keysStefan Kangas1-334/+0
2020-10-18Prefer Lisp version of describe-map-treeStefan Kangas1-26/+63
2020-10-18Improve substitute-command-keys performanceStefan Kangas1-0/+35
2020-10-18Translate describe_vector to LispStefan Kangas1-23/+0
2020-10-18Translate describe_map to LispStefan Kangas1-58/+41
2020-10-18Translate describe_map_tree to LispStefan Kangas1-2/+28
2020-10-18Add new Lisp implementation of substitute-command-keysStefan Kangas1-0/+32
2020-08-25Make shadowing warning in describe_map less confusingLars Ingebrigtsen1-1/+1
2020-04-22text-char-description minor cleanupPaul Eggert1-15/+8
2020-04-17Port recent character.h changes to --with-wide-intPaul Eggert1-78/+66
2020-04-17Prefer more inline functions in character.hPaul Eggert1-4/+2
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-10-14Further changes to ensure that copy-keymap doesn't segfaultLars Ingebrigtsen1-3/+6
2019-10-13Protect against segfaults in copy-keymapLars Ingebrigtsen1-28/+42