summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)Author
2018-09-06Shrink pseudovectors a bitPaul Eggert
2018-08-29* src/keymap.c: Make better use of access_keymap's functionalityStefan Monnier
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-29unbind_to performance tuningPaul Eggert
2018-06-14Avoid Lisp_Misc allocation if C stack sufficesPaul Eggert
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-11Add an optional testfn parameter to assocNicolas Petton
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-06-15Advertize set-keymap-parent as replacement for copy-keymapStefan Monnier
2016-05-01Doc fixLars Ingebrigtsen
2016-04-30Doc fixLars Ingebrigtsen
2016-04-04New C macro AUTO_STRING_WITH_LENPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-09Fix assertion violation in define-keyEli Zaretskii
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-10CHECK_IMPURE and PURE_P speedupPaul Eggert
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-06-08Avoid crashes when key-binding is called from a timerEli Zaretskii
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-05-21Don't quote nil and t in doc stringsPaul Eggert
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-10-12Spelling fixes.Paul Eggert
2014-10-09Enhance terpri to allow conditionally output a newlineLeo Liu
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert
2014-09-24* chartab.c (uniprop_encode_value_numeric):Dmitry Antipov
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-07-14* lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov
2014-07-01* doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries.Stefan Monnier
2014-06-12* src/keymap.c (silly_event_symbol_error): Don't recommend the use of strings.Stefan Monnier
2014-04-05Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-25Doc updates for several Emacs 24.4 changes.Chong Yidong
2013-11-16Fix bug #15907 with crashes due to after-change-functions.Eli Zaretskii