From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11489 invoked by alias); 24 Oct 2013 21:03:14 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31891 Received: (qmail 20400 invoked from network); 24 Oct 2013 21:02:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JAdI3dvrOO69gFO6JrW6L7y7loENXOe7+Ubc/X/mItk=; b=TSvJTaVhffEn/4eVj7puW45llGbzFsAd6EPpj80ErT0DEkIEUMizkL+3+7rRRRfx1+ RP/LeXK1Qibaz48lUr2g2gIGW2R8wCUHh8C8pQIaeYg9aQGU8cSKmBnd4BG0s53nYR2W /36KAh+Yvx2qfSh6n2u/56SjRHcC1S80uRApXx4BAfth7isxcHR5xCJL46ETC43x/cUF sFccqQbImEs/Su1Ug9JI2IB6o1yj/JPtrEAochHGQ2Ubi712Y5Edz9ysOBnR6UuGUXwe 3fehZpiCLE0eZuyatKCiBWx5AMGW1iL+tcv9TE0ICjGqzTPGXMgecwMp67FduTOuGtzy SWyw== MIME-Version: 1.0 X-Received: by 10.50.225.39 with SMTP id rh7mr3443854igc.10.1382648574437; Thu, 24 Oct 2013 14:02:54 -0700 (PDT) In-Reply-To: <20131024202524.662e0876@pws-pc.ntlworld.com> References: <20131024202524.662e0876@pws-pc.ntlworld.com> Date: Thu, 24 Oct 2013 23:02:54 +0200 Message-ID: Subject: Re: PATCH: NEWS for 5.0.3 From: Mikael Magnusson To: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 On 24 October 2013 21:25, Peter Stephenson wrote: > diff --git a/NEWS b/NEWS > index 1f131a2..f767a4b 100644 > --- a/NEWS > +++ b/NEWS > @@ -17,6 +17,21 @@ 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. > > +The option FORCE_FLOAT has been added to force all arithmetic constants > +to be treated as floating point. This most usefull locally within is most useful > +functions or scripts performing floating point calculations. > + > +Individual pattern characters can be disabled. For example, to allow '^' > +to be an ordinary character even if the option EXTENDED_GLOB is set, ues use > +"disable -p '^'". > + > +The variable editing builtin vared can be given custom editing widgets > +for initialisation and finishing. > + > +Hooks for adding history (the function zshaddhistory and the > +array zshaddhistory_functions) can return status 2 to indicate that > +history is to be saved internally within the shell but not written. > + > In file completion, the recursive-files style can be set to an array of > patterns to match against "$PWD/". In any matched location, it is > possibly to complete files in arbitrarily deep subdirectories without -- Mikael Magnusson