summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | Update copyright year to 2016Paul Eggert2016-01-01
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Make src headers idempotent and standalonePaul Eggert2015-10-16
* | | | | | | | | | Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-29
* | | | | | | | | | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* | | | | | | | | | Update copyright year to 2015Paul Eggert2015-01-01
* | | | | | | | | | Fix minor problems found by static checking.Paul Eggert2014-09-17
* | | | | | | | | | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* | | | | | | | | | * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-02
* | | | | | | | | | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-27
* | | | | | | | | | More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-16
* | | | | | | | | | * src/window.c (Fset_window_configuration): Deactivate the mark beforeStefan Monnier2014-04-23
* | | | | | | | | | src/buffer.h, src/frame.h: Clarify doc of optimization variables.Stefan Monnier2014-04-04
* | | | | | | | | | Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* | | | | | | | | | Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* | | | | | | | | | Spelling and punctuation fixes.Paul Eggert2013-12-01
* | | | | | | | | | Fix minor problems found by static checking.Paul Eggert2013-11-28
* | | | | | | | | | Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-28
* | | | | | | | | | Spelling fixes.Paul Eggert2013-11-16
* | | | | | | | | | Switch cache-long-scans to t by default.Eli Zaretskii2013-11-08
* | | | | | | | | | A simpler, centralized INLINE.Paul Eggert2013-09-20
* | | | | | | | | | * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-29
* | | | | | | | | | Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | * lisp.h (FOR_EACH_ALIST_VALUE): New macroDmitry Antipov2013-08-15
* | | | | | | | | Use region cache to speedup bidi_find_paragraph_start.Dmitry Antipov2013-08-06
* | | | | | | | | New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-05
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.Dmitry Antipov2013-01-17
| |_|_|_|_|/ |/| | | | |
* | | | | | Omit buffer_slot_type_mismatch and use generic predicates to enforceDmitry Antipov2013-01-10
* | | | | | * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-09
| |_|_|_|/ |/| | | |
* | | | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\ \ \ \ \
| * | | | | Update copyright notices for 2013.Paul Eggert2013-01-01
* | | | | | * buffer.h (BUF_COMPACT): New macro to follow the common style.Dmitry Antipov2012-12-24
| |_|_|_|/ |/| | | |
* | | | | Per-buffer window counters.Dmitry Antipov2012-12-10
* | | | | Convenient macro to check whether the buffer is hidden.Dmitry Antipov2012-12-07
* | | | | Shrink struct vectorlike_header to the only size field.Dmitry Antipov2012-11-08
|/ / / /
* | | | Do not verify indirection counters of killed buffers (Bug#12579).Dmitry Antipov2012-10-17
* | | | Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-11
* | | | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
| |_|/ |/| |
* | | Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-28
* | | Fix usage of set_buffer_internal.Dmitry Antipov2012-08-28
* | | * buffer.c, buffer.h: Use bool for boolean.Paul Eggert2012-08-23
| |/ |/|
* | Inline getter and setter functions for per-buffer values.Dmitry Antipov2012-08-20
* | * buffer.h (BSET): Remove.Paul Eggert2012-08-17
* | A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-17
|/
* Revert and cleanup some recent overlay changes.Dmitry Antipov2012-08-14
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-13
* Inline functions to examine and change buffer overlays.Dmitry Antipov2012-08-08
* Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-08
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-07
* * src/buffer.h (struct buffer): Revert `indirections' to a simple int;Stefan Monnier2012-08-06