log src/textprop.c @ 62874:e179d5e9c0fe

age author description
2005-03-22 David Kastrup (Fnext_char_property_change)
2004-10-13 Stefan Monnier (syms_of_textprop): Add `syntax-table' to the nonsticky props.
2004-05-17 Kim F. Storm (get_char_property_and_overlay): Use GET_OVERLAYS_AT.
2003-11-30 Luc Teirlinck (Fget_char_property_and_overlay): New function.
2003-09-01 Miles Bader Add arch taglines
2003-05-17 Stefan Monnier (text_property_stickiness): New arg `buffer'.
2003-01-14 Francesco Potortì (Ftext_properties_at, Fnext_char_property_change)
2002-12-14 Stefan Monnier (text_read_only): New arg `propval'.
2002-07-16 Ken Raeburn (validate_interval_range, interval_of): Use string macros instead of
2002-07-15 Ken Raeburn * textprop.c (set_text_properties): Use STRING_SET_INTERVALS.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-06-08 Colin Walters (Vchar_property_alias_alist): New variable.
2002-04-29 Stefan Monnier (remove_properties): Don't use XCAR without CONSP.
2002-04-22 Kim F. Storm (remove_properties): Fixed trap for malformed plist.