about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-04-20 13:31:24 +0000
committerClint Adams <clint@users.sourceforge.net>2001-04-20 13:31:24 +0000
commit92902608e4830b14d2fe4f8bab30cafc40d4ad26 (patch)
treec5e72d7c68b135979ca8cba7d96484f82957b2b4 /ChangeLog
parent220ad9aa2310047d88c06e59fc70e649f33d8396 (diff)
downloadzsh-92902608e4830b14d2fe4f8bab30cafc40d4ad26.tar.gz
zsh-92902608e4830b14d2fe4f8bab30cafc40d4ad26.tar.xz
zsh-92902608e4830b14d2fe4f8bab30cafc40d4ad26.zip
14053: add $termcap special parameter
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 774d7044b..90dc42456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2001-04-20  Clint Adams  <schizo@debian.org>
+
+	* 14053: Src/Modules/termcap.c, Src/Modules/termcap.mdd:
+	add ${termcap} special parameter in the style of ${terminfo}.
+
 2001-04-19  Bart Schaefer  <schaefer@zsh.org>
 
-	* 14008, 1405x: Src/lex.c, Src/math.c, Src/params.c,
+	* 14008, 14051: Src/lex.c, Src/math.c, Src/params.c,
 	Test/D06subscript.ztst: Improve parsing of subscripts so that
 	many forms that failed before, work now, particularly for assoc
 	array keys; create a test suite.