about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 52535: documentation for highlight groups and layersOliver Kiddle2024-02-151-0/+6
|
* unposted (cf. 52219): fix typoBart Schaefer2023-10-151-1/+1
|
* 52218: update notes since 5.9 releaseBart Schaefer2023-10-151-0/+9
|
* unposted: mention attributes changes, fix renumbering mistake and allow ↵Oliver Kiddle2023-01-111-0/+6
| | | | completion to offer prompt escapes for PROMPT_EOL_MARK
* 51193: Discuss ERR_EXIT changesPhilippe Altherr2022-12-131-0/+8
|
* 51001: Reverts 8839e969b, most of 1ba8714a, and d873ed60.Philippe Altherr2022-12-031-9/+0
| | | | Also correct ChangeLog
* 50928: fix tests for 50897, mention behavior change in NEWSBart Schaefer2022-11-091-0/+9
|
* 50229: TypoBart Schaefer2022-05-141-1/+1
|
* unposted: Add details about ${(*)...} expansionBart Schaefer2022-04-301-0/+6
|
* unposted: Adjust NEWS dedication wordingdana2022-04-261-1/+1
| | | | Per off-list feedback
* unposted: NEWS: fix typo in previous commitMikael Magnusson2022-04-101-1/+1
|
* unposted: NEWS: Improve flow between the paragraph and its links.Daniel Shahaf2022-04-101-1/+1
|
* NEWS: Dedicate zsh 5.9 to Sven Guckesdana2022-04-091-0/+6
|
* NEWS/README: Add missing change documentation for 5.9dana2022-04-091-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
* 49918: Update for 49917 and 49911.Bart Schaefer2022-03-291-0/+11
|
* CVE-2021-45444: Update NEWS/READMEdana2022-02-121-0/+17
| | | | (cherry picked from commit bdc4d70a7e033b754e68a8659a037ea0fc5f38de)
* github #82: Fix typosDimitris Apostolou2021-11-121-1/+1
|
* unposted (cf. 49077): Clarify unset exampleBart Schaefer2021-06-141-1/+1
|
* 49069: literal interpretation of subscripts for unset of array/hash elementsBart Schaefer2021-06-131-0/+12
|
* 48638: mention TYPESET_TO_UNSET in NEWSBart Schaefer2021-04-201-0/+6
|
* 47997: Disable XTRACE around user-defined completion widgets.Bart Schaefer2021-02-111-0/+5
|
* NEWS: Catch up on new featuresdana2020-12-121-0/+19
|
* unposted: NEWS, README: Document zsh/system changes from workers/45708dana2020-04-201-2/+9
|
* Update NEWS/READMEdana2020-02-141-2/+16
|
* 45111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in ↵Daniel Shahaf2019-12-221-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.
* 45003: Fix more documentation typosMartijn Dekker2019-12-111-1/+1
|
* unposted: NEWS: Mention `functions -c`dana2019-08-171-0/+2
|
* 44435: Handling digita arguments for :h and :t.Peter Stephenson2019-06-201-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.
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-071-0/+5
|
* unposted: NEWS: Document recent feature additionsdana2019-04-121-1/+20
| | | | | Document new features and major changes introduced in 44100, 44135, 44155, 44198, 44200, &al.
* unposted: Update for 5.6.2-test-3 zsh-5.6.2-test-3dana2019-01-051-0/+4
|
* 43970: Update NEWS for previously unmentioned features in 5.{4,5,6}dana2019-01-041-2/+29
| | | | Also clarify release documentation and fix a typo mentioned in workers/43971
* 43760: add documentation for true colour changes and nearcolor moduleOliver Kiddle2018-11-051-0/+9
|
* 43457: Release 5.6.2 zsh-5.6.2Daniel Shahaf2018-09-141-0/+11
|
* unposted: Patch release: 5.6.1 zsh-5.6.1Daniel Shahaf2018-09-081-0/+7
|
* CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.Anthony Sottile2018-09-031-0/+21
| | | | | | See NEWS for more information. Patch by Anthony Sottile and Buck Evan.
* mention Inf/NaN floating point changes in NEWS fileOliver Kiddle2018-09-031-0/+7
|
* Test release: 5.5.1-test-2. zsh-5.5.1-test-2Daniel Shahaf2018-08-251-1/+1
|
* unposted: Test release: 5.5.1-test-1. zsh-5.5.1-test-1Daniel Shahaf2018-08-251-2/+2
|
* 42790: make [[:blank:]] match non-ASCII blanksStephane Chazelas2018-05-171-1/+8
|
* unposted: Update for release 5.5.1. zsh-5.5.1Peter Stephenson2018-04-161-0/+6
|
* Updates for ksh array element syntax.Peter Stephenson2017-09-241-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.
* 41736: NO_INTERACTIVE_COMMENTS in $(...)Barton E. Schaefer2017-09-201-0/+8
|
* unposted: update distribution docs for 5.4 release.Peter Stephenson2017-07-291-2/+10
|
* 41275: Leave stdin open when executing widgetsStephane Chazelas2017-06-131-0/+4
|
* 41038: Document recent, backwards-compatible precommand modifiers changes.Daniel Shahaf2017-05-041-0/+11
|
* unposted: Release 5.3.1 zsh-5.3.1Peter Stephenson2016-12-211-2/+4
|
* 40130: mention some changes since 5.2Oliver Kiddle2016-12-091-0/+24
|
* 40049: NEWS about Unicode 9 (40037)Peter Stephenson2016-11-301-0/+7
|
* unposted: mention former behavior of typeset for comparisonBarton E. Schaefer2016-10-261-1/+2
|