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
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
2019-10-13
Protect against segfaults in copy-keymap
Lars Ingebrigtsen
2019-10-01
Remove unused code and reformat to 70 columns.
Juri Linkov
2019-08-31
Frame-local tab-bar and window-local tab-line.
Juri Linkov
2019-08-21
Remove no-longer-needed workaround for GC bug
Paul Eggert
2019-07-11
Avoid duplicate comparison in describe_map_compare
Paul Eggert
2019-07-11
Tweak the order keystrokes are sorted in keymap listings
Lars Ingebrigtsen
2019-03-04
Simplify list creation in C code
Paul Eggert
2019-01-09
Use shortcuts for Flength
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-09
Add make_vector and make_nil_vector
Paul Eggert
2018-09-28
Merge from origin/emacs-26
Glenn Morris
2018-09-25
; Spellcheck two more documentation strings
Charles A. Roelli
2018-09-20
Merge from origin/emacs-26
Glenn Morris
2018-09-20
More accurate docs for 'text-char-description'
Eli Zaretskii
2018-09-10
Merge from origin/emacs-26
Glenn Morris
2018-09-10
Clarify documentation of functions reading character events
Eli Zaretskii
[prev]
[next]