about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-05-09 16:57:30 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-05-09 16:57:30 +0000
commita9061ccaf7d64a077135e46f6cec5dfb3f192596 (patch)
treeb4d537e2bbf3c23e4160bce156f37af52a7e94dd /ChangeLog
parent7f4eb970858cfd8f2a1e4dd716c403623a23a066 (diff)
downloadzsh-a9061ccaf7d64a077135e46f6cec5dfb3f192596.tar.gz
zsh-a9061ccaf7d64a077135e46f6cec5dfb3f192596.tar.xz
zsh-a9061ccaf7d64a077135e46f6cec5dfb3f192596.zip
update; in particular enable new style completion from ex. startup file (14283)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1031bf7d..39c58e024 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-05-09  Oliver Kiddle  <opk@zsh.org>
 
+	* 14266, 14283: Etc/FEATURES, StartupFiles/zshrc: update; in
+	particular to use new style completion in example startup file.
+
 	* 14282: Completion/Unix/Command/_chown: complete only files
 	that can be chowned.