about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-04-26 15:48:14 +0000
committerClint Adams <clint@users.sourceforge.net>2001-04-26 15:48:14 +0000
commit6dc04f1329e79d5bb0934c33413c4b1af9431dfc (patch)
tree56513723999ad85decb6d28a496eca91a1c11d81 /ChangeLog
parentb4b6d57e2ce7420e6f3396f529190d15f46b3256 (diff)
downloadzsh-6dc04f1329e79d5bb0934c33413c4b1af9431dfc.tar.gz
zsh-6dc04f1329e79d5bb0934c33413c4b1af9431dfc.tar.xz
zsh-6dc04f1329e79d5bb0934c33413c4b1af9431dfc.zip
14123: don't include curses.h in termcap.c if term.h doesn't need it
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc161b387..d80c5ce4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-26  Clint Adams  <clint@zsh.org>
+
+        * 14123: acconfig.h, configure.in, Src/Modules/termcap.c:
+	don't include curses.h in termcap.c if term.h doesn't need it.
+
 2001-04-26  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 14117: Completion/Base/Utility/_arguments, Doc/Zsh/compsys.yo: