summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-09-28 02:18:49 +0200
committerMikael Magnusson <mikachu@gmail.com>2015-09-28 02:24:54 +0200
commitd85a1fcd888198d0212d7bec615751e8fe715fdd (patch)
tree709724da2621a85a023296d1a27ed02fc6e7a171 /ChangeLog
parent36651: WARN_CREATE_GLOBAL += math expressions (diff)
downloadzsh-d85a1fcd888198d0212d7bec615751e8fe715fdd.tar
zsh-d85a1fcd888198d0212d7bec615751e8fe715fdd.tar.gz
zsh-d85a1fcd888198d0212d7bec615751e8fe715fdd.tar.bz2
zsh-d85a1fcd888198d0212d7bec615751e8fe715fdd.tar.lz
zsh-d85a1fcd888198d0212d7bec615751e8fe715fdd.tar.xz
zsh-d85a1fcd888198d0212d7bec615751e8fe715fdd.tar.zst
zsh-d85a1fcd888198d0212d7bec615751e8fe715fdd.zip
unposted: Fix broken case condition and "qualifer" typo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cd07ffa3..7af8a07c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
+2015-09-28 Mikael Magnusson <mikachu@gmail.com>
+
+ * unposted: Completion/Zsh/Context/_brace_parameter,
+ Completion/Zsh/Type/_delimiters, Completion/Zsh/Type/_globquals,
+ Functions/Calendar/age: Fix broken case condition and "qualifer"
+ typo
+
2015-09-27 Daniel Shahaf <d.s@daniel.shahaf.name>
- * 36651: Doc/Zsh/options.yo Src/exec.c Src/math.c
+ * 36651: Doc/Zsh/options.yo, Src/exec.c, Src/math.c,
Test/E01options.ztst: WARN_CREATE_GLOBAL += math expressions
-2015-09-27 Matthew Martin <phy1729@gmail.com>
-
- * 36653: Completion/Unix/Command/_user_admin: OpenBSD's usermod
- has no -a flag
+ * Matthew Martin: 36653: Completion/Unix/Command/_user_admin:
+ OpenBSD's usermod has no -a flag
2015-09-27 Barton E. Schaefer <schaefer@zsh.org>