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 c30c4ed955b..500522a2feb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lisp.h (struct backtrace): Remove indirection for `function' field.
4 * xdisp.c (redisplay_internal):
5 * profiler.c (record_backtrace, sigprof_handler_1):
6 * alloc.c (Fgarbage_collect):
7 * eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace)
8 (Fbacktrace_frame): Adjust accordingly.
9
12012-09-28 Glenn Morris <rgm@gnu.org> 102012-09-28 Glenn Morris <rgm@gnu.org>
2 11
3 * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success) 12 * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)