summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2004-08-18 20:40:29 +0000
committerWayne Davison <wayned@users.sourceforge.net>2004-08-18 20:40:29 +0000
commit1f42dc4008709f3b791d1f53c689c6728ecde6c5 (patch)
tree974f5b59e669c17c8d1b16e67fe0ee7aa2df451a
parent472e21e242c6bbfa27b3f28fb7d2b733c3c7eb75 (diff)
downloadzsh-1f42dc4008709f3b791d1f53c689c6728ecde6c5.tar.gz
zsh-1f42dc4008709f3b791d1f53c689c6728ecde6c5.zip
02070
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 12afb2e85..b72bfad3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
2004-08-18 Wayne Davison <wayned@users.sourceforge.net>
- * 20269: Completion/Unix/Command/_make: Don't output the make
- targets all clumped into a single string when useperl is enabled.
+ * 20269, 20270: Completion/Unix/Command/_make: Don't output the
+ make targets all clumped into a single string when useperl is
+ enabled. Don't output a bogus target for a "VAR := VAL" line.
2004-08-16 Peter Stephenson <pws@csr.com>