summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Expand)AuthorFilesLines
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-1/+1
2003-11-0319218: extend 19216 to zle widgetsPeter Stephenson1-4/+2
2003-11-03Added *.dll to .cvsignore and fixed typo. (unposted)Felix Rosencrantz1-0/+1
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson10-35/+35
2003-08-1118938: Export some data symbols.Peter Stephenson2-3/+3
2003-08-0518926: problem accepting filename require metafication with menu selectionPeter Stephenson1-0/+4
2003-07-29Don't crash if alt-y is typed twice in a row without a prior ctrl-y.Wayne Davison1-1/+3
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson2-6/+2
2003-05-1918543: memory leak vared'ing arraysPeter Stephenson1-1/+2
2003-05-1418536: EMACS and VI compatibility optionsPeter Stephenson2-0/+12
2003-05-1418513: Work around crash on resize in menu selectionPeter Stephenson1-1/+15
2003-05-05unposted: cvsignore VIM *.swp filesAndrey Borzenkov1-0/+5
2003-05-0518476: Fix menu selection on Linux consoleAndrey Borzenkov2-4/+4
2003-04-2318477: Null pointer dereferenced in _arguments "*-+bar"Peter Stephenson1-1/+1
2003-04-08workers-18440: add previously added cygwin completion functions to the comple...Felix Rosencrantz1-1/+1
2003-03-2418378: fix lots of problems with $killringPeter Stephenson1-19/+24
2003-03-05183818: memory leak in zle_params.cPeter Stephenson1-2/+4
2003-02-2718313: NULL pointer dereference if yank-pop after a single yankPeter Stephenson1-1/+1
2003-02-2718306: fix redisplay of rprompt when line shortensGeoff Wing1-1/+1
2003-02-1718252: pass ignoreeof as flag to zlereadPeter Stephenson1-7/+5
2003-02-1418243: Nasty tty poll fix for SolarisPeter Stephenson1-9/+38
2003-02-1318238: bashcompinit was not being installed with --enable-function-subdirsOliver Kiddle1-1/+1
2003-02-0618191: from Greg Klanderman: compctl -y didn't respect list arrangementPeter Stephenson1-0/+7
2003-01-2718139: Improve $killring interface; can now change length. EmptyPeter Stephenson5-56/+113
2003-01-1318059: allow compadd -r and -R with default space suffixPeter Stephenson1-1/+1
2002-12-0617983: Added zle LASTSEARCJ parameterFelix Rosencrantz2-2/+20
2002-08-2717582: Improved option argument handling.Peter Stephenson6-82/+84
2002-08-20fix typo in comment (17569)Sven Wischnowsky1-1/+1
2002-08-20fix default completion module loading, use compctl if it hasn't been loaded a...Sven Wischnowsky3-1/+13
2002-07-30make sure invalidatelist() isn't called hwen we are inside menu selection and...Sven Wischnowsky1-1/+1
2002-07-08remove qword, it isn't needed anymore (17439)Sven Wischnowsky1-12/+1
2002-07-05improve interactive mode when there are no matches left (alow to go back with...Sven Wischnowsky1-10/+30
2002-07-0417405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson2-0/+11
2002-07-04in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...Sven Wischnowsky3-19/+42
2002-07-03fix for interactive mode when menu selection is called via the menu-select wi...Sven Wischnowsky1-5/+5
2002-07-0117390: new zle parameters $PREDISPLAY, $POSTDISPLAYPeter Stephenson2-22/+112
2002-07-0117384: new recursive-edit widget.Peter Stephenson2-66/+87
2002-07-01add new sepcial context -assign-parameter- for completing the parameter in an...Sven Wischnowsky2-6/+21
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky3-46/+456
2002-06-2417360: more lenient accept-line-and-down-history behaviourPeter Stephenson1-16/+26
2002-06-2417350: add $CUTBUFFER and $killring zle parametersPeter Stephenson1-0/+129
2002-06-0717304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson1-2/+3
2002-06-0717301: improve zle -I.Peter Stephenson1-1/+1
2002-06-0617293: support poll() as preferred alternative to select() in zlePeter Stephenson1-15/+104
2002-06-0517295: `zle -F' failed because of bad testPeter Stephenson1-1/+1
2002-06-05don't use optimised completion list display code after the list has been eras...Sven Wischnowsky1-1/+1
2002-05-27follow-up to 17222, make the optimisation work for some more keys again (17237)Sven Wischnowsky1-5/+7
2002-05-24we have to disable 17219 for some keys because their code doesn't set up the ...Sven Wischnowsky1-0/+7
2002-05-24make re-display in menu selection faster; redraw only the previously and newl...Sven Wischnowsky1-13/+96
2002-05-23report option arguments to _arguments in the original form (17196)Sven Wischnowsky1-4/+34