about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky2000-05-221-0/+4
|
* remove -h option from zstyle (11490)Sven Wischnowsky2000-05-221-0/+3
|
* pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky2000-05-221-0/+5
| | | | after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
* fix for a-a-m-c in menu selection; scroll explanations onto screen again ↵Sven Wischnowsky2000-05-221-0/+6
| | | | (11487)
* Missing () in a tt().Bart Schaefer2000-05-221-0/+2
|
* 11483: Fix formatting and other small errors.Bart Schaefer2000-05-221-0/+5
|
* 11478; 3.1.7-pre-4 zsh-3.1.7-pre-4Peter Stephenson2000-05-211-0/+9
|
* 11477: Alphabetize itemized lists.Bart Schaefer2000-05-201-0/+2
|
* 11473: Turn off xtrace while printing PS4.Bart Schaefer2000-05-201-0/+4
|
* Do a better job of completing suffixes in netscape remote commands (11471)Oliver Kiddle2000-05-191-0/+5
|
* ChangeLog entry for zsh-users/3066, already committed:Peter Stephenson2000-05-191-0/+3
| | | | cygwin system.h fix
* 11467: [#<base>] syntax for output basePeter Stephenson2000-05-191-0/+9
| | | | zsh-users/3071: compdump tweak to avoid // in path
* Fix _su to use user's shell for completion after -c againOliver Kiddle2000-05-191-0/+4
|
* 11469: Locally unset the errexit option and ZERR trap.Bart Schaefer2000-05-191-0/+4
|
* 11461: Make "read" interruptible even when used in the tail of a pipeline.Bart Schaefer2000-05-191-0/+5
|
* fix for unambiguous string insertion (11466)Sven Wischnowsky2000-05-191-1/+3
|
* don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky2000-05-191-0/+9
|
* Add missing file name to log message.Bart Schaefer2000-05-181-1/+2
|
* fix for completion of `netscape -remote' (11460)Sven Wischnowsky2000-05-181-0/+3
|
* allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky2000-05-181-0/+3
|
* small doc fix; make compcall autoload compctl module (11457)Sven Wischnowsky2000-05-181-0/+5
|
* 11455: Completion/Core/_oldlist: old-menu defaults onPeter Stephenson2000-05-181-0/+4
|
* make _files remove backslashes in patterns (11453)Sven Wischnowsky2000-05-181-0/+5
|
* Felix Rosencrantz: 11450: Replace `tr` with paramsubst.Bart Schaefer2000-05-181-0/+4
|
* 11448: doc changesPeter Stephenson2000-05-171-0/+5
|
* 11444: add old-list and old-menu to _zstylePeter Stephenson2000-05-171-0/+4
|
* 11441: Test/comptest, Test/53completion.ztst,Tanaka Akira2000-05-171-0/+6
| | | | | Test/54compmatch.ztst: use only one zsh process to test for each completion test file.
* add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky2000-05-171-0/+7
|
* Fix e-mail address.Bart Schaefer2000-05-171-1/+1
|
* 11435: Update test for 11406.Bart Schaefer2000-05-171-4/+6
|
* 11431: Chop up zstyle doc into an itemize list.Bart Schaefer2000-05-171-0/+5
|
* fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky2000-05-171-0/+5
|
* 11426: Src/Modules/zpty.c: don't use #elif.Tanaka Akira2000-05-171-0/+4
|
* 11420: Src/Modules/zpty.c: try more pty device files.Tanaka Akira2000-05-161-0/+4
|
* 11419: Control "make check" with the TESTNUM variable.Bart Schaefer2000-05-161-0/+3
|
* Fix typos and remove RCS Id strings.Bart Schaefer2000-05-161-0/+10
|
* 11415: Completion/User/_cvs: follow the new matcher-list behaviour.Tanaka Akira2000-05-161-0/+4
|
* 11410: make tokenize() tokenize =, so $~foo allows =cmd expansionPeter Stephenson2000-05-161-0/+6
|
* fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky2000-05-161-0/+5
| | | | `-command-line-', handy for completion in vared (11408)
* avoid tilde- and parameter-completion in quotes (11407)Sven Wischnowsky2000-05-161-0/+3
|
* make _arguments take the attempt to add matches as an indication not to do ↵Sven Wischnowsky2000-05-161-1/+5
| | | | default option-completion (11406)
* fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky2000-05-161-0/+6
|
* one hunk of 11381: typo in _vars_eqPeter Stephenson2000-05-161-0/+3
|
* 11402: Doc/Zsh/options.yo: OCTAL_ZEROES fix + expansionPeter Stephenson2000-05-161-0/+5
|
* make menu-select accept the match when typing a non-special character (11401)Sven Wischnowsky2000-05-161-0/+5
|
* 11396: Completion/User/_look: display a message whenTanaka Akira2000-05-161-0/+3
| | | | an argument is empty.
* 11394: Completion/User/_cvs: rewrite filename completionTanaka Akira2000-05-161-0/+5
| | | | functions.
* 11393: Completion/User/_diff_options: use `=-'.Tanaka Akira2000-05-151-0/+2
|
* 11392: Completion/Core/_description: ignore-line fix.Tanaka Akira2000-05-151-0/+4
|
* 11387: OCTAL_ZEROES optionClint Adams2000-05-151-0/+5
|