Use full name for m4/gnulib-comp.m4. (Bug#11529)
[bpt/emacs.git] / ChangeLog
index e9b2a91..56259e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,17 @@
-2012-05-21  Glenn Morris  <rgm@gnu.org>
+2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * configure.in (LEIM_INSTALLDIR):
-       Rename to leimdir, treat like lispdir.
+       Use full name for m4/gnulib-comp.m4.  (Bug#11529)
+       Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
+       even though the file's name in gnulib is m4/gnulib-comp.m4.
+       This had a problem when merging from gnulib, as the code temporarily
+       renamed it to the full name, causing problems when interrupted.
+       Now the file has its full name, with the idea that we will find
+       a solution for MS-DOS that does not affect the rest of Emacs.
+       * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
 
-2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
+       Assume C89 or later.
+       * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
+       (POINTER_TYPE, PROTOTYPES): Remove.
 
        Make merging from gnulib a script, not a makefile action.
        Putting it in a makefile has some problems with reflection, as
        (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
        Remove, moving the actions to the script admin/merge-gnulib.
 
+2012-05-21  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LEIM_INSTALLDIR):
+       Rename to leimdir, treat like lispdir.
+
 2012-05-21  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (install-arch-indep, install-doc, install-info)