about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-12-04 19:21:05 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-12-04 19:21:05 +0000
commitcfe1038ff13f5a6e11dab1fe109edafa274093ac (patch)
tree9afe00ccf64dc95f911f612dd1c68a3eb9a6f3c7 /ChangeLog
parent0db6a3103f2285365476f8bc87638261a4422bb4 (diff)
downloadzsh-cfe1038ff13f5a6e11dab1fe109edafa274093ac.tar.gz
zsh-cfe1038ff13f5a6e11dab1fe109edafa274093ac.tar.xz
zsh-cfe1038ff13f5a6e11dab1fe109edafa274093ac.zip
Fix --enable-function-subdirs for new config.modules system.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d71e61a96..cd3903cd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-12-04  Peter Stephenson  <pws@csr.com>
 
+	* 13226: configure.in, Config/defs.mk, Config/installfns.sh,
+	Config/uninstallfns.sh, Src/zsh.mdd: fix --enable-function-subdirs
+	for config.modules system; make Completion get its own functions
+	subdirectory; tidy up other related bits.	
+
 	* 13220: Doc/Zsh/params.yo: mention problems with $# e.g. `$#-'
 	in arithmetic.