about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-06-08 18:34:53 +0000
committerClint Adams <clint@users.sourceforge.net>2001-06-08 18:34:53 +0000
commit975c0b44c56c7bf12f93a54f20bbfeff06fac7da (patch)
treee62ebdcb89cc1082ed22a2c53d40831fe0a496dd /ChangeLog
parent9675a70946e07dee97a61ef0408595a6a52b7b21 (diff)
downloadzsh-975c0b44c56c7bf12f93a54f20bbfeff06fac7da.tar.gz
zsh-975c0b44c56c7bf12f93a54f20bbfeff06fac7da.tar.xz
zsh-975c0b44c56c7bf12f93a54f20bbfeff06fac7da.zip
14813: autoload functions from deleted .zwc files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35cd6d9e9..0ead55a9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-08  Clint Adams  <clint@zsh.org>
+
+	* 14813: zshconfig.ac, Src/parse.c, Src/utils.c, Src/zsh.h:
+	try to autoload functions from digest files that are deleted
+	but still open.
+
 2001-06-08  Bart Schaefer  <schaefer@zsh.org>
 
 	* 14796: zshconfig.ac: More reliable BROKEN_KILL_ESRCH test.