summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-05-14 13:44:13 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-05-14 13:44:13 +0000
commitea03bf1ae558d76db45ad4cf2e0fa7c4b4836563 (patch)
tree196f808b11e0b925e8af0b080e092b0f2a993d4a /ChangeLog
parentset list_pipe_job only for real pipelines (14327) (diff)
downloadzsh-ea03bf1ae558d76db45ad4cf2e0fa7c4b4836563.tar
zsh-ea03bf1ae558d76db45ad4cf2e0fa7c4b4836563.tar.gz
zsh-ea03bf1ae558d76db45ad4cf2e0fa7c4b4836563.tar.bz2
zsh-ea03bf1ae558d76db45ad4cf2e0fa7c4b4836563.tar.lz
zsh-ea03bf1ae558d76db45ad4cf2e0fa7c4b4836563.tar.xz
zsh-ea03bf1ae558d76db45ad4cf2e0fa7c4b4836563.tar.zst
zsh-ea03bf1ae558d76db45ad4cf2e0fa7c4b4836563.zip
14330: handle quotes better in _most_recent_file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c760d0bf..b8606a541 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-14 Peter Stephenson <pws@csr.com>
+
+ * 14330: Completion/Base/Widget/_most_recent_file: handle filenames
+ which need quoted characters better.
+
2001-05-14 Sven Wischnowsky <wischnow@zsh.org>
* 14327: Src/exec.c: set list_pipe_job only for real pipelines