aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fset_text_properties): Fix newline in doc string.Dave Love2001-01-311-1/+1
* (Fset_text_properties): Doc fix.Eli Zaretskii2001-01-291-1/+2
* (text_read_only): New function.Gerd Moellmann2000-11-281-6/+18
* (get_char_property_and_overlay): New function.Miles Bader2000-10-251-11/+41
* (Fget_char_property): Update call to overlays_at.Miles Bader2000-08-081-3/+3
* (Fprevious_single_char_property_change): Don't do arithmetic directly on lispKen Raeburn2000-08-081-2/+4
* (Fprevious_single_char_property_change):Miles Bader2000-07-221-12/+23
* (Fnext_single_char_property_change):Miles Bader2000-07-151-18/+99
* Revert last change -- duplicated.Dave Love2000-05-311-4/+1
* (Qkeymap): New variable.Dave Love2000-05-291-1/+3
* (Vtext_property_default_nonsticky): New variableKenichi Handa1999-12-151-0/+12
* (set_text_properties): New function. LikeGerd Moellmann1999-11-261-4/+19
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-7/+0
* (verify_interval_modification): Signal text-read-onlyGerd Moellmann1999-11-011-5/+5
* (next_single_char_property_change): New.Gerd Moellmann1999-09-261-0/+54
* (Fset_text_properties): Remove unused variables.Gerd Moellmann1999-09-201-4/+2
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-12/+12
* (text_property_list): New.Gerd Moellmann1999-07-211-1/+119
* (Qmouse_face): Variable definition moved here.Richard M. Stallman1998-11-181-1/+3
* Handle the new convention that `position' valuesKarl Heuer1998-06-031-145/+22
* (Fnext_property_change): Properly offset intervalKarl Heuer1998-05-291-11/+18
* (interval_of): Handle Qt.Karl Heuer1998-02-221-0/+2
* (Ftext_properties_at): Doc fix.Richard M. Stallman1997-12-261-10/+11
* (interval_of): Convert args_out_of_range arguments to Lisp_Integer.Richard M. Stallman1997-07-121-1/+1
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-4/+2
* Style of comments corrected.Richard M. Stallman1997-04-151-27/+69
* (Fnext_char_property_change): New function.Richard M. Stallman1996-12-151-4/+56