summaryrefslogtreecommitdiff
path: root/src/textprop.c
Commit message (Expand)AuthorAge
* (Fremove_list_of_text_properties): EnsureLars Hansen2006-04-20
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (set_text_properties): Reword description of return value.Luc Teirlinck2005-12-30
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* (Fnext_char_property_change, Fprevious_char_property_change): Doc fixes.Juanma Barranquero2005-07-21
* Update FSF's address.Lute Kamstra2005-07-04
* (Fnext_char_property_change)David Kastrup2005-03-22
* (syms_of_textprop): Add `syntax-table' to the nonsticky props.Stefan Monnier2004-10-13
* (get_char_property_and_overlay): Use GET_OVERLAYS_AT.Kim F. Storm2004-05-17
* (Fget_char_property_and_overlay): New function.Luc Teirlinck2003-11-30
* Add arch taglinesMiles Bader2003-09-01
* (text_property_stickiness): New arg `buffer'.Stefan Monnier2003-05-17
* (Ftext_properties_at, Fnext_char_property_change)Francesco Potortì2003-01-14
* (text_read_only): New arg `propval'.Stefan Monnier2002-12-14
* (validate_interval_range, interval_of): Use string macros instead ofKen Raeburn2002-07-16
* * textprop.c (set_text_properties): Use STRING_SET_INTERVALS.Ken Raeburn2002-07-15
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-15
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-11
* (Vchar_property_alias_alist): New variable.Colin Walters2002-06-08
* (remove_properties): Don't use XCAR without CONSP.Stefan Monnier2002-04-29
* (remove_properties): Fixed trap for malformed plist.Kim F. Storm2002-04-22
* (remove_properties): New arg LIST allows scanningRichard M. Stallman2002-04-19
* (text_property_stickiness): Function moved here from `editfns.c'.Miles Bader2002-03-14
* (Fnext_property_change, Fnext_single_property_change)Stefan Monnier2002-01-25
* (set_text_properties_1): Allow args in either order.Richard M. Stallman2001-11-26
* (set_text_properties_1): Clearly mark that the interval should not be empty.Stefan Monnier2001-11-26
* (Fset_text_properties): Remove unused variables `unchanged',Pavel Janík2001-11-23
* (set_text_properties_1): New subroutine, broken out of set_text_properties.Richard M. Stallman2001-11-11
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-02
* (Fget_char_property): Doc fix.Richard M. Stallman2001-11-02
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-21
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-16
* (Fnext_char_property_change)Miles Bader2001-10-02
* (verify_interval_modification): Fix last change.Gerd Moellmann2001-09-11
* (verify_interval_modification): Don't runGerd Moellmann2001-09-11
* (Fprevious_single_char_property_change)Miles Bader2001-08-27
* (Fset_text_properties): Doc fix.Eli Zaretskii2001-02-15
* (Fset_text_properties): Fix newline in doc string.Dave Love2001-01-31
* (Fset_text_properties): Doc fix.Eli Zaretskii2001-01-29
* (text_read_only): New function.Gerd Moellmann2000-11-28
* (get_char_property_and_overlay): New function.Miles Bader2000-10-25
* (Fget_char_property): Update call to overlays_at.Miles Bader2000-08-08
* (Fprevious_single_char_property_change): Don't do arithmetic directly on lispKen Raeburn2000-08-08
* (Fprevious_single_char_property_change):Miles Bader2000-07-22
* (Fnext_single_char_property_change):Miles Bader2000-07-15
* Revert last change -- duplicated.Dave Love2000-05-31
* (Qkeymap): New variable.Dave Love2000-05-29
* (Vtext_property_default_nonsticky): New variableKenichi Handa1999-12-15
* (set_text_properties): New function. LikeGerd Moellmann1999-11-26
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-11