| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | * lisp/cus-start.el: Make cursor-type customizable. | Chong Yidong | 2012-11-03 | 1 | -8/+8 |
| |/ |
|
| * | * buffer.c (Fkill_buffer): When unchaining the marker, | Dmitry Antipov | 2012-10-17 | 1 | -12/+13 |
| * | Do not verify indirection counters of killed buffers (Bug#12579). | Dmitry Antipov | 2012-10-17 | 1 | -9/+4 |
| * | * src/buffer.c (Fset_buffer): Doc fix. (Bug#12624) | Glenn Morris | 2012-10-11 | 1 | -1/+1 |
| * | * src/buffer.c (Fkill_buffer): Null out the overlay list(s) as well. | Stefan Monnier | 2012-10-11 | 1 | -11/+20 |
| * | * src/buffer.c (Fmake_overlay): Fix last change. | Stefan Monnier | 2012-10-01 | 1 | -3/+2 |
| * | Misc minor simplifications in C code. | Stefan Monnier | 2012-10-01 | 1 | -7/+6 |
| * | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -46/+46 |
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -12/+12 |