summaryrefslogtreecommitdiff
path: root/src/textprop.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Yet another fix for copying properties by 'format'Eli Zaretskii2016-07-081-5/+8
* | Fix copying properties in 'format' when it produces paddingEli Zaretskii2016-06-281-3/+8
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-1/+1
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-38/+2
* Remove unused DEFSYMsPaul Eggert2015-05-311-6/+0
* Un-revert changes mistakenly dropped by f9fabb2bStefan Monnier2015-05-271-2/+10
* Spelling fixesPaul Eggert2015-04-241-1/+1
* Clarify doc strings of functions that search for propertiesEli Zaretskii2015-04-241-26/+34
* Use bool for boolean in textprop.c, undo.cPaul Eggert2015-04-191-58/+53
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-2/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-20/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen2014-11-161-0/+5
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-2/+4
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-4/+2
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+1
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-10/+11
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-0/+3
* Space before paren, updating recent change.Paul Eggert2014-01-141-1/+1
* Correctly handle reaching the end of the interval tree. (Bug#15344)Daniel Colascione2014-01-131-0/+13
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Add/fix docs for add-face-text-propertyChong Yidong2013-12-201-9/+16
* Fix minor problems found by static checking.Paul Eggert2013-11-251-12/+10
* * src/textprop.c (text_property_stickiness): Fix front-stickiness at BOB.Stefan Monnier2013-11-251-4/+4
* Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov2013-08-061-15/+26
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-25/+17
* Implement new function `add-face-text-property'Lars Magne Ingebrigtsen2013-06-171-17/+84
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-0/+8
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-1/+2
* * src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier2013-03-101-1/+1
* * textprop.c: Use bool for booleans.Paul Eggert2013-03-021-4/+5
* Protect against changes of interval tree when adding/removing text props.Eli Zaretskii2013-03-021-4/+42
* Minor textprop integer cleanup.Paul Eggert2013-02-251-80/+79
* Fix bug #13743 with crashes due to recursive add-text-properties.Eli Zaretskii2013-02-251-59/+66
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | * textprop.c (set_text_properties_1): Do not allow NULL interval.Dmitry Antipov2012-12-201-10/+8
* | * lisp.h (modify_region): Rename to...Dmitry Antipov2012-12-031-7/+17
|/
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-2/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* * src/textprop.c (Fget_text_property): Minor doc fix.Chong Yidong2012-09-071-1/+2
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-2/+2