| Age | Commit message (Expand) | Author |
| 2014-12-15 | * lisp/subr.el (sit-for): Tweak docstring. | Stefan Monnier |
| 2014-08-05 | Fix bug with uninitialized undo list of an indirect buffer (Bug#18180). | Dmitry Antipov |
| 2014-05-03 | Minor fixes for comments. | Eli Zaretskii |
| 2014-04-15 | * src/buffer.c (Foverlays_at): Add argument `sorted'. | Stefan Monnier |
| 2014-03-23 | * lisp/simple.el (redisplay-highlight-region-function): Increase priority of | Stefan Monnier |
| 2014-03-15 | src/buffer.c (Fset_buffer): Document return value (bug#17015). | Juanma Barranquero |
| 2014-03-07 | Update docs for select-window and buffer-list-update-hook. | Martin Rudalics |
| 2014-02-13 | * composite.c (fill_gstring_header): Pass positions as C integers | Dmitry Antipov |
| 2014-02-11 | * buffer.c (syms_of_buffer): Doc clarification. | Lars Ingebrigtsen |
| 2014-02-07 | * buffer.c (Fmake_overlay): Doc clarification. | Lars Ingebrigtsen |
| 2014-02-05 | Doc changes for cache-long-scans | Glenn Morris |
| 2014-01-21 | * buffer.c (Fkill_buffer): When killing an indirect buffer, | Dmitry Antipov |
| 2014-01-20 | Apply previous change even if valgrind is not in use, since it avoids undefin... | Paul Eggert |
| 2014-01-20 | Pacify valgrind by initializing buffer redisplay bit. | Paul Eggert |
| 2014-01-01 | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert |
| 2013-12-06 | Fix bug #16070 with crashes when toggling buffer's multibyteness. | Eli Zaretskii |
| 2013-11-28 | Refine redisplay optimizations to only redisplay *some* frames/windows | Stefan Monnier |
| 2013-11-11 | * buffer.c (Fforce_mode_line_update): Don't fall off end of function | Paul Eggert |
| 2013-11-11 | * lisp/subr.el (force-mode-line-update): Delete, move to buffer.c. | Stefan Monnier |
| 2013-11-08 | Switch cache-long-scans to t by default. | Eli Zaretskii |
| 2013-11-06 | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and | Stefan Monnier |
| 2013-11-05 | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier |
| 2013-11-04 | Fix bug #15260 with building and installing Emacs in non-ASCII directories. | Eli Zaretskii |
| 2013-11-03 | Port to stricter C99 platforms. | Paul Eggert |
| 2013-10-29 | * src/eval.c (run_hook_with_args): Use FUNCTIONP. | Stefan Monnier |
| 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-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-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-09 | Timestamp fixes for undo. | Paul Eggert |
| 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-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-01-19 | Fix crashes with lots of overlays. | Eli Zaretskii |