summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2000-04-3011026: fix for unfunction of trap with localtraps bugPeter Stephenson3-16/+20
2000-04-2911015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer3-14/+27
2000-04-28misplaced cursor with partial-word matching (11007)Sven Wischnowsky1-8/+2
2000-04-28fix for reporting multiple actions in comparguments, options with non-optiona...Sven Wischnowsky1-2/+3
2000-04-28avoid wrapping around both horizontally and vertically at the same time (10992)Sven Wischnowsky1-6/+38
2000-04-27better wrap around for cursor movement widgets; avoid flicker when leaving me...Sven Wischnowsky1-6/+48
2000-04-2710971: **/... always globbed dotsPeter Stephenson1-0/+2
2000-04-27fix for parse error with left-anchored patterns (10963)Sven Wischnowsky1-1/+1
2000-04-27make menu-selection handle undefined-key (10961)Sven Wischnowsky1-0/+2
2000-04-27*** empty log message ***Sven Wischnowsky1-1/+1
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky5-27/+30
2000-04-26allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky2-24/+62
2000-04-26faster test for `*'-patterns in matching control; prefer direct character mat...Sven Wischnowsky1-4/+38
2000-04-26fix for matching control; improve merging cline lists (10924)Sven Wischnowsky1-9/+21
2000-04-25don't show empty hidden matches even in menu-selection (10917)Sven Wischnowsky2-4/+19
2000-04-25re-calculate number of line with mark when needed; make default prompts more ...Sven Wischnowsky1-0/+16
2000-04-25forgotten fix for _arguments using multiple actions (10915)Sven Wischnowsky1-2/+2
2000-04-25don't always ignore backslashes in paths when testing file type (10912)Sven Wischnowsky1-0/+3
2000-04-25report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...Sven Wischnowsky2-6/+27
2000-04-25make _arguments use more than one action when appropriate; add _argument_sets...Sven Wischnowsky1-76/+212
2000-04-2510900: Depend modules-bltin upon config.status rather than upon Makefile.Bart Schaefer1-32/+89
2000-04-20fix off-by-one error in scrolled menu-selections (10868)Sven Wischnowsky1-10/+11
2000-04-19ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ...Sven Wischnowsky2-181/+1459
2000-04-19default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var...Sven Wischnowsky1-12/+49
2000-04-18completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...Sven Wischnowsky1-29/+48
2000-04-18fix to get newlines in non-job-texts (I'm sooo stupid)Sven Wischnowsky1-2/+6
2000-04-18join_clines() tested the wrong variable (10798)Sven Wischnowsky1-2/+2
2000-04-17scrolling in completion lists and menu-selection, version1Sven Wischnowsky7-353/+1526
2000-04-17display newlines as spaces in job-texts (10788)Sven Wischnowsky1-2/+3
2000-04-17fix for exclusion lists for -+o specificationsSven Wischnowsky1-3/+3
2000-04-17make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky1-29/+51
2000-04-17fix for partial word completion with empty parts and common suffix (10774)Sven Wischnowsky1-18/+48
2000-04-1610771: new GLOBAL_EXPORT option; successful compilation on OpenBSDPeter Stephenson3-51/+84
2000-04-1410756: fix (#s) and (#e) for parameter substitution formsPeter Stephenson3-2/+62
2000-04-1310745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.hClint Adams1-2/+3
2000-04-1310743: fix replenv() of imported special parametersPeter Stephenson1-1/+5
2000-04-1310738: pws: local parameters can be exportedPeter Stephenson2-36/+61
2000-04-13make read -[kq] always print the prompt, if any; after all they make sure the...Sven Wischnowsky1-6/+15
2000-04-13fix field name for HAVE_NIS_PLUS (10726)Sven Wischnowsky1-1/+1
2000-04-13comment the `#if's for group numbers in $compstate[insert] (10725)Sven Wischnowsky3-0/+8
2000-04-13display number of matches again when asking if a completion list should be sh...Sven Wischnowsky2-6/+14
2000-04-12forgot one #if for commenting out the group-stuff for $compstate[insert]Sven Wischnowsky1-1/+2
2000-04-12compare mapped zwc files using stat instead of the pathnames (10699)Sven Wischnowsky2-12/+20
2000-04-12missing initialisation for next field in assignments for substitutions for fc...Sven Wischnowsky1-0/+1
2000-04-12comment out the code to allow $compstate[insert] to select the group (10690)Sven Wischnowsky3-67/+2935
2000-04-12display number of lines instead of number of matches when asking whether to s...Sven Wischnowsky2-4/+4
2000-04-12new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing t...Sven Wischnowsky4-430/+1039
2000-04-11_wanted now tests both tags and labels; change places where _wanted was calle...Sven Wischnowsky1-1/+9
2000-04-10detect ignored signals correctly (10625)Sven Wischnowsky2-61/+265
2000-04-10addx() inserts x more often (10621)Sven Wischnowsky1-1/+2