about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2023-08-14 15:51:12 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2023-08-14 15:51:12 +0900
commit9b9870a6dc526e9d1f4406a730cbaa17a462e46f (patch)
treea8be0c78883a0232567e9fb1a05d4825bd15666a /ChangeLog
parent40a6265aa3f611178ccb99b05522f458ac466f61 (diff)
downloadzsh-9b9870a6dc526e9d1f4406a730cbaa17a462e46f.tar.gz
zsh-9b9870a6dc526e9d1f4406a730cbaa17a462e46f.tar.xz
zsh-9b9870a6dc526e9d1f4406a730cbaa17a462e46f.zip
52037: complete only external commands for env/watch
also includes a few minor fixes for _date, _env and _watch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97efdcec4..13230c3b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-08-14  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
+
+	* 52037: Completion/Unix/Command/_date,
+	Completion/Unix/Command/_env, Completion/Unix/Command/_watch:
+	complete only external commands for env and watch, with a few
+	more minor fixes
+
 2023-08-06  Bart Schaefer  <schaefer@zsh.org>
 
 	* Shohei YOSHIDA: 52018: Completion/Unix/Command/_wc: latest