diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-28 22:23:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-28 22:23:04 +0000 |
commit | e775b4dd669fdd377ca054fc69e4eb0b882acc2c (patch) | |
tree | ae4f2dee6c473bfe854477a70f784ab5e18b9139 /ChangeLog | |
parent | 36d228b12934000cf11690b4365c144ef55c905f (diff) | |
download | zsh-e775b4dd669fdd377ca054fc69e4eb0b882acc2c.tar.gz zsh-e775b4dd669fdd377ca054fc69e4eb0b882acc2c.tar.xz zsh-e775b4dd669fdd377ca054fc69e4eb0b882acc2c.zip |
25938 (Mikael) + probably 25939, too: typo in _path_files
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d0e0cc1cc..67e57fa59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2008-10-28 Peter Stephenson <p.w.stephenson@ntlworld.com> - * 25937: README, Src/builtins.c: builtins that don't have + * 25938 (Mikael) + probably 25939, too: + Completion/Unix/Type/_path_files: IPREFIX missing $. + + * 25937: README, Src/builtin.c: builtins that don't have options now ignore an initial "--" argument. 2008-10-28 Peter Stephenson <pws@csr.com> |