summaryrefslogtreecommitdiff
path: root/Doc/Zsh
AgeCommit message (Collapse)AuthorFilesLines
2001-10-18allow arguments to be specified in printf format specifications (16080)Oliver Kiddle1-3/+10
2001-10-16add sourceforge to metafaqPeter Stephenson1-0/+4
2001-10-15use arithmetic evaluation for numeric arguments to printf (16042)Oliver Kiddle1-2/+4
2001-10-1016006: use styles for mail directory, pine directory, and muttrc.Clint Adams1-0/+15
2001-10-09change file completion default to offer globbed files and directories on ↵Sven Wischnowsky1-9/+11
first try (15995)
2001-10-08add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle1-3/+9
2001-10-06Norbert Koch: 15954: fix variable name inconsistencyClint Adams1-1/+1
2001-10-05add printf builtin (15851, 15948)Oliver Kiddle1-0/+18
2001-10-05make expand style (file completion) work again; no more special behaviour ↵Sven Wischnowsky1-5/+5
with menu completion; try to make docs clearer (15944)
2001-10-05s/AUTO_CONT/AUTO_CONTINUE/Geoff Wing1-1/+1
2001-09-27.distfiles fixes for 4.1.0-dev-2Peter Stephenson1-1/+1
2001-09-25Fix ancient `print -z' doc bug.Bart Schaefer1-2/+1
2001-09-24Document side-effects of TERM assignment.Bart Schaefer1-1/+6
2001-09-21tetris game for ZLEAndrew Main1-0/+20
2001-09-15ZLE doc xref to BAUD, fix doc build error.Bart Schaefer1-0/+8
2001-09-12update URL references to http://zsh.sunsite.dk/ (15792)Oliver Kiddle2-2/+2
2001-09-1015783: document ztcp builtinClint Adams3-1/+99
2001-09-0915765: introduce [:ascii:] classClint Adams1-0/+1
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-0/+13
examine the current selection.
2001-08-25Parameter expansion doc mop-up.Bart Schaefer1-122/+145
2001-08-22Change one var() to tt().Bart Schaefer1-1/+1
2001-08-15unposted: Mention the word `greedy' in the docs for the S flag, toAdam Spiers1-2/+2
make it easier to find for those used to Perl-speak.
2001-08-15unposted: Add missing docs for cache-policy style.Adam Spiers1-0/+6
2001-08-08follow-up to 15588; add -w option to _values (look at all words); change _dd ↵Sven Wischnowsky1-0/+4
back (15597)
2001-08-0715586: remove =alias expansion, leaving only =cmd.Peter Stephenson1-3/+1
2001-08-0715585: bash-style up- and down-case wordsPeter Stephenson1-2/+7
2001-08-06correction (unposted)Oliver Kiddle1-1/+1
2001-07-2715511: zcalc tweaksPeter Stephenson1-0/+6
2001-07-2715507: new zcalc functionPeter Stephenson1-0/+36
15508: cvs tag didn't complete tags despite it's claim.
2001-07-2615498: zle doc fixPeter Stephenson2-11/+27
2001-07-25More index entry etc. cleanup.Bart Schaefer1-38/+49
2001-07-25another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky1-0/+6
2001-07-25fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky1-1/+1
2001-07-25make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky1-0/+12
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
2001-07-24Fix errors introduced by 15354.Bart Schaefer2-3/+2
2001-07-2015432: New bash-transpose-words widgetPeter Stephenson1-2/+4
2001-07-18add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky1-0/+14
have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407)
2001-07-17add preserve-prefix style to keep pathname prefix unchanged (15400)Sven Wischnowsky1-0/+10
2001-07-12Explain the effect of CORRECT on HASH_CMDS et al.Bart Schaefer1-3/+6
2001-07-10Better indexing and misc. cleanup in the first tenth or so of the doc.Bart Schaefer13-107/+176
2001-07-0615279: ${(S)...%%...} etc. doc; 15288: bash word functions + docPeter Stephenson2-4/+37
2001-07-06back out 15266Peter Stephenson1-2/+1
2001-07-0515266: fix for ${(S)...%%...}Peter Stephenson1-1/+2
2001-07-0515264: improved doc for variant complex commandsPeter Stephenson1-8/+16
2001-07-0415242: pcre_match -a and $match instead of pparamsClint Adams1-3/+4
2001-07-0315234: describe behavior added by 15228.Clint Adams1-0/+4
2001-07-03unposted: update distfiles for 15211Clint Adams1-1/+1
2001-07-0215211: zsh/pcre moduleClint Adams1-0/+22
2001-06-2815160, 15169: Doc formatting changes for texinfo and .html filesPeter Stephenson1-1/+3
2001-06-27add autocontinue option to automatically make stopped jos running when they ↵Sven Wischnowsky2-0/+14
are being disowned; make that the default for `%job &!' and `%job &|' (15115)