| Age | Commit message (Expand) | Author |
| 2013-10-15 | Add usage note of buffer-invisibility-spec. | Xue Fuqiao |
| 2013-09-24 | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov |
| 2013-09-20 | A simpler, centralized INLINE. | Paul Eggert |
| 2013-09-14 | Fix bug #15375 with inaccurate docs of display margin width values. | Eli Zaretskii |
| 2013-09-03 | * buffer.c (drop_overlay): | Dmitry Antipov |
| 2013-09-03 | * buffer.c (Fmake_overlay, Fmove_overlay): | Dmitry Antipov |
| 2013-08-28 | * buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change) | Dmitry Antipov |
| 2013-08-27 | Simplify EMACS_TIME-related code. | Paul Eggert |
| 2013-08-19 | merge from trunk | Tom Tromey |
| 2013-08-17 | Another doc fix for `buffer-undo-list'. | Xue Fuqiao |
| 2013-08-10 | Omit some unnecessary casts. | Paul Eggert |
| 2013-08-07 | Prefer selected_window to Fselected_window, likewise for frames. | Dmitry Antipov |
| 2013-08-06 | Use region cache to speedup bidi_find_paragraph_start. | Dmitry Antipov |
| 2013-08-05 | New macro to iterate over live buffers similar to frames. | Dmitry Antipov |
| 2013-07-26 | merge from trunk | Tom Tromey |
| 2013-07-16 | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert |
| 2013-07-15 | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert |
| 2013-07-12 | Merge from trunk | Tom Tromey |
| 2013-07-09 | Timestamp fixes for undo. | Paul Eggert |
| 2013-07-06 | merge from trunk | Tom Tromey |
| 2013-07-05 | Use emacs_open more consistently when opening files. | Paul Eggert |
| 2013-07-05 | Remove duplicate #include directives. | Paul Eggert |
| 2013-06-30 | Add `remember-notes' function to store random notes across Emacs | Michal Nazarewicz |
| 2013-06-16 | Use functions, not macros, for XINT etc. | Paul Eggert |
| 2013-06-03 | merge from trunk; clean up some issues | Tom Tromey |
| 2013-05-07 | * buffer.c (tab-width): Mention that it doesn't control indentation. | Stefan Monnier |
| 2013-04-14 | Improve doc strings of left/right-margin/fringe-width. | Eli Zaretskii |
| 2013-03-28 | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov |
| 2013-03-28 | Fix 2013-03-28T02:41:05Z!dmantipov@yandex.ru which brokes Fbuffer_swap_text. | Dmitry Antipov |
| 2013-03-18 | don't let kill-buffer kill a buffer if it is current in any thread | Tom Tromey |
| 2013-03-08 | merge from trunk | Tom Tromey |
| 2013-01-19 | Fix crashes with lots of overlays. | Eli Zaretskii |
| 2013-01-17 | * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros. | Dmitry Antipov |
| 2013-01-16 | merge from trunk | Tom Tromey |
| 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-05 | merge from trunk | Tom Tromey |
| 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.c (Fset_buffer_modified_p): Use buffer_window_count | Dmitry Antipov |
| 2012-12-24 | * buffer.h (BUF_COMPACT): New macro to follow the common style. | Dmitry Antipov |
| 2012-12-21 | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org | Glenn Morris |
| 2012-12-21 | * buffer.c (Fset_buffer_major_mode): Doc fix. | Chong Yidong |
| 2012-12-17 | merge from trunk | Tom Tromey |
| 2012-12-11 | * buffer.c (Fset_buffer_multibyte): Do not force redisplay | 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 | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int. | Stefan Monnier |
| 2012-11-08 | Shrink struct vectorlike_header to the only size field. | Dmitry Antipov |
| 2012-11-06 | Minor adjustments of recently-changed frame functions. | Paul Eggert |