aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2002-07-15 06:57:04 +0000
committerKen Raeburn2002-07-15 06:57:04 +0000
commit9056febe2cafcdbf2ed06da06bbcb14ba96667bc (patch)
treec845720dae745a9e071311b62cc4a4242eba4aa2 /src/ChangeLog
parentb13738b697be76a8409a2eb650cef1ba0832d255 (diff)
downloademacs-9056febe2cafcdbf2ed06da06bbcb14ba96667bc.tar.gz
emacs-9056febe2cafcdbf2ed06da06bbcb14ba96667bc.zip
* textprop.c (set_text_properties): Use STRING_SET_INTERVALS.
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.