branch: externals/consult commit 8e859c2a4330f7e0c24d806dc944e877ec5e09af Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Update changelog --- CHANGELOG.org | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 3e3464fd14..635c6e1c67 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -5,8 +5,13 @@ * Development - ~consult-buffer-list-function~: New customizable variable to support frame or - tab isolation. Set to ~consult--frame-buffer-list~ for frame isolation. - Alternatively use buffer functions provided by packages like [[https://github.com/protesilaos/beframe][beframe]]. + tab isolation (see ~tab-bar-mode~). Set to ~consult--frame-buffer-list~ for frame + isolation. Alternatively use buffer functions provided by packages like + [[https://github.com/protesilaos/beframe][beframe]]. +- ~consult--source-other-buffer~: Buffer source which lists all buffers which + missing from the list returned by ~consult-buffer-list-function~. If buffers are + restricted to the current frame or tab by default, then this source will list + the buffers belonging to other frames or tabs. * Version 2.6 (2025-06-28)