aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* More xmalloc and related cleanup.Paul Eggert2012-07-051-2/+2
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-5/+0
* Cleanup basic buffer management.Dmitry Antipov2012-07-031-140/+170
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-1/+1
* Support higher-resolution time stamps.Paul Eggert2012-06-221-4/+8
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-32/+34
* Implement default help-echo for mode line.Chong Yidong2012-06-031-0/+1
* Merge from trunk.Paul Eggert2012-04-091-2/+13
|\
| * Warning comments about subtleties of fetching characters from buffers/strings.Eli Zaretskii2012-04-061-2/+13
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
| * * buffer.h (struct buffer): Use time_t, not int, for a time stamp.Paul Eggert2011-09-301-2/+2
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-36/+36
|/