about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2008-10-15 06:12:41 +0000
committerBart Schaefer <barts@users.sourceforge.net>2008-10-15 06:12:41 +0000
commitac54a0f98388763aa01e16de33e3c547ee76c13b (patch)
tree3f675f93a9787a476dcddf1ab060adb4f6dba38f
parent4504a28ac3f72fc43615d1b5d632183a1717dc8b (diff)
downloadzsh-ac54a0f98388763aa01e16de33e3c547ee76c13b.tar.gz
zsh-ac54a0f98388763aa01e16de33e3c547ee76c13b.tar.xz
zsh-ac54a0f98388763aa01e16de33e3c547ee76c13b.zip
25883 (quoting in _multi_parts) and 25887 (-U in _path_files).
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4912e14d3..961a68bdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-10-14  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 25887: Completion/Unix/Type/_path_files: pass -U to compadd only
+	when _comp_correct is true; otherwise, completing subpatterns
+	inside braces tends to behave oddly.
+
+	* Jörg Sommer: 25883: Completion/Base/Utility/_multi_parts: quote
+	strings in the temporary variable tmp1 before joining them with
+	"|" to create an alternatives pattern.
+
 2008-10-14  Clint Adams  <clint@zsh.org>
 
 	* 25898: Src/module.c: avoid dereference of p after it is freed