aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1b90ae8b976..19b8afe5d51 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12012-09-24 Stefan Monnier <monnier@iro.umontreal.ca> 12012-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * profiler.c (evict_lower_half): Fix typo.
4 (PROFILER_CPU_SUPPORT): Check and define if cpu-profiler is supported.
5 Don't compile the cpu-profiler code, if not supported.
6 (malloc_probe): Presume memory_log is non-nil.
7 (syms_of_profiler): Don't defsubr functions when they aren't defined.
8
9 * lisp.h (sample_profiler_running, gc_probe): Don't declare.
10
112012-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12
3 * xdisp.c (Qautomatic_redisplay): New constant. 13 * xdisp.c (Qautomatic_redisplay): New constant.
4 (redisplay_internal): Record itself in backtrace_list. 14 (redisplay_internal): Record itself in backtrace_list.
5 (syms_of_xdisp): Define Qautomatic_redisplay. 15 (syms_of_xdisp): Define Qautomatic_redisplay.