summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-16Daniel Friesel: 31265: improved option handling for devtodo.Peter Stephenson2-2/+9
2013-04-13unposted: make git ignore PDF and PS versions of intro filePeter Stephenson2-0/+8
2013-04-1231263 (but changed * to - for consitency):Peter Stephenson2-3/+7
suppress texinfo warning by giving item an argument
2013-04-1231261: updates needed with latest texinfoPeter Stephenson3-4/+8
2013-04-10users/17754: failing to retie an arrayPeter Stephenson2-1/+6
and colon-separated scalar shouldn't be a fatal error
2013-04-0931246: make a separate patch level header for releasesPeter Stephenson3-2/+12
2013-04-08unposted: fix some .distfiles which mention files that have gonePeter Stephenson3-2/+6
2013-04-08unposted: fix a typo in docsMikael Magnusson1-1/+1
2013-04-0731234: use an "always" block instead of "trap" to clean up various functionBart Schaefer2-39/+39
overrides
2013-04-0531222: Stop {up,down}-line-or-beginning-search from triggering ↵Frank Terbeck3-0/+8
warn_create_global This is a followup to 30995 taking Peter's suggestions from 30997 into account.
2013-04-0531221: Handle zero defined aliases betterFrank Terbeck2-1/+10
2013-04-0531175: Add documentation for the new -i and -f options of varedFrank Terbeck2-0/+8
2013-04-0531172: Let vared define custom init and finish hooksFrank Terbeck2-7/+17
Using this, you can do things like this in a more straight-forward manner: foo-init() { CURSOR=0; } zle -N foo-init foo=$'Some longer\nbuffer with\nmultiple lines.' vared -i foo-init foo
2013-04-0531174: zle: Make sure state changes are refreshed after init hookFrank Terbeck2-2/+7
If `zrefresh' is not called _after_ the zle-line-init hook, any changes made to the editor's state (be it changes to $CURSOR or $BUFFER or called widgets like `clear-screen') will only be picked up after the first character is typed into the editor.
2013-04-0431203: add new etags completion.Peter Stephenson3-0/+69
2013-04-03Add ChangeLog entry for previous commitFrank Terbeck1-0/+4
2013-04-03Generate patch level using `git describe`Aaron Schrab1-4/+4
Generate the patch level using `git describe` rather than relying on the CVS $Revision$. Need to use the `--tags` option, since currently there are no annotated tags. The `--long` option should be used so that the output will always be in the 'tag-commits-hash' format rather than just naming a tag when that would fully describe the current commit. Since changes to the patchlevel could now be caused by changes to any file, force the rule to be called every time that `make` is run. Only update the file when there are actually changes to prevent unnecessary rebuilding of other build products (currently just `params.o` and `zsh`).
2013-04-02Jun. T: typo in vi-goto-markPeter Stephenson2-2/+7
2013-03-2931182: _awk: Allow sticked argumentsMikael Magnusson2-4/+8
2013-03-20Han Pingtian: 31167 (with tweak): limit use of colons for recognisingPeter Stephenson2-2/+8
remote path in ssh completion
2013-03-1931158: following a wildcard with a repetition produces a bad pattern errorBart Schaefer2-3/+13
2013-03-17improved math context completion: functionsPeter Stephenson7-3/+31
2013-03-1731155: minor extra zcalc features and documentationPeter Stephenson3-6/+24
2013-03-1531154: make zcalc understand continuation lines with a backslashPeter Stephenson3-3/+23
2013-03-1431151: Pavol Juhas: complete (C etc) tags betterPeter Stephenson2-1/+11
when file system is not case sensitive.
2013-03-1331140: avoid crash when hitting recursion limitMikael Magnusson2-2/+8
2013-03-13unposted: adjust another mention of psvarMikael Magnusson2-2/+7
2013-03-13based on 31144 etc.: all entries of psvar can now be shown in promptsPeter Stephenson2-2/+7
2013-03-1031141: Tighten NO_CLOBBER restrictions on {fd} syntaxPeter Stephenson3-2/+26
to apply only if $fd is exactly an fd and nothing else.
2013-03-1031136: vcs_info: just set parameters instead of passing over a pipeMikael Magnusson2-13/+13
2013-03-1030639: Add support for showing the current action is cherry-pick to vcs_info ↵Mikael Magnusson2-1/+16
git backend
2013-03-1030490: _java: -keystore takes a file argument, so complete filesMikael Magnusson2-13/+16
2013-03-1030496: Parse argument to %F and %K as prompt sequencesMikael Magnusson2-15/+36
2013-03-05users/17666: zcalc -f sets FORCE_FLOATPeter Stephenson3-2/+12
2013-03-05users/17665: add FORCE_FLOAT optionPeter Stephenson6-1/+53
2013-02-2731077: update for new options in GNU sortOliver Kiddle2-29/+38
2013-02-27c.f. 31071: remove duplicate _osc and rename _ps to avoid name clashOliver Kiddle4-167/+24
2013-02-2231061: "functions" completion takes account of options alreadyPeter Stephenson2-4/+28
on the command line
2013-02-2231061: "functions" completion takes account of options alreadyPeter Stephenson1-1/+4
on the command line
2013-02-2231060:"+" before a flag for "functions" orPeter Stephenson2-5/+15
"autoload" should suppress display of function body.
2013-02-2131058: add completion of options from newer versions of some commandsOliver Kiddle6-65/+88
2013-02-1931055: missing $ in compaudit search of /proc file systemPeter Stephenson2-2/+7
2013-02-13unposted: Insert a blank line before vindex() to properly format theBart Schaefer1-0/+1
paragraph that follows it.
2013-02-1231041: add support for testing line editor widgets from the test suiteOliver Kiddle3-6/+52
2013-02-12remove duplication in git guidelinesOliver Kiddle2-86/+73
2013-02-09Morita Sho: 31038: add location of terminfo entries on DebianOliver Kiddle2-2/+5
2013-02-0931037: return to previous position with vi-goto-mark using `` or ''Oliver Kiddle2-5/+18
2013-02-07Wieland Hoffmann: 31030: improve mplayer completion labelPeter Stephenson2-2/+5
2013-02-07Wieland Hoffmann: 31029: correct directory in READMEPeter Stephenson2-2/+4
2013-02-07Han Pingtian: 31027: remove the -g's from globs in file completionPeter Stephenson2-2/+7