summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2025-04-2853527: remove zgetoptdana1-3/+0
reverts most of 84ef0c523, 0e369f37d, and 9b68cf38f feature was not ready. may be re-added after 5.10 release
2025-04-2753516: add zgetopt contrib functiondana1-1/+4
2025-04-20unposted: Test release: zsh-5.9.0.2-test.Eric Cook1-0/+4
2025-04-1553485: NEWS: update for version 5.10Eric Cook1-9/+28
2025-04-13unposted: NEWS: update per w/53257 and w/53260dana1-0/+12
2024-02-1552535: documentation for highlight groups and layersOliver Kiddle1-0/+6
2023-10-15unposted (cf. 52219): fix typoBart Schaefer1-1/+1
2023-10-1552218: update notes since 5.9 releaseBart Schaefer1-0/+9
2023-01-11unposted: mention attributes changes, fix renumbering mistake and allow ↵Oliver Kiddle1-0/+6
completion to offer prompt escapes for PROMPT_EOL_MARK
2022-12-1351193: Discuss ERR_EXIT changesPhilippe Altherr1-0/+8
2022-12-0351001: Reverts 8839e969b, most of 1ba8714a, and d873ed60.Philippe Altherr1-9/+0
Also correct ChangeLog
2022-11-0950928: fix tests for 50897, mention behavior change in NEWSBart Schaefer1-0/+9
2022-05-1450229: TypoBart Schaefer1-1/+1
2022-04-30unposted: Add details about ${(*)...} expansionBart Schaefer1-0/+6
2022-04-26unposted: Adjust NEWS dedication wordingdana1-1/+1
Per off-list feedback
2022-04-10unposted: NEWS: fix typo in previous commitMikael Magnusson1-1/+1
2022-04-10unposted: NEWS: Improve flow between the paragraph and its links.Daniel Shahaf1-1/+1
2022-04-09NEWS: Dedicate zsh 5.9 to Sven Guckesdana1-0/+6
2022-04-09NEWS/README: Add missing change documentation for 5.9dana1-20/+65
This covers the following changes: users/24971: ${(-)var} sorts on signed integers 47704: POSIX export and readonly ignore "-p" when parameter names also appear 47913: implement CASE_PATHS option to make NO_CASE_GLOB more sensible 48073: Add fc -s as POSIX way of rerunning command without starting editor 49307 with doc update: POSIX_TRAPS fix. 49528: allow multiple -D options to compadd 49534, 49539: separate watch/log functionality out into a module 49561: add zformat -F option, similar to -f but ternary expressions check for existence instead of doing math evaluation 49597: add a helper for completing numbers with unit suffixes and separate out defaults, ranges and units in completion descriptions 49611 based on 49590 (Martijn Dekker): disable Inf and NaN in math expressions for sh emulation 49646: allow colors in WATCHFMT with %F/%K 49694 + doc: Allow using empty STTY= to freeze tty for a single command 49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bash
2022-03-2949918: Update for 49917 and 49911.Bart Schaefer1-0/+11
2022-02-12CVE-2021-45444: Update NEWS/READMEdana1-0/+17
(cherry picked from commit bdc4d70a7e033b754e68a8659a037ea0fc5f38de)
2021-11-12github #82: Fix typosDimitris Apostolou1-1/+1
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