aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f70731e0e67..9da0a32d568 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
12012-05-22 Paul Eggert <eggert@cs.ucla.edu> 12012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Remove src/m/*.
4 * configure.in: Remove all mention of src/m/*.
5 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
6 All uses removed.
7 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
8 (BITS_PER_LONG_LONG): Move to src/lisp.h.
9 * lib/makefile.w32-in: Remove dependencies on
10 $(EMACS_ROOT)/src/m/intel386.h.
11 * make-dist: Don't make links to src/m.
12
132012-05-22 Paul Eggert <eggert@cs.ucla.edu>
14
3 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529) 15 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
4 Without this further fix, aclocal was being invoked unnecessarily. 16 Without this further fix, aclocal was being invoked unnecessarily.
5 17