summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-02-09 03:37:04 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-02-09 03:37:52 +0000
commit17242572bcd15940b4f2df8200c3339f52d19aa5 (patch)
treee42b2ceb8e4583dc5181f605f5169408a8df5fc5
parent1ab316c9b8bcf60db091ed0cabe3930a52a0d965 (diff)
downloadzsh-17242572bcd15940b4f2df8200c3339f52d19aa5.tar.gz
zsh-17242572bcd15940b4f2df8200c3339f52d19aa5.zip
unposted: ChangeLog: Move the 37678 entry to the correct location (and author).
-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'.