summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_tex2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b28e616b..1fd675c14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-02-16  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
+
+	* 49757 (sourceforge #1): samcarter: Completion/Unix/Command/_tex:
+	offer *.dtx as TeX input files
+
 2022-02-15  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* 49756 + 49758 (Daniel): Etc/FAQ.yo, Util/zyodl.vim: replace
diff --git a/Completion/Unix/Command/_tex b/Completion/Unix/Command/_tex
index 9943fe10c..f1428c494 100644
--- a/Completion/Unix/Command/_tex
+++ b/Completion/Unix/Command/_tex
@@ -26,4 +26,4 @@ _arguments : \
     '-8bit[make all characters printable by default]' \
     '-help[display this help and exit]' \
     '-version[output version information and exit]' \
-    '*:TeX or LaTeX file:_files -g "*.(tex|TEX|texinfo|texi)(-.)"'
+    '*:TeX or LaTeX file:_files -g "*.(tex|TEX|texinfo|texi|dtx)(-.)"'