summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2015-03-2634784: fix old bug with history word selectionPeter Stephenson1-0/+5
2015-03-2534779: tests for 34776Barton E. Schaefer1-0/+6
2015-03-2534769: incorrect doc of process time calculationHan Pingtian1-0/+5
2015-03-2534776: improve suppression of alias expansions from history.Peter Stephenson1-0/+5
Now uses the mechanism in use for other forms of suppression of sections of input.
2015-03-2534774: fix %prep and use read from a no-op pipe to force wait for the timeoutBarton E. Schaefer1-0/+5
2015-03-2334772: add new test suite file for history; fix "read" usage in comptestBarton E. Schaefer1-0/+6
2015-03-2234759: improve implementation of last commitPeter Stephenson1-0/+2
2015-03-2234758: fix yet more history / command subst interaction.Peter Stephenson1-0/+6
In general we need to wind back over the history text input inside command substitution because there's no level of the input mechanism between history and the lexer.
2015-03-21users/20034: adjust PREFIX and SUFFIX for unambiguous_cursor on second ↵Barton E. Schaefer1-0/+6
completion attempt with GLOB_COMPLETE
2015-03-2034753: work around NFS problem in tests.Peter Stephenson1-0/+3
Use tmp directory if it helps us check file time comparisons. If it doesn't we're no worse off than we were.
2015-03-2034752: another fix for history expansion in cmd substPeter Stephenson1-0/+6
2015-03-1934742: history expansion inside command substitution failed.Peter Stephenson1-1/+7
Needs the case of alias expansion separating out.
2015-03-1934739: git completion: Fix regression in ce80a92Daniel Shahaf1-0/+5
This restores the message when completing a commit object name that isn't one of the most recent 20 commits. e.g., 'git checkout deadbeef<TAB>'.
2015-03-1834734: further aliasing adjustments and docBarton E. Schaefer1-0/+7
restrict token aliasing (34641) to global aliases; tighten up POSIX_ALIASES to better match spec; update Aliasing doc to cover this and clarify older behavior 2015-03-18 Peter Stephenson <p.stephenson@samsung.com> * 34723: configure.ac: turn off fixed site function directory if
2015-03-1834723: disable fixed site function dir if user disable site function dirPeter Stephenson1-0/+5
2015-03-17unposted: update NEWS some morePeter Stephenson1-0/+4
2015-03-1634725: update NEWS for site function configuration.Peter Stephenson1-0/+3
It might be overridden if the installer explicitly sets it up differently.
2015-03-1634721: new glob qualifier functions before, afterPeter Stephenson1-0/+5
2015-03-1634671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git ↵Daniel Shahaf1-0/+4
--fixup' hash completions
2015-03-1634671: git completion: only offer recent commits' tags/heads for --fixupDaniel Shahaf1-0/+5
2015-03-1534712: clarify words that may be aliasedBarton E. Schaefer1-0/+4
2015-03-15Fix ~ and (Q) order in _zattrMikael Magnusson1-0/+5
2015-03-10users/19985: improve doc of subscripting substrings furtherPeter Stephenson1-0/+5
2015-03-0934673: vcs_info git: Fix error message when rebase hasn't startedDaniel Shahaf1-0/+3
2015-03-0934693: sudo completion: Don't false positive 'sudo -e' detectionDaniel Shahaf1-0/+3
2015-03-0934693: _strace: Fix variable leakage of $sys_callsDaniel Shahaf1-0/+5
2015-03-07Fix ChangeLogDaniel Shahaf1-1/+1
('git commit --amend' and 'git commit --amend -a' are too similar.)
2015-03-0734638 with tweaks: git completion: complete commit hashes and --fixupDaniel Hahler1-0/+5
2015-03-0634643: clarify documentation for print and bindkeyJun-ichi Takimoto1-0/+5
2015-03-0634653: move aborted vared lines to ZLE_VARED_ABORTEDPeter Stephenson1-0/+3
2015-03-0634657: document the effect of substring subscripting betterPeter Stephenson1-0/+5
2015-03-0534654: Improved rpm -q --whatprovides completionPeter Stephenson1-0/+3
2015-03-0534651: Avoid core dump if no lexical tokenPeter Stephenson1-0/+2
2015-03-05New completion for add-zsh-hookDaniel Shahaf1-0/+5
2015-03-0534636: replace broken isprint() on Mac OS XJun-ichi Takimoto1-0/+5
2015-03-0434641: make it possible to alias tokensPeter Stephenson1-0/+3
2015-03-0434640: clarify documentation for _guard functionDaniel Shahaf1-0/+5
2015-03-0334637: New mixerctl completion for BSDMatthew Martin1-0/+5
2015-02-28users/19934: document %D{...} for WATCHFMTBarton E. Schaefer1-0/+4
2015-02-2734634: avoid infinite recursion on (/)# extendedglobBarton E. Schaefer1-0/+4
2015-02-2734588: Complete 'usermod -a'Daniel Shahaf1-0/+5
2015-02-2334623: free history more often if "remetafying"Peter Stephenson1-0/+4
2015-02-2334615 + 34619: Remeta one frame earlierMikael Magnusson1-0/+4
2015-02-2234606: fix up nested arithmetic substitutionPeter Stephenson1-0/+3
Arithmetic within a parameter substitution is a special case that needs fixing with the introduction of the new Inparmath token. Add test.
2015-02-2234604: Work around problem with changes in Meta characters.Peter Stephenson1-0/+5
If reading in a file that contains characters that should be metafied but are not, fix up on the fly. Only need when using HIST_LEX_WORDS.
2015-02-2134597: Revise strftime description to correctly explain timezone handling ↵Barton E. Schaefer1-0/+5
and note signed int rollover
2015-02-2034590: queue_signals() around more scopes that manipulate global stateBarton E. Schaefer1-0/+5
2015-02-2034587: ensure multibyte characters don't overflow.Peter Stephenson1-0/+5
They could start incorporating tokens, with bad karma. Add test.
2015-02-1934568: use META_HEAPDUP when passing dlerror() string to metafy()Barton E. Schaefer1-0/+5
2015-02-19unposted: Seems it's 2015Peter Stephenson1-0/+3