From ac54a0f98388763aa01e16de33e3c547ee76c13b Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 15 Oct 2008 06:12:41 +0000 Subject: [PATCH] 25883 (quoting in _multi_parts) and 25887 (-U in _path_files). --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4912e14d3..961a68bdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-10-14 Barton E. Schaefer + + * 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 * 25898: Src/module.c: avoid dereference of p after it is freed