diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-02-13 13:14:45 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-02-13 13:14:45 +0000 |
commit | 326d6825104fbaedf569e169b04043c29bc3d845 (patch) | |
tree | d88b732c56757962b324850dab53908ebb3e86ce /ChangeLog | |
parent | 90b07817db10a67cc58d5bcad20ab6fc191146de (diff) | |
download | zsh-326d6825104fbaedf569e169b04043c29bc3d845.tar.gz zsh-326d6825104fbaedf569e169b04043c29bc3d845.tar.xz zsh-326d6825104fbaedf569e169b04043c29bc3d845.zip |
try to make the -t option of zpty smarter (13462)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 094569922..4bddff7c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-02-13 Sven Wischnowsky <wischnow@zsh.org> + * 13462: Src/Modules/zpty.c: try to make the -t option of zpty + smarter + * 13459: Completion/Core/_path_files: wehn using glob_complete, don't treat everything starting with a tilde as a pattern |