summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2015-06-2435514: [[:foo:]] tests in completion should be more specificHan Pingtian1-0/+4
2015-06-2435590: tweak and test text output from typesetPeter Stephenson1-0/+3
2015-06-24various posts: Implement assignment parsing for typeset.Peter Stephenson1-0/+11
Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands.
2015-06-2335573: turn off POSIX_BUILTINS in completion.Peter Stephenson1-0/+3
This is now needed to get suitable OPTIND behaviour.
2015-06-23unposted: add missing (void) argument list to bracketedestring()Peter Stephenson1-0/+5
2015-06-2335568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSDOliver Kiddle1-0/+3
2015-06-2335529: fix filename completion after java -jarOliver Kiddle1-0/+5
2015-06-2233566: regex module fix for unmatched parenthesesPeter Stephenson1-0/+5
2015-06-2235558: narrow-to-region: Use unique parameter names for new featureMikael Magnusson1-0/+3
2015-06-2235554: Document narrow-to-region -l and -r.Mikael Magnusson1-0/+4
2015-06-2135545: enhance narrow-to-region to return LBUFFER and RBUFFERPeter Stephenson1-0/+5
2015-06-1935531: fallback on file completionOliver Kiddle1-0/+2
2015-06-1935527: use list-separator style in cases where separator was hardcodedOliver Kiddle1-0/+4
2015-06-1935528: allow for IPREFIXOliver Kiddle1-0/+4
2015-06-1935474, 35492: support the bracketed paste mode of newer terminal emulatorsOliver Kiddle1-0/+5
2015-06-1935487, 35496: don't reinstate previous incremental search stringOliver Kiddle1-0/+4
when search direction changes
2015-06-1835510: use consistent formatting for git subcommandsOliver Kiddle1-0/+3
2015-06-1835504: complete % placeholders for git log --formatOliver Kiddle1-0/+3
2015-06-1835521: sort matches numerically and use pfiles on SolarisOliver Kiddle1-0/+3
2015-06-1835490: silence errors and avoid blank match due to missing localEric Cook1-1/+6
2015-06-1735476: Allow setting $0 when POSIX_ARGZERO is not setMikael Magnusson1-0/+3
2015-06-1635493: erase $_ when the command line is an assignmentBarton E. Schaefer1-0/+2
2015-06-1635482: be consistent about how argzero is allocatedBarton E. Schaefer1-0/+4
2015-06-17_gdb: Allow 'core' to occur anywhere in a coredump filenameMikael Magnusson1-0/+5
2015-06-1435469: test UNDO_CHANGE_NO to determine whether to start over or use the ↵Barton E. Schaefer1-0/+3
next history event
2015-06-1435467: complete files for non-GNU duBarton E. Schaefer1-0/+4
2015-06-12Add non-metafied character length handling.Peter Stephenson1-0/+10
Use this in regex module and add test using $'\ua0'. Rename mb_metacharinit() to mb_charinit() as it does not involve metafied characters.
2015-06-1135442: document MULTIBYTE is always on by default when availablePeter Stephenson1-0/+5
2015-06-0935418: fix usage synopsis for _describe to be clear that a singleOliver Kiddle1-0/+5
description is used
2015-06-0835416: Turn on MULTIBYTE in all emulations.Peter Stephenson1-0/+5
This now includes sh.
2015-06-0835216: _git-checkout: do not call __git_commits twiceDaniel Hahler1-0/+5
This makes `branch_arg` empty by default, to be used only for __git_remote_branch_names. `branches::__git_revisions` was used here, but that's the same as tree_ish_arg='tree-ishs::__git_tree_ishs' - both call __git_commits. Only tree_ish_arg will call __git-commits now.
2015-06-0735412: fix for - flag when formating strings with printfOliver Kiddle1-0/+5
2015-06-0635163: move "show-ambiguity" style to _setup so that more precise context ↵Barton E. Schaefer1-0/+4
can be applied
2015-06-0635350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer1-0/+6
2015-06-0535386: expand tabs where useful in builtins outputing function.Peter Stephenson1-0/+8
Also add to zed -f. Option is -x <numm>.
2015-06-0335360 (replacing 35357): fix for configuring zpty on FreeBSD withoutOliver Kiddle1-0/+5
pty.ko loaded
2015-06-0335374: tab expansion with double width charactersPeter Stephenson1-0/+5
2015-06-0235369: better GLOB_ASSIGN testingPeter Stephenson1-0/+5
2015-06-02GLOB_ASSIGN should only affect scalar assignmentsMikael Magnusson1-0/+5
2015-06-02users/20243: turn off GLOB_ASSIGN in completion system.Peter Stephenson1-0/+5
2015-06-0235270: _describe: Document a known issue described in 35229Daniel Shahaf1-0/+4
(which is the same thread as 35127 and 34768)
2015-06-0235271: New completion: beep.Daniel Shahaf1-0/+3
The new completion is mostly boilerplate except for the handling of $words/$CURRENT to support specifying the arguments multiple times separated by -n.
2015-06-02unposted: Typo fixDaniel Shahaf1-0/+4
2015-06-0235359: Improved math parsing and errors.Peter Stephenson1-0/+5
Check for bogus trailing ")" at end of top-level parse. Extend some math error messages to indicate they are math errors.
2015-06-0235357: FreeBSD needs HAVE_POSIX_OPENPT for zptyBaptiste Daroussin1-0/+3
2015-06-0235353: print -x and print -X expand tabsPeter Stephenson1-0/+5
2015-06-0235356: factor out completion of tty devicesOliver Kiddle1-0/+4
2015-06-02Adrien Vergé: 35352: completion for new Redhat package managerOliver Kiddle1-0/+5
2015-06-01unposted: Update version to 5.0.8-dev-0 for new developmentsPeter Stephenson1-0/+5
2015-05-31unposted: release 5.0.8Peter Stephenson1-0/+2