summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8c43e449..f5ad33086 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-19 Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
+
+ * 13380: configure.in: replace AC_CHECK_LIB(...,tgetent) with
+ AC_SEARCH_LIBS(tgetent,...) to allow user to override default
+ library selection
+
2001-01-18 Sven Wischnowsky <wischnow@zsh.org>
* 13374: Src/Zle/compcore.c, Src/Zle/compctl.c, Src/Zle/complist.c,