about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-08-15 17:11:17 +0000
committerClint Adams <clint@users.sourceforge.net>2005-08-15 17:11:17 +0000
commitb9d42d6a592603d34cb8b03813d1604c59b6912e (patch)
tree9afdd21d22ba7b5bc1dbd98a93eaa66157594f89 /ChangeLog
parentbce534d95722bbd9251e24601e36ad42f43ee255 (diff)
downloadzsh-b9d42d6a592603d34cb8b03813d1604c59b6912e.tar.gz
zsh-b9d42d6a592603d34cb8b03813d1604c59b6912e.tar.xz
zsh-b9d42d6a592603d34cb8b03813d1604c59b6912e.zip
21565: better handle uncompresed manpages with .[0-9] in their names.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bafeb6d5..05e5c1248 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-15  Clint Adams  <clint@zsh.org>
+
+	* 21565: Completion/Unix/Command/_man: better handle uncompresed
+	manpages with .[0-9] in their names.
+
 2005-08-15  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* 21609: Src/glob.c: fixed the readlink() call in statfullpath().