about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2002-01-06 01:12:34 +0000
committerBart Schaefer <barts@users.sourceforge.net>2002-01-06 01:12:34 +0000
commitad41ecec2b030446aacf8337e67da81ab189caaa (patch)
tree61912f4c3b395dcf76aae7dd27059d1b13eb9593
parent0524ab98ff4328f1e9a5e09a66e94523f6a3d903 (diff)
downloadzsh-ad41ecec2b030446aacf8337e67da81ab189caaa.tar.gz
zsh-ad41ecec2b030446aacf8337e67da81ab189caaa.tar.xz
zsh-ad41ecec2b030446aacf8337e67da81ab189caaa.zip
Log entries for 15746, users/4483, 16400.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2575faf7..e8c39916c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-01-05  Bart Schaefer  <schaefer@zsh.org>
+
+	* 16400, 16401: Src/subst.c: preserve empty words that result from
+	brace expansion.
+	
+	* users/4483: Completion/Unix/Command/_cvs: with "cvs add" et al.,
+	complete names of locally removed (but not committed) files.
+
+	* 15746: Src/utils.c: remove (with #if) an incorrect optimization
+	in the maildir version of mailstat().
+	
 2002-01-04  Oliver Kiddle  <opk@zsh.org>
 
 	* 16398: Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo,