diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2009-02-28 07:11:31 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2009-02-28 07:11:31 +0000 |
commit | 027ce9a00134c1f9c272739042e7133ad792dec7 (patch) | |
tree | 1e5ccee8165faaaeab793b4dca9d0d844755d5ff /ChangeLog | |
parent | a85db682710c7435e1093844491b4caa35aee90e (diff) | |
download | zsh-027ce9a00134c1f9c272739042e7133ad792dec7.tar.gz zsh-027ce9a00134c1f9c272739042e7133ad792dec7.tar.xz zsh-027ce9a00134c1f9c272739042e7133ad792dec7.zip |
26609: _path_files: better (?) fix for globcomplete.
unposted: _pick_variant: explicit rather than implicit success return.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4e00629cc..a56dfa036 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-02-27 Barton E. Schaefer <schaefer@zsh.org> + + * 26609: Completion/Unix/Type/_path_files: further / different fix + for doubled -s in path completion, which only might be correct in + all cases but is more correct for the original failed example. + + * unposted: Completion/Base/Utility/_pick_variant: be consistent + about explicitly returning 0 or 1, just because. + 2009-02-27 Peter Stephenson <p.w.stephenson@ntlworld.com> * 26622: Src/lex.c, Test/A01grammar.ztst: improve 26617 and add @@ -11257,5 +11266,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4583 $ +* $Revision: 1.4584 $ ***************************************************** |