summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2021-06-14unposted (cf. 49077): Clarify unset exampleBart Schaefer1-1/+1
2021-06-1349069: literal interpretation of subscripts for unset of array/hash elementsBart Schaefer1-0/+12
2021-04-2048638: mention TYPESET_TO_UNSET in NEWSBart Schaefer1-0/+6
2021-02-1147997: Disable XTRACE around user-defined completion widgets.Bart Schaefer1-0/+5
2020-12-12NEWS: Catch up on new featuresdana1-0/+19
2020-04-20unposted: NEWS, README: Document zsh/system changes from workers/45708dana1-2/+9
2020-02-14Update NEWS/READMEdana1-2/+16
2019-12-2245111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in ↵Daniel Shahaf1-0/+10
conjunction with try/always Having reviewed 20076, 20084, 21734, and 21735, my understanding is that the original intention was: - A 'return' in a function does run always-list - An 'exit' outside a function does not run always-list - A 'return' outside a function is treated as an 'exit' All of which are the case today. The remaining case, of 'exit' used inside a function, was not specified by the referenced -workers@ posts; does, as implemented, run the always-list; and furthermore, based in 21734 it's fair to assume that the original documentation was assuming that 'exit' would be used outside of any function, just like it assumed 'return' would be used inside a function. Therefore, have the documentation specify only the behaviour of 'exit' outside any function, and leave the behaviour of 'exit' inside a function unspecified. Anyone who relied on the documentation of 'exit' as documented until this commit would have run into the documentation/implementation discrepancy described in 45075.
2019-12-1145003: Fix more documentation typosMartijn Dekker1-1/+1
2019-08-17unposted: NEWS: Mention `functions -c`dana1-0/+2
2019-06-2044435: Handling digita arguments for :h and :t.Peter Stephenson1-0/+6
Pick number of leading or trailing path components to substitute. Active in history, brace parameters, glob qualifiers. Add tests for all three environments.
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle1-0/+5
2019-04-12unposted: NEWS: Document recent feature additionsdana1-1/+20
Document new features and major changes introduced in 44100, 44135, 44155, 44198, 44200, &al.
2019-01-05unposted: Update for 5.6.2-test-3dana1-0/+4
2019-01-0443970: Update NEWS for previously unmentioned features in 5.{4,5,6}dana1-2/+29
Also clarify release documentation and fix a typo mentioned in workers/43971
2018-11-0543760: add documentation for true colour changes and nearcolor moduleOliver Kiddle1-0/+9
2018-09-1443457: Release 5.6.2Daniel Shahaf1-0/+11
2018-09-08unposted: Patch release: 5.6.1Daniel Shahaf1-0/+7
2018-09-03CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.Anthony Sottile1-0/+21
See NEWS for more information. Patch by Anthony Sottile and Buck Evan.
2018-09-03mention Inf/NaN floating point changes in NEWS fileOliver Kiddle1-0/+7
2018-08-25Test release: 5.5.1-test-2.Daniel Shahaf1-1/+1
2018-08-25unposted: Test release: 5.5.1-test-1.Daniel Shahaf1-2/+2
2018-05-1742790: make [[:blank:]] match non-ASCII blanksStephane Chazelas1-1/+8
2018-04-16unposted: Update for release 5.5.1.Peter Stephenson1-0/+6
2017-09-24Updates for ksh array element syntax.Peter Stephenson1-3/+12
Move detection of key/value pairs down into prefork(). Detect normal array assignment and [key]=val array assignemnt separately. Mark key / value pairs with Marker and pass up flag. Deal with marked triads specially later on.
2017-09-2041736: NO_INTERACTIVE_COMMENTS in $(...)Barton E. Schaefer1-0/+8
2017-07-29unposted: update distribution docs for 5.4 release.Peter Stephenson1-2/+10
2017-06-1341275: Leave stdin open when executing widgetsStephane Chazelas1-0/+4
2017-05-0441038: Document recent, backwards-compatible precommand modifiers changes.Daniel Shahaf1-0/+11
2016-12-21unposted: Release 5.3.1Peter Stephenson1-2/+4
2016-12-0940130: mention some changes since 5.2Oliver Kiddle1-0/+24
2016-11-3040049: NEWS about Unicode 9 (40037)Peter Stephenson1-0/+7
2016-10-26unposted: mention former behavior of typeset for comparisonBarton E. Schaefer1-1/+2
2016-10-24"typeset -p" uses "export" commands or the "-g" option for parameters that ↵Barton E. Schaefer1-0/+3
are not local to the current scope
2016-08-2239046 + 39061: New :P history modifier.Daniel Shahaf1-0/+11
2015-12-31unposted: NEWS: Document how to disable paste highlighting.Daniel Shahaf1-0/+7
This updates the 5.2 entry, note that 5.2 has been released already.
2015-11-1937159: Update to NEWS and READMEPeter Stephenson1-0/+30
2015-10-0136729: fix some typos in distro docsAndrew Janke1-3/+3
2015-09-11Update news for 5.1.1 with minor features just added.Peter Stephenson1-1/+12
2015-09-06unposted: make 5.1-test-1 with updates for 5.1.1Peter Stephenson1-0/+2
2015-08-2136250: add notes on bracketed paste mode to READMEPeter Stephenson1-2/+2
Next version will be 5.1 rather than 5.0.9.
2015-08-1136108: list of major changes so far since 5.0.8Barton E. Schaefer1-0/+33
2015-06-24various posts: Implement assignment parsing for typeset.Peter Stephenson1-4/+15
Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands.
2015-05-1535154: NEWS on arithmetic evaluation changesPeter Stephenson1-0/+7
2015-05-1335093: new zle widgets for Vim-style text objectsOliver Kiddle1-0/+9
2015-05-03NEWS updatePeter Stephenson1-8/+29
2015-03-18unposted: update NEWS to reference aliasing changes.Barton E. Schaefer1-0/+6
Also apologize for copy-paste spooge in the preceding commit log.
2015-03-17unposted: update NEWS some morePeter Stephenson1-17/+19
2015-03-1634725: update NEWS for site function configuration.Peter Stephenson1-2/+3
It might be overridden if the installer explicitly sets it up differently.
2014-09-2933285: apply function definition redirections at executionPeter Stephenson1-0/+7