about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 51354: Fix markup in man page versionDaniel Shahaf2023-02-021-0/+4
|
* 51306: error message in ${unset?error} should be expandedPeter Stephenson2023-02-021-0/+3
|
* 51307: Improve error on attempt to define function from aliased namePeter Stephenson2023-02-021-0/+6
|
* 51342: update PARAMDEF descriptionBart Schaefer2023-01-311-0/+2
|
* 51337: parameter attributes cross-reference typeset equivalents (or lack ↵Bart Schaefer2023-01-311-0/+5
| | | | thereof)
* unposted (cribbed from users/28784 by Roman): Add XFail tests for ↵Daniel Shahaf2023-01-271-0/+6
| | | | substituting a single-quoting backslash.
* 51330: Update python3 completion for version 3.11Shohei YOSHIDA2023-01-271-0/+5
|
* unposted: Fix typo in an X-Seq number in an old ChangeLog entryDaniel Shahaf2023-01-271-1/+1
|
* 51326: Improve -fsanitize option completionShohei YOSHIDA2023-01-241-0/+5
| | | | | - Support comma separated completion - Accept multiple `-fsanitize` options
* 51322 (+ minor tweak): Update gnu make completion for version 4.4Shohei YOSHIDA2023-01-221-0/+5
| | | | | | Add `--jobserver-style`, `--shuffle` and `--trace` options And delete '--warn-undefined-functions' option. This option was implemented only in redhat's older make and the official gnu make has never supported it.
* 51313: fix "git rerere forget" completionBart Schaefer2023-01-211-0/+2
|
* 51310: zle -F handlers preserve LASTWIDGETBart Schaefer2023-01-211-1/+5
| | | | Also fix email address in an old ChangeLog entry
* 51278: make (i) subscript flag for zero-length string consistentPeter Stephenson2023-01-161-0/+6
|
* 51297: update expected test results to match more optimised escape sequences ↵Oliver Kiddle2023-01-111-0/+3
| | | | with recent changes
* 51256: Add --refetch to completions of git-fetchJörg Sommer2023-01-111-0/+3
|
* unposted: mention attributes changes, fix renumbering mistake and allow ↵Oliver Kiddle2023-01-111-0/+4
| | | | completion to offer prompt escapes for PROMPT_EOL_MARK
* 51295: where the end of a region coincides with the end of PREDISPLAY, don't ↵Oliver Kiddle2023-01-111-0/+5
| | | | | | | extend it to include new text Also fix issue where an int was used for a copy of attributes which breaks if int is smaller than zattr.
* 51292: fix dynamic updates of region_highlight to account for PREDISPLAYOliver Kiddle2023-01-101-0/+3
|
* 51291: support for highlighting ellipses in the line editorOliver Kiddle2023-01-101-0/+3
|
* 51290: fix display of control characters with SINGLE_LINE_ZLE setOliver Kiddle2023-01-101-0/+3
|
* 51289: don't disable non-colour attributes in prompts for SINGLE_LINE_ZLE ↵Oliver Kiddle2023-01-101-0/+4
| | | | and remove superfluous extra escapes to disable attributes
* 51281: keep track of attributes left on at the end of left and right prompts ↵Oliver Kiddle2023-01-101-0/+4
| | | | and reapply them explicitly as appropriate
* 51280: add support for italic and faint fonts in the line editorOliver Kiddle2023-01-101-0/+4
|
* 51258, 51272: refactor handling of terminal attributes, removing OFF flags ↵Oliver Kiddle2023-01-101-0/+8
| | | | in zattr
* 51276: Fix diff completion for non GNU / FreeBSD platformsNathan Houghton2023-01-101-0/+5
| | | | | | On OpenBSD, "diff -urpN dir1/ di<TAB>" would refuse to complete a second filename/directory name. This was caused by the -u and -U options getting dropped from args (overwriting args vs appending).
* unposted: In a comment, replace a C variables glob pattern with its matches, ↵Daniel Shahaf2023-01-081-0/+5
| | | | for greppability.
* unposted (cf. users/28616): _svnadmin: Add comment noting a case that's not ↵Daniel Shahaf2023-01-061-0/+6
| | | | completed correctly.
* 51263: fix typo - `an path` -> `a path`Max Coplan2022-12-311-0/+2
|
* 51255: Update erb completion for version 4.0.2Shohei YOSHIDA2022-12-311-0/+3
|
* 51254: Add irb completion for version 1.6.2Shohei YOSHIDA2022-12-311-0/+3
|
* 51253: Update ruby completion for version 3.2.0Shohei YOSHIDA2022-12-311-0/+3
|
* 51233: Update sanitizer list to GCC 12Shohei YOSHIDA2022-12-311-0/+5
| | | | | | | | | | | | | | | | | | | Add following sanitizers - bounds-strict - hwaddress - kernel-address - kernel-hwaddress - leak - pointer-compare - pointer-subtract - shadow-call-stack - shift-base - shift-exponent - thread - undefined And sort the list in alphabetical order
* 51249: use of --force-local with tar completionDaniel Shahaf2022-12-301-0/+5
|
* 51214: handle read -d and a delimiter that can't be decoded into a characterOliver Kiddle2022-12-171-0/+4
| | | | | | Terminate input at the raw byte value of the delimiter. Also document and test the use of an empty string as a way to specify NUL as the delimiter.
* 51207: fix for read -d when the delimiter is a byte >= 0x80Jun-ichi Takimoto2022-12-171-0/+3
|
* 51212: remove STOUC() macroOliver Kiddle2022-12-161-0/+12
| | | | | This served as a workaround for ancient compilers where casts to unsigned char were broken.
* 51215: consume whole CSI sequences from the inputOliver Kiddle2022-12-161-0/+6
| | | | | | | This affects CSI sequences that aren't explicitly bound but arrive within the usual KEYTIMEOUT time limits. A single undefined-key widget is run instead of unintended bindings for Escape and other characters in the sequence.
* unpasted: add missing ChangeLog entryPeter Stephenson2022-12-161-0/+4
|
* unposted: Follow-up to the last commit: Fix a typo in a comment.Daniel Shahaf2022-12-151-0/+3
|
* unposted: zsh.h: lextok: Add an explanatory comment with a cross-reference.Daniel Shahaf2022-12-151-0/+5
|
* 51210: Clear errflag before calling EXIT trapBart Schaefer2022-12-131-0/+3
| | | | | If this is not done, special cases such as failures in special builtins or errors in math expressions skip the trap execution.
* 51198: Clarify and expand ERR_EXIT and ERR_RETURN documentationPhilippe Altherr2022-12-131-0/+3
|
* 51193: Discuss ERR_EXIT changesPhilippe Altherr2022-12-131-0/+4
|
* 51134: document interactive behaviour with ERR_EXIT and ERR_RETURNPeter Stephenson2022-12-121-0/+5
|
* 51161: correct errno after closing xtrace FDBart Schaefer2022-12-091-0/+2
|
* 51111: update completion for global to version 6.6.8Shohei YOSHIDA2022-12-091-0/+3
|
* 51047: fix quoting of completion matches when _canonical_paths -N option is usedBart Schaefer2022-12-091-1/+6
|
* 51144, 51146: vcs_info git: stg: Extract patch descriptionsDaniel Shahaf2022-12-091-0/+6
| | | | Joint work with Peter Grayson.
* 51142: vcs_info git: Check the get-unapplied style as documentedDaniel Shahaf2022-12-081-0/+5
| | | | | | | | | | | | The style was treated as "always true" rather than as "settable, false by default" in the rebase-merge and cherry-pick cases. This affects the gen-unapplied-string hook, and may also affect gen-applied-string and set-patch-format hooks if they accessed VCS_INFO_get_data_git's internal parameters directly. If this affects you, just set the style in your zshrc: . zstyle ':vcs_info:git*:*:*' get-unapplied true
* 51138: Updated StGit patch detection in vcs_infoPeter Grayson2022-12-081-0/+5
| | | | | | | | | | | | | | | | | | | The vcs_info patch detection code attempted to interrogate StGit patch stack state by inspecting .git/patches/applied and .git/patches/unapplied. As of StGit 0.15 (2009), patch stack metadata is captured in the repo's object database. And as of StGit 1.0 (2021), no stack or patch state is maintained in any files in the .git/ directory. Zsh's approach for interrogating StGit patch state is thus obsoleted. This patch updates vcs_info to determine whether StGit is initialized on a branch by looking at the appropriate git refs and uses StGit's prescribed interface for interrogating applied and unapplied patch state via the `stg series` command. This approach will work with all versions of StGit >=0.15. Signed-off-by: Peter Grayson <pete@jpgrayson.net>