about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-02-08 08:30:42 +0000
committerClint Adams <clint@users.sourceforge.net>2002-02-08 08:30:42 +0000
commit841e51076d8ee00e0b4e49dd94d1f0f86f5d9330 (patch)
tree32f1bb57f5b682cd923208d6a47a5b860d1cc99a /ChangeLog
parente8b50bdf0f8871359cd97c503604a9a2ed588e1d (diff)
downloadzsh-841e51076d8ee00e0b4e49dd94d1f0f86f5d9330.tar.gz
zsh-841e51076d8ee00e0b4e49dd94d1f0f86f5d9330.tar.xz
zsh-841e51076d8ee00e0b4e49dd94d1f0f86f5d9330.zip
16590: use a prefix match instead of a "fuzzy-exact" match.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5bc65dbf..7bb4c9151 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-08  Clint Adams  <clint@zsh.org>
+
+       * Matt Zimmerman: 16590: Completion/Unix/Type/_dict_words:
+       use a prefix match instead of a "fuzzy-exact" match.
+
 2002-02-07  Clint Adams  <clint@zsh.org>
 
         * unposted: Functions/Prompts/.distfiles,