about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-04-23 16:44:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-04-23 16:44:24 +0000
commite7210e10b07080a15f801f1e87033cc145fcc916 (patch)
treea30b68d46063c8025825aa167ae13d9456ce3846 /ChangeLog
parent24477a7ff4e05f460b27866f8b16ca494e9ce9d5 (diff)
downloadzsh-e7210e10b07080a15f801f1e87033cc145fcc916.tar.gz
zsh-e7210e10b07080a15f801f1e87033cc145fcc916.tar.xz
zsh-e7210e10b07080a15f801f1e87033cc145fcc916.zip
23312: fix versioning and initialisation of word code headers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a52cff90..16ffa1136 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-04-23  Peter Stephenson  <pws@csr.com>
 
+	* 23312: Src/parse.c, Src/zsh.mdd: ensure parse.c is updated
+	when version.h changes in order to pick up changes to ZWC
+	files; memset() header of wordcode file to normalise unused words.
+
 	* 23308: Src/text.c: stop tindent becoming negative, which
 	causes infinite use of memory; add debug test to see where
 	it would become negative.