summaryrefslogtreecommitdiff
path: root/src/textprop.c
AgeCommit message (Expand)Author
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-07-08Yet another fix for copying properties by 'format'Eli Zaretskii
2016-06-28Fix copying properties in 'format' when it produces paddingEli Zaretskii
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-05-27Un-revert changes mistakenly dropped by f9fabb2bStefan Monnier
2015-04-24Spelling fixesPaul Eggert
2015-04-24Clarify doc strings of functions that search for propertiesEli Zaretskii
2015-04-19Use bool for boolean in textprop.c, undo.cPaul Eggert
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-11-16Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-01-14Space before paren, updating recent change.Paul Eggert
2014-01-13Correctly handle reaching the end of the interval tree. (Bug#15344)Daniel Colascione
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-20Add/fix docs for add-face-text-propertyChong Yidong
2013-11-25Fix minor problems found by static checking.Paul Eggert
2013-11-25* src/textprop.c (text_property_stickiness): Fix front-stickiness at BOB.Stefan Monnier
2013-08-06Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-06-17Implement new function `add-face-text-property'Lars Magne Ingebrigtsen
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert
2013-03-28* window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov
2013-03-10* src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier
2013-03-02* textprop.c: Use bool for booleans.Paul Eggert
2013-03-02Protect against changes of interval tree when adding/removing text props.Eli Zaretskii
2013-02-25Minor textprop integer cleanup.Paul Eggert
2013-02-25Fix bug #13743 with crashes due to recursive add-text-properties.Eli Zaretskii
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-20* textprop.c (set_text_properties_1): Do not allow NULL interval.Dmitry Antipov
2012-12-03* lisp.h (modify_region): Rename to...Dmitry Antipov
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-07* src/textprop.c (Fget_text_property): Minor doc fix.Chong Yidong
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov
2012-08-17A few more naming-convention fixes for getters and setters.Paul Eggert