diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-11-05 03:34:36 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-11-05 03:34:36 +0000 |
commit | ab99c6d8b67c7a30e696c0554e2e9a68719cabe0 (patch) | |
tree | 3fd19a864d207f74ada7723632a91b1c6e9f5938 /ChangeLog | |
parent | b4f76c13fd8e878cd221404ebb066937b5f7281f (diff) | |
download | zsh-ab99c6d8b67c7a30e696c0554e2e9a68719cabe0.tar.gz zsh-ab99c6d8b67c7a30e696c0554e2e9a68719cabe0.tar.xz zsh-ab99c6d8b67c7a30e696c0554e2e9a68719cabe0.zip |
Use bareglobqual.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9854f77c2..2a78b4056 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-11-04 Bart Schaefer <schaefer@zsh.org> + * 13118: Completion/Core/compinit: Add `bareglobqual' to the + standard setopts for the completion system. + * 13116: Src/Modules/zpty.c: More informative error output; better streaming behavior of `zpty -r'; prevent hang on `zpty -t' when the command was started with `zpty -b'. |