about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson2002-07-041-0/+6
|
* in menu selection, use copies of comp{pre,suf}fix to make sure they exist; ↵Sven Wischnowsky2002-07-041-0/+7
| | | | fix display problem with non-empty iprefix (17403)
* fix for interactive mode when menu selection is called via the menu-select ↵Sven Wischnowsky2002-07-031-0/+5
| | | | widget (17394)
* keep globbing quiet in _path_files; check if group/user exists in _chown (17393)Sven Wischnowsky2002-07-021-0/+6
|
* 17390: new zle parameters $PREDISPLAY, $POSTDISPLAYPeter Stephenson2002-07-011-0/+4
|
* 17391: complete files after dpkg -S.Clint Adams2002-07-011-0/+5
|
* 17384: new recursive-edit widget.Peter Stephenson2002-07-011-0/+6
|
* add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky2002-07-011-0/+9
| | | | an assignment (17387)
* 17357: Predefine autoloads in zsh emulation only.Bart Schaefer2002-06-271-0/+5
|
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-261-0/+8
|
* 17360: more lenient accept-line-and-down-history behaviourPeter Stephenson2002-06-241-0/+6
| | | | 17361: more careful about NULL history entries in zle
* 17350: add $CUTBUFFER and $killring zle parametersPeter Stephenson2002-06-241-0/+5
|
* users/5073: use typeset to get function names for compdumpBart Schaefer2002-06-231-0/+5
|
* 17334: TYPESET_SILENT shell option and typeset -p optionPeter Stephenson2002-06-201-0/+6
|
* Usual .distfiles tidy-up zsh-4.1.0-dev-5Peter Stephenson2002-06-171-1/+2
|
* Version 4.1.0-dev-5Peter Stephenson2002-06-171-0/+4
|
* 17318: ${(z)...} added an extra space when the lexical analyser failed.Peter Stephenson2002-06-141-0/+5
|
* 17304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson2002-06-071-1/+1
|
* 17304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson2002-06-071-0/+5
|
* 17299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson2002-06-071-0/+4
| | | | as finished with.
* 17301: improve zle -I.Peter Stephenson2002-06-071-0/+6
|
* 17293: support poll() as preferred alternative to select() in zlePeter Stephenson2002-06-061-0/+5
|
* 17297: 17265 continued.Clint Adams2002-06-061-0/+4
|
* 17295: `zle -F' failed because of bad testPeter Stephenson2002-06-051-0/+3
|
* remove builtin when tcp module is unloaded.Peter Stephenson2002-06-051-0/+5
|
* 17292: shut up compiler if no OPEN_MEMSTREAMPeter Stephenson2002-06-051-0/+2
|
* 17265: make the jobs command work in subshellsPeter Stephenson2002-06-051-0/+4
|
* 17285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problemPeter Stephenson2002-06-051-0/+6
|
* don't use optimised completion list display code after the list has been ↵Sven Wischnowsky2002-06-051-0/+6
| | | | erased or we're not in menu selection anymore anyway (17286)
* 17283: Src/parse.c: `func() { ... } this bit was ignored'.Peter Stephenson2002-06-041-0/+4
|
* 17273, not 17272: inner function definition could define nonsensePeter Stephenson2002-06-021-1/+1
|
* 17272: inner function definition could define nonsensePeter Stephenson2002-06-021-0/+6
|
* 17266: check `manpath` even when $MANPATH is set.Clint Adams2002-05-311-0/+5
|
* 17253: ztcp -L gives parseable information on tcp sessionPeter Stephenson2002-05-301-0/+5
|
* fix for use of (z) parameter modifier; the first word in the parameter is ↵Sven Wischnowsky2002-05-291-0/+7
| | | | parsed like the first word on a command line, treating parens specially (17252)
* 17250: dont't execsave()/execrestore() around synchronous trapsPeter Stephenson2002-05-291-0/+4
|
* 17249: fix user output from ztcpPeter Stephenson2002-05-291-0/+5
|
* add handling for the other texinfo commands (besides info)Oliver Kiddle2002-05-281-0/+5
|
* 17244: don't complete udebs for dpkg -i or --unpackClint Adams2002-05-281-0/+5
|
* follow-up to 17222, make the optimisation work for some more keys again (17237)Sven Wischnowsky2002-05-271-0/+5
|
* 17235: strftime builtinClint Adams2002-05-261-0/+3
|
* 17234: don't call _path_files with empty ().Clint Adams2002-05-261-0/+5
|
* 17225: $=CVSIGNORE instead of $CVSIGNOREClint Adams2002-05-251-0/+5
|
* we have to disable 17219 for some keys because their code doesn't set up the ↵Sven Wischnowsky2002-05-241-0/+5
| | | | variables we need (17222)
* 17220: Src/Modules/tcp.c: bugs using ztcp to list connections.Peter Stephenson2002-05-241-0/+5
|
* make re-display in menu selection faster; redraw only the previously and ↵Sven Wischnowsky2002-05-241-0/+5
| | | | newly selected matches (17219)
* unposted: use zstyle again now when it worksAndrey Borzenkov2002-05-231-0/+3
|
* 17125, 17159 (Oliver): info completionAndrey Borzenkov2002-05-231-0/+7
|
* report option arguments to _arguments in the original form (17196)Sven Wischnowsky2002-05-231-0/+3
|
* for automatic long options completion, use the string after the equal signs ↵Sven Wischnowsky2002-05-231-0/+5
| | | | (from the --help-text) as the description to shown when completing after the option (17214)