summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAge
...
* | Add search function to search within filenames in Dired and WDired (bug#14013)Juri Linkov2022-03-28
* | Always run 'isearch-lazy-count-update-hook' with point at matchAugusto Stoffel2022-03-27
* | Fix regression in isearch-yank-char-in-minibufferAugusto Stoffel2022-03-23
* | Add lazy highlight to 'isearch-edit-string'Augusto Stoffel2022-03-20
* | Allow lazy highlight and match count while reading from minibufferAugusto Stoffel2022-03-20
* | New hook, lazy-count-update-hookAugusto Stoffel2022-03-20
* | Add a :distant-foreground to the lazy-highlight faceLars Ingebrigtsen2022-02-05
* | * lisp/isearch.el: Put 'isearch-scroll' property on two new symbols.Juri Linkov2022-01-29
* | Improve documentation of 'isearch-emoji-by-name'Eli Zaretskii2022-01-13
* | Add isearch-emoji-by-nameDaniel Martín2022-01-12
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | * lisp/isearch.el: Don't display "Pending" for lax and toggle commands.Juri Linkov2021-12-19
* | * lisp/isearch.el (isearch-delete-char): Reopen hidden overlays (bug#52248).Juri Linkov2021-12-04
* | Merge from origin/emacs-28Stefan Kangas2021-12-02
|\|
| * * lisp/help.el (help--analyze-key): Prefer posn-set-point over mouse-set-pointJuri Linkov2021-12-01
* | Adapt isearch help screen for variable-pitch-modeStefan Kangas2021-11-21
* | Simplify c8acc5fd92ad9979fc5870623014290cad998337Juri Linkov2021-11-07
* | Introduce a new 'inhibit-isearch' text propertyLars Ingebrigtsen2021-11-06
* | Remove redundant #' before lambdaStefan Kangas2021-10-21
|/
* * lisp/isearch.el (isearch-forward-regexp): Doc fix. (Bug22483)Stefan Kangas2021-09-25
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-21
* Evaluate recent isearch-motion lambdasBasil L. Contovounesios2021-09-15
* * lisp/isearch.el: Improve 'isearch-allow-motion' feature (bug#50466)Juri Linkov2021-09-13
* Add some search-whitespace-regexp examplesLars Ingebrigtsen2021-09-13
* Further fix for the search-whitespace-regexp changeLars Ingebrigtsen2021-09-10
* New user options to move between isearch matchesGregory Heytings2021-09-10
* Fix typo in previous search-whitespace-regexp changeLars Ingebrigtsen2021-09-10
* Fix behavior of isearch-{beginning,end}-of-bufferGregory Heytings2021-09-10
* Change the default value of search-whitespace-regexpLars Ingebrigtsen2021-09-10
* isearch*-lax-whitespace doc string improvementsLars Ingebrigtsen2021-09-02
* Revert e0619995594d1686afd0493391417d6f900d632c that added save-match-data.Juri Linkov2021-07-14
* * lisp/isearch.el: Add save-match-data for funcall isearch-filter-predicate.Juri Linkov2021-07-14
* Support Isearch filter predicates with empty search hits (bug#49534)Juri Linkov2021-07-13
* ; Bump isearch.el :version after recent change.Basil L. Contovounesios2021-06-01
* Remove unnecessary function declaration in isearchGlenn Morris2021-06-01
* * lisp/isearch.el (lazy-highlight-buffer-max-at-a-time): Change from 20 to 200Juri Linkov2021-05-31
* Avoid byte-compiler warning during bootstrapEli Zaretskii2021-05-21
* * lisp/simple.el (read-from-kill-ring): Add new arg PROMPT (bug#48478).Juri Linkov2021-05-18
* * lisp/misearch.el (multi-isearch-switch-buffer): New function.Juri Linkov2021-05-09
* Fix Isearch hscrolling in a corner caseEli Zaretskii2021-04-22
* * lisp/isearch.el (isearch-forward-thing-at-point): New command (bug#39512).Juri Linkov2021-04-21
* * lisp/isearch.el (isearch-post-command-hook): Revert ff796823e5 (bug#47894).Juri Linkov2021-04-20
* * lisp/isearch.el (isearch-mouse-2): Let-bind isearch-mode to nil (bug#47755)Juri Linkov2021-04-14
* Terminate isearch when point has moved to another bufferGregory Heytings2021-04-08
* User option to move to another match when changing direction in isearch.Gregory Heytings2021-04-08
* Don't set isearch-success in isearch-wrap functionsJuri Linkov2021-04-07
* * lisp/isearch.el (isearch-wrap-pause): New defcustom (bug#47599).Juri Linkov2021-04-06
* Add new face 'help-key-binding' for keybindings in helpStefan Kangas2021-03-08