about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-11-24 23:07:18 +0100
committerOliver Kiddle <opk@zsh.org>2021-11-24 23:09:38 +0100
commit16d5d6a9dae526355caf16f2de9d57d84b5d9993 (patch)
tree6ab30a2ad2596523b85aa553ffa8a4544632fd7a /ChangeLog
parent138f5bf144589a59ef009f26332652291cd0a944 (diff)
downloadzsh-16d5d6a9dae526355caf16f2de9d57d84b5d9993.tar.gz
zsh-16d5d6a9dae526355caf16f2de9d57d84b5d9993.tar.xz
zsh-16d5d6a9dae526355caf16f2de9d57d84b5d9993.zip
49597: add a helper for completing numbers with unit suffixes and separate out defaults, ranges and units in completion descriptions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb8b73085..d7b225d42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2021-11-24  Oliver Kiddle  <opk@zsh.org>
+
+	* 49597: Completion/Base/Core/_description, Doc/Zsh/compsys.yo,
+	Completion/Base/Utility/_numbers, Completion/BSD/Command/_ipfw,
+	Completion/Linux/Command/_btrfs, Completion/Unix/Command/_dd,
+	Completion/Unix/Command/_git, Completion/Unix/Command/_head,
+	Completion/Unix/Command/_killall, Completion/Unix/Command/_pv,
+	Completion/Unix/Command/_rclone, Completion/Unix/Command/_rsync,
+	Completion/Unix/Command/_stdbuf, Completion/Unix/Command/_tail,
+	Completion/Unix/Command/_timeout, Completion/Unix/Command/_zfs,
+	Completion/X/Command/_xset: add a helper for completing numbers
+	with unit suffixes and separate out defaults, ranges and units
+	in completion descriptions
+
 2021-11-22  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* 49586: Src/hist.c: fix :a and :A modifiers (with PWD="/") on