diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-19 11:43:12 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-19 11:43:12 +0000 |
commit | 11ec14c3b3942cf2c790bf077e704f745b754db9 (patch) | |
tree | 46be924034566539bcce8d54d5d3f6d20be7bee5 /ChangeLog | |
parent | 083befef2bfe9a93dbf6a6acfe2faed7f743d6ed (diff) | |
download | zsh-11ec14c3b3942cf2c790bf077e704f745b754db9.tar.gz zsh-11ec14c3b3942cf2c790bf077e704f745b754db9.tar.xz zsh-11ec14c3b3942cf2c790bf077e704f745b754db9.zip |
more careful when optimising patterns in compfiles (11981)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6117cdf86..6eeef80e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-06-19 Sven Wischnowsky <wischnow@zsh.org> + * 11981: Src/Zle/computil.c: more careful when optimising patterns + in compfiles + * 11977: Completion/Core/_options, Completion/Core/_set_options, Completion/Core/_unset_options, Doc/Zsh/compwid.yo, Src/Zle/comp.h, Src/Zle/complete.c, Src/Zle/compmatch.c, |