index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keymap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* src/keymap.c (Fcopy_keymap): Document using defvar-keymap.
Stefan Kangas
2022-07-04
1
-2
/
+8
*
Filter out NS non-key events from `where-is-internal'
Lars Ingebrigtsen
2022-06-18
1
-2
/
+12
*
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-06-12
1
-7
/
+8
*
Make :filters run in the correct buffer in describe-buffer-bindings
Lars Ingebrigtsen
2022-04-17
1
-10
/
+10
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-3
/
+3
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
*
Avoid signaling errors in lookup-key
Eli Zaretskii
2021-10-31
1
-16
/
+22
|
*
Avoid assertion violations in 'lookup-key'
Eli Zaretskii
2021-10-28
1
-2
/
+2
|
*
Be more allowing when looking for menu-bar items
Stefan Kangas
2021-10-28
1
-21
/
+59
*
|
Fix compilation error in previous keymap.c change
Lars Ingebrigtsen
2021-11-16
1
-2
/
+2
*
|
Add new 'keymap-*' functions
Lars Ingebrigtsen
2021-11-16
1
-8
/
+8
*
|
Allow removing keymap definitions
Lars Ingebrigtsen
2021-11-16
1
-15
/
+43
*
|
Include the major mode name in the `C-h b' output
Lars Ingebrigtsen
2021-11-01
1
-1
/
+4
*
|
Avoid signaling errors in lookup-key
Eli Zaretskii
2021-10-31
1
-27
/
+39
*
|
Fix bootstrapping broken by a recent change
Eli Zaretskii
2021-10-29
1
-0
/
+3
*
|
Be more allowing when looking for menu-bar items
Stefan Kangas
2021-10-28
1
-21
/
+140
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-24
1
-0
/
+3
|
\
|
|
*
Refer to the info node on keymaps in map-keymap docstring
Stefan Kangas
2021-10-24
1
-0
/
+3
*
|
Make `lookup-key' understand the new key sequence syntax
Lars Ingebrigtsen
2021-10-19
1
-15
/
+25
*
|
Support a new ["..."] key binding syntax
Lars Ingebrigtsen
2021-10-17
1
-0
/
+19
*
|
define-key doc string improvement
Lars Ingebrigtsen
2021-10-14
1
-1
/
+3
|
/
*
Fix performance degradation in commands that describe key bindings
Eli Zaretskii
2021-09-18
1
-22
/
+39
*
* src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`
Stefan Monnier
2021-04-20
1
-6
/
+0
*
Add new face 'help-key-binding' for keybindings in help
Stefan Kangas
2021-03-08
1
-2
/
+23
*
Remove another variable obsolete since Emacs 23.2
Stefan Kangas
2021-02-01
1
-9
/
+0
*
Lift {global,local}-key-binding to Lisp
Stefan Kangas
2021-01-13
1
-35
/
+0
*
Lift define-prefix-command to Lisp
Stefan Kangas
2021-01-08
1
-23
/
+0
*
Pretty-print keys without <> around modifiers (bug#45536)
Mattias Engdegård
2021-01-05
1
-5
/
+15
*
* lisp/subr.el (esc-map): Initialize inside declaration
Stefan Monnier
2021-01-04
1
-28
/
+0
*
* lisp/subr.el (ctl-x-map): Initialize inside the declaration.
Stefan Monnier
2021-01-04
1
-7
/
+0
*
* lisp/subr.el (global-map): Initialize inside declaration.
Stefan Monnier
2021-01-04
1
-14
/
+1
*
Fix backslash mistakes in doc strings in C code
Mattias Engdegård
2021-01-02
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Minor cleanup in keymap.c
Stefan Kangas
2020-12-30
1
-136
/
+72
*
Convert apropos-internal from C to Lisp (Bug#44529)
Stefan Kangas
2020-12-19
1
-39
/
+0
*
Say which command shadows a key binding
Stefan Kangas
2020-11-22
1
-1
/
+7
*
Don't shadow bindings by the same command
Stefan Kangas
2020-11-22
1
-1
/
+1
*
Don't show key ranges if shadowed by different commands
Stefan Kangas
2020-11-22
1
-4
/
+18
*
Fix mistake in describe-buffer-bindings
Stefan Kangas
2020-11-12
1
-1
/
+1
*
Prefer Lisp version of describer in help--describe-vector
Stefan Kangas
2020-10-18
1
-69
/
+9
*
Remove C version of substitute-command-keys
Stefan Kangas
2020-10-18
1
-334
/
+0
*
Prefer Lisp version of describe-map-tree
Stefan Kangas
2020-10-18
1
-26
/
+63
*
Improve substitute-command-keys performance
Stefan Kangas
2020-10-18
1
-0
/
+35
*
Translate describe_vector to Lisp
Stefan Kangas
2020-10-18
1
-23
/
+0
*
Translate describe_map to Lisp
Stefan Kangas
2020-10-18
1
-58
/
+41
*
Translate describe_map_tree to Lisp
Stefan Kangas
2020-10-18
1
-2
/
+28
*
Add new Lisp implementation of substitute-command-keys
Stefan Kangas
2020-10-18
1
-0
/
+32
*
Make shadowing warning in describe_map less confusing
Lars Ingebrigtsen
2020-08-25
1
-1
/
+1
*
text-char-description minor cleanup
Paul Eggert
2020-04-22
1
-15
/
+8
[next]