summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2013-10-13 10:59:52 -0700
committerBart Schaefer <schaefer@zsh.org>2013-10-13 10:59:52 -0700
commit332924513bade9bae205bd8ffd5d0e3f8e8e1d62 (patch)
treeda57173ab6013d0f85e9760447c18a34c3633f93 /ChangeLog
parentMerge branch 'master' of git://git.code.sf.net/p/zsh/code (diff)
parent31818: fix completion for zsh in _sh, and document the _arguments behavior th... (diff)
downloadzsh-332924513bade9bae205bd8ffd5d0e3f8e8e1d62.tar
zsh-332924513bade9bae205bd8ffd5d0e3f8e8e1d62.tar.gz
zsh-332924513bade9bae205bd8ffd5d0e3f8e8e1d62.tar.bz2
zsh-332924513bade9bae205bd8ffd5d0e3f8e8e1d62.tar.lz
zsh-332924513bade9bae205bd8ffd5d0e3f8e8e1d62.tar.xz
zsh-332924513bade9bae205bd8ffd5d0e3f8e8e1d62.tar.zst
zsh-332924513bade9bae205bd8ffd5d0e3f8e8e1d62.zip
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39
1 files changed, 33 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 524f54242..4a88f25aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2013-10-12 Barton E. Schaefer <schaefer@zsh.org>
+
+ * 31818: Completion/Unix/Command/_sh, Doc/Zsh/compsys.yo: to avoid
+ side effects, reposition the _arguments call in _sh for the zsh
+ special case. Document the side effects so avoided, and clean up
+ the _arguments documentation a bit along the way.
+
+2013-10-11 Mikael Magnusson <mikachu@gmail.com>
+
+ * 31805: Doc/Zsh/mod_parameter.yo, Src/Modules/parameter.c,
+ Src/Modules/parameter.mdd, Src/pattern.c, Test/V01zmodload.ztst:
+ Add $patchars and $dis_patchars to zsh/parameter module
+
+ * 31805: Completion/Zsh/Command/_disable,
+ Completion/Zsh/Command/_enable, Doc/Zsh/builtins.yo: Update
+ _enable and _disable for -p, fix related typo in docs
+
+ * 31806: Completion/Zsh/Command/_disable,
+ Completion/Zsh/Command/_enable, Workaround special characters
+ in alias and function names breaking _arguments syntax
+
+2013-10-11 Peter Stephenson <p.stephenson@samsung.com>
+
+ * 31815: Src/hist.c: more fallout from 31789: we need to save
+ using pushed history file before we pop.
+
2013-10-10 Peter Stephenson <p.stephenson@samsung.com>
* 31810: Test/E02xtrace.ztst: tests for simple cases of XTRACE
@@ -13,12 +39,13 @@
2013-10-08 Barton E. Schaefer <schaefer@zsh.org>
- * 31797: partly fix long-standing history expansion bug in which
- in some circumstances a default history expansion would occur even
- when there is neither an event nor a word designator, which is
- contradictory to the documentation. There are still some cases in
- which expansion is attempted when it should not be, but in most of
- those cases the expansion simply fails.
+ * 31797: Src/hist.c: partly fix long-standing history expansion
+ bug in which in some circumstances a default history expansion
+ would occur even when there is neither an event nor a word
+ designator, which is contradictory to the documentation.
+ There are still some cases in which expansion is attempted
+ when it should not be, but in most of those cases the expansion
+ simply fails.
2013-10-07 Peter Stephenson <p.stephenson@samsung.com>