diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il> | 11 | 2002-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. |