summaryrefslogtreecommitdiff
path: root/src/textprop.c
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Un-revert changes mistakenly dropped by f9fabb2bStefan Monnier2015-05-27
* Spelling fixesPaul Eggert2015-04-24
* Clarify doc strings of functions that search for propertiesEli Zaretskii2015-04-24
* Use bool for boolean in textprop.c, undo.cPaul Eggert2015-04-19
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-21
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen2014-11-16
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-30
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-29
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-24
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-15
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* Space before paren, updating recent change.Paul Eggert2014-01-14
* Correctly handle reaching the end of the interval tree. (Bug#15344)Daniel Colascione2014-01-13
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Add/fix docs for add-face-text-propertyChong Yidong2013-12-20
* Fix minor problems found by static checking.Paul Eggert2013-11-25
* * src/textprop.c (text_property_stickiness): Fix front-stickiness at BOB.Stefan Monnier2013-11-25
* Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov2013-08-06
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Implement new function `add-face-text-property'Lars Magne Ingebrigtsen2013-06-17
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-16
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-28
* * src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier2013-03-10
* * textprop.c: Use bool for booleans.Paul Eggert2013-03-02
* Protect against changes of interval tree when adding/removing text props.Eli Zaretskii2013-03-02
* Minor textprop integer cleanup.Paul Eggert2013-02-25
* Fix bug #13743 with crashes due to recursive add-text-properties.Eli Zaretskii2013-02-25
* 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
* | * textprop.c (set_text_properties_1): Do not allow NULL interval.Dmitry Antipov2012-12-20
* | * lisp.h (modify_region): Rename to...Dmitry Antipov2012-12-03
|/
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* * src/textprop.c (Fget_text_property): Minor doc fix.Chong Yidong2012-09-07
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-28
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-17
* Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-08
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-08
* Cleanup intervals.Dmitry Antipov2012-08-08
* Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov2012-08-07
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-07