summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2000-05-17add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky8-75/+610
2000-05-17Fix e-mail address.Bart Schaefer1-1/+1
2000-05-1711435: Update test for 11406.Bart Schaefer2-5/+8
2000-05-1711431: Chop up zstyle doc into an itemize list.Bart Schaefer2-39/+56
2000-05-17fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky2-5/+12
2000-05-1711426: Src/Modules/zpty.c: don't use #elif.Tanaka Akira2-4/+10
2000-05-1611420: Src/Modules/zpty.c: try more pty device files.Tanaka Akira2-4/+11
2000-05-1611419: Control "make check" with the TESTNUM variable.Bart Schaefer2-3/+11
2000-05-16Remove RCS Id strings.Bart Schaefer1-2/+0
2000-05-16Fix typos and remove RCS Id strings.Bart Schaefer5-3/+37
2000-05-1611415: Completion/User/_cvs: follow the new matcher-list behaviour.Tanaka Akira2-1/+5
2000-05-1611410: make tokenize() tokenize =, so $~foo allows =cmd expansionPeter Stephenson2-0/+7
2000-05-16fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky4-34/+103
`-command-line-', handy for completion in vared (11408)