summaryrefslogtreecommitdiff
path: root/Functions
AgeCommit message (Collapse)AuthorFilesLines
2004-01-0619339: minor TCP function suite additionsPeter Stephenson2-17/+22
2003-10-27zsh-users/6736: widget that puts double-quotes around words beforeBart Schaefer1-0/+46
invoking completion.
2003-10-27zsh-users/6738: replacement for self-insert that quotes shellBart Schaefer1-0/+148
metacharacters when they appear in a word that looks like a URL.
2003-10-1319185: wrong context in delete-whole-word-matchPeter Stephenson1-1/+1
2003-10-1319183: new delete-whole-word-matchPeter Stephenson1-0/+56
2003-09-1419053 modified, c.f. 19056Peter Stephenson4-0/+516
2003-08-19unposted: Functions/Prompts/prompt_adam2_setup: fix colouring and bugAdam Spiers1-3/+3
introduced since % needed to be quoted inside ${//} substitution.
2003-07-2518908: use print/read -u in completion system and tweak builtin docPeter Stephenson4-5/+5
2003-07-0718824: kill-word-match deleted to end of line.Peter Stephenson1-1/+1
2003-07-0718817: need to quote % anchor in substitutionOliver Kiddle1-2/+2
2003-07-04unposted: forgot .distfiles in 18810Peter Stephenson1-0/+1
2003-07-0418810: Various enhancements and bug fixes for the TCP function suitePeter Stephenson9-16/+130
2003-05-05unposted: cvsignore VIM *.swp filesAndrey Borzenkov1-0/+1
2003-05-0218497: minor tweaks to info and tcp_spamPeter Stephenson1-2/+2
2003-04-2518472: spelling correctionsOliver Kiddle7-9/+9
2003-04-1818450: set $compcontext to -math- to complete math context within zcalcOliver Kiddle1-0/+1
2003-04-0318432: Minor miscellany of comments and rationalisations.Peter Stephenson2-3/+15
2003-04-03unposted: tidy up after word match functions from 18394Peter Stephenson8-67/+4
2003-04-03c.f. 18407: fix short prompt in select-word-stylePeter Stephenson1-1/+1
2003-03-31Removed zgprintf from Functions/TCP/.distfilesFelix Rosencrantz1-1/+1
2003-03-2818394: New word movement and editing widgets.Peter Stephenson11-4/+523
2003-02-2318278: remove zgprintf, zformat already does thisPeter Stephenson4-74/+5
2003-02-18.distfiles for Functions/TCPClint Adams1-0/+5
2003-02-0618202: New TCP function system plus small error message change in ztcp.Peter Stephenson17-0/+1414
2003-02-04unposted: create 4.1.0-dev-7Peter Stephenson1-0/+2
2003-02-0318174: New read-from-minibuffer and replace-string ZLE functionsPeter Stephenson2-0/+65
2003-01-2718143: fix some problems with "toggle" style.Bart Schaefer1-1/+2
2003-01-2718143: cooperation between copy-earlier-word and smart-insert-last-wordBart Schaefer2-9/+25
2002-11-1217928: Zvi Har'El: don't interpret escapes when setting the command bufferOliver Kiddle1-1/+1
2002-09-04Massive improvement of --max-procs handling; reorganize option parsing toBart Schaefer1-44/+68
do only what's necessary for each early-bailout test; bump version number.
2002-09-02Implement --max-procs.Bart Schaefer1-7/+43
2002-09-02Add zargs.Bart Schaefer1-1/+1
2002-09-02Based on users/5283: Implement xargs-like segmenting of argument list, withBart Schaefer1-0/+199
a command called on each segment.
2002-08-17unposted: clint prompt theme %v typo correctionClint Adams1-1/+1
2002-07-0517414: narrow-to-region save and restore.Peter Stephenson1-46/+89
2002-07-0417410: narrow-to-region widgetsPeter Stephenson2-0/+87
2002-06-17Usual .distfiles tidy-upPeter Stephenson1-0/+2
2002-04-23Add "relative".Bart Schaefer1-5/+3
2002-04-23users/4851: Convert a full path to a path relative to a directory.Bart Schaefer1-0/+28
2002-04-0416933: more sophisticated versions of these functionsOliver Kiddle2-16/+27
2002-03-30+ Added -W to auto-convert wildcards in both the find and replace strings.Wayne Davison1-17/+43
+ Fixed the usage message to output the '$' args and '\' characters (they were getting eaten).
2002-03-2116879: Functions/Zle/up-line-or-beginning-search,Peter Stephenson2-0/+26
Functions/Zle/down-line-or-beginning-search, Doc/Zsh/contrib.yo: originally by Bart --- widgets which combine up-line-or-search and history-beginning-search-backward behaviour.
2002-03-07make zrecompile show the error messages from zcompile unless the -q option ↵Sven Wischnowsky1-9/+14
is given (16774)
2002-03-05unposted: usual fixups for .distfilesPeter Stephenson1-0/+1
2002-03-0516767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson1-0/+19
Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line.
2002-02-09unposted: improve apm and screen handlingClint Adams1-4/+10
2002-02-07unposted: Colin Walters's prompt, adapted for the theme systemClint Adams2-0/+26
2002-01-31use RPS2 to put states on the rightOliver Kiddle1-0/+2
2002-01-0916422: zcalc non-default base outputPeter Stephenson1-1/+1
2001-12-1716352: allow output formats to be specified in zcalcOliver Kiddle1-25/+48