summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Minor cleanup in keymap.cStefan Kangas2020-12-301-136/+72
* Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas2020-12-191-39/+0
* Say which command shadows a key bindingStefan Kangas2020-11-221-1/+7
* Don't shadow bindings by the same commandStefan Kangas2020-11-221-1/+1
* Don't show key ranges if shadowed by different commandsStefan Kangas2020-11-221-4/+18
* Fix mistake in describe-buffer-bindingsStefan Kangas2020-11-121-1/+1
* Prefer Lisp version of describer in help--describe-vectorscratch/substitute-command-keysStefan Kangas2020-10-181-69/+9
* Remove C version of substitute-command-keysStefan Kangas2020-10-181-334/+0
* Prefer Lisp version of describe-map-treeStefan Kangas2020-10-181-26/+63
* Improve substitute-command-keys performanceStefan Kangas2020-10-181-0/+35
* Translate describe_vector to LispStefan Kangas2020-10-181-23/+0
* Translate describe_map to LispStefan Kangas2020-10-181-58/+41
* Translate describe_map_tree to LispStefan Kangas2020-10-181-2/+28
* Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-181-0/+32
* Make shadowing warning in describe_map less confusingLars Ingebrigtsen2020-08-251-1/+1
* text-char-description minor cleanupPaul Eggert2020-04-221-15/+8
* Port recent character.h changes to --with-wide-intPaul Eggert2020-04-171-78/+66
* Prefer more inline functions in character.hPaul Eggert2020-04-171-4/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Further changes to ensure that copy-keymap doesn't segfaultLars Ingebrigtsen2019-10-141-3/+6
* Protect against segfaults in copy-keymapLars Ingebrigtsen2019-10-131-28/+42
* Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov2019-10-011-1/+2
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-1/+1
* Remove no-longer-needed workaround for GC bugPaul Eggert2019-08-211-3/+1
* Avoid duplicate comparison in describe_map_comparePaul Eggert2019-07-111-3/+1
* Tweak the order keystrokes are sorted in keymap listingsLars Ingebrigtsen2019-07-111-2/+4
* Simplify list creation in C codePaul Eggert2019-03-041-21/+13
* Use shortcuts for FlengthPaul Eggert2019-01-091-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-11/+9
* | Merge from origin/emacs-26Glenn Morris2018-09-281-1/+1
|\ \ | |/
| * ; Spellcheck two more documentation stringsCharles A. Roelli2018-09-251-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-09-201-1/+2
|\ \ | |/
| * More accurate docs for 'text-char-description'Eli Zaretskii2018-09-201-1/+2
* | Merge from origin/emacs-26Glenn Morris2018-09-101-7/+10
|\ \ | |/
| * Clarify documentation of functions reading character eventsEli Zaretskii2018-09-101-7/+10
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-2/+2
* | * src/keymap.c: Make better use of access_keymap's functionalityStefan Monnier2018-08-291-63/+30
* | More macro renamings for bignumTom Tromey2018-08-071-55/+55
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-67/+67
* | unbind_to performance tuningPaul Eggert2018-06-291-3/+1
* | Avoid Lisp_Misc allocation if C stack sufficesPaul Eggert2018-06-141-7/+19
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+1
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-6/+6