about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFelix Rosencrantz <f_rosencrantz@users.sourceforge.net>2002-10-09 20:38:24 +0000
committerFelix Rosencrantz <f_rosencrantz@users.sourceforge.net>2002-10-09 20:38:24 +0000
commit114d799efd1463eb1d46c0ee33c5e45948fa9e7d (patch)
tree455193fc28eac7441b132fdf5136416f8e77dabf /ChangeLog
parentae8f4db3857a317a2cc2ff1c7533b7e911ec3221 (diff)
downloadzsh-114d799efd1463eb1d46c0ee33c5e45948fa9e7d.tar.gz
zsh-114d799efd1463eb1d46c0ee33c5e45948fa9e7d.tar.xz
zsh-114d799efd1463eb1d46c0ee33c5e45948fa9e7d.zip
Changes to _store_cache to allow cache names to contain slashes "/".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80e21405c..2dcf66f34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-09  Felix Rosencrantz <f_rosencrantz@yahoo.com>
+
+	* 17793: Completion/Base/Utility/_store_cache: Allow / in cache
+	names.
+
 2002-10-07  Peter Stephenson  <pws@csr.com>
 
 	* 17482 (Karl Tomlinson): Src/Modules/termcap.c,