about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-03-27 11:29:17 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-03-27 11:29:17 +0000
commit42ddb45fe8667142c869eb5c5f59e4786610a3b1 (patch)
treeb0a814db25ded3a3ed241200c9e028b49b8ab4e7 /ChangeLog
parent4d2d7d7e37ef31f8c6d6b9cce6cdd086647a40fa (diff)
downloadzsh-42ddb45fe8667142c869eb5c5f59e4786610a3b1.tar.gz
zsh-42ddb45fe8667142c869eb5c5f59e4786610a3b1.tar.xz
zsh-42ddb45fe8667142c869eb5c5f59e4786610a3b1.zip
24759: dont unfunction if no function; sanitize helper functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4774932ce..40ab94286 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-03-27  Peter Stephenson  <pws@csr.com>
 
+	* 24759: Completion/Unix/Type/_canonical_paths: unfunction
+	is noisy if function wasn't set.  Also sanitize use of
+	helper functions.
+
 	* 24757: Completion/Unix/Type/_canonical_paths: use
 	CHASE_LINKS and pwd to canonicalize the directory path.