| Age | Commit message (Expand) | Author |
| 2012-09-22 | Misc doc fixes. | Chong Yidong |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert |
| 2012-08-27 | * cmds.c, coding.c: Use bool for booleans. | Paul Eggert |
| 2012-08-17 | * buffer.h (BSET): Remove. | Paul Eggert |
| 2012-08-13 | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov |
| 2012-08-07 | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov |
| 2012-08-01 | Use INTERNAL_FIELD for symbols. | Dmitry Antipov |
| 2012-07-18 | * src/lisp.h (last_undo_boundary): Declare new var. | Stefan Monnier |
| 2012-06-16 | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-09-26 | * cmds.c (internal_self_insert): Fix EMACS_INT type typo. | Paul Eggert |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |
| 2011-08-24 | Merge from trunk. | Paul Eggert |
| 2011-08-22 | * src/cmds.c (Fself_insert_command): Mention post-self-insert-hook. | Stefan Monnier |
| 2011-08-04 | Adjust in response to jan.h.d's comments. | Paul Eggert |
| 2011-06-24 | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero |
| 2011-04-13 | Undo the DEFUN->DEFUE change. | Paul Eggert |
| 2011-04-10 | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert |
| 2011-04-10 | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert |
| 2011-03-29 | src/*.c: Remove some additional unused parameters. | Juanma Barranquero |
| 2011-03-23 | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou |
| 2011-03-15 | * cmds.c (internal_self_insert): Rename local to avoid shadowing. | Paul Eggert |
| 2011-03-06 | current_column: Now returns EMACS_INT, fixing some iftc. | Paul Eggert |
| 2011-03-06 | * cmds.c (internal_self_insert): Reindent to match Emacs style. | Paul Eggert |
| 2011-02-16 | Hide implementation of `struct kboard' | Tom Tromey |
| 2011-02-16 | Change B_ to BVAR | Tom Tromey |
| 2011-02-14 | Hide implementation of `struct buffer' | Tom Tromey |
| 2011-02-06 | * insdel.c: conform to C89 pointer rules | Paul Eggert |
| 2011-01-26 | Refill some long/short copyright headers. | Glenn Morris |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris |
| 2011-01-18 | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris |
| 2011-01-14 | Merge from emacs-23 | Stefan Monnier |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris |
| 2010-11-11 | * src/cmds.c (Fself_insert_command): Don't call XFASTINT without checking | Stefan Monnier |
| 2010-10-26 | cmds.c: (internal_self_insert): Don't insert for negative arguments. | Eli Zaretskii |
| 2010-10-26 | Fix bug #7281. | Eli Zaretskii |
| 2010-10-19 | Decouple C-d and delete, so that the former does not delete the region. | Chong Yidong |
| 2010-09-24 | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c. | Eli Zaretskii |
| 2010-09-23 | Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA. | Lars Magne Ingebrigtsen |
| 2010-09-14 | src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring. | Juanma Barranquero |
| 2010-09-01 | * lisp/simple.el (blink-paren-function): Move from C to here. | Stefan Monnier |
| 2010-08-19 | New post-self-insert-hook. | Stefan Monnier |
| 2010-08-08 | Make some doc strings bidi-friendly. | Eli Zaretskii |
| 2010-07-28 | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu |
| 2010-07-24 | Make internal_self_insert static | Andreas Schwab |
| 2010-07-08 | Convert DEFUNs to standard C. | Dan Nicolaescu |
| 2010-07-04 | Convert (most) functions in src to standard C. | Dan Nicolaescu |
| 2010-06-27 | * bindings.el (global-map): Bind delete and DEL, the former to | Chong Yidong |