about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2000-09-20 06:33:29 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2000-09-20 06:33:29 +0000
commit1254055f094e2a13abc79fa8f1a708753d8ab998 (patch)
tree774c78acc58cd49e9eb6689b0c32df002513023f
parent9f012ce7c91cf517242bd2d26e6d97dca61f791c (diff)
downloadzsh-1254055f094e2a13abc79fa8f1a708753d8ab998.tar.gz
zsh-1254055f094e2a13abc79fa8f1a708753d8ab998.tar.xz
zsh-1254055f094e2a13abc79fa8f1a708753d8ab998.zip
12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage.
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/contrib.yo4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8f41ce75..5b748ed32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-20  Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
+
+	* 12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify
+	digest file usage.
+
 2000-09-19  Clint Adams  <schizo@debian.org>
 
 	* 12847: Src/builtin.c: dynamically allocate z and buf in
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 91f252f51..eb5f202da 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -81,7 +81,9 @@ installation to track the latest developments, you may find that function
 digests compiled with the tt(zcompile) builtin are frequently out of date
 with respect to the function source files.  This is not usually a problem,
 because zsh always looks for the newest file when loading a function, but
-it may cause slower shell startup and function loading.
+it may cause slower shell startup and function loading.  Also, if a digest
+file is explicitly used as element of tt(fpath), zsh won't check whether
+any of its source files has changed.
 
 The tt(zrecompile) autoloadable function, found in tt(Functions/Misc), can
 be used to keep function digests up to date.