branch: elpa/vcomplete commit 60b5a005bff9a402398981647658c77c05f6edca Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
; Add last few changes to NEWS file --- NEWS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ee229a173b..ed30480912 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,21 @@ Vcomplete NEWS -- history of user-visible changes. See the end of the file for an explanation of the versioning scheme. -* 0.2 (in development) +* 1.0 (in development) +** Highlight the completion at point in the completion list buffer. +even when using normal navigation commands. +This only works when completing in the minibuffer currently (although +it wouldn't be very helpful when completing in-region since switching +to the completion buffer exits completion-in-region mode). ** Remove vcomplete-kill-buffer. This was done as part of an effort to simplify the code base (since -third party solutions to completions actions exist). +third party solutions to completion actions exist). ** Optionally automatically update the completion list buffer. See vcomplete-auto-update's documentation string for more information. -** Fix vcomplete--setup being removed from a wrong hook when +** Fix vcomplete--setup being removed from a wrong hook when. vcomplete-mode is turned off. * 0.1