aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 012274ce944..04d6899d67a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
12011-01-27 Paul Eggert <eggert@cs.ucla.edu>
2
3 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
4 * Makefile.in (DOS-gnulib-comp.m4): New macro.
5 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
6 problems with MS-DOS 8+3 file name restrictions.
7 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
8 it, it would also cause problems when extracting Emacs distribution
9 tarballs on MS-DOS hosts.
10 (ACLOCAL_INPUTS): Adjust to file renaming.
11 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
12 * config.guess, config.sub: Sync from gnulib.
13 * m4/gnulib-cache.m4: Remove from repository.
14 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
15
12011-01-25 Glenn Morris <rgm@gnu.org> 162011-01-25 Glenn Morris <rgm@gnu.org>
2 17
3 * README: Add a note about ranges in copyright years. 18 * README: Add a note about ranges in copyright years.