From 112bfcfe46a0b5f2781f3b0131e25b78b0e9ed0c Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 27 Oct 2003 01:52:06 +0000 Subject: zsh-users/6663, 6736, 6738: Symlink fixes for Completion/compaudit; new functions url-quote-magic and quote-and-complete-word. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index d700bec7e..345fa29f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-10-26 Bart Schaefer + + * zsh-users/6738: Functions/Zle/url-quote-magic: replacement for + self-insert that quotes shell metacharacters when they appear in a + word that looks like a URL. + + * zsh-users/6736: Functions/Zle/quote-and-complete-word: widget + that puts double-quotes around words before invoking completion. + 2003-10-24 Clint Adams * 19202: Doc/Makefile.in, Doc/Zsh/mod_datetime.yo: @@ -30,6 +39,12 @@ * 19169: Src/Modules/datetime.c: change SECS parameter to EPOCHSECONDS. +2003-10-07 Bart Schaefer + + * users/6663: Completion/compaudit: follow symlinks when checking + permissions on directories in the fpath; also in case of symlinks, + find parent with ${^fpath:h} rather than ${^fpath}/.. + 2003-10-06 Peter Stephenson * 19168: Src/prompt.c, Src/utils.c, Src/Modules/datetime.c: -- cgit 1.4.1