summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAge
* * 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
* * lisp/isearch.el: Minor doc fix.Juri Linkov2021-03-01
* Convert isearch menu to easymenuStefan Kangas2021-02-28
* Checkdoc fixes in isearch.elStefan Kangas2021-02-28
* Fix typosMattias EngdegÄrd2021-02-18
* Small correction to `isearch-lazy-highlight-buffer-update'Augusto Stoffel2021-02-13
* Merge from origin/emacs-27Glenn Morris2021-02-03
|\
| * * lisp/isearch.el (isearch-lazy-highlight): Fix defcustom type (bug#46208)Juri Linkov2021-01-31
* | ; Improve defcustom :type in last change.Basil L. Contovounesios2021-01-30
* | Reduce flicker in Isearch modeAugusto Stoffel2021-01-30
* | Use isearch-tmm-menubar when tmm-menubar is called in isearch-mode (bug#43966)Juri Linkov2021-01-28
* | Better check for nil in search-/query-replace-highlight-submatches (bug#45973)Juri Linkov2021-01-19
* | Make libraries works with xterm-mouse-mode.Jared Finder2021-01-15