summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2003-10-27 01:52:06 +0000
committerBart Schaefer <barts@users.sourceforge.net>2003-10-27 01:52:06 +0000
commit112bfcfe46a0b5f2781f3b0131e25b78b0e9ed0c (patch)
tree0cef9d59547fd5454304a60449b331991feb88ce
parent474d1579fe4ce89a42e18d08841fe6eb5ffc6c4c (diff)
downloadzsh-112bfcfe46a0b5f2781f3b0131e25b78b0e9ed0c.tar.gz
zsh-112bfcfe46a0b5f2781f3b0131e25b78b0e9ed0c.zip
zsh-users/6663, 6736, 6738: Symlink fixes for Completion/compaudit; new
functions url-quote-magic and quote-and-complete-word.
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d700bec7e..345fa29f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-10-26 Bart Schaefer <schaefer@zsh.org>
+
+ * 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 <clint@zsh.org>
* 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 <schaefer@zsh.org>
+
+ * 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 <pws@pwstephenson.fsnet.co.uk>
* 19168: Src/prompt.c, Src/utils.c, Src/Modules/datetime.c: