diff options
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b5f12ac62..aa86e2be0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-05-20 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> + + * 14396: Src/params.c, Test/D04paramater.ztst, Doc/Zsh/params.yo: + Fix bug that though path/PATH etc. were unset as a pair, they + didn't get recreated as a pair despite remaining special. Add + tests for this and fix in 14388. Add documentation for special + ties like path and PATH. + 2001-05-20 Bart Schaefer <schaefer@zsh.org> * unposted: Test/ztst.zsh: Handle line wrapping in ZTST_hashmark. |