aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
Commit message (Expand)AuthorAgeFilesLines
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-5/+5
* use guile-snarf for subr definitionBT Templeton2015-04-181-21/+2
* 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:[email protected]Paul 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
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-13/+13
* Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-081-5/+5
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-081-4/+4
* Cleanup intervals.Dmitry Antipov2012-08-081-48/+48
* Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov2012-08-071-3/+3
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-1/+1
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-1/+1
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-1/+1
* Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov2012-07-171-23/+4
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-3/+0
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-2/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* Merge from trunk.Paul Eggert2012-05-251-4/+0
|\
| * Assume C89 or later.Paul Eggert2012-05-211-4/+0
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-301-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-2/+2
|\|
| * Spelling fixes.Paul Eggert2011-12-051-2/+2
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-23/+26
|/
* * textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky.Stefan Monnier2011-07-041-2/+8
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-36/+18
* Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-211-1/+1