summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky19-93/+209
list-colors handling (12029)
2000-06-2212027: mutt smarts for _mailboxesClint Adams2-4/+21
2000-06-2212024: handle multiple mailboxes lines in muttrcClint Adams2-1/+7
2000-06-21* 12019: Completion/User/_ssh: upgrade to the last opensshChmouel Boudjnah2-6/+29
options.
2000-06-21make history completion use I{PREF,SUF}FIX (12011)Sven Wischnowsky4-0/+18
2000-06-20AIX dependency fixOliver Kiddle2-5/+9
2000-06-2012000: zmv: emulate -R to unset MARKDIRSPeter Stephenson2-1/+6
2000-06-20*** empty log message ***Sven Wischnowsky1-1/+14
2000-06-20a bit of security for compinit (avoid using things writable by others); ↵Sven Wischnowsky4-166/+112
avoid handling files with the same name twice; remove compconf (11998)
2000-06-19make undo break out of menu selection if nothing to undo inside it (11992)Sven Wischnowsky2-1/+4
2000-06-19_arguments: small fix for -s and new `!...' for things not to complete (but ↵Sven Wischnowsky4-13/+42
to understand) (11985)
2000-06-19update comptest to not set ZLS_COLORS directly (11982)Sven Wischnowsky2-5/+8
2000-06-19more careful when optimising patterns in compfiles (11981)Sven Wischnowsky2-2/+5
2000-06-19new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky9-19/+70
2000-06-19allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky6-18/+83
(11973)
2000-06-19improve filename completion; use accept-exact for in-path completion; new ↵Sven Wischnowsky5-54/+233
fake style (11971)
2000-06-19.distfiles additionsPeter Stephenson3-2/+5
2000-06-19users/3189: zmv fixesPeter Stephenson3-13/+34
Version 3.1.9-dev-1
2000-06-19restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS ↵Sven Wischnowsky4-7/+30
(3188)
2000-06-1811966: double brackets around comparison to prevent 'command not found: no'Clint Adams2-1/+6
2000-06-17Fix parsing of := for magicequalsubst.Bart Schaefer2-3/+10
2000-06-1711959: Completion/User/_urls: make it magicequalsubst aware.Tanaka Akira3-2/+4
(not posted): Completion/User/.distfiles: add `_java'.
2000-06-1711958: Completion/User/_java: new completion for Java.Tanaka Akira2-0/+519
2000-06-17Add a test for cascaded case statement.Bart Schaefer2-0/+18
2000-06-1711956: Fix off-by-one error.Bart Schaefer2-4/+10
2000-06-1611951: _dpkg tweak for install and record-availClint Adams2-2/+10
2000-06-16allow completion after `a{{b,c},'; fix for closing brace re-insertion when ↵Sven Wischnowsky4-10/+7
completing from both ends (CLF_MID) (11939)
2000-06-16enhance ignore-line to ignore all/current/other word(s) (11938)Sven Wischnowsky3-10/+25
2000-06-16zstyle -e option; change math-styles to boolean ones; change defaults for ↵Sven Wischnowsky6-111/+135
_expand styles (11937)
2000-06-15more security in completion matching (11924)Sven Wischnowsky2-2/+4
2000-06-1511908: compmatch testsPeter Stephenson2-0/+19
2000-06-15as 11916: ChangeLog splitPeter Stephenson2-11269/+11274
2000-06-15make _files try each pattern only once (and stop after `*') (11915)Sven Wischnowsky3-2/+16
2000-06-15Delete stray whitespace.Bart Schaefer1-1/+0
2000-06-15fix for _arguments, it took non-option strings as options (11910)Sven Wischnowsky2-3/+17
2000-06-1411906: yet two more saving trap bugsPeter Stephenson2-8/+20
2000-06-14Handle new suffix style with arrays (11903)Oliver Kiddle2-1/+5
2000-06-1411902: SIGWINCH local trap testPeter Stephenson2-0/+11
2000-06-1411901: two more trap saving bugsPeter Stephenson2-1/+9
2000-06-1411895: trap exit problem when exiting from function scopePeter Stephenson2-2/+7
2000-06-14*** empty log message ***Sven Wischnowsky1-1/+1
2000-06-14*** empty log message ***Sven Wischnowsky1-1/+1
2000-06-14nix kaboom with `time time' (?)Sven Wischnowsky2-5/+17
2000-06-14better fix for menu selection on dumb terminal (11885?)Sven Wischnowsky2-3/+8
2000-06-13Added article number for 11882.Clint Adams1-1/+1
2000-06-1311877: ChangeLog onlyPeter Stephenson1-1/+1
2000-06-13?????: dpkg completion improvementsClint Adams2-15/+44
2000-06-13Added patch numbers to Sven's entries.Clint Adams1-5/+5
2000-06-13make -A take a pattern as argument to match non-arguments; allow ↵Sven Wischnowsky3-43/+76
single-letter option strings to have multiple arguments; fix to allow option completion with multiple sets (?)
2000-06-13new _generic widget to call completion with $WIDGET in function field of ↵Sven Wischnowsky3-0/+33
context (?)