aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 88d9e3a3da4..37a4cdb1b10 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,7 @@
7 7
82010-03-12 Eli Zaretskii <eliz@gnu.org> 82010-03-12 Eli Zaretskii <eliz@gnu.org>
9 9
10 These changes remove termcap.c from the build on Posix platforms.
10 * Makefilie.in (termcapobj): Move termcap.o from here... 11 * Makefilie.in (termcapobj): Move termcap.o from here...
11 (MSDOS_OBJ): ...to here. 12 (MSDOS_OBJ): ...to here.
12 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is 13 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
@@ -16,7 +17,7 @@
16 17
17 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h. 18 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
18 19
19 * config.in: Regenerated. 20 * config.in: Regenerated. (See top-level ChangeLog.)
20 21
212010-03-10 Chong Yidong <cyd@stupidchicken.com> 222010-03-10 Chong Yidong <cyd@stupidchicken.com>
22 23