From e550c98d69a270a9c6623fe1fd602b5081f4b46c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 11 Sep 2012 16:02:41 +0000 Subject: 30647, 30649: allow underscores in numeric constants --- NEWS | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 23097b6aa..68d4ad657 100644 --- a/NEWS +++ b/NEWS @@ -4,8 +4,27 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH Note also the list of incompatibilities in the README file. -Changes between 4.2 and 5.0 ---------------------------- +Changes since 5.0.0 +------------------- + +"functions -T" turns on tracing for the specified function(s) only, +similar to "functions -t" except that tracing is turned off for any +functions called from the specified one(s) that don't also have the -t +or -T flag. + +In file completion, the recursive-files style can be set to an array of +patterns to matche against "$PWD/". In any matched location, it is +possibly to complete files in arbitrarily deep subdirectories without +needing to type the directory prefix. See example in the zshcompsys +manual. + +The _user_expand completer now allows expansion functions in the +user-expand files to return a string in REPLY that will be used to name +the set of expansions returned. + + +Changes between 4.2 and 5.0.0 +----------------------------- The following changes first appeared in the 4.3 series of releases; see also the file Etc/NEWS-4.3. -- cgit 1.4.1