summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2000-04-27make menu-selection handle undefined-key (10961)Sven Wischnowsky2-0/+5
2000-04-27*** empty log message ***Sven Wischnowsky1-1/+1
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky9-74/+93
MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)
2000-04-27added warning to _perl_modules for when perl not found on path (10949)Adam Spiers2-0/+6
2000-04-26ensure options are set as expected in _history_complete_word and ↵Sven Wischnowsky3-2/+12
_bash_completions (10933)
2000-04-26new fileSven Wischnowsky1-0/+20
2000-04-26*** empty log message ***Sven Wischnowsky2-5/+6
2000-04-26better perl module completion from Adam (10892)Sven Wischnowsky2-22/+40
2000-04-26new completion for GNU zip from Tanaka (10890)Sven Wischnowsky3-5/+88
2000-04-26new completion function for xset from Tanaka (10885)Sven Wischnowsky1-0/+197
2000-04-26allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky5-40/+125
2000-04-26faster test for `*'-patterns in matching control; prefer direct character ↵Sven Wischnowsky2-4/+42
matches over match specs in recursive invocations of match_str() (10925)
2000-04-26fix for matching control; improve merging cline lists (10924)Sven Wischnowsky2-9/+24
2000-04-26better default value for list-prompt style (10923)Sven Wischnowsky2-1/+4