unposted: mention attributes changes, fix renumbering mistake and allow completion to offer prompt escapes for PROMPT_EOL_MARK

This commit is contained in:
Oliver Kiddle
2023-01-11 16:05:06 +01:00
parent 246b7c7505
commit e2a39513dc
4 changed files with 12 additions and 2 deletions

6
NEWS
View File

@@ -7,6 +7,12 @@ Note also the list of incompatibilities in the README file.
Changes since 5.9
-----------------
In region_highlight and zle_highlight, italic and faint can be
specified as font attributes for terminals that support them.
Ellipsis markers shown by the line editor to indicate where the line
doesn't fit in the terminal can be highlighted.
The ERR_EXIT and ERR_RETURN options were refined to be more self-
consistent and better aligned with the POSIX-2017 specification of
`set -e`. For details on what exactly changed, see the list of