about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* new fileSven Wischnowsky2000-04-261-0/+20
|
* *** empty log message ***Sven Wischnowsky2000-04-262-5/+6
|
* better perl module completion from Adam (10892)Sven Wischnowsky2000-04-262-22/+40
|
* new completion for GNU zip from Tanaka (10890)Sven Wischnowsky2000-04-263-5/+88
|
* new completion function for xset from Tanaka (10885)Sven Wischnowsky2000-04-261-0/+197
|
* allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky2000-04-265-40/+125
|
* faster test for `*'-patterns in matching control; prefer direct character ↵Sven Wischnowsky2000-04-262-4/+42
| | | | matches over match specs in recursive invocations of match_str() (10925)
* fix for matching control; improve merging cline lists (10924)Sven Wischnowsky2000-04-262-9/+24
|
* better default value for list-prompt style (10923)Sven Wischnowsky2000-04-262-1/+4
|
* file-sort made $fignore fail (10922)Sven Wischnowsky2000-04-262-13/+17
|
* don't show empty hidden matches even in menu-selection (10917)Sven Wischnowsky2000-04-253-4/+22
|
* re-calculate number of line with mark when needed; make default prompts more ↵Sven Wischnowsky2000-04-253-2/+22
| | | | consistent (10916)
* forgotten fix for _arguments using multiple actions (10915)Sven Wischnowsky2000-04-252-2/+5
|
* don't always ignore backslashes in paths when testing file type (10912)Sven Wischnowsky2000-04-252-0/+6
|
* small fix for _requested to be able to use _all_labels from within it (10910)Sven Wischnowsky2000-04-254-3/+13
|
* report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ↵Sven Wischnowsky2000-04-254-9/+40
| | | | use them to be able to expand $foo (10909)
* make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky2000-04-2513-169/+473
| | | | _argument_sets to complete different sets of arguments and options for the same command (10908)
* Things that are in the ChangeLog but that somehow didn't get changed.Bart Schaefer2000-04-252-2/+2
|
* 10900: Depend modules-bltin upon config.status rather than upon Makefile.Bart Schaefer2000-04-252-32/+94
|
* don't remove *all* .zwc files, keep the first one (10881)Sven Wischnowsky2000-04-202-1/+6
|
* fix off-by-one error in scrolled menu-selections (10868)Sven Wischnowsky2000-04-202-10/+14
|
* Add new completions for AIX commandsOliver Kiddle2000-04-2010-0/+110
|
* new completions for FreeBSD commands (10861)Sven Wischnowsky2000-04-205-0/+144
|
* default values for styles in _expand_word, listing expansions with ^Xd, ↵Sven Wischnowsky2000-04-204-10/+67
| | | | _expand uses add-space style (10854)
* Add completion for file descriptorsOliver Kiddle2000-04-204-6/+38
|
* add zstyle+ (this is the *real* 3.1.7-pre-1) zsh-3.1.7-prep-1Peter Stephenson2000-04-192-3/+5
|
* Test additions; 3.1.7-pre-1Peter Stephenson2000-04-196-4/+536
|
* Ollivier Robert: 10844: prefer curses to termcap on HPUX 11Peter Stephenson2000-04-192-1/+6
|
* 10833: new print completion and complete nothing for clear and lognameOliver Kiddle2000-04-194-4/+36
|
* 10830: Doc/Makefile.in: don't force dvips to use 300 dpi.Peter Stephenson2000-04-192-57/+213
|
* ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ↵Sven Wischnowsky2000-04-193-181/+1463
| | | | but zsh/complete isn't (10828)
* default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵Sven Wischnowsky2000-04-195-32/+85
| | | | variable-width strings (10816)
* fix completion after ~<num> (10812)Sven Wischnowsky2000-04-182-1/+12
|
* handle list-prompt in compinstallPeter Stephenson2000-04-182-3/+25
|
* change suffix added when completing an assigned value (10807)Sven Wischnowsky2000-04-182-2/+5
|
* 10802: typoPeter Stephenson2000-04-182-1/+5
|
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky2000-04-187-44/+132
| | | | new used parameters, use local keymap when waiting at list-prompt (10801)
* fix to get newlines in non-job-texts (I'm sooo stupid)Sven Wischnowsky2000-04-181-2/+6
|
* fix to get newlines in non-job-texts (I'm sooo stupid) (10799)Sven Wischnowsky2000-04-181-0/+3
|
* join_clines() tested the wrong variable (10798)Sven Wischnowsky2000-04-182-2/+7
|
* zstyle+ simplifies definition of styles (10795)Sven Wischnowsky2000-04-172-0/+37
|
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-179-390/+1777
|
* 10789: <(...) and >(...) documentationPeter Stephenson2000-04-172-10/+23
|
* display newlines as spaces in job-texts (10788)Sven Wischnowsky2000-04-172-2/+5
|
* fix for exclusion lists for -+o specificationsSven Wischnowsky2000-04-172-3/+6
|
* 10772: Chmouel: rpm --target completionPeter Stephenson2000-04-172-0/+9
|
* better completion after `=', everywhere (10780)Sven Wischnowsky2000-04-176-11/+63
|
* make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky2000-04-175-34/+59
|
* fix for partial word completion with empty parts and common suffix (10774)Sven Wischnowsky2000-04-172-18/+53
|
* 10771: new GLOBAL_EXPORT option; successful compilation on OpenBSDPeter Stephenson2000-04-167-155/+470
|