aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-16Spelling fixes.Paul Eggert1-1/+1
2013-11-08Switch cache-long-scans to t by default.Eli Zaretskii1-1/+7
2013-09-20A simpler, centralized INLINE.Paul Eggert1-39/+36
2013-08-29* intervals.c (set_point_from_marker): New function.Dmitry Antipov1-0/+1
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert1-5/+5
2013-08-15* lisp.h (FOR_EACH_ALIST_VALUE): New macroDmitry Antipov1-4/+2
2013-08-06Use region cache to speedup bidi_find_paragraph_start.Dmitry Antipov1-4/+7
2013-08-05New macro to iterate over live buffers similar to frames.Dmitry Antipov1-0/+10
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert1-0/+2
2013-01-17* buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.Dmitry Antipov1-34/+27
2013-01-10Omit buffer_slot_type_mismatch and use generic predicates to enforceDmitry Antipov1-1/+0
2013-01-09* lisp.h (make_gap_1): New prototype.Dmitry Antipov1-0/+10
2013-01-01Update copyright notices for 2013.Paul Eggert1-2/+2
2012-12-24* buffer.h (BUF_COMPACT): New macro to follow the common style.Dmitry Antipov1-0/+3
2012-12-10Per-buffer window counters.Dmitry Antipov1-2/+17
2012-12-07Convenient macro to check whether the buffer is hidden.Dmitry Antipov1-0/+5
2012-11-08Shrink struct vectorlike_header to the only size field.Dmitry Antipov1-6/+25
2012-10-17Do not verify indirection counters of killed buffers (Bug#12579).Dmitry Antipov1-0/+16
2012-09-11Convenient macro to check whether the buffer is live.Dmitry Antipov1-1/+4
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert1-3/+3
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov1-0/+9
2012-08-28Fix usage of set_buffer_internal.Dmitry Antipov1-1/+16
2012-08-23* buffer.c, buffer.h: Use bool for boolean.Paul Eggert1-10/+12
2012-08-20Inline getter and setter functions for per-buffer values.Dmitry Antipov1-9/+27
2012-08-17* buffer.h (BSET): Remove.Paul Eggert1-1/+98
2012-08-17A few more naming-convention fixes for getters and setters.Paul Eggert1-16/+2
2012-08-15This introduces a thread-state object and moves various C globalsTom Tromey1-4/+0
2012-08-14Revert and cleanup some recent overlay changes.Dmitry Antipov1-46/+22
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov1-0/+1
2012-08-08Inline functions to examine and change buffer overlays.Dmitry Antipov1-0/+46
2012-08-08Inline functions to examine and change buffer intervals.Dmitry Antipov1-4/+19
2012-08-07Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov1-3/+3
2012-08-06* src/buffer.h (struct buffer): Revert `indirections' to a simple int;Stefan Monnier1-1/+1
2012-08-05Generalize common compile-time constants.Dmitry Antipov1-1/+1
2012-08-02Use C99-style 'extern inline' if available.Paul Eggert1-7/+14
2012-08-01Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov1-3/+3
2012-07-31Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov1-78/+73
2012-07-21* buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,Paul Eggert1-2/+2
2012-07-20Add indirection counting to speed up Fkill_buffer.Dmitry Antipov1-0/+5
2012-07-19* buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.Paul Eggert1-2/+2
2012-07-19Compact buffers when idle.Dmitry Antipov1-0/+4
2012-07-19New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov1-0/+9
2012-07-17Cleanup overlays checking.Dmitry Antipov1-4/+0
2012-07-05More xmalloc and related cleanup.Paul Eggert1-2/+2
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey1-5/+0
2012-07-03Cleanup basic buffer management.Dmitry Antipov1-140/+170
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert1-1/+1
2012-06-22Support higher-resolution time stamps.Paul Eggert1-4/+8
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab1-32/+34
2012-06-03Implement default help-echo for mode line.Chong Yidong1-0/+1