summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)Author
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
2013-08-10Omit some unnecessary casts.Paul Eggert
2013-07-18Fix obscure porting bug with varargs functions.Paul Eggert
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-07-01Don't convert function pointers to void * and back.Paul Eggert
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert
2013-06-04* src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier
2013-04-01Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert
2013-03-28* window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov
2013-03-24Reorder conditions that are written backwardsAndreas Schwab