summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-04-281-2/+12
|\
| * ; Fix last change in isearch.elEli Zaretskii2022-04-211-7/+7
| * Add minimum instructions to 'query-replace' commandsEli Zaretskii2022-04-211-2/+12
* | Make isearch respond to 'mouse-yank-at-point'Lars Ingebrigtsen2022-04-271-3/+4
* | Make isearch-lax-whitespace a user optionLars Ingebrigtsen2022-04-181-2/+4
* | Rewrite the minibuffer lazy highlight featureAugusto Stoffel2022-04-101-62/+86
* | Add search function to search within filenames in Dired and WDired (bug#14013)Juri Linkov2022-03-281-5/+7
* | Always run 'isearch-lazy-count-update-hook' with point at matchAugusto Stoffel2022-03-271-3/+4
* | Fix regression in isearch-yank-char-in-minibufferAugusto Stoffel2022-03-231-1/+1
* | Add lazy highlight to 'isearch-edit-string'Augusto Stoffel2022-03-201-0/+2
* | Allow lazy highlight and match count while reading from minibufferAugusto Stoffel2022-03-201-0/+63
* | New hook, lazy-count-update-hookAugusto Stoffel2022-03-201-6/+15
* | Add a :distant-foreground to the lazy-highlight faceLars Ingebrigtsen2022-02-051-4/+4
* | * lisp/isearch.el: Put 'isearch-scroll' property on two new symbols.Juri Linkov2022-01-291-0/+4
* | Improve documentation of 'isearch-emoji-by-name'Eli Zaretskii2022-01-131-5/+5
* | Add isearch-emoji-by-nameDaniel Martín2022-01-121-0/+21
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/isearch.el: Don't display "Pending" for lax and toggle commands.Juri Linkov2021-12-191-4/+4
* | * lisp/isearch.el (isearch-delete-char): Reopen hidden overlays (bug#52248).Juri Linkov2021-12-041-4/+8
* | Merge from origin/emacs-28Stefan Kangas2021-12-021-2/+2
|\ \ | |/
| * * lisp/help.el (help--analyze-key): Prefer posn-set-point over mouse-set-pointJuri Linkov2021-12-011-2/+2
* | Adapt isearch help screen for variable-pitch-modeStefan Kangas2021-11-211-3/+3
* | Simplify c8acc5fd92ad9979fc5870623014290cad998337Juri Linkov2021-11-071-36/+10
* | Introduce a new 'inhibit-isearch' text propertyLars Ingebrigtsen2021-11-061-6/+34
* | Remove redundant #' before lambdaStefan Kangas2021-10-211-4/+4
|/
* * lisp/isearch.el (isearch-forward-regexp): Doc fix. (Bug22483)Stefan Kangas2021-09-251-1/+2
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+1
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-4/+4
* Evaluate recent isearch-motion lambdasBasil L. Contovounesios2021-09-151-4/+4
* * lisp/isearch.el: Improve 'isearch-allow-motion' feature (bug#50466)Juri Linkov2021-09-131-9/+20
* Add some search-whitespace-regexp examplesLars Ingebrigtsen2021-09-131-0/+2
* Further fix for the search-whitespace-regexp changeLars Ingebrigtsen2021-09-101-1/+1
* New user options to move between isearch matchesGregory Heytings2021-09-101-1/+56
* Fix typo in previous search-whitespace-regexp changeLars Ingebrigtsen2021-09-101-1/+1
* Fix behavior of isearch-{beginning,end}-of-bufferGregory Heytings2021-09-101-3/+5
* Change the default value of search-whitespace-regexpLars Ingebrigtsen2021-09-101-2/+2
* isearch*-lax-whitespace doc string improvementsLars Ingebrigtsen2021-09-021-2/+4
* Revert e0619995594d1686afd0493391417d6f900d632c that added save-match-data.Juri Linkov2021-07-141-6/+5
* * lisp/isearch.el: Add save-match-data for funcall isearch-filter-predicate.Juri Linkov2021-07-141-4/+6
* Support Isearch filter predicates with empty search hits (bug#49534)Juri Linkov2021-07-131-4/+6
* ; Bump isearch.el :version after recent change.Basil L. Contovounesios2021-06-011-1/+1
* Remove unnecessary function declaration in isearchGlenn Morris2021-06-011-4/+0
* * lisp/isearch.el (lazy-highlight-buffer-max-at-a-time): Change from 20 to 200Juri Linkov2021-05-311-1/+1
* Avoid byte-compiler warning during bootstrapEli Zaretskii2021-05-211-0/+4
* * lisp/simple.el (read-from-kill-ring): Add new arg PROMPT (bug#48478).Juri Linkov2021-05-181-1/+1
* * lisp/misearch.el (multi-isearch-switch-buffer): New function.Juri Linkov2021-05-091-3/+2
* Fix Isearch hscrolling in a corner caseEli Zaretskii2021-04-221-1/+2
* * lisp/isearch.el (isearch-forward-thing-at-point): New command (bug#39512).Juri Linkov2021-04-211-5/+42
* * lisp/isearch.el (isearch-post-command-hook): Revert ff796823e5 (bug#47894).Juri Linkov2021-04-201-4/+0