aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-25Replace QUIT with maybe_quitPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-07-08Yet another fix for copying properties by 'format'Eli Zaretskii1-5/+8
2016-06-28Fix copying properties in 'format' when it produces paddingEli Zaretskii1-3/+8
2016-03-11Rename comment-depth (etc.) to literal-cache (etc.). Enable it by defaultAlan Mackenzie1-8/+8
2016-03-10Rework C source files to avoid ^(Paul Eggert1-3/+3
2016-03-08First "working" version of cacheing comments in a text property.Alan Mackenzie1-7/+29
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-1/+0
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-1/+1
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-38/+2
2015-05-31Remove unused DEFSYMsPaul Eggert1-6/+0
2015-05-27Un-revert changes mistakenly dropped by f9fabb2bStefan Monnier1-2/+10
2015-05-27Change inhibit-point-motion-hooks to tStefan Monnier1-2/+10
2015-04-24Spelling fixesPaul Eggert1-1/+1
2015-04-24Clarify doc strings of functions that search for propertiesEli Zaretskii1-26/+34
2015-04-19Use bool for boolean in textprop.c, undo.cPaul Eggert1-58/+53
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert1-2/+1
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-20/+2
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-11-16Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen1-0/+5
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert1-2/+4
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov1-4/+2
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert1-0/+1
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov1-10/+11
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert1-0/+3
2014-01-14Space before paren, updating recent change.Paul Eggert1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-20Add/fix docs for add-face-text-propertyChong Yidong1-9/+16
2013-11-25Fix minor problems found by static checking.Paul Eggert1-12/+10
2013-11-25* src/textprop.c (text_property_stickiness): Fix front-stickiness at BOB.Stefan Monnier1-4/+4
2013-08-06Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov1-15/+26
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert1-25/+17
2013-06-17Implement new function `add-face-text-property'Lars Magne Ingebrigtsen1-17/+84
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert1-0/+8
2013-03-28* window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov1-1/+2
2013-03-10* src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier1-1/+1
2013-03-02* textprop.c: Use bool for booleans.Paul Eggert1-4/+5
2013-03-02Protect against changes of interval tree when adding/removing text props.Eli Zaretskii1-4/+42
2013-02-25Minor textprop integer cleanup.Paul Eggert1-80/+79
2013-02-25Fix bug #13743 with crashes due to recursive add-text-properties.Eli Zaretskii1-59/+66
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+2
2012-12-20* textprop.c (set_text_properties_1): Do not allow NULL interval.Dmitry Antipov1-10/+8
2012-12-03* lisp.h (modify_region): Rename to...Dmitry Antipov1-7/+17
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert1-2/+2
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-09-07* src/textprop.c (Fget_text_property): Minor doc fix.Chong Yidong1-1/+2
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov1-2/+2
2012-08-17A few more naming-convention fixes for getters and setters.Paul Eggert1-13/+13