| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix crashes with lots of overlays. | Eli Zaretskii | 2013-01-19 | 1 | -1/+6 |
* | * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros. | Dmitry Antipov | 2013-01-17 | 1 | -7/+0 |
* | Omit buffer_slot_type_mismatch and use generic predicates to enforce | Dmitry Antipov | 2013-01-10 | 1 | -54/+32 |
* | * lisp.h (make_gap_1): New prototype. | Dmitry Antipov | 2013-01-09 | 1 | -11/+7 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
* | | * buffer.c (Fset_buffer_modified_p): Use buffer_window_count | Dmitry Antipov | 2012-12-24 | 1 | -4/+2 |
* | | * buffer.h (BUF_COMPACT): New macro to follow the common style. | Dmitry Antipov | 2012-12-24 | 1 | -2/+3 |
* | | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org | Glenn Morris | 2012-12-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | * buffer.c (Fset_buffer_major_mode): Doc fix. | Chong Yidong | 2012-12-21 | 1 | -1/+1 |
* | | * buffer.c (Fset_buffer_multibyte): Do not force redisplay | Dmitry Antipov | 2012-12-11 | 1 | -3/+4 |
* | | Per-buffer window counters. | Dmitry Antipov | 2012-12-10 | 1 | -13/+26 |
* | | Convenient macro to check whether the buffer is hidden. | Dmitry Antipov | 2012-12-07 | 1 | -11/+14 |
* | | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int. | Stefan Monnier | 2012-11-08 | 1 | -2/+2 |
* | | Shrink struct vectorlike_header to the only size field. | Dmitry Antipov | 2012-11-08 | 1 | -7/+2 |
* | | Minor adjustments of recently-changed frame functions. | Paul Eggert | 2012-11-06 | 1 | -2/+1 |
* | | Widely used frame validity and checking functions. | Dmitry Antipov | 2012-11-06 | 1 | -9/+3 |