aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f1c9254bd3..56259e0ffc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
12012-05-21 Paul Eggert <eggert@cs.ucla.edu> 12012-05-21 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Use full name for m4/gnulib-comp.m4. (Bug#11529)
4 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
5 even though the file's name in gnulib is m4/gnulib-comp.m4.
6 This had a problem when merging from gnulib, as the code temporarily
7 renamed it to the full name, causing problems when interrupted.
8 Now the file has its full name, with the idea that we will find
9 a solution for MS-DOS that does not affect the rest of Emacs.
10 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
11
3 Assume C89 or later. 12 Assume C89 or later.
4 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST) 13 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
5 (POINTER_TYPE, PROTOTYPES): Remove. 14 (POINTER_TYPE, PROTOTYPES): Remove.