diff options
author | Peter Stephenson <pws@zsh.org> | 2015-03-25 17:59:24 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-03-25 18:00:25 +0000 |
commit | a22cb7cad26ef1e395a1165dc77c647c2c00b789 (patch) | |
tree | 39f8fadc649d635a4f430289a5a9d8c56029f348 /ChangeLog | |
parent | 158484941ac1ff20ce93e4aff46fef6cd22dbf91 (diff) | |
download | zsh-a22cb7cad26ef1e395a1165dc77c647c2c00b789.tar.gz zsh-a22cb7cad26ef1e395a1165dc77c647c2c00b789.tar.xz zsh-a22cb7cad26ef1e395a1165dc77c647c2c00b789.zip |
34776: improve suppression of alias expansions from history.
Now uses the mechanism in use for other forms of suppression of sections of input.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 82c01b614..d8f18feff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-03-25 Peter Stephenson <p.stephenson@samsung.com> + + * 34776: Src/hist.c, Src/zsh.h: suppressing alias expansions + from history now uses same mechanism as everyone else. + 2015-03-25 Barton E. Schaefer <schaefer@zsh.org> * 34774: Test/W01history.ztst, Test/comptest: fix %prep and use |