diff options
author | Peter Stephenson <pws@zsh.org> | 2016-06-21 17:26:35 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-06-21 17:26:35 +0100 |
commit | 26c01f57113cc76e20ec562ffcec60a1ab9f8b1e (patch) | |
tree | 96e08b2ffe8e8fa74ffb7a3d05563c99aaed7a83 /ChangeLog | |
parent | 5103c85abb239a12a3d29da9b41515cd4af19a9f (diff) | |
download | zsh-26c01f57113cc76e20ec562ffcec60a1ab9f8b1e.tar.gz zsh-26c01f57113cc76e20ec562ffcec60a1ab9f8b1e.tar.xz zsh-26c01f57113cc76e20ec562ffcec60a1ab9f8b1e.zip |
38737: clean up zcalc variables.
Undocumented variables now start with "_".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4ca92814a..b95b0fe31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-06-21 Peter Stephenson <p.stephenson@samsung.com> + * 38737: Functions/Misc/zcalc, Doc/Zsh/contrib.yo: document some + zcalc variable usage and make other variables start with "_". + * 38736: Completion/Zsh/Type/_module_math_func, Completion/Zsh/Type/_user_math_func, Doc/Zsh/contrib.yo, Functions/Misc/zcalc: various RPN mode enhancments for zcalc. |