summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-09-261-1/+1
|\
| * Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAREli Zaretskii2016-09-231-11/+1
* | STRING_CHAR does not unify characters; update documentationMichal Nazarewicz2016-09-091-13/+2
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-13/+13
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+8
* Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-291-94/+94
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-6/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fix minor problems found by static checking.Paul Eggert2014-09-171-2/+3
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-7/+7
* * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-021-0/+7
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-2/+5
* More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-161-0/+1
* * 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:03Z!monnier@iro.umontreal.caPaul 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