summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-1337570: give truth to the doc assertion transpose-words-match is a drop-in ↵Barton E. Schaefer2-1/+13
replacement for transpose-words
2016-01-1337567: use (Z:n:) to split the buffer into words so line breaks are treated ↵Barton E. Schaefer2-3/+8
as whitespace
2016-01-1437590: Invoke zle-line-pre-redraw during isearch.Daniel Shahaf3-1/+9
2016-01-1337591: 'alias -L': skip with a warning aliases with '=' in their LHSDaniel Shahaf3-0/+20
2016-01-1337550: _cu: Support Linux line-device names; fail gracefully on OSes ↵Daniel Shahaf2-1/+7
matching no known line-device name pattern.
2016-01-1037551: Include the builtin's name in a "bad option" error message.Daniel Shahaf2-1/+6
Example: «zsh -fc 'zle -z'» now prepends "zle:" to the error message.
2016-01-1037534: completion for OpenBSD's cu, fw_update and rcctl utilsMatthew Martin4-0/+63
2016-01-08Jun T.: 37515: multibyte handling as per 35448.Barton E. Schaefer3-10/+37
2016-01-08unposted: Src/builtin.c: refine READ_MSTREAM to avoid unsequenced evaluationBarton E. Schaefer2-1/+6
2016-01-0637513: fix typos; improve error cleanup and correct for signed/unsigned ↵Barton E. Schaefer2-10/+20
compiler warning
2016-01-0537504: refactor code using/simulating memstream to capture output for "print -v"Barton E. Schaefer2-71/+105
2016-01-0437503: detect incompatible "print" options, fix metafication and possible ↵Barton E. Schaefer2-29/+56
memory leak, miscellaneous cosmetics
2016-01-0437501 (+ revise test): correct byte counts when simulating memstream via ↵Jun T3-7/+12
temp file
2016-01-0337489, tweaked: with POSIX_IDENTIFIERS create math var as scalarPeter Stephenson3-0/+18
2016-01-0237497: handle NUL bytes in "printf -v".Barton E. Schaefer2-4/+9
2016-01-0237493: readonly + POSIX_BUILTINS == typeset -grBarton E. Schaefer5-8/+20
2016-01-0137483: save and possibly restore cshnullglob failure state around each ↵Barton E. Schaefer2-1/+7
evaluation of an (e:...:) glob qualifier.
2016-01-0137473: check for cshnullglob in command position.Barton E. Schaefer2-0/+9
2015-12-3137469: do NOT allow semicolons in place of line breaks in conditionalsBarton E. Schaefer2-14/+19
2015-12-31unposted: enable WARN_CREATE_GLOBAL for print -vBarton E. Schaefer2-2/+4
2015-12-3137468: allow line breaks in more places in [[ ... ]]Barton E. Schaefer2-8/+14
2015-12-3137467: add "print -v var" / "printf -v var"Barton E. Schaefer4-11/+47
2015-12-3137453 (with Bart, started by Baptiste Daroussin, 37315): try to improve ↵Oliver Kiddle2-1/+4
detection of noatime filesystem
2015-12-31users/21114: new dig completionOliver Kiddle2-0/+89
2015-12-3037460: make sure the default keymap is emacs before using that keymap to ↵Barton E. Schaefer2-0/+6
test bindings
2015-12-31unposted: NEWS: Document how to disable paste highlighting.Daniel Shahaf2-0/+9
This updates the 5.2 entry, note that 5.2 has been released already.
2015-12-3137456: Have zle_highlight=(none) disable paste highlightingDaniel Shahaf2-3/+8
Before this change, zle_highlight=(paste:none) worked, but zle_highlight=(none) didn't.
2015-12-3037451: vcs_info: Declare "msgs" in early contextFrank Terbeck2-1/+6
The parameter *is* being declared with the redefinition of the function, but not in its initial form, which gets you a warning about the parameter being defined globally. This fixes it.
2015-12-2737438: C/D/C/_aptitude: Also parse -h output of aptitude 0.7.5 and laterAxel Beckert2-1/+6
2015-12-26Add changelog entry for previous commitAxel Beckert1-0/+5
2015-12-26Add missing apt purge and autoremove subcommandsFelipe Sateler1-1/+3
2015-12-2537435 (+ fix typo): allow execution of empty files as "sh" scriptsBarton E. Schaefer2-1/+5
2015-12-2537434: POSIXBUILTINS "command" should prevent shell exit on errors from ↵Barton E. Schaefer2-3/+10
special builtins
2015-12-2337345: VCS_INFO functions break with setopt no_unsetPhilip Sequeira3-2/+8
With setopt no_unset in my config file, vcs_info fails with: VCS_INFO_maxexports:7: vcs: parameter not set
2015-12-19users/21082 (expanded): a more complete sorting of version strings that are ↵Barton E. Schaefer2-1/+23
not in the form of zsh version numbers; additional explanatory comment
2015-12-19unposted (cf. 37387): emulate turns off WARN_CREATE_GLOBALBarton E. Schaefer2-1/+4
2015-12-19users/21068: use emacs keymap in vared by defaultBarton E. Schaefer2-1/+6
2015-12-1936650: Add zle-line-pre-redraw hook for highlightingMikael Magnusson3-1/+40
2015-12-19unposted (after users/20873): Theoretical fix: don't parse print/echo escape ↵Daniel Shahaf2-2/+6
sequences in $zle_bracketed_paste.
2015-12-1937257 (in part): Add array assignment tests.Daniel Shahaf2-0/+16
2015-12-1637411: more bindkey testsPeter Stephenson2-2/+81
2015-12-1537405: Fix self-insert binding for multibyte sequences.Peter Stephenson3-12/+116
This makes it work even if the self-insert applies to a sequence longer than an initial byte, including the case of a complete binding to a full character sequence.
2015-12-1437401: pattern error caused too much activity in _list_files for some stylesPeter Stephenson2-1/+4
2015-12-1437400: typo gave unwanted error message in zsh_directory_name_genericPeter Stephenson2-2/+7
2015-12-13unposted: missed ChangeLog entryPeter Stephenson1-0/+5
2015-12-1337397: Optimised update to dnf completionAdrien Vergé1-248/+168
2015-12-1137386: localise mbegin, mend, match in URL magicPeter Stephenson2-1/+6
2015-12-1137383: add completion type for object filesMatthew Martin6-21/+20
2015-12-1137260: add opus to mplayer audio completionsSimon Hafner2-2/+5
2015-12-11users/20873: disable bracketed paste while running external editor from zleOliver Kiddle2-3/+12