summaryrefslogtreecommitdiff
path: root/src/buffer.h
AgeCommit message (Expand)Author
2014-04-04src/buffer.h, src/frame.h: Clarify doc of optimization variables.Stefan Monnier
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-12-01Spelling and punctuation fixes.Paul Eggert
2013-11-28Fix minor problems found by static checking.Paul Eggert
2013-11-28Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier
2013-11-16Spelling fixes.Paul Eggert
2013-11-08Switch cache-long-scans to t by default.Eli Zaretskii
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-08-29* intervals.c (set_point_from_marker): New function.Dmitry Antipov
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert
2013-08-15* lisp.h (FOR_EACH_ALIST_VALUE): New macroDmitry Antipov
2013-08-06Use region cache to speedup bidi_find_paragraph_start.Dmitry Antipov
2013-08-05New macro to iterate over live buffers similar to frames.Dmitry Antipov
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-01-17* buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.Dmitry Antipov
2013-01-10Omit buffer_slot_type_mismatch and use generic predicates to enforceDmitry Antipov
2013-01-09* lisp.h (make_gap_1): New prototype.Dmitry Antipov
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-24* buffer.h (BUF_COMPACT): New macro to follow the common style.Dmitry Antipov
2012-12-10Per-buffer window counters.Dmitry Antipov
2012-12-07Convenient macro to check whether the buffer is hidden.Dmitry Antipov
2012-11-08Shrink struct vectorlike_header to the only size field.Dmitry Antipov
2012-10-17Do not verify indirection counters of killed buffers (Bug#12579).Dmitry Antipov
2012-09-11Convenient macro to check whether the buffer is live.Dmitry Antipov
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov
2012-08-28Fix usage of set_buffer_internal.Dmitry Antipov
2012-08-23* buffer.c, buffer.h: Use bool for boolean.Paul Eggert
2012-08-20Inline getter and setter functions for per-buffer values.Dmitry Antipov
2012-08-17* buffer.h (BSET): Remove.Paul Eggert
2012-08-17A few more naming-convention fixes for getters and setters.Paul Eggert
2012-08-14Revert and cleanup some recent overlay changes.Dmitry Antipov
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov
2012-08-08Inline functions to examine and change buffer overlays.Dmitry Antipov
2012-08-08Inline functions to examine and change buffer intervals.Dmitry Antipov
2012-08-07Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov
2012-08-06* src/buffer.h (struct buffer): Revert `indirections' to a simple int;Stefan Monnier
2012-08-05Generalize common compile-time constants.Dmitry Antipov
2012-08-02Use C99-style 'extern inline' if available.Paul Eggert
2012-08-01Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov
2012-07-31Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov
2012-07-21* buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,Paul Eggert
2012-07-20Add indirection counting to speed up Fkill_buffer.Dmitry Antipov
2012-07-19* buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.Paul Eggert
2012-07-19Compact buffers when idle.Dmitry Antipov
2012-07-19New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov
2012-07-17Cleanup overlays checking.Dmitry Antipov
2012-07-05More xmalloc and related cleanup.Paul Eggert