summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-02-18 14:30:46 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-02-18 14:30:46 +0000
commitfa509f5219e18b664a7e559169d849b2ec9fb6f1 (patch)
tree644d61fcf6ba57d848a010883f3e8cdb3c6d6dae /ChangeLog
parentfix test for prefix-needed (16667) (diff)
downloadzsh-fa509f5219e18b664a7e559169d849b2ec9fb6f1.tar
zsh-fa509f5219e18b664a7e559169d849b2ec9fb6f1.tar.gz
zsh-fa509f5219e18b664a7e559169d849b2ec9fb6f1.tar.bz2
zsh-fa509f5219e18b664a7e559169d849b2ec9fb6f1.tar.lz
zsh-fa509f5219e18b664a7e559169d849b2ec9fb6f1.tar.xz
zsh-fa509f5219e18b664a7e559169d849b2ec9fb6f1.tar.zst
zsh-fa509f5219e18b664a7e559169d849b2ec9fb6f1.zip
fix group handling nothing should now possibly be added to the wrong group again (16668)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c23d27729..f890b788d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-02-18 Sven Wischnowsky <wischnow@zsh.org>
+ * 16668: Src/Zle/compcore.c: fix group handling nothing should
+ now possibly be added to the wrong group again
+
* 16667: Completion/Base/Utility/_arguments: fix test for
prefix-needed