| Age | Commit message (Expand) | Author |
| 2012-11-04 | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert |
| 2012-11-03 | Adapt the MSDOS build to the latest changes on mainline. | Eli Zaretskii |
| 2012-09-23 | Simplify and avoid signal-handling races. | Paul Eggert |
| 2012-09-04 | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert |
| 2012-09-02 | * emacs.c, eval.c: Use bool for boolean. | Paul Eggert |
| 2012-08-21 | Avoid direct writes to contents member of struct Lisp_Vector. | Dmitry Antipov |
| 2012-08-17 | * keyboard.h (KSET): Remove. | Paul Eggert |
| 2012-08-13 | Use KSET for write access to Lisp_Object members of struct kboard. | Dmitry Antipov |
| 2012-08-07 | Drop WGET and revert read access to Lisp_Objects slots of struct window. | 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 window. | Dmitry Antipov |
| 2012-08-06 | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov |
| 2012-08-05 | Generalize common compile-time constants. | Dmitry Antipov |
| 2012-08-04 | Fix Sed scripts and msdos.c as fallout of latest changes. | Eli Zaretskii |
| 2012-07-11 | * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead | Andreas Schwab |
| 2012-07-10 | EMACS_TIME simplification (Bug#11875). | Paul Eggert |
| 2012-07-10 | Use XCAR and XCDR instead of Fcar and Fcdr where possible. | Dmitry Antipov |
| 2012-07-09 | Use make_formatted_string to avoid double length calculation. | Dmitry Antipov |
| 2012-07-05 | Cleanup xmalloc. | Dmitry Antipov |
| 2012-07-02 | Spelling fixes. | Paul Eggert |
| 2012-06-30 | Adapt the MS-DOS build to the latest changes. | Eli Zaretskii |
| 2012-06-25 | * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence): | Andreas Schwab |
| 2012-06-22 | Support higher-resolution time stamps. | Paul Eggert |
| 2012-06-19 | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov |
| 2012-05-26 | Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com | Glenn Morris |
| 2012-05-21 | Update value of window-system-version for MS-DOS build. | Eli Zaretskii |
| 2012-04-09 | Remove * characters from the front of variable docstrings. | Chong Yidong |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-11-24 | Fix typos. | Juanma Barranquero |
| 2011-11-19 | Spelling fixes. | Paul Eggert |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero |
| 2011-06-24 | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero |
| 2011-05-14 | * msdos.c (mouse_get_pos): Likewise. | Paul Eggert |
| 2011-04-24 | Repair the MSDOS build following latest changes. | Eli Zaretskii |
| 2011-04-22 | Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef. | Glenn Morris |
| 2011-04-13 | Fix typos. | Juanma Barranquero |
| 2011-04-06 | Adapt the MS-DOS build to changes in gnulib. | Eli Zaretskii |
| 2011-03-12 | Fix compilation warnings on MS-DOS due to constifying of pointers in xmenu.c. | Eli Zaretskii |
| 2011-03-11 | Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu. | Eli Zaretskii |
| 2011-02-27 | Implement stub emulation of `readlink' for MS-DOS. | Eli Zaretskii |
| 2011-02-27 | Emulate `readlink' for DJGPP versions before 2.04. | Eli Zaretskii |
| 2011-02-26 | * frame.h: Avoid gcc -Wmissing-prototypes diagnostics. | Paul Eggert |
| 2011-02-16 | Use KVAR in the MS-DOS build. | Eli Zaretskii |
| 2011-02-16 | Change B_ to BVAR | Tom Tromey |
| 2011-02-14 | Fix the MS-DOS build due to introduction of B_. | Eli Zaretskii |
| 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 |