summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2023-01-1051291: support for highlighting ellipses in the line editorOliver Kiddle1-0/+3
2023-01-1051280: add support for italic and faint fonts in the line editorOliver Kiddle1-1/+9
2022-12-3151263: fix typo - `an path` -> `a path`Max Coplan1-1/+1
2022-12-1751214: handle read -d and a delimiter that can't be decoded into a characterOliver Kiddle1-1/+2
Terminate input at the raw byte value of the delimiter. Also document and test the use of an empty string as a way to specify NUL as the delimiter.
2022-12-1351198: Clarify and expand ERR_EXIT and ERR_RETURN documentationPhilippe Altherr1-38/+46
2022-12-1251134: document interactive behaviour with ERR_EXIT and ERR_RETURNPeter Stephenson1-1/+7
2022-11-1750934: use OSC 52 escape sequence when copying to "* or "+ vi buffersOliver Kiddle1-3/+8
2022-11-0250851: restore typtab when necessaryJun-ichi Takimoto1-6/+10
inittyptab() must be called when returning from a function with "setopt localoptions MULTIBYTE|BANGHIST|SHSTDIN", and also in function dosetopt() when setting these options (via $options, for example). We intentionally did not take account of the options EMACS/VI because these options are obsolete and their use is not recommended.
2022-10-3150855: Clarify how commands are hashed, and searched-for by "whence".Bart Schaefer2-7/+15
2022-10-2550840: Doc/Zsh/grammar.yo: Correct NO_MATCH to NOMATCHAxel Beckert1-1/+1
2022-10-23users/28243: update "typeset +" documentationBart Schaefer1-3/+5
2022-09-2550648: Use $ZCALC_HISTORY where appropriateJulian Prein1-2/+5
2022-06-1150355: documentation and return status consistency in zsh/system moduleBart Schaefer1-3/+13
2022-06-07Tweaks to MULTI_FUNC_DEFPeter Stephenson1-0/+5
Output multiple function definitions using "function" form. Note exceptions to errors with NO_MULTI_FUNC_DEF
2022-05-1550220: Documentation: Fix typos found by Debian's Lintian toolAxel Beckert2-2/+2
2022-05-07unposted: cross-reference "typeset -f" for "functions -[Tt]"Bart Schaefer1-1/+2
2022-04-30unposted: Add details about ${(*)...} expansionBart Schaefer1-1/+2
2022-04-2850138: Note ERRNO must be set before use.Bart Schaefer1-0/+3
2022-04-0649960: Sort lists in zshcompsysMatthew Martin1-40/+40
2022-03-31github #88: Fix typoelig0n1-1/+1
2022-03-3149933: Add nonblock to sysopenMatthew Martin1-0/+3
2022-03-3127639: clarify that ${(#)...} deals with character codes.Peter Stephenson1-3/+4
2022-03-3049906 (Bart), 49911: Fixes to querying jobs in subshell.Peter Stephenson2-0/+24
Don't attempt to query invalid job off end of table, resulting in crashes from $jobtstates. If background task started in subshell, look at tatsks within subshell instead of main shell. Document and add test.
2022-03-3049813: <<<: Document newline behavior and fix optimizationMikael Magnusson1-1/+2
The =(<<<foo) optimization forgot to add a newline, but =(cat<<<foo) always did, make the behavior consistent, and document it.
2022-03-2949917: change sense of "Ignore insecure ..." answer and use "autoload -r"Bart Schaefer1-1/+1
2022-03-2449845: man page clarification on option scopePeter Stephenson1-0/+3
2022-03-1349844: Fix node reference errors from 49446 and 49448.Bart Schaefer2-2/+9
2022-03-01users/27536: Improved history list documentationPeter Stephenson1-3/+4
Clarify interaction of matching and numbers.
2022-02-22unposted: Fix some typos and markup.Daniel Shahaf1-2/+2
2022-02-2249672: document "tied" in output from ${(t)...}Peter Stephenson1-0/+5
2022-02-2249769: Mention how to show nanosecond precisionMikael Magnusson1-0/+2
2022-02-2049727 (+ comment): vcs_info quilt: Pass the patches dir path to the ↵Daniel Shahaf1-0/+15
gen-applied-string, gen-unapplied-string, and set-patch-format hooks I use that in my gen-applied-string hook.
2022-01-3049694 + doc: Allow using empty STTY= to freeze tty for a single commandMikael Magnusson2-1/+7
Previously, doing this would just run stty with no arguments, which normally causes it to print some terminal settings to stdout.
2022-01-27unposted: vcs_info quilt docs: Fix misspelled style nameDaniel Shahaf1-1/+1
2021-12-1349646: allow colors in WATCHFMT with %F/%KOliver Kiddle1-0/+6
2021-12-01unposted: Add whitespace and comments. No functional change.Daniel Shahaf2-0/+4
2021-12-0149621: Fix the info Doc build, broken in 49448.Daniel Shahaf2-0/+4
2021-11-2649448: docs: Fix pointers to the `Widgets', `User-defined Widgets', and ↵Daniel Shahaf2-10/+14
`Standard Widgets' sections. The latter two didn't have their own texinode()s. Various places, both those sections' subsections and elsewhere in the manual, linked to the first section rather than to the third. For instance, zshcontrib(1) pointed to "noderef(Miscellaneous) in noderef(Zle Widgets)", even though the former (currently §18.6.6) is not under the latter (currently §18.4). Add texinode()s and fix those pointers.
2021-11-2649447: docs: _wanted: Clarify the example and point to another one.Daniel Shahaf1-1/+5
2021-11-2649446: docs: Add texinode()s, so the next commit can link directly to a ↵Daniel Shahaf1-0/+4
subsection.
2021-11-2649445: docs: Clean up some subsection references.Daniel Shahaf10-13/+13
2021-11-2449597: add a helper for completing numbers with unit suffixes and separate ↵Oliver Kiddle1-2/+79
out defaults, ranges and units in completion descriptions
2021-11-1949575: clarify _alternative's action syntaxArseny Maslennikov1-2/+12
2021-11-1249566: document the _default functionOliver Kiddle1-0/+9
2021-11-1249564: always use descriptions included in the file-patterns style and allow ↵Oliver Kiddle1-6/+17
the recursive-files style to also work in those cases
2021-11-1249562: remove old documentation for other-files tag that was removed in 36165Oliver Kiddle1-8/+1
2021-11-1249561: add zformat -F option, similar to -f but ternary expressions check ↵Oliver Kiddle1-2/+9
for existence instead of doing math evaluation
2021-11-0249534, 49539: separate watch/log functionality out into a moduleOliver Kiddle5-128/+142
2021-10-3049528: allow multiple -D options to compaddOliver Kiddle1-0/+2
2021-10-2649521: Define correct behavior of || completion matchersMarlon Richert1-330/+341
* Add xfail tests to show how :||= matchers should behave in order to provide completion features that cannot be implemented with :|= matchers. * Update compwid.yo to further describe the correct behavior. * Update compwid.yo to use completion terminology more consistently.