summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2015-07-2635901: complete full names as removing later components was broken for ↵Oliver Kiddle1-0/+5
aliases and unwanted in any case
2015-07-26faster method of generating list of python modulesAntony Lee1-0/+5
2015-07-25add RPS2 handling to "prompt bart", update help text, clean up indentation ↵Barton E. Schaefer1-0/+5
whitespace
2015-07-2535910: Don't add to raw lex buffer if lex stopped.Peter Stephenson1-0/+4
This was causing a segmentation violation in completion when parsing an incomplete math expression, e.g. 'echo $((3*4)<TAB>'.
2015-07-2535809: fix $((...)) completion by _expand widget.Peter Stephenson1-0/+3
This changes internal quoting of the form still including tokens not to add unnecessary internal backslashes.
2015-07-2535908: fix $((...)) completion in expand-or-complete widgetPeter Stephenson1-0/+5
2015-07-2435896: index zle_highlightBarton E. Schaefer1-0/+2
2015-07-2435882: read-command has ZLE_NOTCOMMANDBarton E. Schaefer1-0/+4
2015-07-2435810: FAQ += edit-command-lineDaniel Shahaf1-0/+2
2015-07-2435809: zyodl.vim: Fix nested parenthesesDaniel Shahaf1-0/+2
2015-07-2435807: edit-command-line: Fix for non-7bit-data (after 35769)Daniel Shahaf1-0/+5
Bug reported and fix suggested by Mikael.
2015-07-2435865: document %^ prompt expansionOliver Kiddle1-0/+2
2015-07-2435864: add sysopen, sysseek and systell to system moduleOliver Kiddle1-0/+4
2015-07-2435879: fix for subcommands that don't have a second subcommandEric Cook1-0/+5
2015-07-2435883: Don't attempt to back up over history if expanding aliasPeter Stephenson1-0/+5
2015-07-2335873: add original test for process substitution deadlock from 35847Peter Stephenson1-0/+2
2015-07-2335872: protect against NULL pointers in unmetaPeter Stephenson1-0/+2
2015-07-2335849: close fd's from process substitution after forkPeter Stephenson1-0/+4
Leaving these hanging in parent could cause deadlock: test added.
2015-07-2335854: ensure history character unget doesn't recurse infinitelyPeter Stephenson1-0/+3
2015-07-2335793: avoid undefined behaviour shifting signed numberPeter Stephenson1-0/+5
2015-07-2335753: allow for numbers after the ( in ternary expressions and fix ↵Oliver Kiddle1-0/+3
backslash quoting
2015-07-2335867: new patchutils (interdiff etc) completionOliver Kiddle1-0/+2
2015-07-2335866: complete also for pigz and allow for NetBSD gzipOliver Kiddle1-0/+4
2015-07-2335824: allow highlighting of just pasted text and put text from bracketed ↵Oliver Kiddle1-1/+5
paste in cut buffers
2015-07-2335815: fix for lack of startup output from newer nslookupOliver Kiddle1-0/+2
2015-07-2335814: POSTEDIT needs to be unmetafiedOliver Kiddle1-0/+4
2015-07-2235939: fix select polling in ztcp and zsocketJoshua Krusell1-0/+4
2015-07-22users/20324: add (D) flag for tilde-fied completion listingBarton E. Schaefer1-0/+7
Also move some more recent code so an old comment is connected to the correct bit of older code
2015-07-22fix another test for 35581Barton E. Schaefer1-0/+2
2015-07-2235826: add getsparam_u() to return unmetafied string, use it for a number of ↵Barton E. Schaefer1-0/+5
references to non-special params
2015-07-2235823: fix handling of MARK and CURSOR, clean up documentary commentBarton E. Schaefer1-0/+5
2015-07-2235581, 35582: output array assignments with spaces inside the parensBarton E. Schaefer1-0/+7
2015-07-1635805: tests for 35799Barton E. Schaefer1-0/+4
2015-07-1535799: with NO_EXEC, parse parameter subscript expressionsBarton E. Schaefer1-0/+6
2015-07-15unposted: _ps1234: Fix ternary test char completionMikael Magnusson1-0/+5
2015-07-1435789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from ↵Oliver Kiddle1-0/+6
_path_files so it is called once and not for each file pattern
2015-07-1435790: zyodl.vim: Be compatible with Vim 6.Daniel Shahaf1-0/+2
2015-07-1335775: New zsh-specific yodl vim syntax highlighting.Daniel Shahaf1-0/+5
To try this, see the instructions at the top of Util/zyodl.vim (in the comment). * Util/zyodl.vim: New syntax highlighting file. * Doc/Zsh/.vimrc: New file, hooks up zyodl.vim for automatic loading. * Etc/zsh-development-guide: Namedrop zyodl.vim for discoverability.
2015-07-1335769: edit-command-line: Go to the right byte offsetDaniel Shahaf1-0/+5
2015-07-1435737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and ↵Oliver Kiddle1-0/+4
beep when limit is reached
2015-07-1435756: use the actual colours in the completion list for terminal coloursOliver Kiddle1-1/+4
2015-07-1435774: fix double formatting of date explanation messageOliver Kiddle1-0/+5
2015-07-1335779: completion: _git-config: remove extraneous "local expl"Daniel Hahler1-0/+5
It is defined at the beginning of the function already, and results in the output of `expl=''` when completing after `git config branch.local.pushremote ` etc.
2015-07-12unposted: TypoDaniel Shahaf1-0/+4
2015-07-10unposted: notes on ZTST_unimplemented and ZTST_skip.Peter Stephenson1-0/+5
2015-07-1035761: Make sure to skip alternate format extension test properlyMikael Magnusson1-0/+5
2015-07-10unposted: another ZTST_skipPeter Stephenson1-0/+2
2015-07-1035760: Add ZTST_skip to test systemPeter Stephenson1-0/+6
2015-07-0935708: add UNDO_LIMIT_NOPeter Stephenson1-0/+5
2015-07-09unposted: Make V09 set a known timezoneMikael Magnusson1-0/+3