summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2024-03-05 00:11:02 +0100
committerOliver Kiddle <opk@zsh.org>2024-03-05 00:11:02 +0100
commit05c7b21e2b30873d002b50b37e2fbd3803d4b608 (patch)
tree70dc55c5c22cb1c245ab4f7d241ce95ca6cc7957 /ChangeLog
parent52641: incarg: add a backward variant and make it repeatable (diff)
downloadzsh-05c7b21e2b30873d002b50b37e2fbd3803d4b608.tar
zsh-05c7b21e2b30873d002b50b37e2fbd3803d4b608.tar.gz
zsh-05c7b21e2b30873d002b50b37e2fbd3803d4b608.tar.bz2
zsh-05c7b21e2b30873d002b50b37e2fbd3803d4b608.tar.lz
zsh-05c7b21e2b30873d002b50b37e2fbd3803d4b608.tar.xz
zsh-05c7b21e2b30873d002b50b37e2fbd3803d4b608.tar.zst
zsh-05c7b21e2b30873d002b50b37e2fbd3803d4b608.zip
52646: extend support for highlight groups to completion explanation strings and WATCHFMT
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c839cd19..0dd7268d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2024-03-05 Oliver Kiddle <opk@zsh.org>
+ * 52646: Completion/Zsh/Type/_ps1234, Doc/Zsh/compsys.yo,
+ Doc/Zsh/compwid.yo, Src/Modules/watch.c, Src/Zle/complist.c,
+ Src/Zle/zle_tricky.c, Src/prompt.c: extend support for highlight
+ groups to completion explanation strings and WATCHFMT
+
* 52641: midchildan: Doc/Zsh/contrib.yo, Functions/Zle/incarg,
Test/X05zleincarg.ztst: add a backward variant and make it repeatable
@@ -31,8 +36,6 @@
* 52623: Src/signames2.awk: add some Solaris signal descriptions
-2024-02-28 Oliver Kiddle <opk@zsh.org>
-
* 52594: Completion/Zsh/Command/_kill, Doc/Zsh/builtins.yo,
Doc/Zsh/params.yo, Src/Modules/parameter.c, Src/builtin.c,
Src/exec.c, Src/hashtable.c, Src/init.c, Src/jobs.c, Src/params.c,