aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-22text-char-description minor cleanupPaul Eggert1-15/+8
2020-04-17Port recent character.h changes to --with-wide-intPaul Eggert1-78/+66
2020-04-17Prefer more inline functions in character.hPaul Eggert1-4/+2
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-10-14Further changes to ensure that copy-keymap doesn't segfaultLars Ingebrigtsen1-3/+6
2019-10-13Protect against segfaults in copy-keymapLars Ingebrigtsen1-28/+42
2019-10-01Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov1-1/+2
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov1-1/+1
2019-08-21Remove no-longer-needed workaround for GC bugPaul Eggert1-3/+1
2019-07-11Avoid duplicate comparison in describe_map_comparePaul Eggert1-3/+1
2019-07-11Tweak the order keystrokes are sorted in keymap listingsLars Ingebrigtsen1-2/+4
2019-03-04Simplify list creation in C codePaul Eggert1-21/+13
2019-01-09Use shortcuts for FlengthPaul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-11/+9
2018-09-25; Spellcheck two more documentation stringsCharles A. Roelli1-1/+1
2018-09-20More accurate docs for 'text-char-description'Eli Zaretskii1-1/+2
2018-09-10Clarify documentation of functions reading character eventsEli Zaretskii1-7/+10
2018-09-06Shrink pseudovectors a bitPaul Eggert1-2/+2
2018-08-29* src/keymap.c: Make better use of access_keymap's functionalityStefan Monnier1-63/+30
2018-08-07More macro renamings for bignumTom Tromey1-55/+55
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-67/+67
2018-06-29unbind_to performance tuningPaul Eggert1-3/+1
2018-06-14Avoid Lisp_Misc allocation if C stack sufficesPaul Eggert1-7/+19
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-07-11Add an optional testfn parameter to assocNicolas Petton1-1/+1
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert1-1/+1
2017-01-25Replace QUIT with maybe_quitPaul Eggert1-6/+6
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-09-30Limit <config.h>’s includesPaul Eggert1-0/+1
2016-06-15Advertize set-keymap-parent as replacement for copy-keymapStefan Monnier1-2/+12
2016-05-01Doc fixLars Ingebrigtsen1-4/+6
2016-04-30Doc fixLars Ingebrigtsen1-4/+6
2016-04-04New C macro AUTO_STRING_WITH_LENPaul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-5/+5
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-09Fix assertion violation in define-keyEli Zaretskii1-1/+3
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert1-2/+3
2015-10-20Include-file cleanup for src directoryPaul Eggert1-2/+0
2015-10-10CHECK_IMPURE and PURE_P speedupPaul Eggert1-5/+5
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-3/+3
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-69/+13
2015-06-08Avoid crashes when key-binding is called from a timerEli Zaretskii1-4/+8
2015-05-31Remove unused DEFSYMsPaul Eggert1-3/+0
2015-05-21Don't quote nil and t in doc stringsPaul Eggert1-2/+2
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert1-2/+2
2015-01-25Count MANY function args more reliablyPaul Eggert1-3/+2
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-11/+8