summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAge
* Lift {global,local}-key-binding to LispStefan Kangas2021-01-13
* Lift define-prefix-command to LispStefan Kangas2021-01-08
* Pretty-print keys without <> around modifiers (bug#45536)Mattias EngdegÄrd2021-01-05
* * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-04
* * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-04
* * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-04
* Fix backslash mistakes in doc strings in C codeMattias EngdegÄrd2021-01-02
* Update copyright year to 2021Paul Eggert2021-01-01
* Minor cleanup in keymap.cStefan Kangas2020-12-30
* Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas2020-12-19
* Say which command shadows a key bindingStefan Kangas2020-11-22
* Don't shadow bindings by the same commandStefan Kangas2020-11-22
* Don't show key ranges if shadowed by different commandsStefan Kangas2020-11-22
* Fix mistake in describe-buffer-bindingsStefan Kangas2020-11-12
* Prefer Lisp version of describer in help--describe-vectorStefan Kangas2020-10-18
* Remove C version of substitute-command-keysStefan Kangas2020-10-18
* Prefer Lisp version of describe-map-treeStefan Kangas2020-10-18
* Improve substitute-command-keys performanceStefan Kangas2020-10-18
* Translate describe_vector to LispStefan Kangas2020-10-18
* Translate describe_map to LispStefan Kangas2020-10-18
* Translate describe_map_tree to LispStefan Kangas2020-10-18
* Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-18
* Make shadowing warning in describe_map less confusingLars Ingebrigtsen2020-08-25
* text-char-description minor cleanupPaul Eggert2020-04-22
* Port recent character.h changes to --with-wide-intPaul Eggert2020-04-17
* Prefer more inline functions in character.hPaul Eggert2020-04-17
* Update copyright year to 2020Paul Eggert2020-01-01
* Further changes to ensure that copy-keymap doesn't segfaultLars Ingebrigtsen2019-10-14
* Protect against segfaults in copy-keymapLars Ingebrigtsen2019-10-13
* Remove unused code and reformat to 70 columns.Juri Linkov2019-10-01
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* Remove no-longer-needed workaround for GC bugPaul Eggert2019-08-21
* Avoid duplicate comparison in describe_map_comparePaul Eggert2019-07-11
* Tweak the order keystrokes are sorted in keymap listingsLars Ingebrigtsen2019-07-11
* Simplify list creation in C codePaul Eggert2019-03-04
* Use shortcuts for FlengthPaul Eggert2019-01-09
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Merge from origin/emacs-26Glenn Morris2018-09-28
|\|
| * ; Spellcheck two more documentation stringsCharles A. Roelli2018-09-25
* | Merge from origin/emacs-26Glenn Morris2018-09-20
|\|
| * More accurate docs for 'text-char-description'Eli Zaretskii2018-09-20
* | Merge from origin/emacs-26Glenn Morris2018-09-10
|\|
| * Clarify documentation of functions reading character eventsEli Zaretskii2018-09-10
* | Shrink pseudovectors a bitPaul Eggert2018-09-06
* | * src/keymap.c: Make better use of access_keymap's functionalityStefan Monnier2018-08-29
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | unbind_to performance tuningPaul Eggert2018-06-29