diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-09-14 15:54:54 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-09-14 15:54:54 +0000 |
commit | a12ff424b683d74fbd973d06227fb90a0f87d3e1 (patch) | |
tree | 8c9f9f20b9ff44e673d60612b6ae331b41cc8006 /ChangeLog | |
parent | 879b24619ac23aef70a5d694453135238eac2045 (diff) | |
download | zsh-a12ff424b683d74fbd973d06227fb90a0f87d3e1.tar.gz zsh-a12ff424b683d74fbd973d06227fb90a0f87d3e1.tar.xz zsh-a12ff424b683d74fbd973d06227fb90a0f87d3e1.zip |
12804: Fix "typeset -m".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2c397f67c..c43bfdf24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2000-09-14 Bart Schaefer <schaefer@brasslantern.com> + + * 12804: Src/builtin.c: "typeset -m" implies "-g". + + * unposted: Completion/Commands/_complete_debug: Changed my mind + about the edit to 12800. + +2000-09-13 Bart Schaefer <schaefer@zsh.org> + + * 12800: E. Jay Berkenbilt: Completion/Commands/_complete_debug: + Quote the file name pushed onto the history, in case the command + word has strange characters in it. (Slighty edited.) + 2000-09-11 Bart Schaefer <schaefer@brasslantern.com> * 12793: Completion/Builtins/_zle, Doc/Zsh/compwid.yo, |