about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-09-30 21:54:10 +0000
committerClint Adams <clint@users.sourceforge.net>2006-09-30 21:54:10 +0000
commit8855a7b635cadb5d75c7e1f6c78688dc569af14c (patch)
treec6f80cd71bfd3b8ffe3a0a5c146d1ceef18c1666 /ChangeLog
parent29af031d0df4c07a9ac986b92d113dac2d183753 (diff)
downloadzsh-8855a7b635cadb5d75c7e1f6c78688dc569af14c.tar.gz
zsh-8855a7b635cadb5d75c7e1f6c78688dc569af14c.tar.xz
zsh-8855a7b635cadb5d75c7e1f6c78688dc569af14c.zip
22799: change _fusermount to use _fuse_values and _canonical_paths.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9645c03d4..d52a0151b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-09-30  Clint Adams  <clint@zsh.org>
 
+	* 22799: R. Ramkumar: Completion/Linux/Command/_fusermount:
+	change _fusermount to use _fuse_values and _canonical_paths.
+
 	* 22798: R. Ramkumar: Completion/Unix/Command/_bittorrent:
 	cleanup and fixes.