Skip to content

Commit

Permalink
changelog: Update through cef4975.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielshahaf committed Oct 18, 2016
1 parent 56e4c38 commit 0020f59
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
up to bc7f8ea433ad
up to cef49752fd0e



Expand All @@ -14,6 +14,11 @@ up to bc7f8ea433ad
- Aliases that cannot be defined normally nor invoked normally (highlighted as an error)
(#263 (in part), 28932316cca6)

- The `isearch` and `suffix` [`$zle_highlight` settings][zshzle-Character-Highlighting].
(79e4d3d12405; requires zsh 5.3 for `$ISEARCH_ACTIVE` / `$SUFFIX_ACTIVE` support)

[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting


## Fixed highlighting of:

Expand All @@ -35,6 +40,10 @@ up to bc7f8ea433ad

## API changes (for highlighter authors):

- New interface `_zsh_highlight_add_highlight`.
(341a3ae1f015, c346f6eb6fb6)


## Developer-visible changes:

- Add `make quiet-test`.
Expand All @@ -43,6 +52,17 @@ up to bc7f8ea433ad
- test harness: Better quote replaceables in error messages.
(30d8f92df225)

- test harness: Fix exit code for XPASS.
(bb8d325c0cbd)

- tests: Specify the style key, not its value, in test expectations.
(a830613467af; see also its successor 089329660bb3)

- tests: Add the "NONE" expectation.
(4da9889d1545)

- Create [HACKING.md](HACKING.md).


## Other changes:

Expand All @@ -57,6 +77,13 @@ up to bc7f8ea433ad
- Under zsh≤5.2, shell-unsafe widget names can now be wrapped.
(#278, 6a634fac9fb9, et seq)

- Correct some test expectations.
(78290e043bc5)

- `zsh-syntax-highlighting.plugin.zsh`: Convert from symlink to plain file
for msys2 compatibility.
(#292, d4f8edc9f3ad)


# Changes in version 0.4.1

Expand Down

0 comments on commit 0020f59

Please sign in to comment.