about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 34558: preexec doc fix.Peter Stephenson2015-02-161-4/+4
| | | | | It was wrongly claming the first parameter was empty if the line was removed from the history.
* Fix typo from 28487Mikael Magnusson2015-02-141-1/+1
|
* users/19850: add pattern support to watch variablePeter Stephenson2015-02-111-1/+13
|
* users/19825: Clear statement about POSIX compatibilityPeter Stephenson2015-02-061-1/+2
| | | | Right of start of manual where we already refer to ksh.
* unposted: fix formatting of "--".Barton E. Schaefer2015-02-031-2/+2
|
* users/19800: more help for $HISTORY_IGNOREPeter Stephenson2015-02-031-4/+19
|
* 34446: add "ztie -r" and "zuntie -u", update documentationBarton E. Schaefer2015-02-011-8/+32
|
* unposted: fix other typeset doc errorsBarton E. Schaefer2015-01-281-10/+14
|
* 34421: clean up typeset documentationBarton E. Schaefer2015-01-281-47/+75
| | | | Also remove duplicated ChangeLog entry for 34365.
* 34419: vcs_info documentation: Fix wordingFrank Terbeck2015-01-271-2/+2
| | | | As suggested by Daniel Shahaf.
* 34350, 34353: document zsh/db/gdbm module, clean up a few things in the codeBarton E. Schaefer2015-01-252-1/+28
| | | | Still core dumps at this revision if the tied parameter is forced to be a local and is not untied before end of scope.
* 34373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle2015-01-251-1/+1
| | | | parameter and globbing flags
* 34381: vcs_info: Documentation updateDaniel Shahaf2015-01-251-4/+61
| | | | | | | | | | | This adds documentation for more hooks and styles available in vcs_info: - patch-format - nopatch-format - get-unapplied - pre-addon-quilt - set-patch-format
* vcs_info hg: Support inactive bookmarksDaniel Shahaf2015-01-251-0/+7
| | | | (Similar to git detached heads)
* 34329: add -S option to which and wherePeter Stephenson2015-01-201-2/+2
|
* 34280: more widespread use of FORCE_FLOAT.Peter Stephenson2015-01-151-3/+4
| | | | Add the case of variables read for use in arithmetic expressions.
* 34273: use "enough" colons in each completion style pattern exampleBarton E. Schaefer2015-01-131-11/+16
|
* 34253: warn in zcalc doc about integer arithmetic.Peter Stephenson2015-01-121-2/+12
| | | | C.f. warning in arithmetic doc in 34194.
* 34914: explanation of effect of integer promotionPeter Stephenson2015-01-101-0/+9
|
* users/19721: clarify context vs. style in compsys configurationBarton E. Schaefer2015-01-101-18/+34
|
* 34182: doc: to add zf_\* builtins use zmodload -m -FPeter Stephenson2015-01-091-1/+4
|
* 30568: Add tetriscurses contrib function, port of tetris to zcursesMikael Magnusson2015-01-091-0/+11
|
* users/19682: document recommended use of whencePeter Stephenson2015-01-041-1/+6
|
* users/19667: whence -S shows intermediate steps in symlink expansionPeter Stephenson2015-01-021-2/+7
|
* zsh-users/19551: history documentation.Peter Stephenson2014-12-172-1/+9
| | | | | Note in a couple of places that history file reading and writing is only done in interactive shells.
* 33956: document key binding changes and remove ^X bindingOliver Kiddle2014-12-131-8/+8
|
* 33950: ignore KEYTIMEOUT for vi operatorsOliver Kiddle2014-12-121-0/+7
|
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Combination of 12 commits from interrupt_abort branch. Basic strategy is to introduce bits to errflag and to set and reset them separately. Remove interrupt status on return to main keymap. Turn off ERRFLAG_INT for always block. Restore bit thereafter: we probably need a new variable in order to allow user interrupts to be reset in the always block. Add TRY_BLOCK_INTERRUPT This works the same as TRY_BLOCK_ERROR, but for a SIGINT, too. Ensure propagation of SIGINT from exited job. If received by foreground job, shell uses ERRFLAG_INT, not ERRFLAG_ERROR, to set the new state. Reset errflag before precmd() Add always block in _main_completion to fix ZLS_COLORS Ensures we get the right state of $ZLS_COLORS at the end of _main_complete even if there's an interrupt. However, the "right state" is a bit messy as it depends on styles.
* 33924: allow vi line/characterwise mode to be forcedOliver Kiddle2014-12-081-2/+6
|
* 33883: documentation for (*) glob qualifierDaniel Shahaf2014-12-071-1/+1
|
* 33841: explain array append a bit betterBarton E. Schaefer2014-12-041-9/+15
|
* Unposted: minor change: "scalar or integer" to "scalar" to include floats.Barton E. Schaefer2014-12-041-2/+1
|
* 33830: META-FAQ updates.Peter Stephenson2014-12-011-4/+4
| | | | | | Don't mention CVS. Use correct sourceforge URL.
* 33139: add doc example to glob broken symbolic links.Simon Ruderich2014-11-281-0/+4
|
* 33805: rewrite zshparams intro, tweak formattingBarton E. Schaefer2014-11-271-33/+72
| | | | | I noticed that there was no explanation of the terms "variable" or "environment" anywhere.
* 33793: add 0b binary interpretation to integer constantsPeter Stephenson2014-11-261-1/+2
|
* 33746: read -q doc refers to -tDaniel Hahler2014-11-241-4/+4
|
* 33740: FAQ: another way of avoiding MULTIOs effects on pipesStephane Chazelas2014-11-231-0/+3
|
* 33763 (cf. Baptiste Daroussin 33747): fix nested item list in generated ↵Barton E. Schaefer2014-11-221-0/+1
| | | | zshmodules.1
* add menu reference to Text ObjectsBarton E. Schaefer2014-11-211-0/+1
|
* 33730: vim style text objects for selecting wordsOliver Kiddle2014-11-211-1/+45
|
* 33679: Note on patter s in case statementsPeter Stephenson2014-11-191-1/+5
| | | | They work exactly like groups in other patterns, despite contrary indications.
* 33704: keybindings, documentation, tests and minorOliver Kiddle2014-11-171-3/+35
| | | | fixes for vim style visual selection changes
* 33700: new widget for put in vim style visual selection modeOliver Kiddle2014-11-171-0/+7
|
* 33697: new vim style vi-backward-word-end widgetsOliver Kiddle2014-11-151-0/+9
|
* 33696: simple up/down line widgets that don't go through history linesOliver Kiddle2014-11-151-0/+8
|
* AUTO_CD behaviour depends on SHIN_STDIN, documentPeter Stephenson2014-11-111-0/+4
|
* 33643: elaborate documentation of the PRIVILEGED optionOliver Kiddle2014-11-091-4/+16
|
* 33570, 33576: make killring/yank-pop work in vi mode afterOliver Kiddle2014-10-301-1/+1
| | | | vi-put-before and vi-put-after
* 33531 with additions: retain status of exited background jobs.Peter Stephenson2014-10-262-4/+20
| | | | | | | | Add linked list of unwaited-for background jobs. Truncate at value of _SC_CHILD_MAX discarding oldest. Remove old lastpid_status mechanism for latest exited process only. Slightly tighten safety of permanently allocated linked lists so that this doesn't compromise signal handling.