diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -1,5 +1,17 @@ | |||
| 1 | 2012-05-22 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-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 | |||
| 13 | 2012-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 | ||