index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keymap.c
Age
Commit message (
Expand
)
Author
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-11-16
Fix compilation error in previous keymap.c change
Lars Ingebrigtsen
2021-11-16
Add new 'keymap-*' functions
Lars Ingebrigtsen
2021-11-16
Allow removing keymap definitions
Lars Ingebrigtsen
2021-11-01
Include the major mode name in the `C-h b' output
Lars Ingebrigtsen
2021-10-31
Avoid signaling errors in lookup-key
Eli Zaretskii
2021-10-31
Avoid signaling errors in lookup-key
Eli Zaretskii
2021-10-29
Fix bootstrapping broken by a recent change
Eli Zaretskii
2021-10-28
Be more allowing when looking for menu-bar items
Stefan Kangas
2021-10-28
Avoid assertion violations in 'lookup-key'
Eli Zaretskii
2021-10-28
Be more allowing when looking for menu-bar items
Stefan Kangas
2021-10-24
Merge from origin/emacs-28
Glenn Morris
2021-10-24
Refer to the info node on keymaps in map-keymap docstring
Stefan Kangas
2021-10-19
Make `lookup-key' understand the new key sequence syntax
Lars Ingebrigtsen
2021-10-17
Support a new ["..."] key binding syntax
Lars Ingebrigtsen
2021-10-14
define-key doc string improvement
Lars Ingebrigtsen
2021-09-18
Fix performance degradation in commands that describe key bindings
Eli Zaretskii
2021-04-20
* src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`
Stefan Monnier
2021-03-08
Add new face 'help-key-binding' for keybindings in help
Stefan Kangas
2021-02-01
Remove another variable obsolete since Emacs 23.2
Stefan Kangas
2021-01-13
Lift {global,local}-key-binding to Lisp
Stefan Kangas
2021-01-08
Lift define-prefix-command to Lisp
Stefan Kangas
2021-01-05
Pretty-print keys without <> around modifiers (bug#45536)
Mattias Engdegård
2021-01-04
* lisp/subr.el (esc-map): Initialize inside declaration
Stefan 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-02
Fix backslash mistakes in doc strings in C code
Mattias Engdegård
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-30
Minor cleanup in keymap.c
Stefan Kangas
2020-12-19
Convert apropos-internal from C to Lisp (Bug#44529)
Stefan Kangas
2020-11-22
Say which command shadows a key binding
Stefan Kangas
2020-11-22
Don't shadow bindings by the same command
Stefan Kangas
2020-11-22
Don't show key ranges if shadowed by different commands
Stefan Kangas
2020-11-12
Fix mistake in describe-buffer-bindings
Stefan Kangas
2020-10-18
Prefer Lisp version of describer in help--describe-vector
Stefan Kangas
2020-10-18
Remove C version of substitute-command-keys
Stefan Kangas
2020-10-18
Prefer Lisp version of describe-map-tree
Stefan Kangas
2020-10-18
Improve substitute-command-keys performance
Stefan Kangas
2020-10-18
Translate describe_vector to Lisp
Stefan Kangas
2020-10-18
Translate describe_map to Lisp
Stefan Kangas
2020-10-18
Translate describe_map_tree to Lisp
Stefan Kangas
2020-10-18
Add new Lisp implementation of substitute-command-keys
Stefan Kangas
2020-08-25
Make shadowing warning in describe_map less confusing
Lars Ingebrigtsen
2020-04-22
text-char-description minor cleanup
Paul Eggert
2020-04-17
Port recent character.h changes to --with-wide-int
Paul Eggert
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-10-14
Further changes to ensure that copy-keymap doesn't segfault
Lars Ingebrigtsen
[next]