about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-12-03 20:53:07 +0000
committerClint Adams <clint@users.sourceforge.net>2000-12-03 20:53:07 +0000
commit13b93a5faacf78e6bbc560837dd4c6cddf4acea9 (patch)
treeab3c28d436fe8ecfff6091e803825b5fc3f47d20 /ChangeLog
parenta59b51006b307a1a3cbd79e6b85e6b80400cc8ab (diff)
downloadzsh-13b93a5faacf78e6bbc560837dd4c6cddf4acea9.tar.gz
zsh-13b93a5faacf78e6bbc560837dd4c6cddf4acea9.tar.xz
zsh-13b93a5faacf78e6bbc560837dd4c6cddf4acea9.zip
13215: echotc, echoti, terminfo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a98559f95..9310814ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+2000-12-03  Clint Adams  <schizo@debian.org>
+
+	* 13215: Src/builtin.c, Src/Modules/termcap.c,
+	Src/Modules/termcap.mdd, Src/Modules/terminfo.c,
+	Src/Modules/terminfo.mdd: move echotc builtin to termcap
+	module, add echoti builtin and terminfo parameter in
+	terminfo module.
+
 2000-11-27  Bart Schaefer  <schaefer@zsh.org>
 
-	* 132xx: Completion/Builtins/_zstyle: Add missing quote.
+	* 13203: Completion/Builtins/_zstyle: Add missing quote.
 
 2000-11-27  Sven Wischnowsky  <wischnow@zsh.org>