zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 5.3 bits for the NEWS file
@ 2016-12-08 22:46 Oliver Kiddle
  0 siblings, 0 replies; only message in thread
From: Oliver Kiddle @ 2016-12-08 22:46 UTC (permalink / raw)
  To: Zsh workers

Additions to NEWS, covering only changes that I had some involvement
with.

Oliver

diff --git a/NEWS b/NEWS
index 403cd612c..ba9eb9b2c 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,30 @@ The output of "typeset -p" uses "export" commands or the "-g" option
 for parameters that are not local to the current scope.  Previously,
 all output was in the form of "typeset" commands, never using "-g".
 
+vi-repeat-change can repeat user-defined widgets if the widget calls
+zle -f vichange.
+
+The parameter $registers now makes the contents of vi register buffers
+available to user-defined widgets.
+
+New vi-up-case and vi-down-case builtin widgets bound to gU/gu (or U/u
+in visual mode) for doing case conversion.
+
+A new select-word-match function provides vim-style text objects with
+configurable word boundaries using the existing match-words-by-style
+mechanism.
+
+Support for the conditional expression [[ -v var ]] to test if a
+variable is set for compatibility with other shells.
+
+The print and printf builtins have a new option -v to assign the output
+to a variable. This is for bash compatibility but with the additional
+feature that, for an array, a separate element is used each time the
+format is reused.
+
+New x: syntax in completion match specifications make it possible to
+disable match specifications hardcoded in completion functions.
+
 Changes from 5.1.1 to 5.2
 -------------------------
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-08 22:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-08 22:46 PATCH: 5.3 bits for the NEWS file Oliver Kiddle

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).