branch: elpa/helm commit 000b7eea5b73282d8e3ed623d6199813af9aabc0 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Update NEWS --- NEWS.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.org b/NEWS.org index fc328e4f0b..c555e30b56 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,6 +1,14 @@ #+STARTUP:showall * NEWS +** Version 4.0.4 +*** Rewrite the helm async process filter +*** We can now mark the <n> next candidates with a numeric prefix arg +Same for previous. +*** Change default prefix binding to reach nth candidates +Now you can reach next nth candidate with C-<n> and previous nth +candidate with M-<n>, it is easier to remember. +*** helm-completions-detailed is now enabled by default ** Version 4.0.3 *** New drag-and-drop support for helm-find-files (only Emacs-29+) Use now dnd.el for the new drag-and-drop function.