aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 44d6e613b20..4fb88d75810 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12002-07-15 Ken Raeburn <raeburn@gnu.org>
2
3 * lisp.h (STRING_INTERVALS): Produce rvalue.
4 (STRING_SET_INTERVALS): New macro.
5 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
6 * fns.c (Fstring_as_multibyte): Likewise.
7 * intervals.c (create_root_interval,
8 balance_possible_root_interval, delete_interval,
9 copy_intervals_to_string): Likewise.
10 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
11 instead of 0.
12
12002-07-14 Ken Raeburn <raeburn@gnu.org> 132002-07-14 Ken Raeburn <raeburn@gnu.org>
2 14
3 * lisp.h (STRING_SET_CHARS): New macro. 15 * lisp.h (STRING_SET_CHARS): New macro.