[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/consult 2102ddf5f4: Update changelog (Fix #804)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/consult 2102ddf5f4: Update changelog (Fix #804) |
Date: |
Wed, 17 May 2023 04:57:37 -0400 (EDT) |
branch: externals/consult
commit 2102ddf5f438aa04cffdf08ce62c48ff37a7abdd
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Update changelog (Fix #804)
---
CHANGELOG.org | 3 +++
consult.el | 5 +++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index fd74aec222..c86eafc93e 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -11,6 +11,9 @@
Consult candidate preview.
- Replace =consult-preview-cursor= face with =cursor-highlight-mark=.
- Change calling convention of =consult-focus-lines= and =consult-keep-lines=.
+- The regexps in =consult-buffer-filter= are matched case sensitively now.
+ Similarly, the =INCLUDE= and =EXCLUDE= arguments of =consult--buffer-query=
are also
+ case sensitive.
* Version 0.34 (2023-04-21)
diff --git a/consult.el b/consult.el
index 8837181c94..144da400c2 100644
--- a/consult.el
+++ b/consult.el
@@ -207,8 +207,9 @@ for navigation commands like `consult-line'."
"\\`\\*tramp/.*\\*\\'")
"Filter regexps for `consult-buffer'.
-The default setting is to filter ephemeral buffer names beginning with a space
-character, the *Completions* buffer and a few log buffers."
+The default setting is to filter ephemeral buffer names beginning
+with a space character, the *Completions* buffer and a few log
+buffers. The regular expressions are matched case sensitively."
:type '(repeat regexp))
(defcustom consult-buffer-sources
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/consult 2102ddf5f4: Update changelog (Fix #804),
ELPA Syncer <=