| Age | Commit message (Expand) | Author |
| 2013-07-16 | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert |
| 2013-01-17 | * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros. | Dmitry Antipov |
| 2013-01-10 | Omit buffer_slot_type_mismatch and use generic predicates to enforce | Dmitry Antipov |
| 2013-01-09 | * lisp.h (make_gap_1): New prototype. | Dmitry Antipov |
| 2013-01-02 | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-12-24 | * buffer.h (BUF_COMPACT): New macro to follow the common style. | Dmitry Antipov |
| 2012-12-10 | Per-buffer window counters. | Dmitry Antipov |
| 2012-12-07 | Convenient macro to check whether the buffer is hidden. | Dmitry Antipov |
| 2012-11-08 | Shrink struct vectorlike_header to the only size field. | Dmitry Antipov |
| 2012-10-17 | Do not verify indirection counters of killed buffers (Bug#12579). | Dmitry Antipov |
| 2012-09-11 | Convenient macro to check whether the buffer is live. | Dmitry Antipov |
| 2012-09-04 | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert |
| 2012-08-28 | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov |
| 2012-08-28 | Fix usage of set_buffer_internal. | Dmitry Antipov |
| 2012-08-23 | * buffer.c, buffer.h: Use bool for boolean. | Paul Eggert |
| 2012-08-20 | Inline getter and setter functions for per-buffer values. | Dmitry Antipov |
| 2012-08-17 | * buffer.h (BSET): Remove. | Paul Eggert |
| 2012-08-17 | A few more naming-convention fixes for getters and setters. | Paul Eggert |
| 2012-08-14 | Revert and cleanup some recent overlay changes. | Dmitry Antipov |
| 2012-08-13 | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov |
| 2012-08-08 | Inline functions to examine and change buffer overlays. | Dmitry Antipov |
| 2012-08-08 | Inline functions to examine and change buffer intervals. | Dmitry Antipov |
| 2012-08-07 | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov |
| 2012-08-06 | * src/buffer.h (struct buffer): Revert `indirections' to a simple int; | Stefan Monnier |
| 2012-08-05 | Generalize common compile-time constants. | Dmitry Antipov |
| 2012-08-02 | Use C99-style 'extern inline' if available. | Paul Eggert |
| 2012-08-01 | Use INTERNAL_FIELD for conses and overlays. | Dmitry Antipov |
| 2012-07-31 | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov |
| 2012-07-21 | * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int, | Paul Eggert |
| 2012-07-20 | Add indirection counting to speed up Fkill_buffer. | Dmitry Antipov |
| 2012-07-19 | * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'. | Paul Eggert |
| 2012-07-19 | Compact buffers when idle. | Dmitry Antipov |
| 2012-07-19 | New macro to iterate over all buffers, miscellaneous cleanups. | Dmitry Antipov |
| 2012-07-17 | Cleanup overlays checking. | Dmitry Antipov |
| 2012-07-05 | More xmalloc and related cleanup. | Paul Eggert |
| 2012-07-03 | Auto-generate EXFUN using make-docfile | Tom Tromey |
| 2012-07-03 | Cleanup basic buffer management. | Dmitry Antipov |
| 2012-06-24 | Switch from NO_RETURN to C11's _Noreturn. | Paul Eggert |
| 2012-06-22 | Support higher-resolution time stamps. | Paul Eggert |
| 2012-06-16 | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab |
| 2012-06-03 | Implement default help-echo for mode line. | Chong Yidong |
| 2012-04-09 | Merge from trunk. | Paul Eggert |
| 2012-04-06 | Warning comments about subtleties of fetching characters from buffers/strings. | Eli Zaretskii |
| 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-11-19 | Spelling fixes. | Paul Eggert |
| 2011-09-30 | * buffer.h (struct buffer): Use time_t, not int, for a time stamp. | Paul Eggert |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |