aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8d90ca6889c..d47a10b7ad0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12000-06-19 Gerd Moellmann <gerd@gnu.org>
2
3 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table
4 to Vfundamental_mode_abbrev_table.
5
6 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
7 bogus objects are marked. This slows down GC by ~80 percent, but
8 it might be worth trying when debugging GC-related problems.
9 This feature requires conservative stack marking to be enabled.
10
11 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString
12 returns XLookupChars, reset `modifiers' to zero.
13
12000-06-19 Dave Love <fx@gnu.org> 142000-06-19 Dave Love <fx@gnu.org>
2 15
3 * mktime.c: Unprotoized. 16 * mktime.c: Unprotoized.