# HG changeset patch # User Richard M. Stallman # Date 1019175237 0 # Node ID 1eb32d9cb2a6fbb04cddad08856fbc1c0722a393 # Parent 3a037de0426b0a85026c45a22c0674b5655734a1 (remove_properties): New arg LIST allows scanning either a list or a plist. (interval_has_some_properties_list): New function, like interval_has_some_properties using list instead of plist. All callers changed. (Fremove_list_of_text_properties): New function. (syms_of_textprop): Defsubr it. diff -r 3a037de0426b -r 1eb32d9cb2a6 src/ChangeLog --- a/src/ChangeLog Fri Apr 19 00:11:58 2002 +0000 +++ b/src/ChangeLog Fri Apr 19 00:13:57 2002 +0000 @@ -1,3 +1,13 @@ +2002-04-18 Richard M. Stallman + + * textprop.c (remove_properties): New arg LIST allows scanning + either a list or a plist. + (interval_has_some_properties_list): New function, like + interval_has_some_properties using list instead of plist. + All callers changed. + (Fremove_list_of_text_properties): New function. + (syms_of_textprop): Defsubr it. + 2002-04-17 Eli Zaretskii * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.