about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Andrej: Dynamic loading on cygwinPeter Stephenson2000-08-021-0/+7
|
* 12489: pathconf for unlimited fsClint Adams2000-08-021-0/+3
|
* 12472: limited pathconf supportClint Adams2000-08-021-0/+6
|
* 12486: new completion caching layerAdam Spiers2000-08-021-0/+7
|
* if compcontext is an assoc, the keys are the completions and the values are ↵Sven Wischnowsky2000-08-021-0/+4
| | | | their descriptions (12483)
* prefer user-defined specs over ones derived from --help output (12475)Sven Wischnowsky2000-08-021-0/+5
|
* new completion function for slrn (12463)Sven Wischnowsky2000-08-011-0/+3
|
* fix for automatically recognised options, don't expect an argument after ↵Sven Wischnowsky2000-08-011-0/+3
| | | | each of them (12462)
* remove tests for kshautoload (use zcompile -z); fix for setting scriptname ↵Sven Wischnowsky2000-08-011-0/+7
| | | | for functions that redefine themselves (12453)
* make $compcontext more powerful and easier to use for simple cases (12449)Sven Wischnowsky2000-08-011-0/+6
|
* Add compaudit to .distfiles; 3.1.9-dev-4 zsh-3.1.9-dev-4Peter Stephenson2000-07-311-0/+6
|
* isalpha() -> ialpha(); avoid a compiler warning (12439)Sven Wischnowsky2000-07-311-0/+3
|
* clarify manual for menu style; select= and yes= may be given both a number ↵Sven Wischnowsky2000-07-311-0/+6
| | | | and one of the long* values at the same time (12438)
* 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave likeAndrew Main2000-07-301-0/+8
| | | | | | | the csh -b, permitting more options to be stacked after it and take effect. Make -b take effect depending on SH_OPTION_LETTERS, consistent with all the other single-letter options, rather than having a clashing check of emulation type.
* 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main2000-07-301-0/+9
| | | | | | | | Src/zsh.mdd: Allow options to be specified on the zsh command line in the form of GNU-style long options. Also handle --version and --help. Do not permit extra option letters to be stacked after `-whatever-' (they used to be ignored). Exit if the command line specifies an option name that doesn't exist.
* The `wait' builtin accepts only PIDs it can find in the job table.Bart Schaefer2000-07-281-0/+6
|
* 12421: extra tab in Makemod.in.inPeter Stephenson2000-07-281-0/+2
|
* 12411, 12419: Andrej: environment handling with fewer assumptionsPeter Stephenson2000-07-281-0/+9
|
* 12415: fix bug in last patch when quoting metafied field separator.Peter Stephenson2000-07-271-0/+5
|
* 12414: vared quotes separators when editing arraysPeter Stephenson2000-07-271-0/+5
|
* fix completion test (55*) because of 12394 (12408)Sven Wischnowsky2000-07-271-0/+3
|
* fix a bug that started menu selection too often; fix bug for `yes=long' and ↵Sven Wischnowsky2000-07-271-0/+6
| | | | document it (12405)
* compdescribe shouldn't use the sets after failed initialisationSven Wischnowsky2000-07-271-0/+3
|
* Detect autoloadable functions properly in zed.Bart Schaefer2000-07-271-0/+5
|
* don't hide possible completions if there is only one and at the same time ↵Sven Wischnowsky2000-07-271-0/+6
| | | | messages are shown (12394)
* -e, -I, -m and -M parameters can be specified multiple timesAdam Spiers2000-07-261-0/+5
|
* Andrej/pws: 12381: tgetent accepts NULL test, cygwin, Windows 2000Peter Stephenson2000-07-261-0/+6
|
* Fix an incorrect article attribution.Bart Schaefer2000-07-261-2/+2
|
* Enable the insert-tab style in zed.Bart Schaefer2000-07-261-0/+4
|
* Belatedly fold in 12162, to replace command subst with eval.Bart Schaefer2000-07-261-0/+5
|
* Move compinit security checks into compaudit.Bart Schaefer2000-07-261-0/+6
|
* make `_arguments --' use specs after the `--' even for options not described ↵Sven Wischnowsky2000-07-261-0/+4
| | | | in the help output to get arguments (12378)
* allow _value:<assoc> functions to override completion for all keys of an ↵Sven Wischnowsky2000-07-261-0/+5
| | | | assoc (3337)
* use mhpath and mhparams commands instead of guessing directories (12356)Oliver Kiddle2000-07-241-0/+5
|
* optimisations for _multi_parts (12354)Sven Wischnowsky2000-07-241-0/+5
|
* 12347: 3 mutt options are repeatableClint Adams2000-07-221-0/+5
|
* fix parsing of `time' without a command (12337)Sven Wischnowsky2000-07-211-0/+4
|
* Tweaked a function name in hist.c.Wayne Davison2000-07-201-0/+4
|
* Put reordered log entry back and corrected the date.Wayne Davison2000-07-201-4/+4
|
* Reorder the changelog.Chmouel Boudjnah2000-07-201-4/+4
|
* 12239: prefer curses to termcap on solarisPeter Stephenson2000-07-201-0/+5
|
* Discard stderr of a command subst.Bart Schaefer2000-07-201-2/+6
|
* Fix bad conflict resolution.Bart Schaefer2000-07-201-368/+0
|
* Comments for 12323.Wayne Davison2000-07-201-0/+4
|
* Get also /usr/share/man.Chmouel Boudjnah2000-07-191-0/+372
|
* Comments for 12318.Wayne Davison2000-07-191-0/+11
|
* a bit of security for a VARARR() (12314)Sven Wischnowsky2000-07-191-0/+4
|
* 12313: bad phrasing in metafaqPeter Stephenson2000-07-191-0/+2
|
* 12308: Andrej and pws: _man formats, againPeter Stephenson2000-07-191-0/+6
|
* don't let duplicate matches keep us from recognising exact matches if they ↵Sven Wischnowsky2000-07-181-0/+6
| | | | produce the same string on the line (12297)