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
2023-08-04
Fix "Paste from Kill Menu" in non X toolkit builds
Eli Zaretskii
2023-04-16
Avoid crashes in 'describe-keymap' due to shadowing
Eli Zaretskii
2023-03-17
Don't add a key binding when REMOVE is non-nil
Robert Pluim
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-07-04
* src/keymap.c (Fcopy_keymap): Document using defvar-keymap.
Stefan Kangas
2022-06-18
Filter out NS non-key events from `where-is-internal'
Lars Ingebrigtsen
2022-06-12
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-04-17
Make :filters run in the correct buffer in describe-buffer-bindings
Lars Ingebrigtsen
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
[next]