about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-10-26 18:35:36 +0200
committerOliver Kiddle <opk@zsh.org>2021-10-26 18:35:36 +0200
commit4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6 (patch)
treec3d4ef7aa76460795ecada6d284af72aac4d9242 /ChangeLog
parent8764cba90b13238d0d4bf62383cab6039508c7cf (diff)
downloadzsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.tar.gz
zsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.tar.xz
zsh-4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6.zip
49519: quote completed options as needed and remove the now superfluous quotes from option specifications
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index abdab0ffe..ff8a738c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2021-10-26  Oliver Kiddle  <opk@zsh.org>
 
+	* 49519: Completion/Base/Utility/_arguments,
+	Completion/Darwin/Command/_qtplay, Completion/Unix/Command/_less,
+	Completion/Unix/Command/_nm, Completion/Unix/Command/_php,
+	Completion/Unix/Command/_strings, Completion/Unix/Command/_zip,
+	Completion/X/Command/_gnome-gv: quote completed options as needed
+	and remove the now superfluous quotes from option specifications
+
 	* 49516: Src/Zle/compmatch.c: bail out early from matching
 	control if command line content is too short for the coanchor
 
@@ -12,7 +19,7 @@
 
 2021-10-23  Oliver Kiddle  <opk@zsh.org>
 
-	* 49499 based on 49496 by Jun T.: Src/Zle/computil.c
+	* 49499 based on 49496 by Jun T.: Src/Zle/computil.c,
 	Test/Y03arguments.ztst: fixes to option -A of _arguments
 
 	* 49500: Completion/Linux/Command/_lsns: new completion