summaryrefslogtreecommitdiff
path: root/Doc/Zsh/contrib.yo
AgeCommit message (Collapse)AuthorFilesLines
2007-01-0523091: *roff problems noticed by doclifterPeter Stephenson1-6/+1
2006-12-15users/11083: functions for handling shell arguments in ZLEPeter Stephenson1-0/+54
2006-10-1022854: replace-string-againPeter Stephenson1-1/+10
2006-08-1422608: improve doc for match-word-contextPeter Stephenson1-9/+8
2006-08-1422606: add match-word-context.Peter Stephenson1-3/+34
Remove workaround from match-words-by-style
2006-08-09post-22593 typo fixPeter Stephenson1-1/+1
2006-08-0922593: add handle-nonexistent style to MIME handlerPeter Stephenson1-0/+9
2006-07-2822559: add history-beginning-search-menuPeter Stephenson1-0/+23
2006-04-19unposted: documentation for execute-as-is fix in 22417Peter Stephenson1-2/+4
2006-04-1922416, tweaked: math functions via shell functionsPeter Stephenson1-78/+141
unposted: add styles to pick-web-browser
2006-04-0522394, 22043: execute-as-is style for MIME suffixesPeter Stephenson1-0/+9
2006-03-2022360, 22365: support version 2 of YodlPeter Stephenson1-1/+2
2005-12-18Changed a UTF-8 closing-single-quote into an ASCII apostrophe.Wayne Davison1-1/+1
2005-11-2422014: argument-base, insert-unicode-charPeter Stephenson1-0/+14
2005-10-2521933: R. Ramkumar: three new styles for MIME handlerPeter Stephenson1-15/+65
21935: documentation for same.
2005-10-2121898: insert-composed-char can take command line argumentPeter Stephenson1-0/+7
21899: add "roadmap" to manual
2005-10-1921891: compose double width characters with ^A etc.Peter Stephenson1-0/+5
2005-10-17unposted: a few more miscellaneous composable symbolsPeter Stephenson1-1/+18
2005-09-2821779 plus unposted catch change: exception improvementssPeter Stephenson1-2/+2
2005-09-22Unposted, c.f. 21752: Expand insert-composed-char.Peter Stephenson1-5/+16
2005-08-2221676: insert-unicode-char now insert-composed-char.Peter Stephenson1-95/+141
Also uses RFC 1345.
2005-08-18unposted: cent is now p % in insert-unicode-charPeter Stephenson1-1/+1
2005-08-1821662: new zle widget insert-unicode-charPeter Stephenson1-0/+106
2005-06-2721387: zcalc documentation for precision featuresPeter Stephenson1-1/+25
2005-05-23users/8856, users/8863: which-command stuffPeter Stephenson1-0/+12
2005-02-2120837: typos in contrib docsPeter Stephenson1-10/+11
2005-02-1520812: Add functions for exception handlingPeter Stephenson1-2/+89
2005-01-1320708: enhance replace-stringPeter Stephenson1-0/+7
2004-12-0920612: add options to match-words-by-style widgetPeter Stephenson1-0/+12
2004-09-20Fix typo.Bart Schaefer1-1/+1
2004-07-2920219: make zle parameter HISTNO writeablePeter Stephenson1-0/+19
add history-pattern-search widget
2004-07-2620199: improve MIME handling.Peter Stephenson1-0/+2
2004-07-26Unposted: documentation for "zargs"Bart Schaefer1-0/+43
2004-07-1220145: Additional arguments to read-from-minibuffer specify initial valuesBart Schaefer1-3/+11
of LBUFFER and RBUFFER.
2004-06-2320089: various zed improvementsPeter Stephenson1-11/+23
2004-04-0619733 with docs tweaked: keymaps for vared and zedPeter Stephenson1-6/+21
2003-10-1319183: new delete-whole-word-matchPeter Stephenson1-0/+31
2003-09-16Fix minor typo in MIME function documentation.Vin Shelton1-1/+1
2003-09-1419053 modified, c.f. 19056Peter Stephenson1-2/+155
2003-07-03users/6367: match-words-by-style wrongly referred to in docPeter Stephenson1-4/+4
2003-03-2818394: New word movement and editing widgets.Peter Stephenson1-23/+140
2003-02-0318174: New read-from-minibuffer and replace-string ZLE functionsPeter Stephenson1-0/+52
2003-01-2718143: cooperation between copy-earlier-word and smart-insert-last-wordBart Schaefer1-16/+33
2003-01-0718060: document zmv's -W option and add zmv completionOliver Kiddle1-3/+5
2002-08-0517503: fix various typos, spelling mistakes and poor wordings in the docsOliver Kiddle1-3/+3
2002-07-0517414: narrow-to-region save and restore.Peter Stephenson1-4/+27
2002-07-0417410: narrow-to-region widgetsPeter Stephenson1-0/+34
2002-03-2116879: Functions/Zle/up-line-or-beginning-search,Peter Stephenson1-0/+11
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-0516767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson1-0/+14
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.
2001-12-07* 16310: Functions/Misc/zcalc, Doc/Zsh/contrib.yo: separate zcalcPeter Stephenson1-2/+7
history, handle errors in expression, document -#base option.