From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11927 invoked by alias); 24 Oct 2013 19:25:36 -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: 31890 Received: (qmail 4495 invoked from network); 24 Oct 2013 19:25:29 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-transfer-encoding; bh=JClSr/9vGG2VKVAEXFpZjoP6Xs7iWonvcGZ2u4ZVF34=; b=XoOdV54cU0FZe/CRNXTDV3GJTwVb42veQTOfYyIRUlI3MhKoE7lhOviJoXH9bwXK8I jRqmXDThNlKOeNJqH7yvlMlaYRE8bn81AZo7ixjtgcoAUQYX84e0A7YvqEsXe2GtMd/G qG3gZzSnMUu/o1Zf4GcEE97fYI+kmPxjFri62eXJI0g9VNTNxI/6NOZ7mJSV3b1SBjpi qzoYxNK4/0SWN6o+Ron3PdNRXdiEaP56IAZMNgEPEJbWdM18trlsbC6PnxmojIipw2ds E0wgVhSCuYWrUxH72uid1tK11GXAQAJGui3iFyW1N3NzLW+Lji/DbkozPf9Cfw/LZt5b kiBg== X-Gm-Message-State: ALoCoQm07EKhPed47InlZzySbFgTDiMeY9116X4mN0pB7PToyLgVI5m56HFmPW4J76ohr8cPsJj6 X-Received: by 10.194.133.133 with SMTP id pc5mr3614588wjb.57.1382642726932; Thu, 24 Oct 2013 12:25:26 -0700 (PDT) X-ProxyUser-IP: 86.6.157.246 Date: Thu, 24 Oct 2013 20:25:24 +0100 From: Peter Stephenson To: Zsh Hackers' List Subject: PATCH: NEWS for 5.0.3 Message-ID: <20131024202524.662e0876@pws-pc.ntlworld.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 +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 +"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