summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)Author
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
2019-10-13Protect against segfaults in copy-keymapLars Ingebrigtsen
2019-10-01Remove unused code and reformat to 70 columns.Juri Linkov
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov
2019-08-21Remove no-longer-needed workaround for GC bugPaul Eggert
2019-07-11Avoid duplicate comparison in describe_map_comparePaul Eggert
2019-07-11Tweak the order keystrokes are sorted in keymap listingsLars Ingebrigtsen
2019-03-04Simplify list creation in C codePaul Eggert
2019-01-09Use shortcuts for FlengthPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-09-28Merge from origin/emacs-26Glenn Morris
2018-09-25; Spellcheck two more documentation stringsCharles A. Roelli
2018-09-20Merge from origin/emacs-26Glenn Morris
2018-09-20More accurate docs for 'text-char-description'Eli Zaretskii
2018-09-10Merge from origin/emacs-26Glenn Morris
2018-09-10Clarify documentation of functions reading character eventsEli Zaretskii