aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a4a943fe747..dc4239b16c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12000-10-17 Gerd Moellmann <gerd@gnu.org> 12000-10-17 Gerd Moellmann <gerd@gnu.org>
2 2
3 * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
4 string's size_byte.
5 (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
6 (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
7 (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
8 string allocated.
9
3 * xdisp.c (forward_to_next_line_start): Switch iterator's handling 10 * xdisp.c (forward_to_next_line_start): Switch iterator's handling
4 of selective display off while searching for the next line start. 11 of selective display off while searching for the next line start.
5 12