about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-08-02 20:51:06 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-08-02 21:12:12 +0900
commitf4723a0c08ecb9e9260cfac499fb642c0fd5a6bf (patch)
treed6142bd81a11e73926f4da37f386bc5935e2b03d /ChangeLog
parent3d9a8073c236b4cb2f7a237ca83c133e55d49f49 (diff)
downloadzsh-f4723a0c08ecb9e9260cfac499fb642c0fd5a6bf.tar.gz
zsh-f4723a0c08ecb9e9260cfac499fb642c0fd5a6bf.tar.xz
zsh-f4723a0c08ecb9e9260cfac499fb642c0fd5a6bf.zip
35957: fix _make-expandVars()
Also use variables set in the command line and environment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c638e5f43..7f7bb892f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-01  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
+
+	* 35957: Completion/Unix/Command/_make: fix _make-expandVars(),
+	and use variables set in the command line and environment.
+
 2015-07-31  Oliver Kiddle <opk@zsh.org>
 
 	* 35963: Src/Modules/system.c: simplify condition found by