From: Eli Zaretskii Date: Sat, 13 Mar 2010 08:52:05 +0000 (-0500) Subject: Spell out in ChangeLog the purpose of 2010-03-12T16:34:27Z!eliz@gnu.org. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~746 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a96f6398e13a611aa825ee6e09566d2f0c5fce35;p=emacs.git Spell out in ChangeLog the purpose of 2010-03-12T16:34:27Z!eliz@gnu.org. --- 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