about summary refs log tree commit diff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 12722: [##base] for output base selection without a base prefixAndrew Main2000-09-021-0/+5
* 12719: quoting arrays in vared with real backslashesPeter Stephenson2000-08-291-4/+5
* 12716: Document and index REPLY/reply paramters properly.Bart Schaefer2000-08-297-19/+45
* make $modules report aliases correctly (12654)Sven Wischnowsky2000-08-161-2/+3
* call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky2000-08-151-10/+8
* Minor documentation fixes (12585)Oliver Kiddle2000-08-105-51/+51
* add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle2000-08-101-2/+6
* 12581: C_BASES optionPeter Stephenson2000-08-101-0/+13
* more fixes for completion of special characters (quoting) (12565)Sven Wischnowsky2000-08-081-2/+4
* 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson2000-08-081-7/+49
* small fix for `read -r' doc (12497)Sven Wischnowsky2000-08-031-1/+2
* make binding of ^D be used in first column if ignoreeof is set and ^D is boun...Sven Wischnowsky2000-08-031-0/+5
* 12486: new completion caching layerAdam Spiers2000-08-021-0/+72
* if compcontext is an assoc, the keys are the completions and the values are t...Sven Wischnowsky2000-08-021-3/+6
* make $compcontext more powerful and easier to use for simple casesSven Wischnowsky2000-08-011-7/+15
* clarify manual for menu style; select= and yes= may be given both a number an...Sven Wischnowsky2000-07-311-0/+5
* 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave likeAndrew Main2000-07-301-2/+5
* 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main2000-07-301-9/+51
* 12414: vared quotes separators when editing arraysPeter Stephenson2000-07-271-0/+6
* fix a bug that started menu selection too often; fix bug for `yes=long' and d...Sven Wischnowsky2000-07-271-2/+5
* Move compinit security checks into compaudit.Bart Schaefer2000-07-261-10/+21
* Mention the space-starting-alias feature in HIST_IGNORE_SPACE.Wayne Davison2000-07-191-1/+2
* 12313: bad phrasing in metafaqPeter Stephenson2000-07-191-3/+3
* 12242: based on code from Fr. Br. George (George V Kouryachy):Peter Stephenson2000-07-131-9/+11
* fix for list-prompt docs (12229)Sven Wischnowsky2000-07-121-1/+2
* mention more standard tags in documentation and fix some typos (12177)Oliver Kiddle2000-07-054-5/+21
* 12146: reintroduce install_info codePeter Stephenson2000-07-031-0/+4
* 12140: make key rebinding for _expand complter easierPeter Stephenson2000-07-031-1/+4
* 12121: stopmsg in precmdPeter Stephenson2000-07-031-2/+8
* change format style with warnings tag, don't add descriptions as matches; mak...Sven Wischnowsky2000-07-032-7/+8
* reverse meaning of yes=num again (12122)Sven Wischnowsky2000-06-291-1/+1
* change suffix style to still do expansion if the suffix contains something to...Sven Wischnowsky2000-06-291-1/+2
* even more fun with the menu style (no=num, yes=long-list, reverse meaning of ...Sven Wischnowsky2000-06-291-1/+7
* miscSven Wischnowsky2000-06-281-4/+4
* 12086: Alphabetize.Bart Schaefer2000-06-281-26/+30
* menu style accepts yes=x to start menu completion if there are at least x mat...Sven Wischnowsky2000-06-271-0/+4
* document _use_lo (12082)Sven Wischnowsky2000-06-271-0/+33
* 12074: Remove one more reference to compfmt; add missing menu items.Bart Schaefer2000-06-262-1/+14
* 12073: read -t to test for available input before readingPeter Stephenson2000-06-261-1/+17
* remove compfmt; a bit of explanation for compfiles and compgroups (12068)Sven Wischnowsky2000-06-261-6/+12
* 12063: Assorted typo-squashing and reformatting.Bart Schaefer2000-06-254-75/+125
* allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky2000-06-222-2/+34
* *** empty log message ***Sven Wischnowsky2000-06-201-1/+14
* _arguments: small fix for -s and new `!...' for things not to complete (but t...Sven Wischnowsky2000-06-191-0/+11
* new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky2000-06-191-5/+26
* allow _expand to expand braces; better detection of braces to complete in C (...Sven Wischnowsky2000-06-191-6/+9
* improve filename completion; use accept-exact for in-path completion; new fak...Sven Wischnowsky2000-06-191-0/+18
* restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS (3...Sven Wischnowsky2000-06-191-3/+8
* enhance ignore-line to ignore all/current/other word(s) (11938)Sven Wischnowsky2000-06-161-2/+10
* zstyle -e option; change math-styles to boolean ones; change defaults for _ex...Sven Wischnowsky2000-06-162-53/+34