aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* * src/window.c (Fset_window_configuration): Deactivate the mark beforeStefan Monnier2014-04-231-1/+1
* src/buffer.h, src/frame.h: Clarify doc of optimization variables.Stefan Monnier2014-04-041-2/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-16/+16
* Spelling and punctuation fixes.Paul Eggert2013-12-011-1/+1
* Fix minor problems found by static checking.Paul Eggert2013-11-281-4/+4
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-3/+6
* Spelling fixes.Paul Eggert2013-11-161-1/+1
* Switch cache-long-scans to t by default.Eli Zaretskii2013-11-081-1/+7
* A simpler, centralized INLINE.Paul Eggert2013-09-201-39/+36
* * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-291-0/+1
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-5/+5
* * lisp.h (FOR_EACH_ALIST_VALUE): New macroDmitry Antipov2013-08-151-4/+2
* Use region cache to speedup bidi_find_paragraph_start.Dmitry Antipov2013-08-061-4/+7
* New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-051-0/+10
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-0/+2
* * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.Dmitry Antipov2013-01-171-34/+27
* Omit buffer_slot_type_mismatch and use generic predicates to enforceDmitry Antipov2013-01-101-1/+0
* * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-091-0/+10
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | * buffer.h (BUF_COMPACT): New macro to follow the common style.Dmitry Antipov2012-12-241-0/+3
* | Per-buffer window counters.Dmitry Antipov2012-12-101-2/+17
* | Convenient macro to check whether the buffer is hidden.Dmitry Antipov2012-12-071-0/+5
* | Shrink struct vectorlike_header to the only size field.Dmitry Antipov2012-11-081-6/+25
|/
* Do not verify indirection counters of killed buffers (Bug#12579).Dmitry Antipov2012-10-171-0/+16
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-1/+4
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-3/+3
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-0/+9
* Fix usage of set_buffer_internal.Dmitry Antipov2012-08-281-1/+16
* * buffer.c, buffer.h: Use bool for boolean.Paul Eggert2012-08-231-10/+12
* Inline getter and setter functions for per-buffer values.Dmitry Antipov2012-08-201-9/+27
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-1/+98
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-16/+2
* Revert and cleanup some recent overlay changes.Dmitry Antipov2012-08-141-46/+22
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-0/+1
* Inline functions to examine and change buffer overlays.Dmitry Antipov2012-08-081-0/+46
* Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-081-4/+19
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-3/+3
* * src/buffer.h (struct buffer): Revert `indirections' to a simple int;Stefan Monnier2012-08-061-1/+1
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-7/+14
* Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov2012-08-011-3/+3
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-78/+73
* * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,Paul Eggert2012-07-211-2/+2
* Add indirection counting to speed up Fkill_buffer.Dmitry Antipov2012-07-201-0/+5
* * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.Paul Eggert2012-07-191-2/+2
* Compact buffers when idle.Dmitry Antipov2012-07-191-0/+4
* New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov2012-07-191-0/+9
* Cleanup overlays checking.Dmitry Antipov2012-07-171-4/+0