aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e39a104e135..75a7388f2c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12013-04-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
4 This bug was introduced by my 2013-02-25 change that simplified
5 data_start configuration. Without this change, on GNU/Linux
6 an Emacs configured with --enable-profiling fails immediately
7 due to a profiler signal.
8 * Makefile.in: Compile with $(PROFILING_CFLAGS), but do not link
9 with these flags. On platforms where special flags are needed
10 when linking temacs, the flags are now in LD_SWITCH_SYSTEM_TEMACS.
11 (ALL_CFLAGS): Remove $(PROFILING_CFLAGS).
12 (.c.o, .m.o): Compile with $(PROFILING_CFLAGS).
13
12013-04-07 Dmitry Antipov <dmantipov@yandex.ru> 142013-04-07 Dmitry Antipov <dmantipov@yandex.ru>
2 15
3 Get rid of some platform-specific functions examining window 16 Get rid of some platform-specific functions examining window