Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-11 | 45003: Fix more documentation typos | Martijn Dekker | 1 | -1/+1 | |
2019-08-17 | unposted: NEWS: Mention `functions -c` | dana | 1 | -0/+2 | |
2019-06-20 | 44435: Handling digita arguments for :h and :t. | Peter Stephenson | 1 | -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-07 | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 1 | -0/+5 | |
2019-04-12 | unposted: NEWS: Document recent feature additions | dana | 1 | -1/+20 | |
Document new features and major changes introduced in 44100, 44135, 44155, 44198, 44200, &al. | |||||
2019-01-05 | unposted: Update for 5.6.2-test-3 | dana | 1 | -0/+4 | |
2019-01-04 | 43970: Update NEWS for previously unmentioned features in 5.{4,5,6} | dana | 1 | -2/+29 | |
Also clarify release documentation and fix a typo mentioned in workers/43971 | |||||
2018-11-05 | 43760: add documentation for true colour changes and nearcolor module | Oliver Kiddle | 1 | -0/+9 | |
2018-09-14 | 43457: Release 5.6.2 | Daniel Shahaf | 1 | -0/+11 | |
2018-09-08 | unposted: Patch release: 5.6.1 | Daniel Shahaf | 1 | -0/+7 | |
2018-09-03 | CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing. | Anthony Sottile | 1 | -0/+21 | |
See NEWS for more information. Patch by Anthony Sottile and Buck Evan. | |||||
2018-09-03 | mention Inf/NaN floating point changes in NEWS file | Oliver Kiddle | 1 | -0/+7 | |
2018-08-25 | Test release: 5.5.1-test-2. | Daniel Shahaf | 1 | -1/+1 | |
2018-08-25 | unposted: Test release: 5.5.1-test-1. | Daniel Shahaf | 1 | -2/+2 | |
2018-05-17 | 42790: make [[:blank:]] match non-ASCII blanks | Stephane Chazelas | 1 | -1/+8 | |
2018-04-16 | unposted: Update for release 5.5.1. | Peter Stephenson | 1 | -0/+6 | |
2017-09-24 | Updates for ksh array element syntax. | Peter Stephenson | 1 | -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-20 | 41736: NO_INTERACTIVE_COMMENTS in $(...) | Barton E. Schaefer | 1 | -0/+8 | |
2017-07-29 | unposted: update distribution docs for 5.4 release. | Peter Stephenson | 1 | -2/+10 | |
2017-06-13 | 41275: Leave stdin open when executing widgets | Stephane Chazelas | 1 | -0/+4 | |
2017-05-04 | 41038: Document recent, backwards-compatible precommand modifiers changes. | Daniel Shahaf | 1 | -0/+11 | |
2016-12-21 | unposted: Release 5.3.1 | Peter Stephenson | 1 | -2/+4 | |
2016-12-09 | 40130: mention some changes since 5.2 | Oliver Kiddle | 1 | -0/+24 | |
2016-11-30 | 40049: NEWS about Unicode 9 (40037) | Peter Stephenson | 1 | -0/+7 | |
2016-10-26 | unposted: mention former behavior of typeset for comparison | Barton E. Schaefer | 1 | -1/+2 | |
2016-10-24 | "typeset -p" uses "export" commands or the "-g" option for parameters that ↵ | Barton E. Schaefer | 1 | -0/+3 | |
are not local to the current scope | |||||
2016-08-22 | 39046 + 39061: New :P history modifier. | Daniel Shahaf | 1 | -0/+11 | |
2015-12-31 | unposted: NEWS: Document how to disable paste highlighting. | Daniel Shahaf | 1 | -0/+7 | |
This updates the 5.2 entry, note that 5.2 has been released already. | |||||
2015-11-19 | 37159: Update to NEWS and README | Peter Stephenson | 1 | -0/+30 | |
2015-10-01 | 36729: fix some typos in distro docs | Andrew Janke | 1 | -3/+3 | |
2015-09-11 | Update news for 5.1.1 with minor features just added. | Peter Stephenson | 1 | -1/+12 | |
2015-09-06 | unposted: make 5.1-test-1 with updates for 5.1.1 | Peter Stephenson | 1 | -0/+2 | |
2015-08-21 | 36250: add notes on bracketed paste mode to README | Peter Stephenson | 1 | -2/+2 | |
Next version will be 5.1 rather than 5.0.9. | |||||
2015-08-11 | 36108: list of major changes so far since 5.0.8 | Barton E. Schaefer | 1 | -0/+33 | |
2015-06-24 | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 1 | -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-15 | 35154: NEWS on arithmetic evaluation changes | Peter Stephenson | 1 | -0/+7 | |
2015-05-13 | 35093: new zle widgets for Vim-style text objects | Oliver Kiddle | 1 | -0/+9 | |
2015-05-03 | NEWS update | Peter Stephenson | 1 | -8/+29 | |
2015-03-18 | unposted: update NEWS to reference aliasing changes. | Barton E. Schaefer | 1 | -0/+6 | |
Also apologize for copy-paste spooge in the preceding commit log. | |||||
2015-03-17 | unposted: update NEWS some more | Peter Stephenson | 1 | -17/+19 | |
2015-03-16 | 34725: update NEWS for site function configuration. | Peter Stephenson | 1 | -2/+3 | |
It might be overridden if the installer explicitly sets it up differently. | |||||
2014-09-29 | 33285: apply function definition redirections at execution | Peter Stephenson | 1 | -0/+7 | |
2014-09-25 | unposted: tweak last change to NEWS a bit | Peter Stephenson | 1 | -5/+6 | |
2014-09-23 | unposted: more NEWS tweaks while I'm there. | Peter Stephenson | 1 | -4/+8 | |
2014-09-23 | unposted: mention numeric output with underscore separators | Peter Stephenson | 1 | -1/+5 | |
2014-09-23 | unposted: mention /usr/local/share/zsh/site-functions default in NEWS | Peter Stephenson | 1 | -0/+7 | |
2014-08-22 | 33042: $? and $pipestatus report 128+signal number for stopped jobs | Barton E. Schaefer | 1 | -0/+7 | |
2014-08-12 | unposted: Indent entries in NEWS for changes since 5.0.0 for consistency | Mikael Magnusson | 1 | -76/+76 | |
2014-08-12 | 32985: Add NEWS entry for array zipping operators. | Mikael Magnusson | 1 | -0/+5 | |
2014-08-10 | A couple of minor typo fixes. | Barton E. Schaefer | 1 | -2/+2 | |