aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-05-24 20:39:12 +0200
committerJoakim Verona2012-05-24 20:39:12 +0200
commit44fce8ffe7198991c41c985ff4e67ec7d407907e (patch)
tree81e28bf1b327f55c0c50b30c1c1c6d1e78c6849d /ChangeLog
parent207460f292db1b9ede6b8ddad3ed7ac6bba026b5 (diff)
parentf18b81e6d670ea83e3ccb7c7b6aff50933120018 (diff)
downloademacs-44fce8ffe7198991c41c985ff4e67ec7d407907e.tar.gz
emacs-44fce8ffe7198991c41c985ff4e67ec7d407907e.zip
upstream
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