diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-06-06 12:31:47 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-06-06 12:31:47 -0700 |
commit | 229bc3cc74bfa8d6c23a02a3e0e89d7f08467dd1 (patch) | |
tree | 5d000d4a5e824bb36789e694f30c9d90c39f935d /ChangeLog | |
parent | 2abba7243a736a2fc626f3cc917d8a67014d4d20 (diff) | |
download | zsh-229bc3cc74bfa8d6c23a02a3e0e89d7f08467dd1.tar.gz zsh-229bc3cc74bfa8d6c23a02a3e0e89d7f08467dd1.tar.xz zsh-229bc3cc74bfa8d6c23a02a3e0e89d7f08467dd1.zip |
35350: extend "fc -I" to cover listing of "internal" history events only
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b6c233d8c..012c0bb3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-06-06 Barton E. Schaefer <schaefer@zsh.org> + + * 35350: Completion/Zsh/Command/_fc, Doc/Zsh/builtins.yo, + Src/builtin.c: extend "fc -I" to cover listing of "internal" + history events only + 2015-06-05 Peter Stephenson <p.stephenson@samsung.com> * 35386: Doc/Zsh/builtins.yo, Doc/Zsh/contrib.yo, |