Age | Commit message (Expand) | Author | Files | Lines |
2000-05-02 | fix for _arguments, use on-line-argument-numbers only for normal arguments, n... | Sven Wischnowsky | 1 | -3/+3 |
2000-04-30 | AIX dependency fixes | Oliver Kiddle | 2 | -5/+4 |
2000-04-28 | misplaced cursor with partial-word matching (11007) | Sven Wischnowsky | 1 | -8/+2 |
2000-04-28 | fix for reporting multiple actions in comparguments, options with non-optiona... | Sven Wischnowsky | 1 | -2/+3 |
2000-04-28 | avoid wrapping around both horizontally and vertically at the same time (10992) | Sven Wischnowsky | 1 | -6/+38 |
2000-04-27 | better wrap around for cursor movement widgets; avoid flicker when leaving me... | Sven Wischnowsky | 1 | -6/+48 |
2000-04-27 | fix for parse error with left-anchored patterns (10963) | Sven Wischnowsky | 1 | -1/+1 |
2000-04-27 | make menu-selection handle undefined-key (10961) | Sven Wischnowsky | 1 | -0/+2 |
2000-04-27 | *** empty log message *** | Sven Wischnowsky | 1 | -1/+1 |
2000-04-27 | renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL... | Sven Wischnowsky | 4 | -26/+29 |
2000-04-26 | allow to anchor on gaps between strings in matching control specs (10926) | Sven Wischnowsky | 2 | -24/+62 |
2000-04-26 | faster test for `*'-patterns in matching control; prefer direct character mat... | Sven Wischnowsky | 1 | -4/+38 |
2000-04-26 | fix for matching control; improve merging cline lists (10924) | Sven Wischnowsky | 1 | -9/+21 |
2000-04-25 | don't show empty hidden matches even in menu-selection (10917) | Sven Wischnowsky | 2 | -4/+19 |
2000-04-25 | re-calculate number of line with mark when needed; make default prompts more ... | Sven Wischnowsky | 1 | -0/+16 |
2000-04-25 | forgotten fix for _arguments using multiple actions (10915) | Sven Wischnowsky | 1 | -2/+2 |
2000-04-25 | don't always ignore backslashes in paths when testing file type (10912) | Sven Wischnowsky | 1 | -0/+3 |
2000-04-25 | report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ... | Sven Wischnowsky | 2 | -6/+27 |
2000-04-25 | make _arguments use more than one action when appropriate; add _argument_sets... | Sven Wischnowsky | 1 | -76/+212 |
2000-04-20 | fix off-by-one error in scrolled menu-selections (10868) | Sven Wischnowsky | 1 | -10/+11 |
2000-04-19 | ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ... | Sven Wischnowsky | 1 | -0/+3 |
2000-04-19 | default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var... | Sven Wischnowsky | 1 | -12/+49 |
2000-04-18 | completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new... | Sven Wischnowsky | 1 | -29/+48 |
2000-04-18 | join_clines() tested the wrong variable (10798) | Sven Wischnowsky | 1 | -2/+2 |
2000-04-17 | scrolling in completion lists and menu-selection, version1 | Sven Wischnowsky | 6 | -352/+1525 |
2000-04-17 | fix for exclusion lists for -+o specifications | Sven Wischnowsky | 1 | -3/+3 |
2000-04-17 | make _tags use C-code for braces in tag-order values; and misc. stuff (10775) | Sven Wischnowsky | 1 | -29/+51 |
2000-04-17 | fix for partial word completion with empty parts and common suffix (10774) | Sven Wischnowsky | 1 | -18/+48 |
2000-04-13 | comment the `#if's for group numbers in $compstate[insert] (10725) | Sven Wischnowsky | 3 | -0/+8 |
2000-04-13 | display number of matches again when asking if a completion list should be sh... | Sven Wischnowsky | 2 | -6/+14 |
2000-04-12 | forgot one #if for commenting out the group-stuff for $compstate[insert] | Sven Wischnowsky | 1 | -1/+2 |
2000-04-12 | comment out the code to allow $compstate[insert] to select the group (10690) | Sven Wischnowsky | 3 | -67/+2935 |
2000-04-12 | display number of lines instead of number of matches when asking whether to s... | Sven Wischnowsky | 2 | -4/+4 |
2000-04-12 | new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing t... | Sven Wischnowsky | 2 | -137/+315 |
2000-04-11 | _wanted now tests both tags and labels; change places where _wanted was calle... | Sven Wischnowsky | 1 | -1/+9 |
2000-04-10 | addx() inserts x more often (10621) | Sven Wischnowsky | 1 | -1/+2 |
2000-04-10 | fix for bashautolist+automenu (10609) | Sven Wischnowsky | 3 | -3173/+1445 |
2000-04-07 | cursor placed on wrong word part with ** match spec (10573) | Sven Wischnowsky | 1 | -0/+6 |
2000-04-05 | $PENDING special zle parameter, giving number of un-read bytes | Sven Wischnowsky | 1 | -8/+138 |
2000-04-04 | fix for comparguments: completion of options after option with | Sven Wischnowsky | 1 | -1/+2 |
2000-04-04 | make _next_tags be usable with menu-completion | Sven Wischnowsky | 1 | -7/+18 |
2000-04-04 | Copy QIPREFIX/QISUFFIX. | Sven Wischnowsky | 1 | -2/+2 |
2000-04-03 | Various completion fixes | Sven Wischnowsky | 1 | -1/+15 |
2000-04-03 | Recognise new parts in partial word completion | Sven Wischnowsky | 1 | -2/+2 |
2000-04-01 | Updated from list as far as 10376 | Peter Stephenson | 8 | -1708/+2949 |
1999-12-06 | zsh-workers/8843 | Tanaka Akira | 2 | -136/+0 |
1999-11-23 | zsh-workers/8725 | Tanaka Akira | 1 | -11/+0 |
1999-11-04 | Initial revision | Tanaka Akira | 1 | -0/+126 |
1999-11-01 | Initial revision | Tanaka Akira | 3 | -0/+6376 |
1999-10-27 | removed. | Tanaka Akira | 3 | -316/+0 |