about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-03-25 16:19:00 -0500
committerdana <dana@dana.is>2019-03-25 16:19:00 -0500
commit683c2cc1ca6877a74b91c869e24642fdc4eb5ab3 (patch)
tree0a1d368a856038384b1adeba2eac6dde353bca31 /ChangeLog
parent52f3266bd010918122ae039510486131a2c4afe3 (diff)
downloadzsh-683c2cc1ca6877a74b91c869e24642fdc4eb5ab3.tar.gz
zsh-683c2cc1ca6877a74b91c869e24642fdc4eb5ab3.tar.xz
zsh-683c2cc1ca6877a74b91c869e24642fdc4eb5ab3.zip
44160 (tweaked): Completion: Add _deb_files, match *.ddeb
Add new helper function for generating Debian package/control files, use it
where applicable

Adjusted only for minor white-space corruption in original patch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c637219ba..bd6e73966 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2019-03-25  dana  <dana@dana.is>
+
+	* 44160 (tweaked): Completion/Debian/Command/_apt,
+	Completion/Debian/Command/_apt-file,
+	Completion/Debian/Command/_debdiff,
+	Completion/Debian/Command/_dpkg,
+	Completion/Debian/Command/_lintian,
+	Completion/Debian/Command/_piuparts,
+	Completion/Debian/Type/_deb_files: Add _deb_files helper with
+	support for *.ddeb, use it where applicable
+
 2019-03-25  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* 44176: Src/Modules/zftp.c: warn only if off_t is longer than long