summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-08-1417535: use-perl style for _makePeter Stephenson3-2/+34
2002-08-1017206 (Bruno Bonfils), 17207 (Oliver): completion for auto-aptClint Adams3-0/+65
2002-08-0917522: clean up a few thingsOliver Kiddle5-85/+60
2002-08-0917522: also handle tkinfoOliver Kiddle1-7/+19
2002-08-0917521: new completion for antOliver Kiddle3-1/+44
2002-08-0817518: mention www.zshwiki.org in meta FAQPeter Stephenson2-0/+7
2002-08-0817516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson3-1/+19
First with zstyle patterns, second with pwd in job structure.
2002-08-0717509: complete .xhtml files as well as .html files.Clint Adams2-1/+6
2002-08-0617508: complete local files after file://localhost/ .Clint Adams2-0/+4
2002-08-0617507: Completion/Unix/Type/_urls: complete local files after file:/// .Clint Adams2-0/+6
2002-08-0617504: note that getopts doesn't handle a single `-' as an option argumentPeter Stephenson2-0/+7
2002-08-0517502: Test changes for xtrace in 17492.Peter Stephenson1-0/+8
`F:' code indicates text to display in event of error.
2002-08-0517502: Test changes for xtrace in 17492.Peter Stephenson5-31/+57
`F:' code indicates text to display in event of error.
2002-08-0517503: fix typos and spelling mistakesOliver Kiddle1-0/+10
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle16-36/+36
2002-08-0517503: fix various typos, spelling mistakes and poor wordings in the docsOliver Kiddle7-19/+18
2002-08-0517499: BSD pkg_* tools now support bzip2'd packagesOliver Kiddle2-3/+8
2002-08-02Unposted: fix typo in 17496.Peter Stephenson2-1/+5
2002-08-0117497: getopts skipped over zero-length arguments.Peter Stephenson2-0/+9
2002-08-01Dan Nelson: 17492: Quote output from xtracePeter Stephenson3-13/+26
2002-08-0117496: update for new options in GNU diff 2.8.1Oliver Kiddle2-19/+26
2002-07-30make sure invalidatelist() isn't called hwen we are inside menu selection ↵Sven Wischnowsky2-1/+7
and there's only one match left (17489)
2002-07-2917488: correct patch number (not 17485)Peter Stephenson1-1/+1
2002-07-2917485?: Incorrect test for TYPESET_SILENTPeter Stephenson2-1/+6
2002-07-2617484: fix option check and add missing #autoload tagOliver Kiddle3-1/+8
2002-07-2517481 from Karl Tomlinson: turn off variable arrays for SGI compiler.Peter Stephenson2-0/+11
2002-07-2417479: fix typo noticed by Martin Pool.Clint Adams2-1/+3
2002-07-2417478: new tags for sarge.Clint Adams2-2/+8
2002-07-2217476: Matt Zimmerman's completion for GNU GLOBAL.Clint Adams4-0/+62
2002-07-16* 17459: Completion/Unix/Command/_cvs: exclude file which haveTanaka Akira2-1/+6
RCS kflags for cvs add.
2002-07-08remove qword, it isn't needed anymore (17439)Sven Wischnowsky2-12/+4
2002-07-08don't display _dispatch as one of the called functions (17438)Sven Wischnowsky2-3/+8
2002-07-0517432: typeset test, typeset shows base for integerPeter Stephenson2-1/+4
2002-07-0517414: narrow-to-region save and restore.Peter Stephenson3-50/+122
2002-07-05improve interactive mode when there are no matches left (alow to go back ↵Sven Wischnowsky2-10/+35
with undo) (17429)
2002-07-0417417: remove unused fluff from datetime.cClint Adams2-3/+5
2002-07-0417410: narrow-to-region widgetsPeter Stephenson4-0/+125
2002-07-0417405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson4-6/+21
2002-07-04in menu selection, use copies of comp{pre,suf}fix to make sure they exist; ↵Sven Wischnowsky4-19/+49
fix display problem with non-empty iprefix (17403)
2002-07-03fix for interactive mode when menu selection is called via the menu-select ↵Sven Wischnowsky2-5/+10
widget (17394)
2002-07-02keep globbing quiet in _path_files; check if group/user exists in _chown (17393)Sven Wischnowsky3-3/+12
2002-07-0117390: new zle parameters $PREDISPLAY, $POSTDISPLAYPeter Stephenson4-22/+132
2002-07-0117391: complete files after dpkg -S.Clint Adams2-10/+19
2002-07-0117384: new recursive-edit widget.Peter Stephenson4-66/+135
2002-07-01add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky8-7/+43
an assignment (17387)
2002-06-2717357: Predefine autoloads in zsh emulation only.Bart Schaefer2-0/+7
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky8-47/+502
2002-06-2417360: more lenient accept-line-and-down-history behaviourPeter Stephenson2-16/+32
17361: more careful about NULL history entries in zle
2002-06-2417350: add $CUTBUFFER and $killring zle parametersPeter Stephenson3-8/+156
2002-06-23users/5073: use typeset to get function names for compdumpBart Schaefer2-7/+8