summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-0211036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer4-177/+402
some redundant close() calls; relocate a misplaced redirection.
2000-05-02Update download location for Yodl (11078)Oliver Kiddle2-1/+5
2000-05-02fix indent.Tanaka Akira1-1/+1
2000-05-0211075: install completion functions for AIX and BSD.Tanaka Akira2-1/+5
2000-05-02zefram103: Src/Makemod.in.in: make sure .{e,}pro files areAndrew Main2-20/+37
non-empty, to keep the AIX compiler quiet.
2000-05-0211066: false || true was trigerring trap on ZERRPeter Stephenson2-2/+9
2000-05-02Small fix to avoid using slashes in temporary file name (11065)Oliver Kiddle2-1/+6
2000-05-02make zrecompile detect deleted and new files (11061)Sven Wischnowsky2-8/+16
2000-05-02two more doc fixes (11060)Sven Wischnowsky2-4/+7
2000-05-02add -x option to compadd to display message unconditionallySven Wischnowsky6-15/+59
2000-05-0211057: getopts bugPeter Stephenson2-1/+14
2000-05-02always use empty matcher-list style in _complete_help (11053)Sven Wischnowsky2-1/+11
2000-05-02fix for _arguments, use on-line-argument-numbers only for normal arguments, ↵Sven Wischnowsky2-3/+7
not for arguments of options (11052)
2000-05-02completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky9-16/+20
2000-05-02make completion-in-vared complete parameter values as default; cleanup for ↵Sven Wischnowsky4-58/+60
_path_files (11048)
2000-05-02completion doc fixes and cleanup; _sort_tags updated (11047)Sven Wischnowsky4-243/+223
2000-05-01*** empty log message ***Oliver Kiddle1-2/+0
2000-05-01don't fail on nonexistent ~/.nedit file.Bart Schaefer3-4/+13
2000-05-01Use of _arguments in _bzip2 (11041)Oliver Kiddle4-6/+60
2000-05-01Corrected where I had used a date of 31st AprilOliver Kiddle1-1/+1
2000-05-01Spelling corrections (11037)Oliver Kiddle5-33/+38
2000-04-3011033: 3.1.7-pre-2Peter Stephenson5-5/+261
2000-04-3011032: Fix signed-ness of a local.Bart Schaefer2-1/+5
2000-04-30AIX dependency fixesOliver Kiddle6-347/+545
2000-04-3011029: Some missing bits of merging 11015 with 11026.Bart Schaefer3-5/+7
2000-04-30completion for joeClint Adams2-0/+43
2000-04-3011026: fix for unfunction of trap with localtraps bugPeter Stephenson5-16/+49
2000-04-3011024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer3-3/+39
2000-04-2911019: fix bug in _description exampleAdam Spiers2-1/+5
2000-04-2911017: Completion/Linux/_rpm: fixes for --rmsource and --recompileAdam Spiers2-6/+16
options, and for breakage caused by 10772
2000-04-2911015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer4-14/+32
very happy with having to play with `noerrs' but I don't see any other way to silence the warning from bin_unhash().
2000-04-2811013: more compinstall fixesPeter Stephenson2-1/+9
2000-04-2811012: Rearrange menus to match section rearragement in 11008.Bart Schaefer2-10/+13
2000-04-2811012: Rearrange menus in Doc to match 11008. Also add some missing articleBart Schaefer1-5/+10
numbers from earlier ChangeLog entries.
2000-04-28move compctl docs behind compsys, mention `zcompile -z' in compsys (11008)Sven Wischnowsky8-7/+26
2000-04-28misplaced cursor with partial-word matching (11007)Sven Wischnowsky2-8/+5
2000-04-28Tanaka: printer-detection moved to new _printers; used by _enscript (11001)Sven Wischnowsky5-58/+67
2000-04-28fix for reporting multiple actions in comparguments, options with ↵Sven Wischnowsky2-2/+8
non-optional arguments (11003)
2000-04-2810999: compinstall fixesPeter Stephenson2-2/+17
2000-04-28avoid wrapping around both horizontally and vertically at the same time (10992)Sven Wischnowsky2-6/+43
2000-04-2810980: Tanaka's enscript completion.Bart Schaefer2-0/+150
2000-04-2710985: compinstall enhancementsPeter Stephenson2-18/+79
2000-04-27new _history completer (10979)Sven Wischnowsky4-2/+49
2000-04-27better wrap around for cursor movement widgets; avoid flicker when leaving ↵Sven Wischnowsky2-6/+51
menu-selection (10978)
2000-04-27use $words[1] to call make in _make and throw away stderr and use _call (10977)Sven Wischnowsky2-1/+4
2000-04-27ensure $PWD is prepended to cache-names for long options in _arguments (10974)Sven Wischnowsky2-1/+6
2000-04-2710971: **/... always globbed dotsPeter Stephenson2-0/+7
2000-04-27fix for automatic option-argument completion with partially typed option in ↵Sven Wischnowsky2-3/+5
_arguments (10967)
2000-04-27document _wanted -C; fix for call to _wanted in _urls (10965)Sven Wischnowsky3-2/+9
2000-04-27fix for parse error with left-anchored patterns (10963)Sven Wischnowsky2-1/+4