aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 627ee827da6..669db3449a6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12003-01-15 Francesco Potort,Al(B <pot@gnu.org>
2
3 * fns.c (Fsubstring): Clarify doc string.
4
5 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
6 (Fprevious_char_property_change)
7 (Fnext_single_char_property_change)
8 (Fprevious_single_char_property_change, Fnext_property_change)
9 (Fnext_single_property_change, Fprevious_property_change)
10 (Fprevious_single_property_change, Fadd_text_properties)
11 (Fput_text_property, Fset_text_properties)
12 (Fremove_text_properties, Fremove_list_of_text_properties)
13 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
14
12003-01-14 Kim F. Storm <storm@cua.dk> 152003-01-14 Kim F. Storm <storm@cua.dk>
2 16
3 * process.h (struct Lisp_Process): New member plist replaces old 17 * process.h (struct Lisp_Process): New member plist replaces old