aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-03-12 11:34:27 -0500
committerEli Zaretskii2010-03-12 11:34:27 -0500
commit6da23aaa4fff0063dd880aee9c45544bd2488029 (patch)
treeae9a34e6d76768cfdf4b10fdb644bfffd937241d /src/ChangeLog
parent92e0131af775092ff889fb12969c06b728324f3b (diff)
downloademacs-6da23aaa4fff0063dd880aee9c45544bd2488029.tar.gz
emacs-6da23aaa4fff0063dd880aee9c45544bd2488029.zip
Don't use termcap.c on Posix platforms, only on MS-DOS.
configure.in <AC_CHECK_HEADERS>: Remove termcap.h. configure: Regenerated. src/Makefilie.in (termcapobj): Move termcap.o from here... (MSDOS_OBJ): ...to here. (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is now identical to when LIBS_TERMCAP is defined. src/term.c: Remove (ifdef'ed away) inclusion of termcap.h. src/cm.c: Remove (ifdef'ed away) inclusion of termcap.h. src/config.in: Regenerated.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 24300676379..5f9e246ff60 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12010-03-12 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefilie.in (termcapobj): Move termcap.o from here...
4 (MSDOS_OBJ): ...to here.
5 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
6 now identical to when LIBS_TERMCAP is defined.
7
8 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
9
10 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
11
12 * config.in: Regenerated.
13
12010-03-10 Chong Yidong <cyd@stupidchicken.com> 142010-03-10 Chong Yidong <cyd@stupidchicken.com>
2 15
3 * Branch for 23.2. 16 * Branch for 23.2.