aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-19 00:13:57 +0000
committerRichard M. Stallman2002-04-19 00:13:57 +0000
commit0cf5c1e712ca58e2d3edc8d238038efb6f5beb5d (patch)
tree2587d3ee653faa71d270154df19e23261d8310f6
parent5b48fe6556f0537bc6f6cbe4afe426f8b335fb1a (diff)
downloademacs-0cf5c1e712ca58e2d3edc8d238038efb6f5beb5d.tar.gz
emacs-0cf5c1e712ca58e2d3edc8d238038efb6f5beb5d.zip
(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.
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b4c33417732..3ac5319cae3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12002-04-18 Richard M. Stallman <rms@gnu.org>
2
3 * textprop.c (remove_properties): New arg LIST allows scanning
4 either a list or a plist.
5 (interval_has_some_properties_list): New function, like
6 interval_has_some_properties using list instead of plist.
7 All callers changed.
8 (Fremove_list_of_text_properties): New function.
9 (syms_of_textprop): Defsubr it.
10
12002-04-17 Eli Zaretskii <eliz@is.elta.co.il> 112002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2 12
3 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined. 13 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.