summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fdefbafb..182535df8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-02-09 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * unposted: ChangeLog: Move the 37678 entry to the correct
+ location (and author).
+
2016-02-07 Dominik Ritter <dritter03@googlemail.com>
* unposted: Doc/Zsh/mod_complist.yo: complist module docs:
@@ -159,6 +164,10 @@
Src/zsh.h, Test/D02glob.ztst: also ! and ^ need to be tokenised
in character set.
+ * 37678: Src/glob.c, Src/lex.c, Src/pattern.c, Src/utils.c,
+ Src/zsh.h, Test/D02glob.ztst: Now possible to quote "-" in
+ a pattern range.
+
2016-01-18 Barton E. Schaefer <schaefer@zsh.org>
* 37682: Src/lex.c: when SH_GLOB is set (e.g. in "sh" emulation)
@@ -166,10 +175,6 @@
2016-01-18 Daniel Shahaf <d.s@daniel.shahaf.name>
- * 37678: Src/glob.c, Src/lex.c, Src/pattern.c, Src/utils.c,
- Src/zsh.h, Test/D02glob.ztst: Now possible to quote "-" in
- a pattern range.
-
* 37634: Completion/Unix/Command/_man: _man: Support subsection
names such as '3p'.