| Age | Commit message (Expand) | Author |
| 2012-07-31 | * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src. | Glenn Morris |
| 2012-07-27 | Revert last save_excursion_save and save_excursion_restore changes. | Dmitry Antipov |
| 2012-07-27 | Fast save_excursion_save and save_excursion_restore. | Dmitry Antipov |
| 2012-07-26 | Explicitly free restriction data that are not needed anymore. | Dmitry Antipov |
| 2012-07-17 | Document insert-char changes. | Chong Yidong |
| 2012-07-17 | Make insert-char interactive, and ucs-insert an obsolete alias for it. | René Kyllingstad |
| 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-06 | Do not require float-time's arg to fit in time_t (Bug#11825). | Paul Eggert |
| 2012-07-06 | Introduce fast path for the widely used marker operation. | Dmitry Antipov |
| 2012-07-05 | More xmalloc and related cleanup. | Paul Eggert |
| 2012-07-05 | * editfns.c (region_limit): Simplify by using clip_to_bounds. | Paul Eggert |
| 2012-07-05 | Cleanup xmalloc. | Dmitry Antipov |
| 2012-07-03 | Auto-generate EXFUN using make-docfile | Tom Tromey |
| 2012-06-29 | * editfns.c (region_limit): Fix type mismatch. | Dmitry Antipov |
| 2012-06-28 | * src/editfns.c (region_limit): Clip to narrowing. | Stefan Monnier |
| 2012-06-22 | Support higher-resolution time stamps. | Paul Eggert |
| 2012-06-16 | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab |
| 2012-05-25 | Merge recent dbus changes better. | Paul Eggert |
| 2012-05-25 | Merge from trunk. | Paul Eggert |
| 2012-05-21 | Assume C89 or later. | Paul Eggert |
| 2012-05-03 | Do not limit current-time-string to years 1000..9999. | Paul Eggert |
| 2012-05-02 | Fix race conditions involving setenv, gmtime, localtime, asctime. | Paul Eggert |
| 2012-04-09 | Merge from trunk. | Paul Eggert |
| 2012-03-12 | * src/editfns.c (Fconstrain_to_field): Doc fix. | Chong Yidong |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-12-14 | Merge from trunk. | Paul Eggert |
| 2011-12-11 | Spelling fixes. | Paul Eggert |
| 2011-10-22 | Merge from trunk. | Paul Eggert |
| 2011-10-19 | Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794) | Paul Eggert |
| 2011-10-13 | * editfns.c (Fformat_time_string): Remove now-unnecessary check. | Paul Eggert |
| 2011-10-13 | Merge from trunk. | Paul Eggert |
| 2011-10-13 | Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun. | Dmitry Antipov |
| 2011-10-12 | * editfns.c (Fuser_login_name, Fuser_full_name): Signal an error | Paul Eggert |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |
| 2011-09-15 | * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514). | Paul Eggert |
| 2011-09-15 | * src/editfns.c (Fformat): Correctly handle text properties on "%%". | Andreas Schwab |
| 2011-09-15 | * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514). | Paul Eggert |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero |
| 2011-08-29 | * editfns.c (Fcurrent_time_zone): Don't overrun buffer | Paul Eggert |
| 2011-08-18 | Fix comment. | Paul Eggert |
| 2011-08-13 | Merge from trunk. | Paul Eggert |
| 2011-08-08 | Lisp code shouldn't use set-time-zone-rule except through setenv. | Chong Yidong |
| 2011-08-07 | Minor doc fixes. Remove duplicate ChangeLog entries. | Juri Linkov |
| 2011-07-28 | Merge from trunk. | Paul Eggert |
| 2011-07-28 | * editfns.c: Integer and memory overflow fixes. | Paul Eggert |
| 2011-07-27 | Merge from trunk. | Paul Eggert |
| 2011-07-21 | Doc fix for string-to-char (Bug#6576). | Chong Yidong |