diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2012-03-07 06:10:42 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2012-03-07 06:10:42 +0000 |
commit | fa8a0e241c8ac9eb48ab9fc2d8bb3105088e0db9 (patch) | |
tree | e0369814c4201b9dfe4ca087620b574f4fb35059 /ChangeLog | |
parent | a0d24f0bf3bfc7509557089bd6e0336f8da0494f (diff) | |
download | zsh-fa8a0e241c8ac9eb48ab9fc2d8bb3105088e0db9.tar.gz zsh-fa8a0e241c8ac9eb48ab9fc2d8bb3105088e0db9.tar.xz zsh-fa8a0e241c8ac9eb48ab9fc2d8bb3105088e0db9.zip |
30320: "emulate" accepts invocation-time flags; other small doc tweaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a167a5d47..c8fbe8365 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,17 @@ * Alexey: 30322: Completion/Unix/Command/_xmlsoft: accept more file types. +2012-03-06 Barton E. Schaefer <schaefer@zsh.org> + + * 30320: Doc/Zsh/builtins.yo, Src/builtin.c, Src/init.c, + Src/options.c: "emulate" accepts invocation-time setopt flags + after the shell name, in addition to "-c command". + + * 30320 (bonus): Doc/Zsh/params.yo: document interaction of + sun_keyboard_hack with the KEYBOARD_HACK paramter. + + * 30320 (misc.): Etc/FAQ.yo: rectify a minor omission. + 2012-03-05 Clint Adams <clint@zsh.org> * 30314: Completion/Unix/Command/_ssh: add completion for @@ -16077,5 +16088,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5605 $ +* $Revision: 1.5606 $ ***************************************************** |