about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-06-12 10:34:57 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-06-12 10:34:57 +0000
commitc26704f7a37f615820cebeacb763aa2748c290ec (patch)
tree0194a4aa367c7062578a90ca6dd00a8a7e253a83 /ChangeLog
parentae09302120db6252c50d9a3d4ba07960ee6a81b8 (diff)
downloadzsh-c26704f7a37f615820cebeacb763aa2748c290ec.tar.gz
zsh-c26704f7a37f615820cebeacb763aa2748c290ec.tar.xz
zsh-c26704f7a37f615820cebeacb763aa2748c290ec.zip
Added KSH_TYPESET option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd5f71346..026ec09ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-12  Peter Stephenson  <pws@csr.com>
+
+	* 14858: Doc/Zsh/options.yo, Src/options.c, Src/subst.c,
+	Src/zsh.h, Test/E01options.ztst: KSH_TYPESET option allows
+	assignments after typeset not to be split.
+
 2001-06-11  Clint Adams  <clint@zsh.org>
 
 	* 14843: Src/Modules/tcp.c, Src/Modules/zftp.c: