about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 22285: assorted fixes:Peter Stephenson2006-02-191-0/+2
| | | | | | | _imagemagick files intro.yo list of other manual pages pick-web-browser: add firefox zsh-mime-setup: list consistent with styles for zsh-mime-handler
* A few more improvements about word splitting.Wayne Davison2006-02-161-5/+9
|
* Document that quoting may be used in the word portion of theWayne Davison2006-02-151-1/+5
| | | | ${name:+word} and ${name:-word} expansions.
* Mention that the user can request field-splitting inWayne Davison2006-02-151-2/+2
| | | | addition to choosing to use an array.
* 22198: do always set HOME in native emulationPeter Stephenson2006-02-071-1/+4
|
* 22169: hook function zle-keymap-select called when $KEYMAP changesPeter Stephenson2006-01-281-2/+15
|
* 22165: change "zshparams" to "zshparam".Clint Adams2006-01-183-3/+3
|
* 22118: fix cdpath documentationPeter Stephenson2006-01-051-6/+16
|
* A couple more improvements to the HIST_SAVE_BY_COPY section.Wayne Davison2005-12-271-2/+6
|
* Changed a UTF-8 closing-single-quote into an ASCII apostrophe.Wayne Davison2005-12-181-1/+1
|
* users/9788: add (oN) glob qualifier for no sortingPeter Stephenson2005-12-151-2/+4
| | | | 22076: more documentation for multibyte handling
* 22057: don't use zsh/newuser in emulationPeter Stephenson2005-12-092-9/+22
| | | | 22058: tweak docs for release
* 22014: argument-base, insert-unicode-charPeter Stephenson2005-11-242-0/+31
|
* users/9638: tweaks for FCEDIT etc.Peter Stephenson2005-11-074-3/+12
| | | | 21986: rewrite completion suffixes for wide characters
* users/9618, modified: :G for global substution modifierPeter Stephenson2005-11-041-2/+8
|
* 21967: add ${(#)...} substitutionPeter Stephenson2005-11-011-0/+5
|
* unposted: minor tweaks to roadmapPeter Stephenson2005-10-301-8/+9
|
* 21933: R. Ramkumar: three new styles for MIME handlerPeter Stephenson2005-10-251-15/+65
| | | | 21935: documentation for same.
* Mikael Magnusson, 21905: typos in roadmapPeter Stephenson2005-10-211-2/+2
|
* 21898: insert-composed-char can take command line argumentPeter Stephenson2005-10-2110-7/+175
| | | | 21899: add "roadmap" to manual
* 21891: compose double width characters with ^A etc.Peter Stephenson2005-10-191-0/+5
|
* unposted: a few more miscellaneous composable symbolsPeter Stephenson2005-10-171-1/+18
|
* Updated PROMPT_SP to mention what inverse+bold char is now output.Wayne Davison2005-10-041-2/+2
|
* Fix docs for TRAPNAL function returnPeter Stephenson2005-10-021-3/+2
|
* 21779 plus unposted catch change: exception improvementssPeter Stephenson2005-09-281-2/+2
|
* unposted: alter reference to process substitutions in redriction docsPeter Stephenson2005-09-261-3/+6
|
* 21758: optimise =(<<<...) to run within the shell.Peter Stephenson2005-09-231-0/+9
|
* Unposted, c.f. 21752: Expand insert-composed-char.Peter Stephenson2005-09-221-5/+16
|
* unposted c.f. 21735: document return as exit in try block in scriptPeter Stephenson2005-09-191-2/+3
|
* 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵Peter Stephenson2005-09-091-0/+8
| | | | invalid characters or EOF
* 21695: rewrite entry for (u) globbing flagPeter Stephenson2005-09-021-8/+9
|
* A more comprehensive apostrophe fix for nroff files that preventsWayne Davison2005-08-231-1/+1
| | | | | characters from vanishing from the output when an apostrophe appears as the first literal character on a line.
* 21676: insert-unicode-char now insert-composed-char.Peter Stephenson2005-08-222-95/+142
| | | | Also uses RFC 1345.
* Small cleanup:Geoff Wing2005-08-221-5/+4
| | | | | UIUC.edu: archive retired in August 2003 ayamura.org: Ayamura KIKUCHI died 2004
* From Brett M Hogden @ rgeGeoff Wing2005-08-221-1/+0
| | | | | | "After 15 years of providing mirrors of popular software packages and other interesting topics of information, the Rochester Gas and Electric Company is discontinuing its Internet mirror archive."
* Filter apostrophes in \fB...\fP headers (since it appears thatWayne Davison2005-08-191-1/+2
| | | | yodl is not properly escaping them).
* unposted: cent is now p % in insert-unicode-charPeter Stephenson2005-08-181-1/+1
|
* 21662: new zle widget insert-unicode-charPeter Stephenson2005-08-181-0/+106
|
* A couple more minor tweaks to the "trap" section.Wayne Davison2005-08-101-2/+4
|
* Changes based on Thorsten's message #21581.Wayne Davison2005-08-091-9/+15
|
* 21575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson2005-08-081-0/+10
|
* unposted: Perforce "attribute" commandPeter Stephenson2005-08-011-0/+23
| | | | | | 21551: FEATURES description for file<20-> 21546: oddities of subscripts when searching arrays 21544: ioctl() prototyping
* 21553: improve zsh.pdf and don't distribute .psPeter Stephenson2005-07-312-4/+7
|
* Mention the new inverse-hash that is output by PROMPT_SP.Wayne Davison2005-07-261-4/+2
|
* unposted: bring various .distfiles up to datePeter Stephenson2005-07-211-1/+2
|
* 21499: Doc/Makefile.in: use newer texi2html syntax.Clint Adams2005-07-201-1/+1
|
* 21498: Add zsh/newuser modulePeter Stephenson2005-07-202-1/+39
|
* Fixed the heading for the new PROMPT_SP option.Wayne Davison2005-07-161-1/+1
|
* Document the new PROMPT_SP option.Wayne Davison2005-07-151-0/+18
|
* 21387: zcalc documentation for precision featuresPeter Stephenson2005-06-271-1/+25
|