aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dbcb185deb8..53d11c87a63 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,9 @@
3 Reduce CPP usage. 3 Reduce CPP usage.
4 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user. 4 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
5 (obj): Use autoconf for unexec instead of cpp. 5 (obj): Use autoconf for unexec instead of cpp.
6 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
7 definitions and undefs. Inline definitions in the only user.
8 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
6 9
72010-04-27 Glenn Morris <rgm@gnu.org> 102010-04-27 Glenn Morris <rgm@gnu.org>
8 11