summaryrefslogtreecommitdiff
path: root/src/textprop.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (sync from trunk).Juanma Barranquero2008-08-261-3/+3
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Whitespace change.Richard M. Stallman2007-11-041-1/+1
* Replace `iff' in comments.Glenn Morris2007-08-081-2/+2
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* * textprop.c (Fnext_property_change, Fnext_single_property_change)Chong Yidong2006-09-121-33/+34
* * buffer.h (struct buffer_text): New field chars_modiff.Chong Yidong2006-09-011-6/+6
* * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-181-0/+2
* (text_read_only): Use xsignal0, xsignal1.Kim F. Storm2006-07-181-1/+4
* (Fget_char_property_and_overlay): Doc fix.Richard M. Stallman2006-07-031-3/+4
* * textprop.c (text_property_stickiness): doc fix.Chong Yidong2006-06-281-0/+4
* (Fnext_single_char_property_change)Richard M. Stallman2006-05-141-24/+44
* (Fremove_list_of_text_properties): EnsureLars Hansen2006-04-201-6/+26
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (set_text_properties): Reword description of return value.Luc Teirlinck2005-12-301-3/+3
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* (Fnext_char_property_change, Fprevious_char_property_change): Doc fixes.Juanma Barranquero2005-07-211-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Fnext_char_property_change)David Kastrup2005-03-221-4/+14
* (syms_of_textprop): Add `syntax-table' to the nonsticky props.Stefan Monnier2004-10-131-2/+4
* (get_char_property_and_overlay): Use GET_OVERLAYS_AT.Kim F. Storm2004-05-171-20/+3
* (Fget_char_property_and_overlay): New function.Luc Teirlinck2003-11-301-0/+25
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (text_property_stickiness): New arg `buffer'.Stefan Monnier2003-05-171-9/+13
* (Ftext_properties_at, Fnext_char_property_change)Francesco Potortì2003-01-141-57/+79
* (text_read_only): New arg `propval'.Stefan Monnier2002-12-141-11/+11
* (validate_interval_range, interval_of): Use string macros instead ofKen Raeburn2002-07-161-8/+6
* * textprop.c (set_text_properties): Use STRING_SET_INTERVALS.Ken Raeburn2002-07-151-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-8/+8
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-2/+2
* (Vchar_property_alias_alist): New variable.Colin Walters2002-06-081-0/+10
* (remove_properties): Don't use XCAR without CONSP.Stefan Monnier2002-04-291-3/+3
* (remove_properties): Fixed trap for malformed plist.Kim F. Storm2002-04-221-7/+6
* (remove_properties): New arg LIST allows scanningRichard M. Stallman2002-04-191-26/+150
* (text_property_stickiness): Function moved here from `editfns.c'.Miles Bader2002-03-141-1/+58
* (Fnext_property_change, Fnext_single_property_change)Stefan Monnier2002-01-251-11/+21
* (set_text_properties_1): Allow args in either order.Richard M. Stallman2001-11-261-2/+9
* (set_text_properties_1): Clearly mark that the interval should not be empty.Stefan Monnier2001-11-261-1/+3
* (Fset_text_properties): Remove unused variables `unchanged',Pavel Janík2001-11-231-3/+1
* (set_text_properties_1): New subroutine, broken out of set_text_properties.Richard M. Stallman2001-11-111-28/+35
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-16/+16
* (Fget_char_property): Doc fix.Richard M. Stallman2001-11-021-0/+1
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-211-147/+151
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-1/+1
* (Fnext_char_property_change)Miles Bader2001-10-021-6/+6
* (verify_interval_modification): Fix last change.Gerd Moellmann2001-09-111-12/+18
* (verify_interval_modification): Don't runGerd Moellmann2001-09-111-2/+3
* (Fprevious_single_char_property_change)Miles Bader2001-08-271-4/+4
* (Fset_text_properties): Doc fix.Eli Zaretskii2001-02-151-1/+3