summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2000-10-12remove possibility for func() entries in tag-order style, can be done using ↵Sven Wischnowsky1-102/+22
zstyle -e (12974)
2000-10-12rename fake style to fake-files (12973)Sven Wischnowsky1-2/+2
2000-10-11add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky2-23/+62
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-10*** empty log message ***Sven Wischnowsky1-0/+11
2000-10-05cleanup for 12896 (12901)Sven Wischnowsky2-2/+2
2000-10-05cleanup (12896)Sven Wischnowsky8-72/+70
2000-10-05complete after autoloaded directories (a rather ugly hack); remove old code ↵Sven Wischnowsky2-3/+8
in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
2000-09-21Fiddle with _expand_word and its doc.Bart Schaefer1-5/+11
2000-09-2012848: Doc/Zsh/zle.yo: Alphabetize list of parametersAndrey Borzenkov1-36/+36
2000-09-2012842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage.Andrey Borzenkov1-1/+3
2000-09-1812835: Alphabetize special parameters list (retry broken commit)Andrey Borzenkov1-177/+177
2000-09-17"typeset +m ..." and "typeset +g -m ..."Bart Schaefer1-13/+25
2000-09-15One more "wordcode" change.Bart Schaefer1-2/+2
2000-09-13Add smart-insert-last-word.Bart Schaefer1-6/+47
2000-09-11Redo _zle using _arguments; fix typos.Bart Schaefer2-4/+5
2000-09-06No "wordcode".Bart Schaefer1-1/+1
2000-09-06No "wordcode".Bart Schaefer1-11/+11
2000-09-0612761: `` is converted into " by makeinfo; use `@:` instead; use `{}` for texAndrey Borzenkov1-0/+3
2000-09-05Add a cross reference and some completer hints.Bart Schaefer1-1/+12
2000-09-05change context for i-c-w styles, update docs (12744)Sven Wischnowsky2-4/+16
2000-09-04Create "User Contributions" doc and make some assoctiated changes.Bart Schaefer11-113/+817
2000-09-0212722: [##base] for output base selection without a base prefixAndrew Main1-0/+5
2000-08-2912719: quoting arrays in vared with real backslashesPeter Stephenson1-4/+5
2000-08-2912716: Document and index REPLY/reply paramters properly.Bart Schaefer7-19/+45
2000-08-16make $modules report aliases correctly (12654)Sven Wischnowsky1-2/+3
2000-08-15call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky1-10/+8
2000-08-10Minor documentation fixes (12585)Oliver Kiddle5-51/+51
2000-08-10add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle1-2/+6
2000-08-1012581: C_BASES optionPeter Stephenson1-0/+13
2000-08-08more fixes for completion of special characters (quoting) (12565)Sven Wischnowsky1-2/+4
2000-08-0812561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson1-7/+49
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
2000-08-03small fix for `read -r' doc (12497)Sven Wischnowsky1-1/+2
2000-08-03make binding of ^D be used in first column if ignoreeof is set and ^D is ↵Sven Wischnowsky1-0/+5
bound to a shell function widget (12494)
2000-08-0212486: new completion caching layerAdam Spiers1-0/+72
2000-08-02if compcontext is an assoc, the keys are the completions and the values are ↵Sven Wischnowsky1-3/+6
their descriptions (12483)
2000-08-01make $compcontext more powerful and easier to use for simple casesSven Wischnowsky1-7/+15
2000-07-31clarify manual for menu style; select= and yes= may be given both a number ↵Sven Wischnowsky1-0/+5
and one of the long* values at the same time (12438)
2000-07-3012436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave likeAndrew Main1-2/+5
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.
2000-07-3012434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main1-9/+51
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.
2000-07-2712414: vared quotes separators when editing arraysPeter Stephenson1-0/+6
2000-07-27fix a bug that started menu selection too often; fix bug for `yes=long' and ↵Sven Wischnowsky1-2/+5
document it (12405)
2000-07-26Move compinit security checks into compaudit.Bart Schaefer1-10/+21
2000-07-19Mention the space-starting-alias feature in HIST_IGNORE_SPACE.Wayne Davison1-1/+2
2000-07-1912313: bad phrasing in metafaqPeter Stephenson1-3/+3
2000-07-1312242: based on code from Fr. Br. George (George V Kouryachy):Peter Stephenson1-9/+11
use negative integers in prompt to count from other end of string
2000-07-12fix for list-prompt docs (12229)Sven Wischnowsky1-1/+2
2000-07-05mention more standard tags in documentation and fix some typos (12177)Oliver Kiddle4-5/+21
2000-07-0312146: reintroduce install_info codePeter Stephenson1-0/+4
2000-07-0312140: make key rebinding for _expand complter easierPeter Stephenson1-1/+4
2000-07-0312121: stopmsg in precmdPeter Stephenson1-2/+8