diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-24 18:22:54 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-24 18:22:54 +0000 |
commit | e50ffb3f593e65969651d26660a2bd49c128e128 (patch) | |
tree | e2c4219089aede5617a5a750db92caf198f5b550 /ChangeLog | |
parent | fd305eb30a08a9ec6d130a4adf9a2a4582c77c73 (diff) | |
download | zsh-e50ffb3f593e65969651d26660a2bd49c128e128.tar.gz zsh-e50ffb3f593e65969651d26660a2bd49c128e128.tar.xz zsh-e50ffb3f593e65969651d26660a2bd49c128e128.zip |
Fixes for mh completions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 73e9bf411..1206c4d46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-03-24 Bart Schaefer <schaefer@zsh.org> + + * 13740: Completion/User/_mailboxes: Fixes for mh (based on PWS's + patch in 13737): handle sub-folders; handle +folder abbreviations; + add commented-out lines that might eventually handle @folder, too. + 2001-03-23 Bart Schaefer <schaefer@zsh.org> * 13736: Test/01grammar.ztst: Enable more tests as they seem to |