mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-06 09:01:13 +02:00
Update ChangeLog with previous commits
This commit is contained in:
parent
38adc17336
commit
3057036472
1 changed files with 21 additions and 6 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,3 +1,17 @@
|
||||||
|
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>
|
2013-10-11 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
* 31815: Src/hist.c: more fallout from 31789: we need to save
|
* 31815: Src/hist.c: more fallout from 31789: we need to save
|
||||||
|
@ -18,12 +32,13 @@
|
||||||
|
|
||||||
2013-10-08 Barton E. Schaefer <schaefer@zsh.org>
|
2013-10-08 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 31797: partly fix long-standing history expansion bug in which
|
* 31797: Src/hist.c: partly fix long-standing history expansion
|
||||||
in some circumstances a default history expansion would occur even
|
bug in which in some circumstances a default history expansion
|
||||||
when there is neither an event nor a word designator, which is
|
would occur even when there is neither an event nor a word
|
||||||
contradictory to the documentation. There are still some cases in
|
designator, which is contradictory to the documentation.
|
||||||
which expansion is attempted when it should not be, but in most of
|
There are still some cases in which expansion is attempted
|
||||||
those cases the expansion simply fails.
|
when it should not be, but in most of those cases the expansion
|
||||||
|
simply fails.
|
||||||
|
|
||||||
2013-10-07 Peter Stephenson <p.stephenson@samsung.com>
|
2013-10-07 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue