summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-24fix for comparguments to make -s have an effect again (11552)Sven Wischnowsky3-3/+7
2000-05-2411548: -h flag for ispellClint Adams2-2/+8
2000-05-2311542: Doc/Zsh/compsys.yo: more wording `improvements'Peter Stephenson2-200/+221
2000-05-23minor completion fixes (11541)Oliver Kiddle4-17/+39
2000-05-23Minor completion fixes (11541)Oliver Kiddle2-1/+5
2000-05-23Suffix handling improvements for url completion (11539)Oliver Kiddle3-16/+23
2000-05-2311537: new _complete_tag functionPeter Stephenson4-1/+76
2000-05-23doc clarifications for zparseopts (11536)Sven Wischnowsky2-2/+24
2000-05-23add -[ak] options to compadd (11533)Sven Wischnowsky6-12/+77
2000-05-23add -E option to zparseopts (11530)Sven Wischnowsky3-11/+50
2000-05-23use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky6-12/+17
2000-05-23fix for read -q without a shout (11524)Sven Wischnowsky2-2/+4
2000-05-23save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky8-34/+98
(11523)
2000-05-22Don't lose empty arguments (11517)Oliver Kiddle2-2/+6
2000-05-2211516: Completion/Core/compinstall: menu selectionPeter Stephenson2-13/+26
2000-05-2211515: Fix infinite loop.Bart Schaefer2-1/+3
2000-05-2211508: Add texipage() to printindex().Bart Schaefer2-0/+3
2000-05-2211485, 11488: Relocate "Compatibility" and "Restricted Shell" docs.Bart Schaefer10-38/+83
2000-05-22make sure wouldinstab is set before calling docomplete() (11503)Sven Wischnowsky2-1/+14
2000-05-22Completion/Linux/_rpm: --buildarch is like --targetChmouel Boudjnah2-1/+5
2000-05-22another fix for `select=long*' in menu style (11500)Sven Wischnowsky2-1/+5
2000-05-22fix for select-long-list in menu style (11497)Sven Wischnowsky2-4/+7
2000-05-22fix for clines in suffix (11496)Sven Wischnowsky3-4/+11
2000-05-22be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky5-5/+10
2000-05-22remove -h option from zstyle (11490)Sven Wischnowsky3-12/+9
2000-05-22pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky5-378/+423
after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
2000-05-22fix for a-a-m-c in menu selection; scroll explanations onto screen again ↵Sven Wischnowsky3-34/+60
(11487)
2000-05-22Missing () in a tt().Bart Schaefer2-1/+3
2000-05-2211483: Fix formatting and other small errors.Bart Schaefer2-17/+27
2000-05-2111478; 3.1.7-pre-4Peter Stephenson10-204/+220
2000-05-2011477: Alphabetize itemized lists.Bart Schaefer2-602/+606
2000-05-2011473: Turn off xtrace while printing PS4.Bart Schaefer2-1/+7
2000-05-19Do a better job of completing suffixes in netscape remote commands (11471)Oliver Kiddle3-17/+28
2000-05-19ChangeLog entry for zsh-users/3066, already committed:Peter Stephenson1-0/+3
cygwin system.h fix
2000-05-1911467: [#<base>] syntax for output basePeter Stephenson6-11/+62
zsh-users/3071: compdump tweak to avoid // in path
2000-05-19Fix _su to use user's shell for completion after -c againOliver Kiddle2-3/+7
2000-05-1911469: Locally unset the errexit option and ZERR trap.Bart Schaefer3-0/+9
2000-05-1911461: Make "read" interruptible even when used in the tail of a pipeline.Bart Schaefer2-4/+16
2000-05-19fix for unambiguous string insertion (11466)Sven Wischnowsky2-2/+4
2000-05-19don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky11-218/+286
2000-05-18Add missing file name to log message.Bart Schaefer1-1/+2
2000-05-18fix for completion of `netscape -remote' (11460)Sven Wischnowsky2-9/+6
2000-05-18allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky3-4/+29
2000-05-18small doc fix; make compcall autoload compctl module (11457)Sven Wischnowsky3-3/+11
2000-05-1811455: Completion/Core/_oldlist: old-menu defaults onPeter Stephenson3-11/+65
2000-05-18make _files remove backslashes in patterns (11453)Sven Wischnowsky2-1/+6
2000-05-18Felix Rosencrantz: 11450: Replace `tr` with paramsubst.Bart Schaefer2-2/+5
2000-05-1711448: doc changesPeter Stephenson3-352/+364
2000-05-1711444: add old-list and old-menu to _zstylePeter Stephenson2-0/+6
2000-05-1711441: Test/comptest, Test/53completion.ztst,Tanaka Akira4-154/+157
Test/54compmatch.ztst: use only one zsh process to test for each completion test file.