about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 11033: 3.1.7-pre-2 zsh-3.1.7-pre-2Peter Stephenson2000-04-301-0/+6
|
* 11032: Fix signed-ness of a local.Bart Schaefer2000-04-301-0/+4
|
* AIX dependency fixesOliver Kiddle2000-04-301-0/+5
|
* 11029: Some missing bits of merging 11015 with 11026.Bart Schaefer2000-04-301-0/+5
|
* completion for joeClint Adams2000-04-301-0/+5
|
* 11026: fix for unfunction of trap with localtraps bugPeter Stephenson2000-04-301-0/+7
|
* 11024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer2000-04-301-2/+5
|
* 11019: fix bug in _description exampleAdam Spiers2000-04-291-0/+4
|
* 11017: Completion/Linux/_rpm: fixes for --rmsource and --recompileAdam Spiers2000-04-291-0/+5
| | | | options, and for breakage caused by 10772
* 11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer2000-04-291-0/+5
| | | | | very happy with having to play with `noerrs' but I don't see any other way to silence the warning from bin_unhash().
* 11013: more compinstall fixesPeter Stephenson2000-04-281-0/+5
|
* 11012: Rearrange menus in Doc to match 11008. Also add some missing articleBart Schaefer2000-04-281-5/+10
| | | | numbers from earlier ChangeLog entries.
* move compctl docs behind compsys, mention `zcompile -z' in compsys (11008)Sven Wischnowsky2000-04-281-0/+5
|
* misplaced cursor with partial-word matching (11007)Sven Wischnowsky2000-04-281-0/+3
|
* Tanaka: printer-detection moved to new _printers; used by _enscript (11001)Sven Wischnowsky2000-04-281-0/+4
|
* fix for reporting multiple actions in comparguments, options with ↵Sven Wischnowsky2000-04-281-0/+5
| | | | non-optional arguments (11003)
* 10999: compinstall fixesPeter Stephenson2000-04-281-0/+5
|
* avoid wrapping around both horizontally and vertically at the same time (10992)Sven Wischnowsky2000-04-281-0/+5
|
* 10980: Tanaka's enscript completion.Bart Schaefer2000-04-281-0/+4
|
* 10985: compinstall enhancementsPeter Stephenson2000-04-271-0/+5
|
* new _history completer (10979)Sven Wischnowsky2000-04-271-0/+3
|
* better wrap around for cursor movement widgets; avoid flicker when leaving ↵Sven Wischnowsky2000-04-271-0/+3
| | | | menu-selection (10978)
* use $words[1] to call make in _make and throw away stderr and use _call (10977)Sven Wischnowsky2000-04-271-0/+3
|
* ensure $PWD is prepended to cache-names for long options in _arguments (10974)Sven Wischnowsky2000-04-271-0/+5
|
* 10971: **/... always globbed dotsPeter Stephenson2000-04-271-0/+5
|
* fix for automatic option-argument completion with partially typed option in ↵Sven Wischnowsky2000-04-271-0/+3
| | | | _arguments (10967)
* document _wanted -C; fix for call to _wanted in _urls (10965)Sven Wischnowsky2000-04-271-0/+4
|
* fix for parse error with left-anchored patterns (10963)Sven Wischnowsky2000-04-271-0/+3
|
* make menu-selection handle undefined-key (10961)Sven Wischnowsky2000-04-271-0/+3
|
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky2000-04-271-0/+10
| | | | 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)
* added warning to _perl_modules for when perl not found on path (10949)Adam Spiers2000-04-271-0/+5
|
* ensure options are set as expected in _history_complete_word and ↵Sven Wischnowsky2000-04-261-0/+4
| | | | _bash_completions (10933)
* better perl module completion from Adam (10892)Sven Wischnowsky2000-04-261-0/+3
|
* new completion for GNU zip from Tanaka (10890)Sven Wischnowsky2000-04-261-0/+7
|
* allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky2000-04-261-0/+4
|
* faster test for `*'-patterns in matching control; prefer direct character ↵Sven Wischnowsky2000-04-261-0/+4
| | | | matches over match specs in recursive invocations of match_str() (10925)
* fix for matching control; improve merging cline lists (10924)Sven Wischnowsky2000-04-261-0/+3
|
* better default value for list-prompt style (10923)Sven Wischnowsky2000-04-261-0/+3
|
* file-sort made $fignore fail (10922)Sven Wischnowsky2000-04-261-0/+4
|
* don't show empty hidden matches even in menu-selection (10917)Sven Wischnowsky2000-04-251-0/+3
|
* re-calculate number of line with mark when needed; make default prompts more ↵Sven Wischnowsky2000-04-251-0/+4
| | | | consistent (10916)
* forgotten fix for _arguments using multiple actions (10915)Sven Wischnowsky2000-04-251-0/+3
|
* don't always ignore backslashes in paths when testing file type (10912)Sven Wischnowsky2000-04-251-0/+3
|
* small fix for _requested to be able to use _all_labels from within it (10910)Sven Wischnowsky2000-04-251-0/+4
|
* report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ↵Sven Wischnowsky2000-04-251-0/+4
| | | | use them to be able to expand $foo (10909)
* make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky2000-04-251-0/+11
| | | | _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-251-1/+1
|
* 10900: Depend modules-bltin upon config.status rather than upon Makefile.Bart Schaefer2000-04-251-0/+5
|
* don't remove *all* .zwc files, keep the first one (10881)Sven Wischnowsky2000-04-201-0/+3
|
* fix off-by-one error in scrolled menu-selections (10868)Sven Wischnowsky2000-04-201-0/+3
|