| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | * lisp/subr.el (sit-for): Tweak docstring. | Stefan Monnier | 2014-12-15 | 1 | -2/+2 |
* | Fix bug with uninitialized undo list of an indirect buffer (Bug#18180). | Dmitry Antipov | 2014-08-05 | 1 | -0/+3 |
* | Minor fixes for comments. | Eli Zaretskii | 2014-05-03 | 1 | -11/+12 |
* | * src/buffer.c (Foverlays_at): Add argument `sorted'. | Stefan Monnier | 2014-04-15 | 1 | -3/+8 |
* | * lisp/simple.el (redisplay-highlight-region-function): Increase priority of | Stefan Monnier | 2014-03-23 | 1 | -13/+36 |
* | src/buffer.c (Fset_buffer): Document return value (bug#17015). | Juanma Barranquero | 2014-03-15 | 1 | -3/+4 |
* | Update docs for select-window and buffer-list-update-hook. | Martin Rudalics | 2014-03-07 | 1 | -2/+2 |
* | * composite.c (fill_gstring_header): Pass positions as C integers | Dmitry Antipov | 2014-02-13 | 1 | -1/+1 |
* | * buffer.c (syms_of_buffer): Doc clarification. | Lars Ingebrigtsen | 2014-02-11 | 1 | -9/+10 |
* | * buffer.c (Fmake_overlay): Doc clarification. | Lars Ingebrigtsen | 2014-02-07 | 1 | -1/+1 |
* | Doc changes for cache-long-scans | Glenn Morris | 2014-02-05 | 1 | -0/+2 |
* | * buffer.c (Fkill_buffer): When killing an indirect buffer, | Dmitry Antipov | 2014-01-21 | 1 | -0/+9 |
* | Apply previous change even if valgrind is not in use, since it avoids undefin... | Paul Eggert | 2014-01-20 | 1 | -2/+1 |
* | Pacify valgrind by initializing buffer redisplay bit. | Paul Eggert | 2014-01-20 | 1 | -1/+3 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Fix bug #16070 with crashes when toggling buffer's multibyteness. | Eli Zaretskii | 2013-12-06 | 1 | -0/+2 |
* | Refine redisplay optimizations to only redisplay *some* frames/windows | Stefan Monnier | 2013-11-28 | 1 | -13/+9 |
* | * buffer.c (Fforce_mode_line_update): Don't fall off end of function | Paul Eggert | 2013-11-11 | 1 | -3/+2 |
* | * lisp/subr.el (force-mode-line-update): Delete, move to buffer.c. | Stefan Monnier | 2013-11-11 | 1 | -51/+47 |
* | Switch cache-long-scans to t by default. | Eli Zaretskii | 2013-11-08 | 1 | -7/+3 |
* | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and | Stefan Monnier | 2013-11-06 | 1 | -3/+3 |
* | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier | 2013-11-05 | 1 | -3/+3 |
* | Fix bug #15260 with building and installing Emacs in non-ASCII directories. | Eli Zaretskii | 2013-11-04 | 1 | -6/+3 |
* | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -1/+1 |
* | * src/eval.c (run_hook_with_args): Use FUNCTIONP. | Stefan Monnier | 2013-10-29 | 1 | -3/+3 |
* | Add usage note of buffer-invisibility-spec. | Xue Fuqiao | 2013-10-15 | 1 | -1/+3 |
* | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -1/+1 |
* | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -2/+0 |
* | Fix bug #15375 with inaccurate docs of display margin width values. | Eli Zaretskii | 2013-09-14 | 1 | -2/+2 |
* | * buffer.c (drop_overlay): | Dmitry Antipov | 2013-09-03 | 1 | -2/+2 |
* | * buffer.c (Fmake_overlay, Fmove_overlay): | Dmitry Antipov | 2013-09-03 | 1 | -13/+11 |
* | * buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change) | Dmitry Antipov | 2013-08-28 | 1 | -0/+12 |
* | Simplify EMACS_TIME-related code. | Paul Eggert | 2013-08-27 | 1 | -1/+1 |
* | Another doc fix for `buffer-undo-list'. | Xue Fuqiao | 2013-08-17 | 1 | -1/+1 |
* | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -13/+9 |
* | Prefer selected_window to Fselected_window, likewise for frames. | Dmitry Antipov | 2013-08-07 | 1 | -1/+1 |
* | Use region cache to speedup bidi_find_paragraph_start. | Dmitry Antipov | 2013-08-06 | 1 | -8/+22 |
* | New macro to iterate over live buffers similar to frames. | Dmitry Antipov | 2013-08-05 | 1 | -25/+13 |
* | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -2/+7 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -2/+2 |
* | Timestamp fixes for undo. | Paul Eggert | 2013-07-09 | 1 | -0/+5 |
* | Use emacs_open more consistently when opening files. | Paul Eggert | 2013-07-05 | 1 | -1/+1 |
* | Remove duplicate #include directives. | Paul Eggert | 2013-07-05 | 1 | -3/+0 |
* | Add `remember-notes' function to store random notes across Emacs | Michal Nazarewicz | 2013-06-30 | 1 | -12/+16 |
* | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -1/+7 |
* | * buffer.c (tab-width): Mention that it doesn't control indentation. | Stefan Monnier | 2013-05-07 | 1 | -0/+4 |
* | Improve doc strings of left/right-margin/fringe-width. | Eli Zaretskii | 2013-04-14 | 1 | -5/+20 |
* | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -11/+11 |
* | Fix 2013-03-28T02:41:05Z!dmantipov@yandex.ru which brokes Fbuffer_swap_text. | Dmitry Antipov | 2013-03-28 | 1 | -2/+10 |