| Age | Commit message (Expand) | Author |
| 2012-09-23 | Simplify and avoid signal-handling races. | Paul Eggert |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert |
| 2012-09-12 | Remove unread-command-char. | Stefan Monnier |
| 2012-09-11 | Discard killed buffers from deleted window and frame objects. | Dmitry Antipov |
| 2012-09-10 | Simplify, document, and port floating-point. | Paul Eggert |
| 2012-09-09 | Assume C89 or later for math functions. | Paul Eggert |
| 2012-09-07 | Fix doc of local-variable-if-set-p. | Chong Yidong |
| 2012-09-06 | Signal-handler cleanup. | Paul Eggert |
| 2012-09-05 | Fix race conditions with signal handlers and errno. | Paul Eggert |
| 2012-09-04 | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert |
| 2012-08-27 | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert |
| 2012-08-26 | Remove unused external symbols. | Paul Eggert |
| 2012-08-20 | Inline getter and setter functions for per-buffer values. | Dmitry Antipov |
| 2012-08-19 | * data.c (set_internal): Don't use set_blv_found. | Andreas Schwab |
| 2012-08-17 | * buffer.h (BSET): Remove. | Paul Eggert |
| 2012-08-17 | Functions to get and set Lisp_Object fields of buffer-local variables. | Dmitry Antipov |
| 2012-08-15 | More doc fixes. | Chong Yidong |
| 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-07 | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | Dmitry Antipov |
| 2012-08-06 | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov |
| 2012-08-03 | Remove unnecessary casts involving pointers. | Paul Eggert |
| 2012-08-01 | Use INTERNAL_FIELD for symbols. | Dmitry Antipov |
| 2012-07-31 | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov |
| 2012-07-30 | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. | Paul Eggert |
| 2012-07-29 | * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove. | Paul Eggert |
| 2012-07-25 | Autoload more carefully from Lisp. Follow aliases for function properties. | Stefan Monnier |
| 2012-07-19 | * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'. | Paul Eggert |
| 2012-07-19 | New macro to iterate over all buffers, miscellaneous cleanups. | Dmitry Antipov |
| 2012-07-18 | Return more descriptive data from Fgarbage_collect. | Dmitry Antipov |
| 2012-07-10 | Optimize pure C strings initialization. | Dmitry Antipov |
| 2012-07-05 | More xmalloc and related cleanup. | Paul Eggert |
| 2012-06-27 | Get rid of all the manual purecopy calls in menu-bar definitions. | Stefan Monnier |
| 2012-06-25 | Use sprintf return value instead of invoking strlen on result. | Paul Eggert |
| 2012-06-24 | Switch from NO_RETURN to C11's _Noreturn. | Paul Eggert |
| 2012-06-19 | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov |
| 2012-06-18 | Fix return value of `defun' and un-define it. | Stefan Monnier |
| 2012-06-12 | USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) | Paul Eggert |
| 2012-05-29 | * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C. | Stefan Monnier |
| 2012-05-25 | Merge from trunk. | Paul Eggert |
| 2012-05-04 | Add new error and function `user-error'. | Stefan Monnier |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-12-10 | Merge from trunk. | Paul Eggert |
| 2011-12-06 | Fix typos. | Juanma Barranquero |
| 2011-11-18 | Merge from trunk. | Paul Eggert |
| 2011-11-14 | Spelling fixes. | Paul Eggert |
| 2011-09-27 | * data.c (Faref): Use ptrdiff_t, not int. | Paul Eggert |
| 2011-09-21 | Fix specpdl loop typo. | Paul Eggert |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |