Opened 7 years ago

Closed 7 years ago

#9578 closed enhancement (fixed)

zsh zsh-doc 5.4.1

Reported by: Pierre Labastie Owned by: bdubbs@…
Priority: normal Milestone: 8.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

new minor version. No release notes yet

Change History (4)

comment:1 by Pierre Labastie, 7 years ago

From the NEWS file in source dir:

Changes from 5.3.1 to 5.4
-------------------------

The 'exec' and 'command' precommand modifiers, and options to them, are
now parsed after parameter expansion.  Previously, both the modifier and
any options to it were parsed between alias expansion and parameter
expansion (see zshexpn(1)), so they could neither be quoted nor be the
result of parameter expansion.  Examples: 's=command; $s -V ls' and
'\command -V ls' now work as expected.

Functions executed by ZLE widgets no longer have their standard input
closed, but redirected from /dev/null instead. That still guards
against user defined widgets inadvertently reading from the tty device.

There is an option WARN_NESTED_VAR, a companion to the existing
WARN_CREATE_GLOBAL that causes a warning if a function updates a
variable from an enclosing scope without using typeset -g.  It can be
turned on for an individual function with "functions -W".

zmodload now has an option -s to be silent on a failure to find a module
but still print other errors.

comment:2 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:3 by bdubbs@…, 7 years ago

Summary: zsh zsh-doc 5.4zsh zsh-doc 5.4.1

Now version 5.4.1.

  • unposted: back off 41499 as it has side effects which, while perfectly logical, are not what POSIX expects.
  • 41481: Completion/Unix/Command/_df, Completion/Unix/Command/_mount, Completion/Unix/Type/_umountable: _df: Complete mounted device and mount points.
  • 41486: Completion/Unix/Command/_tmux: Correct completions of new-window, split-window, respawn-window, respawn-pane.
  • unposted: Config/version.mk: Post-release version number bump to 5.4-dev-0.

comment:4 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19001.

Note: See TracTickets for help on using tickets.