aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d2572e74048..fa6d2650528 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12014-03-21 Daniel Colascione <dancol@dancol.org>
2
3 Always prohibit dumping a dumped Emacs.
4
5 * emacs.c (might_dump): New variable.
6 (Fdump_emacs): Always prohibit dumping of dumped Emacs.
7 * lisp.h (might_dump): Declare.
8 * unexcw.c (unexec): Remove now-redundant multiple-dump detection code.
9
12014-03-20 Paul Eggert <eggert@cs.ucla.edu> 102014-03-20 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 * doc.c (store_function_docstring): Fix pointer signedness mismatch. 12 * doc.c (store_function_docstring): Fix pointer signedness mismatch.