aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6f76ddd0cda..05ec1514f42 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,11 @@
3 * lisp.h (make_local_string): Nitpick indent. 3 * lisp.h (make_local_string): Nitpick indent.
4 * print.c (Fprin1_to_string): Remove unused GCPROs. 4 * print.c (Fprin1_to_string): Remove unused GCPROs.
5 5
6 More debugging aids around GCPROs.
7 * lisp.h (struct gcpro) [DEBUG_GCPRO]: Add extra members.
8 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, GCPRO7):
9 Minor restyle. If DEBUG_GCPRO, initialize extra fields.
10
62014-09-11 Paul Eggert <eggert@cs.ucla.edu> 112014-09-11 Paul Eggert <eggert@cs.ucla.edu>
7 12
8 Pacify --enable-gcc-warnings when no window system is used. 13 Pacify --enable-gcc-warnings when no window system is used.