about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* unposted: make git ignore PDF and PS versions of intro filePeter Stephenson2013-04-131-0/+4
|
* 31263 (but changed * to - for consitency):Peter Stephenson2013-04-121-0/+4
| | | | suppress texinfo warning by giving item an argument
* 31261: updates needed with latest texinfoPeter Stephenson2013-04-121-0/+5
|
* users/17754: failing to retie an arrayPeter Stephenson2013-04-101-0/+5
| | | | and colon-separated scalar shouldn't be a fatal error
* 31246: make a separate patch level header for releasesPeter Stephenson2013-04-091-0/+5
|
* unposted: fix some .distfiles which mention files that have gonePeter Stephenson2013-04-081-0/+6
|
* 31234: use an "always" block instead of "trap" to clean up various functionBart Schaefer2013-04-071-5/+5
| | | | overrides
* 31222: Stop {up,down}-line-or-beginning-search from triggering ↵Frank Terbeck2013-04-051-0/+4
| | | | | | | warn_create_global This is a followup to 30995 taking Peter's suggestions from 30997 into account.
* 31221: Handle zero defined aliases betterFrank Terbeck2013-04-051-0/+3
|
* 31175: Add documentation for the new -i and -f options of varedFrank Terbeck2013-04-051-0/+3
|
* 31172: Let vared define custom init and finish hooksFrank Terbeck2013-04-051-0/+3
| | | | | | | | | | | 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
* 31174: zle: Make sure state changes are refreshed after init hookFrank Terbeck2013-04-051-0/+5
| | | | | | | 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.
* 31203: add new etags completion.Peter Stephenson2013-04-041-0/+5
|
* Add ChangeLog entry for previous commitFrank Terbeck2013-04-031-0/+4
|
* Jun. T: typo in vi-goto-markPeter Stephenson2013-04-021-1/+6
|
* 31182: _awk: Allow sticked argumentsMikael Magnusson2013-03-291-1/+5
|
* Han Pingtian: 31167 (with tweak): limit use of colons for recognisingPeter Stephenson2013-03-201-1/+7
| | | | remote path in ssh completion
* 31158: following a wildcard with a repetition produces a bad pattern errorBart Schaefer2013-03-191-2/+12
|
* improved math context completion: functionsPeter Stephenson2013-03-171-1/+3
|
* 31155: minor extra zcalc features and documentationPeter Stephenson2013-03-171-1/+6
|
* 31154: make zcalc understand continuation lines with a backslashPeter Stephenson2013-03-151-1/+6
|
* 31151: Pavol Juhas: complete (C etc) tags betterPeter Stephenson2013-03-141-1/+6
| | | | when file system is not case sensitive.
* 31140: avoid crash when hitting recursion limitMikael Magnusson2013-03-131-1/+6
|
* unposted: adjust another mention of psvarMikael Magnusson2013-03-131-1/+6
|
* based on 31144 etc.: all entries of psvar can now be shown in promptsPeter Stephenson2013-03-131-1/+6
|
* 31141: Tighten NO_CLOBBER restrictions on {fd} syntaxPeter Stephenson2013-03-101-1/+7
| | | | to apply only if $fd is exactly an fd and nothing else.
* 31136: vcs_info: just set parameters instead of passing over a pipeMikael Magnusson2013-03-101-1/+4
|
* 30639: Add support for showing the current action is cherry-pick to vcs_info ↵Mikael Magnusson2013-03-101-1/+5
| | | | git backend
* 30490: _java: -keystore takes a file argument, so complete filesMikael Magnusson2013-03-101-1/+4
|
* 30496: Parse argument to %F and %K as prompt sequencesMikael Magnusson2013-03-101-1/+7
|
* users/17666: zcalc -f sets FORCE_FLOATPeter Stephenson2013-03-051-1/+4
|
* users/17665: add FORCE_FLOAT optionPeter Stephenson2013-03-051-1/+10
|
* 31077: update for new options in GNU sortOliver Kiddle2013-02-271-1/+4
|
* c.f. 31071: remove duplicate _osc and rename _ps to avoid name clashOliver Kiddle2013-02-271-1/+7
|
* 31061: "functions" completion takes account of options alreadyPeter Stephenson2013-02-221-2/+2
| | | | on the command line
* 31061: "functions" completion takes account of options alreadyPeter Stephenson2013-02-221-1/+4
| | | | on the command line
* 31060:"+" before a flag for "functions" orPeter Stephenson2013-02-221-1/+6
| | | | "autoload" should suppress display of function body.
* 31058: add completion of options from newer versions of some commandsOliver Kiddle2013-02-211-1/+8
|
* 31055: missing $ in compaudit search of /proc file systemPeter Stephenson2013-02-191-1/+6
|
* 31041: add support for testing line editor widgets from the test suiteOliver Kiddle2013-02-121-1/+4
|
* remove duplication in git guidelinesOliver Kiddle2013-02-121-1/+6
|
* Morita Sho: 31038: add location of terminfo entries on DebianOliver Kiddle2013-02-091-1/+4
|
* 31037: return to previous position with vi-goto-mark using `` or ''Oliver Kiddle2013-02-091-1/+6
|
* Wieland Hoffmann: 31030: improve mplayer completion labelPeter Stephenson2013-02-071-1/+4
|
* Wieland Hoffmann: 31029: correct directory in READMEPeter Stephenson2013-02-071-1/+3
|
* Han Pingtian: 31027: remove the -g's from globs in file completionPeter Stephenson2013-02-071-1/+6
|
* Eric P Mangold: 31016: updated twisted completion using internallyPeter Stephenson2013-02-031-1/+7
| | | | generated function
* 31015: compaudit fix to allow executable owner to own completion filesPeter Stephenson2013-02-011-1/+6
|
* Fix _prove completer commit (was html)Mikael Magnusson2013-02-011-1/+5
|
* Jesper Nygårds: 31012: gradle completion updatePeter Stephenson2013-01-291-1/+4
|