summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-07-05 10:51:52 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-07-05 10:51:52 +0000
commit31d6ad578b88a7bd9006fa27a3f4e8ddb68509ac (patch)
treee53bafdaa8880fec68ce4028fed8bdc3f095e4f9 /ChangeLog
parent17414: narrow-to-region save and restore. (diff)
downloadzsh-31d6ad578b88a7bd9006fa27a3f4e8ddb68509ac.tar
zsh-31d6ad578b88a7bd9006fa27a3f4e8ddb68509ac.tar.gz
zsh-31d6ad578b88a7bd9006fa27a3f4e8ddb68509ac.tar.bz2
zsh-31d6ad578b88a7bd9006fa27a3f4e8ddb68509ac.tar.lz
zsh-31d6ad578b88a7bd9006fa27a3f4e8ddb68509ac.tar.xz
zsh-31d6ad578b88a7bd9006fa27a3f4e8ddb68509ac.tar.zst
zsh-31d6ad578b88a7bd9006fa27a3f4e8ddb68509ac.zip
17432: typeset test, typeset shows base for integer
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85364d06d..33c5a01ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-07-05 Peter Stephenson <pws@csr.com>
+ * 17432: Test/B02typeset.ztst: change consequent on 17334
+ spotted by Bart: `typeset' outputs base for integer.
+
* 17414: Doc/Zsh/contrib.yo, Functions/Zle/narrow-to-region:
allow narrow-to-region to save and restore state, a bit
like save-restriction in emacs only completely different.