log src/textprop.c @ 45145:762469b26903

age author description
Mon, 29 Apr 2002 19:29:58 +0000 Stefan Monnier (remove_properties): Don't use XCAR without CONSP.
Mon, 22 Apr 2002 17:56:38 +0000 Kim F. Storm (remove_properties): Fixed trap for malformed plist.
Fri, 19 Apr 2002 00:14:14 +0000 Richard M. Stallman (remove_properties): New arg LIST allows scanning
Thu, 14 Mar 2002 08:10:35 +0000 Miles Bader (text_property_stickiness): Function moved here from `editfns.c'.
Fri, 25 Jan 2002 22:42:05 +0000 Stefan Monnier (Fnext_property_change, Fnext_single_property_change)
Mon, 26 Nov 2001 20:10:04 +0000 Richard M. Stallman (set_text_properties_1): Allow args in either order.
Mon, 26 Nov 2001 02:19:38 +0000 Stefan Monnier (set_text_properties_1): Clearly mark that the interval should not be empty.
Fri, 23 Nov 2001 08:07:24 +0000 Pavel Jank (Fset_text_properties): Remove unused variables `unchanged',
Sun, 11 Nov 2001 20:03:24 +0000 Richard M. Stallman (set_text_properties_1): New subroutine, broken out of set_text_properties.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Fri, 02 Nov 2001 07:12:33 +0000 Richard M. Stallman (Fget_char_property): Doc fix.
Sun, 21 Oct 2001 12:13:46 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Tue, 02 Oct 2001 01:53:10 +0000 Miles Bader (Fnext_char_property_change)
Tue, 11 Sep 2001 12:45:24 +0000 Gerd Moellmann (verify_interval_modification): Fix last change.