about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-05 09:20:02 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-05 09:20:02 +0000
commit5de3404e7c48edae1fa6b2ffc03bc8ed20d32be3 (patch)
tree126164d2794a7aa97ecd7a23c00b3ee9a3b200b6 /ChangeLog
parentff53f1cfb6a7a513f39603ff14e0656f228927f1 (diff)
downloadzsh-5de3404e7c48edae1fa6b2ffc03bc8ed20d32be3.tar.gz
zsh-5de3404e7c48edae1fa6b2ffc03bc8ed20d32be3.tar.xz
zsh-5de3404e7c48edae1fa6b2ffc03bc8ed20d32be3.zip
make zwc files use the magic number as their verios, report zsh-version in error messages
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d45bfa695..88c21fe68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
 
 2000-04-05  Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
 
+	* 10502: Src/parse.c: use magic number in zwc files as zwc-version,
+	report zsh-version in error message.
+
 	* 10500: Doc/Zsh/zle.yo, Functions/Zle/incremental-complete-word,
 	Src/utils.c, Src/Zle/zle_params.c: add zle special parameter
 	$PENDING, giving the number of un-read bytes.