about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-11-09 13:27:52 +0000
committerClint Adams <clint@users.sourceforge.net>2000-11-09 13:27:52 +0000
commit89d480f57d59a794d8c2e04fc5270bed13b7a28a (patch)
tree449e8b9916aad6c5628d1175b24f69967ad5a89d /ChangeLog
parent559974ad877e5cbf04fe8907444ce001a48f5c01 (diff)
downloadzsh-89d480f57d59a794d8c2e04fc5270bed13b7a28a.tar.gz
zsh-89d480f57d59a794d8c2e04fc5270bed13b7a28a.tar.xz
zsh-89d480f57d59a794d8c2e04fc5270bed13b7a28a.zip
13125: evalute muttrc's mailboxes directive in case of backticks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fdc0f42d..e88efb90f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-2000-11-08  Bart Schaefer  <schaefer@zsh.org>
+2000-11-09  Clint Adams  <schizo@debian.org>
 
-	* 13140: Src/utils.c: Believe the non-error not-ready return value
-	from select(), in read_poll().
+	* 13125: Completion/User/_mailboxes: evaluate the mailboxes
+	directives in muttrc, in case of backticks.
 
 2000-11-08  Sven Wischnowsky  <wischnow@zsh.org>