summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAge
* Doc fixLars Ingebrigtsen2016-05-01
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix assertion violation in define-keyEli Zaretskii2015-11-09
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-10
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Avoid crashes when key-binding is called from a timerEli Zaretskii2015-06-08
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Don't quote nil and t in doc stringsPaul Eggert2015-05-21
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-21
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Spelling fixes.Paul Eggert2014-10-12
* Enhance terpri to allow conditionally output a newlineLeo Liu2014-10-09
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-30
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-29
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-29
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-24
* * chartab.c (uniprop_encode_value_numeric):Dmitry Antipov2014-09-24
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-15
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov2014-07-14
* * doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries.Stefan Monnier2014-07-01
* * src/keymap.c (silly_event_symbol_error): Don't recommend the use of strings.Stefan Monnier2014-06-12
* Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-05
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Doc updates for several Emacs 24.4 changes.Chong Yidong2013-12-25
* Fix bug #15907 with crashes due to after-change-functions.Eli Zaretskii2013-11-16
* Omit some unnecessary casts.Paul Eggert2013-08-10
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-18
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Don't convert function pointers to void * and back.Paul Eggert2013-07-01
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-16
* * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier2013-06-04
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-01
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-28
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-21
* Static checking by Sun C 5.12.Paul Eggert2013-03-13
* Clean up read_key_sequence a bit; reread active keymaps after first event.Stefan Monnier2013-02-11
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-17
* * keymap.c (map_keymap_internal): Use format_save_value.Dmitry Antipov2013-01-15
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-15
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-14
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-14
* Update copyright notices for 2013.Paul Eggert2013-01-01