summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-09-20 14:44:05 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-09-20 14:44:05 +0000
commit4cc2388fff7d9ff90d95819c3eabd72b976839dc (patch)
tree37c4f556bfdc4a9ffcc816f85efeae2833a1f110 /ChangeLog
parentfix LDFLAGS value after test for RTLD_GLOBAL (diff)
downloadzsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar
zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar.gz
zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar.bz2
zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar.lz
zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar.xz
zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.tar.zst
zsh-4cc2388fff7d9ff90d95819c3eabd72b976839dc.zip
Fix misleading error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 10e6a3cb1..41080af1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2001-09-20 Bart Schaefer <schaefer@zsh.org>
+
+ * 15847: Src/init.c: Avoid using the word "termcap" in an error
+ message when it may in fact have been curses or terminfo that
+ failed.
+
2001-09-19 Peter Stephenson <pws@csr.com>
- * 15846: aczsh.m4: attempt to restore LDFLAGS from non-existent
+ * 15846: aczsh.m4: Fix attempt to restore LDFLAGS from non-existent
saved value when testing RTLD_GLOBAL.
2001-09-18 Wayne Davison <wayned@users.sourceforge.net>