diff --git a/ChangeLog b/ChangeLog index 86175594603..cf162ddc200 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2010-03-12 Eli Zaretskii + These changes remove termcap.c from the build on Posix platforms. * configure.in : Remove termcap.h. * configure: Regenerated. diff --git a/src/ChangeLog b/src/ChangeLog index 88d9e3a3da4..37a4cdb1b10 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -7,6 +7,7 @@ 2010-03-12 Eli Zaretskii + These changes remove termcap.c from the build on Posix platforms. * Makefilie.in (termcapobj): Move termcap.o from here... (MSDOS_OBJ): ...to here. (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is @@ -16,7 +17,7 @@ * cm.c: Remove (ifdef'ed away) inclusion of termcap.h. - * config.in: Regenerated. + * config.in: Regenerated. (See top-level ChangeLog.) 2010-03-10 Chong Yidong